Skip to content

Commit dabb4f7

Browse files
committed
dts: arm: stm32mp2_m33.dtsi: add iwdg4 watchdog node
This is the independent watchdog for the non-secure world of M33 core. Signed-off-by: Luc BEAUFILS <luc.beaufils@savoirfairelinux.com>
1 parent 8557326 commit dabb4f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,13 @@
241241
status = "disabled";
242242
};
243243

244+
iwdg: iwdg4: watchdog@44040000 {
245+
compatible = "st,stm32-watchdog";
246+
reg = <0x44040000 DT_SIZE_K(1)>;
247+
clocks = <&rcc STM32_CLOCK(IWDG4, STM32_CLK)>;
248+
status = "disabled";
249+
};
250+
244251
wwdg: wwdg1: watchdog@44050000 {
245252
compatible = "st,stm32-window-watchdog";
246253
reg = <0x44050000 DT_SIZE_K(1)>;

0 commit comments

Comments
 (0)