Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / regulator / st,stm32-booster.txt
1 STM32 BOOSTER - Booster for ADC analog input switches
2
3 Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used
4 to supply ADC analog input switches.
5
6 Required properties:
7 - compatible: Should be one of:
8   "st,stm32h7-booster"
9   "st,stm32mp1-booster"
10 - st,syscfg: Phandle to system configuration controller.
11 - vdda-supply: Phandle to the vdda input analog voltage.
12
13 Example:
14         booster: regulator-booster {
15                 compatible = "st,stm32mp1-booster";
16                 st,syscfg = <&syscfg>;
17                 vdda-supply = <&vdda>;
18         };