From f4ee5fa48b1ce7a7226b3003c19004b2e33f5a12 Mon Sep 17 00:00:00 2001 From: Mathieu Choplain Date: Wed, 8 Jan 2025 11:09:41 +0100 Subject: [PATCH] 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 --- dts/arm/st/wb0/stm32wb0.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dts/arm/st/wb0/stm32wb0.dtsi b/dts/arm/st/wb0/stm32wb0.dtsi index 49d29e35bec..0900f8f02a0 100644 --- a/dts/arm/st/wb0/stm32wb0.dtsi +++ b/dts/arm/st/wb0/stm32wb0.dtsi @@ -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 {