Skip to content

Commit d00eb33

Browse files
kbidanidkalowsk
authored andcommitted
dts: arm: st: u3: add wwdg and iwdg
Add WWDG snd IWDG support to STM32U3 Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent a8375c9 commit d00eb33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/u3/stm32u3.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,20 @@
363363
interrupts = <99 0>;
364364
status = "disabled";
365365
};
366+
367+
iwdg: watchdog@40003000 {
368+
compatible = "st,stm32-watchdog";
369+
reg = <0x40003000 0x400>;
370+
status = "disabled";
371+
};
372+
373+
wwdg: watchdog@40002c00 {
374+
compatible = "st,stm32-window-watchdog";
375+
reg = <0x40002c00 0x400>;
376+
clocks = <&rcc STM32_CLOCK(APB1, 11)>;
377+
interrupts = <0 0>;
378+
status = "disabled";
379+
};
366380
};
367381
};
368382

0 commit comments

Comments
 (0)