boards: arm: lpcxpresso55s69_cpu0: enable DMA

The DMA is already enabled for this board, but updating the board doc
page to make that clear, and enabling the DMA loop_transfer test.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2024-01-25 10:23:52 -05:00 committed by David Leach
commit de5586d7ec
2 changed files with 9 additions and 0 deletions

View file

@ -101,6 +101,8 @@ configuration supports the following hardware features:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| SDIF | on-chip | sdhc | | SDIF | on-chip | sdhc |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| DMA | on-chip | dma (on CPU0) |
+-----------+------------+-------------------------------------+
Targets available Targets available
================== ==================

View file

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