Skip to content

Commit 4266136

Browse files
mathieuchopstmkartben
authored andcommitted
boards: st: nucleo_wb07cc: add and enable IWDG
Enable IWDG in board DTS and document as available. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 01f85d8 commit 4266136

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/st/nucleo_wb07cc/nucleo_wb07cc.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
sw0 = &user_button_1;
7575
sw1 = &user_button_2;
7676
sw2 = &user_button_3;
77+
watchdog0 = &iwdg;
7778
};
7879
};
7980

@@ -115,6 +116,10 @@
115116
status = "okay";
116117
};
117118

119+
&iwdg {
120+
status = "okay";
121+
};
122+
118123
&bt_hci_wb0 {
119124
status = "okay";
120125
};

boards/st/nucleo_wb07cc/nucleo_wb07cc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ supported:
1818
- pwm
1919
- rtc
2020
- spi
21+
- watchdog
2122
- bluetooth
2223
vendor: st

0 commit comments

Comments
 (0)