Skip to content

Commit c0362a9

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/st/nucleo_wb09ke/nucleo_wb09ke.dts

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

@@ -116,6 +117,10 @@
116117
status = "okay";
117118
};
118119

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

boards/st/nucleo_wb09ke/nucleo_wb09ke.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)