Skip to content

Commit dd86d70

Browse files
lucbeaufilskartben
authored andcommitted
dts: arm: stm32mp2_m33: add wwdg1 node
Add the wwdg1 node, which is the wwdg for non-secure world. Signed-off-by: Luc BEAUFILS <[email protected]>
1 parent d67bb71 commit dd86d70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,14 @@
415415
interrupt-names = "combined";
416416
status = "disabled";
417417
};
418+
419+
wwdg: wwdg1: watchdog@44050000 {
420+
compatible = "st,stm32-window-watchdog";
421+
reg = <0x44050000 DT_SIZE_K(1)>;
422+
clocks = <&rcc STM32_CLOCK(WWDG1, STM32_CLK)>;
423+
interrupts = <8 0>;
424+
status = "disabled";
425+
};
418426
};
419427

420428
clocks {

0 commit comments

Comments
 (0)