Skip to content

Commit 066a43b

Browse files
mertekrennashif
authored andcommitted
boards: adi: Add DMA to MAX32675EVKIT board driver list
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Mert Ekren <[email protected]>
1 parent 3002840 commit 066a43b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

boards/adi/max32675evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
9494
+-----------+------------+-------------------------------------+
9595
| SPI | on-chip | spi |
9696
+-----------+------------+-------------------------------------+
97+
| DMA | on-chip | dma controller |
98+
+-----------+------------+-------------------------------------+
9799

98100
Connections and IOs
99101
===================

boards/adi/max32675evkit/max32675evkit.dts

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

1415
/ {
1516
model = "Analog Devices MAX32675EVKIT";
@@ -72,6 +73,10 @@
7273
status = "okay";
7374
};
7475

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

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