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:
parent
e3ba874f77
commit
61140fa5f5
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- serial
|
- serial
|
||||||
- trng
|
- trng
|
||||||
|
- watchdog
|
||||||
ram: 80
|
ram: 80
|
||||||
flash: 256
|
flash: 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue