boards: adi: Enable watchdog driver for MAX32680EVKIT
Watchdog enabled for MAX32680EVKIT Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
f66877d065
commit
de1d376c24
3 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,8 @@ Below interfaces are supported by Zephyr on MAX32680EVKIT.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| DMA | on-chip | dma controller |
|
| DMA | on-chip | dma controller |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| Watchdog | on-chip | watchdog |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
led1 = &led2;
|
led1 = &led2;
|
||||||
sw0 = &pb1;
|
sw0 = &pb1;
|
||||||
sw1 = &pb2;
|
sw1 = &pb2;
|
||||||
|
watchdog0 = &wdt0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -101,3 +102,7 @@
|
||||||
&dma0 {
|
&dma0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wdt0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
||||||
- trng
|
- trng
|
||||||
- i2c
|
- i2c
|
||||||
- dma
|
- dma
|
||||||
|
- watchdog
|
||||||
ram: 128
|
ram: 128
|
||||||
flash: 512
|
flash: 512
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue