boards: adi: Enable watchdog driver for MAX32672 boards
Watchdog enabled for MAX32672EVKIT and MAX32672FTHR boards Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
56393b9a44
commit
f66877d065
6 changed files with 16 additions and 0 deletions
|
@ -105,6 +105,8 @@ Below interfaces are supported by Zephyr on MAX32672EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
led0 = &led1;
|
||||
led1 = &led2;
|
||||
sw0 = &pb1;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -85,3 +86,7 @@
|
|||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
|||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
ram: 200
|
||||
flash: 1024
|
||||
|
|
|
@ -107,6 +107,8 @@ Below interfaces are supported by Zephyr on MAX32672FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
led1 = &led2;
|
||||
led2 = &led3;
|
||||
sw0 = &pb1;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
/* Used for accessing other pins */
|
||||
|
@ -137,3 +138,7 @@
|
|||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
|||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
ram: 200
|
||||
flash: 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue