boards: arm: adi: Add DMA to MAX32690EVKIT 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:
Furkan Akkiz 2024-01-02 16:42:34 +03:00 committed by Anas Nashif
commit c7ea289ea2
3 changed files with 7 additions and 0 deletions

View file

@ -115,6 +115,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy | | TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs

View file

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

View file

@ -13,5 +13,6 @@ supported:
- spi - spi
- i2c - i2c
- trng - trng
- dma
ram: 1024 ram: 1024
flash: 3072 flash: 3072