boards: adi: Enable watchdog driver for MAX32666 boards
Watchdog enabled for MAX32666EVKIT and MAX32666FTHR boards Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
61140fa5f5
commit
b7960d4777
6 changed files with 16 additions and 0 deletions
|
@ -112,6 +112,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
led1 = &led2;
|
||||
sw0 = &pb1;
|
||||
sw1 = &pb2;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -83,3 +84,7 @@
|
|||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
- watchdog
|
||||
ram: 560
|
||||
flash: 1024
|
||||
|
|
|
@ -111,6 +111,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
led1 = &led2;
|
||||
led2 = &led3;
|
||||
sw0 = &pb1;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
/* Used for accessing other pins */
|
||||
|
@ -109,3 +110,7 @@
|
|||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
- watchdog
|
||||
ram: 560
|
||||
flash: 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue