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:
parent
f378fd0282
commit
d921659d6a
4 changed files with 14 additions and 0 deletions
|
@ -39,6 +39,8 @@ Supported Features
|
|||
+-----------+------------+-----------------------------------+
|
||||
| USART | on-chip | serial |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| DMA | on-chip | dma |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-----------------------------------+
|
||||
|
||||
|
|
|
@ -100,3 +100,7 @@ arduino_spi: &flexcomm0 {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -15,5 +15,6 @@ toolchain:
|
|||
ram: 960
|
||||
flash: 65536
|
||||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
- spi
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2023-2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma0 { };
|
Loading…
Add table
Add a link
Reference in a new issue