boards: arm: adi: Add DMA to MAX32680EVKIT board driver list
Add DMA into 'index.rst' and '.yaml' files and enable dma0 instance. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
parent
aac7c09cb7
commit
0c6342e36b
3 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,8 @@ Below interfaces are supported by Zephyr on MAX32680EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -97,3 +97,7 @@
|
|||
pinctrl-0 = <&i2c1a_scl_p0_16 &i2c1a_sda_p0_17>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue