boards: arm: nucleo_wl55jc includes the iwdg node
Enables the independent watchdog on the nuclo_wl55 target board Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
2d97bdd85d
commit
7f7abe2889
2 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&iwdg {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&subghzspi {
|
&subghzspi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
lora: radio@0 {
|
lora: radio@0 {
|
||||||
|
|
|
@ -19,3 +19,4 @@ supported:
|
||||||
- dac
|
- dac
|
||||||
- pwm
|
- pwm
|
||||||
- dma
|
- dma
|
||||||
|
- watchdog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue