Commit e89960c5 authored by Yannick Fertre's avatar Yannick Fertre Committed by Alexandre TORGUE

ARM: dts: stm32: Add watchdog support for STM32F429 SoC

Add watchdog into DT for stm32f429 family.
Signed-off-by: default avatarYannick FERTRE <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 85d95f78
...@@ -65,7 +65,7 @@ clk-lse { ...@@ -65,7 +65,7 @@ clk-lse {
clock-frequency = <32768>; clock-frequency = <32768>;
}; };
clk-lsi { clk_lsi: clk-lsi {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32000>; clock-frequency = <32000>;
...@@ -307,6 +307,13 @@ rtc: rtc@40002800 { ...@@ -307,6 +307,13 @@ rtc: rtc@40002800 {
status = "disabled"; status = "disabled";
}; };
iwdg: watchdog@40003000 {
compatible = "st,stm32-iwdg";
reg = <0x40003000 0x400>;
clocks = <&clk_lsi>;
status = "disabled";
};
usart2: serial@40004400 { usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart"; compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>; reg = <0x40004400 0x400>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment