boards: adi: Add DMA to MAX32662EVKIT board driver list
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
parent
32bf51b438
commit
ec2c378675
3 changed files with 8 additions and 0 deletions
|
@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| SPI | on-chip | spi |
|
| SPI | on-chip | spi |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| DMA | on-chip | dma controller |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include <adi/max32/max32662-pinctrl.dtsi>
|
#include <adi/max32/max32662-pinctrl.dtsi>
|
||||||
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
|
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
|
||||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||||
|
#include <zephyr/dt-bindings/dma/max32662_dma.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Analog Devices MAX32662EVKIT";
|
model = "Analog Devices MAX32662EVKIT";
|
||||||
|
@ -61,6 +62,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dma0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&gpio0 {
|
&gpio0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,6 +8,7 @@ toolchain:
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
- xtools
|
- xtools
|
||||||
supported:
|
supported:
|
||||||
|
- dma
|
||||||
- gpio
|
- gpio
|
||||||
- serial
|
- serial
|
||||||
- trng
|
- trng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue