boards: arm: stm32 disco kit target board has IWDG instance
This commit enables the independent watchdog peripheral instance (IWDG1) on the target board b_u585i_iot02a from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
76158916eb
commit
0ddc07d511
3 changed files with 7 additions and 0 deletions
|
@ -71,3 +71,7 @@
|
|||
pinctrl-0 = <&dac1_out1_pa4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&iwdg1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -14,3 +14,4 @@ supported:
|
|||
- hts221
|
||||
- spi
|
||||
- dac
|
||||
- watchdog
|
||||
|
|
|
@ -184,6 +184,8 @@ The Zephyr b_u585i_iot02a board configuration supports the following hardware fe
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DAC | on-chip | dac |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue