Skip to content

Commit 05b78f0

Browse files
ikmdaninashif
authored andcommitted
dts/arm: STM32: Add watchdog support for stm32l5 in dtsi
This commit adds iwdg and wwdg support in dtsi for stm32l5 series. Signed-off-by: Krishna Mohan Dani <[email protected]>
1 parent 8b42be5 commit 05b78f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,22 @@
191191
};
192192
};
193193

194+
iwdg: watchdog@40003000 {
195+
compatible = "st,stm32-watchdog";
196+
reg = <0x40003000 0x400>;
197+
label = "IWDG";
198+
status = "disabled";
199+
};
200+
201+
wwdg: watchdog@40002c00 {
202+
compatible = "st,stm32-window-watchdog";
203+
reg = <0x40002C00 0x400>;
204+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
205+
label = "WWDG";
206+
interrupts = <0 7>;
207+
status = "disabled";
208+
};
209+
194210
usart1: serial@40013800 {
195211
compatible = "st,stm32-usart", "st,stm32-uart";
196212
reg = <0x40013800 0x400>;

0 commit comments

Comments
 (0)