boards: arm: adi: Add DMA to MAX32672 boards 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-23 12:53:41 +03:00 committed by Anas Nashif
commit aac7c09cb7
6 changed files with 14 additions and 0 deletions

View file

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

View file

@ -81,3 +81,7 @@
pinctrl-0 = <&i2c0a_scl_p0_6 &i2c0a_sda_p0_7>;
pinctrl-names = "default";
};
&dma0 {
status = "okay";
};

View file

@ -12,5 +12,6 @@ supported:
- serial
- trng
- i2c
- dma
ram: 200
flash: 1024

View file

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

View file

@ -133,3 +133,7 @@
inversion-on;
};
};
&dma0 {
status = "okay";
};

View file

@ -12,5 +12,6 @@ supported:
- serial
- trng
- i2c
- dma
ram: 200
flash: 1024