boards: adi: Enable watchdog driver for MAX32662EVKIT

Watchdog enabled for MAX32662EVKIT

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-01-15 09:36:06 +03:00 committed by David Leach
commit 61140fa5f5
3 changed files with 8 additions and 0 deletions

View file

@ -99,6 +99,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy | | TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs

View file

@ -44,6 +44,7 @@
aliases { aliases {
led0 = &led1; led0 = &led1;
sw0 = &pb1; sw0 = &pb1;
watchdog0 = &wdt0;
}; };
}; };
@ -67,3 +68,7 @@
&trng { &trng {
status = "okay"; status = "okay";
}; };
&wdt0 {
status = "okay";
};

View file

@ -11,5 +11,6 @@ supported:
- gpio - gpio
- serial - serial
- trng - trng
- watchdog
ram: 80 ram: 80
flash: 256 flash: 256