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:
parent
0c6342e36b
commit
c7ea289ea2
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
||||||
- spi
|
- spi
|
||||||
- i2c
|
- i2c
|
||||||
- trng
|
- trng
|
||||||
|
- dma
|
||||||
ram: 1024
|
ram: 1024
|
||||||
flash: 3072
|
flash: 3072
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue