boards: mimxrt1170_evk_cm7: Enable watchdog

Enable watchdog for RT1170 EVK. Tested using
test/drivers/watchdog/wdt_basic_api.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-01-06 15:35:26 -06:00 committed by Maureen Helm
commit c7da0e9113
3 changed files with 7 additions and 0 deletions

View file

@ -115,6 +115,8 @@ features:
+-----------+------------+-------------------------------------+
| GPT | on-chip | gpt |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7_defconfig``

View file

@ -117,3 +117,7 @@
&gpt_hw_timer {
status = "okay";
};
&wdog1 {
status = "okay";
};

View file

@ -23,3 +23,4 @@ supported:
- i2c
- pwm
- dma
- watchdog