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:
parent
f6eb6938a9
commit
6985bc9c1d
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -28,3 +28,4 @@ supported:
|
|||
- video
|
||||
- kscan:touch
|
||||
- can
|
||||
- watchdog
|
||||
|
|
Loading…
Reference in New Issue