boards: arm: adi: Add DMA to MAX32670EVKIT 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
fb1fb2747c
commit
8819180c48
3 changed files with 7 additions and 1 deletions
|
@ -110,7 +110,8 @@ Below interfaces are supported by Zephyr on MAX32670EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -81,3 +81,7 @@
|
|||
pinctrl-0 = <&i2c0_scl_p0_6 &i2c0_sda_p0_7>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
ram: 160
|
||||
flash: 384
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue