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:
parent
4266136e3c
commit
c0362a98ae
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,5 +18,6 @@ supported:
|
||||||
- pwm
|
- pwm
|
||||||
- rtc
|
- rtc
|
||||||
- spi
|
- spi
|
||||||
|
- watchdog
|
||||||
- bluetooth
|
- bluetooth
|
||||||
vendor: st
|
vendor: st
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue