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
|
@ -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