Skip to content

Commit f743822

Browse files
lucbeaufilskartben
authored andcommitted
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 <[email protected]>
1 parent b30d291 commit f743822

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
@@ -416,6 +416,13 @@
416416
status = "disabled";
417417
};
418418

419+
iwdg: iwdg4: watchdog@44040000 {
420+
compatible = "st,stm32-watchdog";
421+
reg = <0x44040000 DT_SIZE_K(1)>;
422+
clocks = <&rcc STM32_CLOCK(IWDG4, STM32_CLK)>;
423+
status = "disabled";
424+
};
425+
419426
wwdg: wwdg1: watchdog@44050000 {
420427
compatible = "st,stm32-window-watchdog";
421428
reg = <0x44050000 DT_SIZE_K(1)>;

0 commit comments

Comments
 (0)