Skip to content

Commit

Permalink
boards: adi: Enable watchdog driver for MAX32690EVKIT
Browse files Browse the repository at this point in the history
Watchdog enabled for MAX32690EVKIT

Signed-off-by: Sadik Ozer <[email protected]>
  • Loading branch information
ozersa authored and dleach02 committed Aug 12, 2024
1 parent de1d376 commit 37ffa07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/adi/max32690evkit/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+


Connections and IOs
Expand Down
5 changes: 5 additions & 0 deletions boards/adi/max32690evkit/max32690evkit_max32690_m4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
led0 = &red_led;
led1 = &green_led;
sw0 = &pb0;
watchdog0 = &wdt0;
};
};

Expand Down Expand Up @@ -101,3 +102,7 @@
&dma0 {
status = "okay";
};

&wdt0 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/adi/max32690evkit/max32690evkit_max32690_m4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ supported:
- i2c
- trng
- dma
- watchdog
ram: 1024
flash: 3072

0 comments on commit 37ffa07

Please sign in to comment.