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

@ -71,6 +71,8 @@ features:
+-----------+------------+-------------------------------------+
| ACMP | on-chip | sensor |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/nxp/frdm_ke17z/frdm_ke17z_defconfig`.

View file

@ -16,6 +16,7 @@
compatible = "nxp,frdm-ke17z", "nxp,ke17z", "nxp,mke17z7";
aliases {
watchdog0 = &wdog;
led0 = &red_led;
led1 = &green_led;
led2 = &blue_led;
@ -160,3 +161,7 @@
&edma {
status = "okay";
};
&wdog {
status = "okay";
};

View file

@ -16,4 +16,5 @@ supported:
- i2c
- spi
- dma
- watchdog
vendor: nxp

View file

@ -73,6 +73,8 @@ features:
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/nxp/frdm_ke17z512/frdm_ke17z512_defconfig``.

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";
};

View file

@ -23,4 +23,5 @@ supported:
- i2c
- spi
- dma
- watchdog
vendor: nxp