boards: nucleo_g071rb: Enable IWDG

Enable the independent watchdog on the nucleo_g071rb

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2020-03-04 23:43:37 +01:00 committed by Johan Hedberg
commit 17f5b67d8b
3 changed files with 7 additions and 0 deletions

View file

@ -96,6 +96,8 @@ The Zephyr nucleo_g071rb board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| CLOCK | on-chip | reset and clock control | | CLOCK | on-chip | reset and clock control |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | independent watchdog |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported in this Zephyr port. Other hardware features are not yet supported in this Zephyr port.

View file

@ -46,3 +46,7 @@
current-speed = <115200>; current-speed = <115200>;
status = "okay"; status = "okay";
}; };
&iwdg {
status = "okay";
};

View file

@ -12,3 +12,4 @@ supported:
- arduino_gpio - arduino_gpio
- uart - uart
- gpio - gpio
- watchdog