diff options
author | Fabrice Gasnier <[email protected]> | 2017-10-05 14:39:01 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2017-10-16 14:00:41 +0200 |
commit | 846f2f1c3da7590ef02007d2a84f3791a85033ee (patch) | |
tree | a92c3c0a26fde73eb1bf3eed1ff6fba26f623edd | |
parent | d0b9a8c517d2d2b48967bb503cb4e345a6eb1251 (diff) |
ARM: dts: stm32: add vrefbuf to stm32h743
Add STM32H743 VREFBUF (Voltage Reference Buffer) definition.
Signed-off-by: Fabrice Gasnier <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stm32h743.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index 58ec2275181e..a744136e1b3a 100644 --- a/arch/arm/boot/dts/stm32h743.dtsi +++ b/arch/arm/boot/dts/stm32h743.dtsi @@ -172,6 +172,15 @@ }; }; + vrefbuf: regulator@58003C00 { + compatible = "st,stm32-vrefbuf"; + reg = <0x58003C00 0x8>; + clocks = <&timer_clk>; + regulator-min-microvolt = <1500000>; + regulator-max-microvolt = <2500000>; + status = "disabled"; + }; + adc_3: adc@58026000 { compatible = "st,stm32h7-adc-core"; reg = <0x58026000 0x400>; |