boards: arm: enable DMA on MAX32655 boards
Enable DMA peripheral support on MAX32655EVKIT and FHTR boards. Co-Authored-By: Sadik Ozer <sadik.ozer@analog.com> Signed-off-by: Jason Murphy <jason.murphy@analog.com>
This commit is contained in:
parent
364af34de0
commit
fb1fb2747c
6 changed files with 16 additions and 0 deletions
|
@ -91,6 +91,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <adi/max32/max32655-pinctrl.dtsi>
|
||||
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
#include <zephyr/dt-bindings/dma/max32655_dma.h>
|
||||
|
||||
/ {
|
||||
model = "Analog Devices MAX32655EVKIT";
|
||||
|
@ -101,3 +102,7 @@
|
|||
pinctrl-0 = <&i2c0_scl_p0_10 &i2c0_sda_p0_11>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
|
@ -104,6 +104,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Push Buttons
|
||||
************
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <adi/max32/max32655-pinctrl.dtsi>
|
||||
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
#include <zephyr/dt-bindings/dma/max32655_dma.h>
|
||||
|
||||
/ {
|
||||
model = "Analog Devices MAX32655FTHR";
|
||||
|
@ -135,3 +136,7 @@
|
|||
pinctrl-0 = <&i2c2_scl_p0_30 &i2c2_sda_p0_31>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
- dma
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue