Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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: watchdog@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>;