File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
94
94
+-----------+------------+-------------------------------------+
95
95
| SPI | on-chip | spi |
96
96
+-----------+------------+-------------------------------------+
97
+ | DMA | on-chip | dma controller |
98
+ +-----------+------------+-------------------------------------+
97
99
98
100
Connections and IOs
99
101
===================
Original file line number Diff line number Diff line change 10
10
#include <adi/max32/max32675-pinctrl.dtsi>
11
11
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
12
12
#include <zephyr/dt-bindings/input/input-event-codes.h>
13
+ #include <zephyr/dt-bindings/dma/max32675_dma.h>
13
14
14
15
/ {
15
16
model = "Analog Devices MAX32675EVKIT";
72
73
status = "okay";
73
74
};
74
75
76
+ &dma0 {
77
+ status = "okay";
78
+ };
79
+
75
80
&gpio0 {
76
81
status = "okay";
77
82
};
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ toolchain:
8
8
- gnuarmemb
9
9
- xtools
10
10
supported :
11
+ - dma
11
12
- gpio
12
13
- serial
13
14
- trng
You can’t perform that action at this time.
0 commit comments