Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606644
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC |
| Date | 2017-03-22 16:10 +0100 |
| Message-ID | <tnQ3F-4lf-39@gated-at.bofh.it> (permalink) |
| References | <tnQ3E-4lf-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add watchdog into DT for stm32f429 family.
Signed-off-by: Yannick FERTRE <yannick.fertre@st.com>
---
arch/arm/boot/dts/stm32f429.dtsi | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index ee0da97..9b71dde 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -65,7 +65,7 @@
clock-frequency = <32768>;
};
- clk-lsi {
+ clk_lsi: clk-lsi {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32000>;
@@ -307,6 +307,13 @@
status = "disabled";
};
+ iwdg: iwdg@40003000 {
+ compatible = "st,stm32-iwdg";
+ reg = <0x40003000 0x400>;
+ clocks = <&clk_lsi>;
+ status = "disabled";
+ };
+
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] STM32 Independant watchdog Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100 [PATCH v3 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100 [PATCH v3 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100
csiph-web