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:
parent
74ffb99a72
commit
968ba5190d
5 changed files with 23 additions and 1 deletions
|
@ -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 |
|
||||
+-----------+------------+-------------------------------------+-----------------+-----------------+
|
||||
|
|
|
@ -18,6 +18,7 @@ supported:
|
|||
- adc
|
||||
- counter
|
||||
- can
|
||||
- dma
|
||||
- gpio
|
||||
- hwinfo
|
||||
- usb_device
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &edma_lpsr0 { };
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &edma_lpsr0 { };
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &edma0 { };
|
Loading…
Add table
Add a link
Reference in a new issue