Skip to content

Commit 30b4007

Browse files
lucbeaufilsTanguy Raufflet
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 <luc.beaufils@savoirfairelinux.com>
1 parent 69947b4 commit 30b4007

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
@@ -325,6 +325,14 @@
325325
interrupt-names = "combined";
326326
status = "disabled";
327327
};
328+
329+
wwdg: wwdg1: watchdog@44050000 {
330+
compatible = "st,stm32-window-watchdog";
331+
reg = <0x44050000 DT_SIZE_K(1)>;
332+
clocks = <&rcc STM32_CLOCK(WWDG1, STM32_CLK)>;
333+
interrupts = <8 0>;
334+
status = "disabled";
335+
};
328336
};
329337
};
330338

0 commit comments

Comments
 (0)