boards: st: nucleo_wb09ke: add and enable IWDG

Enable IWDG in board DTS and document as available.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2025-02-21 16:34:58 +01:00 committed by Benjamin Cabé
commit c0362a98ae
2 changed files with 6 additions and 0 deletions

View file

@ -75,6 +75,7 @@
sw0 = &user_button_1; sw0 = &user_button_1;
sw1 = &user_button_2; sw1 = &user_button_2;
sw2 = &user_button_3; sw2 = &user_button_3;
watchdog0 = &iwdg;
}; };
}; };
@ -116,6 +117,10 @@
status = "okay"; status = "okay";
}; };
&iwdg {
status = "okay";
};
&bt_hci_wb0 { &bt_hci_wb0 {
status = "okay"; status = "okay";
}; };

View file

@ -18,5 +18,6 @@ supported:
- pwm - pwm
- rtc - rtc
- spi - spi
- watchdog
- bluetooth - bluetooth
vendor: st vendor: st