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:
parent
cfcfea4a26
commit
e3ba874f77
6 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
===================
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
led1 = &led2;
|
||||
sw0 = &pb1;
|
||||
sw1 = &pb2;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -106,3 +107,7 @@
|
|||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
|||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
|
@ -106,6 +106,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Push Buttons
|
||||
************
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
|||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue