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:
Tahsin Mutlugun 2024-01-25 12:46:54 +03:00 committed by Anas Nashif
commit 0c6342e36b
3 changed files with 7 additions and 0 deletions

View file

@ -114,6 +114,8 @@ Below interfaces are supported by Zephyr on MAX32680EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| I2C | on-chip | i2c | | I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs
=================== ===================

View file

@ -97,3 +97,7 @@
pinctrl-0 = <&i2c1a_scl_p0_16 &i2c1a_sda_p0_17>; pinctrl-0 = <&i2c1a_scl_p0_16 &i2c1a_sda_p0_17>;
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&dma0 {
status = "okay";
};

View file

@ -12,5 +12,6 @@ supported:
- serial - serial
- trng - trng
- i2c - i2c
- dma
ram: 128 ram: 128
flash: 512 flash: 512