boards: nxp: frdm_ke17z: enable wdog driver

Enable wdog32 driver for frdm_ke17z and frdm_ke17z512 to test
drivers.watchdog case.

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
Anke Xiao 2024-07-25 10:38:28 +08:00 committed by Anas Nashif
commit fc770b757c
6 changed files with 16 additions and 0 deletions

View file

@ -23,6 +23,7 @@
};
aliases {
watchdog0 = &wdog;
led0 = &red_led;
led1 = &green_led;
led2 = &blue_led;
@ -178,3 +179,7 @@
&edma {
status = "okay";
};
&wdog {
status = "okay";
};