boards: adi: Add DMA to MAX32675EVKIT board driver list
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Mert Ekren <mert.ekren@analog.com>
This commit is contained in:
parent
3002840e03
commit
066a43b1d7
3 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <adi/max32/max32675-pinctrl.dtsi>
|
||||
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
#include <zephyr/dt-bindings/dma/max32675_dma.h>
|
||||
|
||||
/ {
|
||||
model = "Analog Devices MAX32675EVKIT";
|
||||
|
@ -72,6 +73,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -8,6 +8,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue