Skip to content

Commit 1838abb

Browse files
NeilChen93henrikbrixandersen
authored andcommitted
boards: nxp: frdm_mcxa156: Support dma for NXP frdm_mcxa156 board
Support dma for NXP frdm_mcxa156 board. Signed-off-by: Neil Chen <[email protected]>
1 parent cf58bd8 commit 1838abb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/nxp/frdm_mcxa156/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ The FRDM-MCXA156 board configuration supports the following hardware features:
6060
+-----------+------------+-------------------------------------+
6161
| DAC | on-chip | dac |
6262
+-----------+------------+-------------------------------------+
63+
| DMA | on-chip | dma |
64+
+-----------+------------+-------------------------------------+
6365
| FLEXCAN | on-chip | CAN |
6466
+-----------+------------+-------------------------------------+
6567
| I2C | on-chip | i2c |

boards/nxp/frdm_mcxa156/frdm_mcxa156.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
pinctrl-names = "default";
106106
};
107107

108+
&edma0 {
109+
status = "okay";
110+
};
111+
108112
&flexcan0 {
109113
status = "okay";
110114
pinctrl-0 = <&pinmux_flexcan0>;

boards/nxp/frdm_mcxa156/frdm_mcxa156.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ supported:
2121
- can
2222
- counter
2323
- dac
24+
- dma
2425
- i2c
2526
- pwm
2627
- usb_device

0 commit comments

Comments
 (0)