Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ zephyr_udc0: &usb1 {
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
};

&edma0 {
status = "okay";
};

&flexcan2 {
status = "okay";
bus-speed = <125000>;
Expand Down
1 change: 1 addition & 0 deletions boards/arm/mimxrt1064_evk/mimxrt1064_evk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ supported:
- arduino_serial
- counter
- display
- dma
- gpio
- i2c
- netif:eth
Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/dma/chan_link_transfer/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ tests:
min_ram: 16
depends_on: dma
tags: drivers dma
platform_allow: frdm_k64f mimxrt1060_evk
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk
drivers.dma.interactive:
depends_on: dma
extra_args: CONF_FILE=prj_shell.conf
min_ram: 16
tags: drivers dma
harness: keyboard
platform_allow: frdm_k64f mimxrt1060_evk
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk