Skip to content

Commit 7cc24c3

Browse files
henrikbrixandersencfriedt
authored andcommitted
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 <[email protected]>
1 parent aa4b75b commit 7cc24c3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

boards/arm/mimxrt1024_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ features:
8989
+-----------+------------+-------------------------------------+
9090
| CAN | on-chip | can |
9191
+-----------+------------+-------------------------------------+
92+
| WATCHDOG | on-chip | watchdog |
93+
+-----------+------------+-------------------------------------+
9294

9395
The default configuration can be found in the defconfig file:
9496
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``

boards/arm/mimxrt1024_evk/mimxrt1024_evk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
aliases {
1616
led0 = &green_led;
1717
sw0 = &user_button;
18+
watchdog0 = &wdog0;
1819
};
1920

2021
chosen {
@@ -98,6 +99,10 @@
9899
bus-speed = <125000>;
99100
};
100101

102+
&wdog0 {
103+
status = "okay";
104+
};
105+
101106
&lpi2c4 {
102107
status = "okay";
103108

boards/arm/mimxrt1024_evk/mimxrt1024_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ flash: 4096
1717
supported:
1818
- netif:eth
1919
- can
20+
- watchdog

0 commit comments

Comments
 (0)