boards: nxp: rd_rw612_bga: enable DMA support

Enable support for dma controller on RD RW612 BGA board, and add overlay
to enable board in dma loop transfer test

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-03-13 16:56:14 -05:00 committed by Carles Cufí
commit d921659d6a
4 changed files with 14 additions and 0 deletions

View file

@ -39,6 +39,8 @@ Supported Features
+-----------+------------+-----------------------------------+ +-----------+------------+-----------------------------------+
| USART | on-chip | serial | | USART | on-chip | serial |
+-----------+------------+-----------------------------------+ +-----------+------------+-----------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-----------------------------------+
| SPI | on-chip | spi | | SPI | on-chip | spi |
+-----------+------------+-----------------------------------+ +-----------+------------+-----------------------------------+

View file

@ -100,3 +100,7 @@ arduino_spi: &flexcomm0 {
}; };
}; };
}; };
&dma0 {
status = "okay";
};

View file

@ -15,5 +15,6 @@ toolchain:
ram: 960 ram: 960
flash: 65536 flash: 65536
supported: supported:
- dma
- gpio - gpio
- spi - spi

View file

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