boards: adi: Enable watchdog driver for MAX32690EVKIT

Watchdog enabled for MAX32690EVKIT

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-07-08 19:35:33 -05:00 committed by David Leach
commit 37ffa074d0
3 changed files with 8 additions and 0 deletions

View file

@ -117,6 +117,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller | | DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs

View file

@ -47,6 +47,7 @@
led0 = &red_led; led0 = &red_led;
led1 = &green_led; led1 = &green_led;
sw0 = &pb0; sw0 = &pb0;
watchdog0 = &wdt0;
}; };
}; };
@ -101,3 +102,7 @@
&dma0 { &dma0 {
status = "okay"; status = "okay";
}; };
&wdt0 {
status = "okay";
};

View file

@ -14,5 +14,6 @@ supported:
- i2c - i2c
- trng - trng
- dma - dma
- watchdog
ram: 1024 ram: 1024
flash: 3072 flash: 3072