Skip to content

Commit ec2c378

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

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

boards/adi/max32662evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
103103
+-----------+------------+-------------------------------------+
104104
| SPI | on-chip | spi |
105105
+-----------+------------+-------------------------------------+
106+
| DMA | on-chip | dma controller |
107+
+-----------+------------+-------------------------------------+
106108

107109

108110
Connections and IOs

boards/adi/max32662evkit/max32662evkit.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <adi/max32/max32662-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/max32662_dma.h>
1314

1415
/ {
1516
model = "Analog Devices MAX32662EVKIT";
@@ -61,6 +62,10 @@
6162
status = "okay";
6263
};
6364

65+
&dma0 {
66+
status = "okay";
67+
};
68+
6469
&gpio0 {
6570
status = "okay";
6671
};

boards/adi/max32662evkit/max32662evkit.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)