dts: arm: st: wb0: add IWDG node to STM32WB0 series

Add a node for the Independent Watchdog to STM32WB0 series DTSI.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2025-01-08 11:09:41 +01:00 committed by Benjamin Cabé
parent b4b5d8b236
commit f4ee5fa48b

View File

@ -283,6 +283,13 @@
generation-delay-ns = <1250>; /* 1.25us */
status = "disabled";
};
iwdg: watchdog@40003000 {
compatible = "st,stm32-watchdog";
reg = <0x40003000 DT_SIZE_K(1)>;
clocks = <&rcc STM32_CLOCK(APB0, 14)>;
status = "disabled";
};
};
bt_hci_wb0: bt_hci_wb0 {