We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69947b4 commit 30b4007Copy full SHA for 30b4007
dts/arm/st/mp2/stm32mp2_m33.dtsi
@@ -325,6 +325,14 @@
325
interrupt-names = "combined";
326
status = "disabled";
327
};
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
+ };
336
337
338
0 commit comments