boards: adi: Enable watchdog driver for MAX32655 boards

Watchdog enabled for MAX32655EVKIT and MAX32655FTHR boards

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Co-authored-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Furkan Akkiz 2023-10-25 09:25:05 +03:00 committed by David Leach
commit e3ba874f77
6 changed files with 16 additions and 0 deletions

View file

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

View file

@ -61,6 +61,7 @@
led1 = &led2;
sw0 = &pb1;
sw1 = &pb2;
watchdog0 = &wdt0;
};
};
@ -106,3 +107,7 @@
&dma0 {
status = "okay";
};
&wdt0 {
status = "okay";
};

View file

@ -13,5 +13,6 @@ supported:
- trng
- i2c
- dma
- watchdog
ram: 128
flash: 512

View file

@ -106,6 +106,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+
Push Buttons
************

View file

@ -66,6 +66,7 @@
led2 = &led3;
sw0 = &pb1;
sw1 = &pb2;
watchdog0 = &wdt0;
};
/* Used for accessing other pins */
@ -140,3 +141,7 @@
&dma0 {
status = "okay";
};
&wdt0 {
status = "okay";
};

View file

@ -13,5 +13,6 @@ supported:
- trng
- i2c
- dma
- watchdog
ram: 128
flash: 512