Skip to content

Commit f4ee5fa

Browse files
mathieuchopstmkartben
authored andcommitted
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 <[email protected]>
1 parent b4b5d8b commit f4ee5fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/st/wb0/stm32wb0.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@
283283
generation-delay-ns = <1250>; /* 1.25us */
284284
status = "disabled";
285285
};
286+
287+
iwdg: watchdog@40003000 {
288+
compatible = "st,stm32-watchdog";
289+
reg = <0x40003000 DT_SIZE_K(1)>;
290+
clocks = <&rcc STM32_CLOCK(APB0, 14)>;
291+
status = "disabled";
292+
};
286293
};
287294

288295
bt_hci_wb0: bt_hci_wb0 {

0 commit comments

Comments
 (0)