Skip to content

Commit 33e072b

Browse files
gautierg-stcarlescufi
authored andcommitted
dts: arm: st: wba: add watchdog for stm32wba
Add watchdog for STM32WBA Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 5b1df19 commit 33e072b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/wba/stm32wba.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,20 @@
188188
};
189189
};
190190

191+
iwdg: watchdog@40003000 {
192+
compatible = "st,stm32-watchdog";
193+
reg = <0x40003000 0x400>;
194+
status = "disabled";
195+
};
196+
197+
wwdg: watchdog@40002c00 {
198+
compatible = "st,stm32-window-watchdog";
199+
reg = <0x40002C00 0x400>;
200+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
201+
interrupts = <0 7>;
202+
status = "disabled";
203+
};
204+
191205
usart1: serial@40013800 {
192206
compatible = "st,stm32-usart", "st,stm32-uart";
193207
reg = <0x40013800 0x400>;

0 commit comments

Comments
 (0)