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 <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-09-30 10:55:22 +02:00 committed by Anas Nashif
commit d8a2004a49
3 changed files with 7 additions and 0 deletions

View file

@ -93,6 +93,8 @@ features:
+-----------+------------+-------------------------------------+
| HWINFO | on-chip | reset cause |
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``

View file

@ -112,3 +112,7 @@
label = "FXOS8700";
};
};
&edma0 {
status = "okay";
};

View file

@ -16,6 +16,7 @@ ram: 32768
flash: 4096
supported:
- can
- dma
- hwinfo
- netif:eth
- watchdog