1 STM32 VREFBUF - Voltage reference buffer
3 Some STM32 devices embed a voltage reference buffer which can be used as
4 voltage reference for ADCs, DACs and also as voltage reference for external
5 components through the dedicated VREF+ pin.
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 vrefbuf: regulator@58003C00 {
14 compatible = "st,stm32-vrefbuf";
15 reg = <0x58003C00 0x8>;
16 clocks = <&rcc VREF_CK>;
17 regulator-min-microvolt = <1500000>;
18 regulator-max-microvolt = <2500000>;
19 vdda-supply = <&vdda>;