Skip to content

Commit 97b4abc

Browse files
kbidanidkalowsk
authored andcommitted
boards: st: stm32u3: enable wwdg for stm32u3 boards
Enable WWDG for Nucleo U385RG_Q board. Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent d00eb33 commit 97b4abc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
aliases {
4444
led0 = &green_led_2;
4545
sw0 = &user_button;
46+
watchdog0 = &iwdg;
4647
};
4748
};
4849

@@ -134,3 +135,11 @@
134135
pinctrl-names = "default";
135136
status = "okay";
136137
};
138+
139+
&iwdg {
140+
status = "okay";
141+
};
142+
143+
&wwdg {
144+
status = "okay";
145+
};

boards/st/nucleo_u385rg_q/nucleo_u385rg_q.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ supported:
1616
- spi
1717
- uart
1818
- usart
19+
- watchdog
1920
ram: 256
2021
flash: 1024

0 commit comments

Comments
 (0)