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 bfdd4fb commit 6c77bebCopy full SHA for 6c77beb
dts/arm/st/mp2/stm32mp2_m33.dtsi
@@ -326,6 +326,13 @@
326
status = "disabled";
327
};
328
329
+ iwdg: iwdg4: watchdog@44040000 {
330
+ compatible = "st,stm32-watchdog";
331
+ reg = <0x44040000 DT_SIZE_K(1)>;
332
+ clocks = <&rcc STM32_CLOCK(IWDG4, STM32_CLK)>;
333
+ status = "disabled";
334
+ };
335
+
336
wwdg: wwdg1: watchdog@44050000 {
337
compatible = "st,stm32-window-watchdog";
338
reg = <0x44050000 DT_SIZE_K(1)>;
0 commit comments