boards: nucleo_h743zi: Add the IWDG support
This patch enable the independent watchdog support for the NUCLEO-H743ZI board. Signed-off-by: Harry Jiang <explora26@gmail.com>
This commit is contained in:
parent
5adaba0760
commit
e287fd7ab2
|
@ -121,6 +121,8 @@ features:
|
|||
+-------------+------------+-------------------------------------+
|
||||
| Backup SRAM | on-chip | Backup SRAM |
|
||||
+-------------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-------------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
|
|
@ -161,3 +161,7 @@
|
|||
|
||||
};
|
||||
};
|
||||
|
||||
&iwdg1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -20,3 +20,4 @@ supported:
|
|||
- netif:eth
|
||||
- spi
|
||||
- backup_sram
|
||||
- watchdog
|
||||
|
|
Loading…
Reference in a new issue