boards: arm: nucleo_wba52cg: enable watchdog for nucleo wba52cg
Enable watchdog for Nucleo WBA52CG Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
33e072be01
commit
79cad968e0
3 changed files with 11 additions and 0 deletions
|
@ -175,6 +175,8 @@ The Zephyr nucleo_wba52cg board configuration supports the following hardware fe
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| ADC | on-chip | adc |
|
| ADC | on-chip | adc |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| WATCHDOG | on-chip | independent watchdog |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
| RNG | on-chip | True Random number generator |
|
| RNG | on-chip | True Random number generator |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_lsi {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_lse {
|
&clk_lse {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -74,6 +78,10 @@
|
||||||
apb7-prescaler = <1>;
|
apb7-prescaler = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&iwdg {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&usart1 {
|
&usart1 {
|
||||||
pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
|
pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
|
@ -10,6 +10,7 @@ supported:
|
||||||
- i2c
|
- i2c
|
||||||
- spi
|
- spi
|
||||||
- adc
|
- adc
|
||||||
|
- watchdog
|
||||||
- rng
|
- rng
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
- arduino_i2c
|
- arduino_i2c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue