Skip to content

Commit 55ec92c

Browse files
committed
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 d97c979 commit 55ec92c

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
@@ -240,6 +240,14 @@
240240
interrupts = <150 0>;
241241
status = "disabled";
242242
};
243+
244+
wwdg: wwdg1: watchdog@44050000 {
245+
compatible = "st,stm32-window-watchdog";
246+
reg = <0x44050000 DT_SIZE_K(1)>;
247+
clocks = <&rcc STM32_CLOCK(WWDG1, STM32_CLK)>;
248+
interrupts = <8 0>;
249+
status = "disabled";
250+
};
243251
};
244252
};
245253

0 commit comments

Comments
 (0)