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
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
pwm-led0 = &green_pwm_led;
|
pwm-led0 = &green_pwm_led;
|
||||||
sw0 = &user_button;
|
sw0 = &user_button;
|
||||||
kscan0 = &touch_controller;
|
kscan0 = &touch_controller;
|
||||||
|
watchdog0 = &wdog0;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
@ -237,3 +238,7 @@ zephyr_udc0: &usb1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wdog0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -28,3 +28,4 @@ supported:
|
||||||
- video
|
- video
|
||||||
- kscan:touch
|
- kscan:touch
|
||||||
- can
|
- can
|
||||||
|
- watchdog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue