Skip to content

Commit bd20604

Browse files
hfakkiznashif
authored andcommitted
boards: adi: Add DMA to MAX32666EVKIT board driver list
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent 5617287 commit bd20604

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

boards/adi/max32666evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
114114
+-----------+------------+-------------------------------------+
115115
| Watchdog | on-chip | watchdog |
116116
+-----------+------------+-------------------------------------+
117+
| DMA | on-chip | dma controller |
118+
+-----------+------------+-------------------------------------+
117119

118120

119121
Connections and IOs

boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <adi/max32/max32666-pinctrl.dtsi>
1111
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
1212
#include <zephyr/dt-bindings/input/input-event-codes.h>
13+
#include <zephyr/dt-bindings/dma/max32666_dma.h>
1314

1415
/ {
1516
model = "Analog Devices MAX32666EVKIT";
@@ -73,6 +74,10 @@
7374
status = "okay";
7475
};
7576

77+
&dma0 {
78+
status = "okay";
79+
};
80+
7681
&gpio0 {
7782
status = "okay";
7883
};

boards/adi/max32666evkit/max32666evkit_max32666_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toolchain:
88
- gnuarmemb
99
- xtools
1010
supported:
11+
- dma
1112
- gpio
1213
- serial
1314
- trng

0 commit comments

Comments
 (0)