Lines Matching +full:stm32 +full:- +full:vrefbuf
1 STM32 VREFBUF - Voltage reference buffer
3 Some STM32 devices embed a voltage reference buffer which can be used as
8 - compatible: Must be "st,stm32-vrefbuf".
9 - reg: Offset and length of VREFBUF register set.
10 - clocks: Must contain an entry for peripheral clock.
13 - vdda-supply: Phandle to the parent vdda supply regulator node.
16 vrefbuf: regulator@58003c00 {
17 compatible = "st,stm32-vrefbuf";
20 regulator-min-microvolt = <1500000>;
21 regulator-max-microvolt = <2500000>;
22 vdda-supply = <&vdda>;