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:
Harry Jiang 2021-01-27 14:30:07 +08:00 committed by Maureen Helm
parent 5adaba0760
commit e287fd7ab2
3 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -161,3 +161,7 @@
};
};
&iwdg1 {
status = "okay";
};

View file

@ -20,3 +20,4 @@ supported:
- netif:eth
- spi
- backup_sram
- watchdog