boards: adi: Enable watchdog driver for MAX32670EVKIT

Watchdog enabled for MAX32670EVKIT

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-07-08 16:34:32 -05:00 committed by David Leach
commit 56393b9a44
3 changed files with 8 additions and 0 deletions

View file

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

View file

@ -48,6 +48,7 @@
led0 = &led1;
led1 = &led2;
sw0 = &pb1;
watchdog0 = &wdt0;
};
};
@ -85,3 +86,7 @@
&dma0 {
status = "okay";
};
&wdt0 {
status = "okay";
};

View file

@ -13,5 +13,6 @@ supported:
- trng
- i2c
- dma
- watchdog
ram: 160
flash: 384