Skip to content

Commit 6985bc9

Browse files
MaureenHelmnashif
authored andcommitted
boards: arm: Enable watchdog driver on mimxrt1064_evk
Enables the watchdog driver on the mimxrt1064_evk board. The board documentation is not updated because it already mentions watchdog driver support. Tested with tests/drivers/watchdog/wdt_basic_api Signed-off-by: Maureen Helm <[email protected]>
1 parent f6eb693 commit 6985bc9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
pwm-led0 = &green_pwm_led;
1818
sw0 = &user_button;
1919
kscan0 = &touch_controller;
20+
watchdog0 = &wdog0;
2021
};
2122

2223
chosen {
@@ -237,3 +238,7 @@ zephyr_udc0: &usb1 {
237238
status = "okay";
238239
bus-speed = <125000>;
239240
};
241+
242+
&wdog0 {
243+
status = "okay";
244+
};

boards/arm/mimxrt1064_evk/mimxrt1064_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ supported:
2828
- video
2929
- kscan:touch
3030
- can
31+
- watchdog

0 commit comments

Comments
 (0)