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:
parent
9c4fb66a8b
commit
c7da0e9113
3 changed files with 7 additions and 0 deletions
|
@ -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``
|
||||
|
|
|
@ -117,3 +117,7 @@
|
|||
&gpt_hw_timer {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdog1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -23,3 +23,4 @@ supported:
|
|||
- i2c
|
||||
- pwm
|
||||
- dma
|
||||
- watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue