boards: arm: mimxrt1170_evkb: add support for DMA test

Enable DMA test for RT1170 EVKB

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2023-06-13 17:26:04 +00:00 committed by Carles Cufí
commit 968ba5190d
5 changed files with 23 additions and 1 deletions

View file

@ -116,7 +116,7 @@ RT1170 EVKB (`mimxrt1170_evkb_cm7/cm4`)
| | | serial port-interrupt; | | |
| | | serial port-async | | |
+-----------+------------+-------------------------------------+-----------------+-----------------+
| DMA | on-chip | dma | Supported | No support |
| DMA | on-chip | dma | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+
| GPT | on-chip | gpt | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+

View file

@ -18,6 +18,7 @@ supported:
- adc
- counter
- can
- dma
- gpio
- hwinfo
- usb_device

View file

@ -0,0 +1,7 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &edma_lpsr0 { };

View file

@ -0,0 +1,7 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &edma_lpsr0 { };

View file

@ -0,0 +1,7 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &edma0 { };