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:
Jason Murphy 2023-11-21 12:21:58 +00:00 committed by Anas Nashif
commit fb1fb2747c
6 changed files with 16 additions and 0 deletions

View file

@ -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
===================

View file

@ -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";
};

View file

@ -12,5 +12,6 @@ supported:
- serial
- trng
- i2c
- dma
ram: 128
flash: 512

View file

@ -104,6 +104,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
Push Buttons
************

View file

@ -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";
};

View file

@ -12,5 +12,6 @@ supported:
- serial
- trng
- i2c
- dma
ram: 128
flash: 512