Skip to content

Commit d8a2004

Browse files
henrikbrixandersennashif
authored andcommitted
boards: arm: nxp: mimxrt1024_evk: enable dma driver
Enable the dma driver on the mimxrt1024_evk board. Tested with: - tests/drivers/dma/chan_blen_transfer - tests/drivers/dma/chan_link_transfer - tests/drivers/dma/loop_transfer Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 949a6a8 commit d8a2004

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/arm/mimxrt1024_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ features:
9393
+-----------+------------+-------------------------------------+
9494
| HWINFO | on-chip | reset cause |
9595
+-----------+------------+-------------------------------------+
96+
| DMA | on-chip | dma |
97+
+-----------+------------+-------------------------------------+
9698

9799
The default configuration can be found in the defconfig file:
98100
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``

boards/arm/mimxrt1024_evk/mimxrt1024_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@
112112
label = "FXOS8700";
113113
};
114114
};
115+
116+
&edma0 {
117+
status = "okay";
118+
};

boards/arm/mimxrt1024_evk/mimxrt1024_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ram: 32768
1616
flash: 4096
1717
supported:
1818
- can
19+
- dma
1920
- hwinfo
2021
- netif:eth
2122
- watchdog

0 commit comments

Comments
 (0)