boards: arm: mimxrt1024_evk: enable watchdog

Enable the on-chip watchdog of the NXP i.MX RT1024 Evaluation Kit.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-09-20 12:56:28 +02:00 committed by Christopher Friedt
commit 7cc24c370a
3 changed files with 8 additions and 0 deletions

View file

@ -89,6 +89,8 @@ features:
+-----------+------------+-------------------------------------+
| CAN | on-chip | can |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``

View file

@ -15,6 +15,7 @@
aliases {
led0 = &green_led;
sw0 = &user_button;
watchdog0 = &wdog0;
};
chosen {
@ -98,6 +99,10 @@
bus-speed = <125000>;
};
&wdog0 {
status = "okay";
};
&lpi2c4 {
status = "okay";

View file

@ -17,3 +17,4 @@ flash: 4096
supported:
- netif:eth
- can
- watchdog