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:
parent
8819180c48
commit
aac7c09cb7
6 changed files with 14 additions and 0 deletions
|
@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32672EVKIT.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| I2C | on-chip | i2c |
|
| I2C | on-chip | i2c |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| DMA | on-chip | dma controller |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
|
|
|
@ -81,3 +81,7 @@
|
||||||
pinctrl-0 = <&i2c0a_scl_p0_6 &i2c0a_sda_p0_7>;
|
pinctrl-0 = <&i2c0a_scl_p0_6 &i2c0a_sda_p0_7>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dma0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
||||||
- serial
|
- serial
|
||||||
- trng
|
- trng
|
||||||
- i2c
|
- i2c
|
||||||
|
- dma
|
||||||
ram: 200
|
ram: 200
|
||||||
flash: 1024
|
flash: 1024
|
||||||
|
|
|
@ -105,6 +105,8 @@ Below interfaces are supported by Zephyr on MAX32672FTHR.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| I2C | on-chip | i2c |
|
| I2C | on-chip | i2c |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| DMA | on-chip | dma controller |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
|
|
|
@ -133,3 +133,7 @@
|
||||||
inversion-on;
|
inversion-on;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dma0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
||||||
- serial
|
- serial
|
||||||
- trng
|
- trng
|
||||||
- i2c
|
- i2c
|
||||||
|
- dma
|
||||||
ram: 200
|
ram: 200
|
||||||
flash: 1024
|
flash: 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue