Skip to content

Commit 3021c27

Browse files
MaureenHelmnashif
authored andcommitted
boards: arm: Enable dma driver on mimxrt1064_evk
Enables the dma driver on the mimxrt1064_evk board. The board documentation is not updated because it already mentions dma driver support. Tested with: - tests/drivers/dma/chan_blen_transfer - tests/drivers/dma/chan_link_transfer - tests/drivers/dma/loop_transfer Signed-off-by: Maureen Helm <[email protected]>
1 parent 6985bc9 commit 3021c27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ zephyr_udc0: &usb1 {
234234
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
235235
};
236236

237+
&edma0 {
238+
status = "okay";
239+
};
240+
237241
&flexcan2 {
238242
status = "okay";
239243
bus-speed = <125000>;

boards/arm/mimxrt1064_evk/mimxrt1064_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ supported:
1919
- arduino_serial
2020
- counter
2121
- display
22+
- dma
2223
- gpio
2324
- i2c
2425
- netif:eth

0 commit comments

Comments
 (0)