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:
parent
a44e9f496e
commit
17f5b67d8b
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -46,3 +46,7 @@
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&iwdg {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -12,3 +12,4 @@ supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
- uart
|
- uart
|
||||||
- gpio
|
- gpio
|
||||||
|
- watchdog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue