projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b9a8c
)
ARM: dts: stm32: add vrefbuf to stm32h743
author
Fabrice Gasnier
<fabrice.gasnier@st.com>
Thu, 5 Oct 2017 12:39:01 +0000
(14:39 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Mon, 16 Oct 2017 12:00:41 +0000
(14:00 +0200)
Add STM32H743 VREFBUF (Voltage Reference Buffer) definition.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32h743.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32h743.dtsi
b/arch/arm/boot/dts/stm32h743.dtsi
index 58ec2275181ef7c196087ba8ba2ac6d05da6524a..a744136e1b3af15746924a04d929d91610c6c99d 100644
(file)
--- 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>;