Skip to content

Commit

Permalink
boards: nxp: rd_rw612_bga: enable DMA support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danieldegrasse authored and carlescufi committed Mar 18, 2024
1 parent f378fd0 commit d921659
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/nxp/rd_rw612_bga/doc/index.rst
Expand Up @@ -39,6 +39,8 @@ Supported Features
+-----------+------------+-----------------------------------+
| USART | on-chip | serial |
+-----------+------------+-----------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-----------------------------------+
| SPI | on-chip | spi |
+-----------+------------+-----------------------------------+

Expand Down
4 changes: 4 additions & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi
Expand Up @@ -100,3 +100,7 @@ arduino_spi: &flexcomm0 {
};
};
};

&dma0 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.yaml
Expand Up @@ -15,5 +15,6 @@ toolchain:
ram: 960
flash: 65536
supported:
- dma
- gpio
- spi
7 changes: 7 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/rd_rw612_bga.overlay
@@ -0,0 +1,7 @@
/*
* Copyright 2023-2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

tst_dma0: &dma0 { };

0 comments on commit d921659

Please sign in to comment.