Skip to content

Commit 5617287

Browse files
mertekrennashif
authored andcommitted
boards: adi: Add DMA driver in MAX32666FTHR driver list
Add DMA in supported driver list Signed-off-by: Mert Ekren <[email protected]>
1 parent 68d09a8 commit 5617287

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

boards/adi/max32666fthr/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
115115
+-----------+------------+-------------------------------------+
116116
| SPI | on-chip | spi |
117117
+-----------+------------+-------------------------------------+
118+
| DMA | on-chip | dma controller |
119+
+-----------+------------+-------------------------------------+
118120

119121
Connections and IOs
120122
===================

boards/adi/max32666fthr/max32666fthr_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 MAX32666FTHR";
@@ -99,6 +100,10 @@
99100
status = "okay";
100101
};
101102

103+
&dma0 {
104+
status = "okay";
105+
};
106+
102107
&gpio0 {
103108
status = "okay";
104109
};

boards/adi/max32666fthr/max32666fthr_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)