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 <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-08-23 18:19:56 -05:00 committed by Anas Nashif
parent f6eb6938a9
commit 6985bc9c1d
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
pwm-led0 = &green_pwm_led;
sw0 = &user_button;
kscan0 = &touch_controller;
watchdog0 = &wdog0;
};
chosen {
@ -237,3 +238,7 @@ zephyr_udc0: &usb1 {
status = "okay";
bus-speed = <125000>;
};
&wdog0 {
status = "okay";
};

View File

@ -28,3 +28,4 @@ supported:
- video
- kscan:touch
- can
- watchdog