Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1STM32 BOOSTER - Booster for ADC analog input switches
2
3Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used
4to supply ADC analog input switches.
5
6Required 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
13Example:
14 booster: regulator-booster {
15 compatible = "st,stm32mp1-booster";
16 st,syscfg = <&syscfg>;
17 vdda-supply = <&vdda>;
18 };