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:
parent
949a6a8e53
commit
d8a2004a49
3 changed files with 7 additions and 0 deletions
|
@ -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``
|
||||
|
|
|
@ -112,3 +112,7 @@
|
|||
label = "FXOS8700";
|
||||
};
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 4096
|
||||
supported:
|
||||
- can
|
||||
- dma
|
||||
- hwinfo
|
||||
- netif:eth
|
||||
- watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue