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 @@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
103
103
+-----------+------------+-------------------------------------+
104
104
| SPI | on-chip | spi |
105
105
+-----------+------------+-------------------------------------+
106
+ | DMA | on-chip | dma controller |
107
+ +-----------+------------+-------------------------------------+
106
108
107
109
108
110
Connections and IOs
Original file line number Diff line number Diff line change 10
10
#include <adi/max32/max32662-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/max32662_dma.h>
13
14
14
15
/ {
15
16
model = "Analog Devices MAX32662EVKIT";
61
62
status = "okay";
62
63
};
63
64
65
+ &dma0 {
66
+ status = "okay";
67
+ };
68
+
64
69
&gpio0 {
65
70
status = "okay";
66
71
};
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