Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: nxp: rd_rw612_bga: enable DMA #70192

Merged
merged 3 commits into from Mar 18, 2024

Conversation

danieldegrasse
Copy link
Collaborator

@danieldegrasse danieldegrasse commented Mar 13, 2024

Enable DMA support for the RW612 SOC, as well as the RD RW612 BGA board. Support was verified with the
tests/drivers/dma/loop_transfer test

dleach02
dleach02 previously approved these changes Mar 14, 2024
@@ -91,3 +91,7 @@
};
};
};

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update the documentation to indicate this support

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder- board doc page updated

mmahadevan108
mmahadevan108 previously approved these changes Mar 15, 2024
dleach02
dleach02 previously approved these changes Mar 15, 2024
@dleach02
Copy link
Member

@teburd, we have some PRs that need this one merged first.

decsny
decsny previously approved these changes Mar 15, 2024
Add DMA0 definition for RW61x SOC

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
RW61x DMA has the *unique* restriction that DMA access is not routed
through the FlexSPI cache engine, only via the non-cached address space.
To enable DMA to read from the FlexSPI AHB space directly, fixup any
address passed to the DMA engine that is in the FlexSPI AHB cached
region to be in the non cached region

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
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>
@carlescufi carlescufi merged commit d921659 into zephyrproject-rtos:main Mar 18, 2024
21 checks passed
@danieldegrasse danieldegrasse deleted the feature/rw-dma branch March 18, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DMA Direct Memory Access platform: NXP Drivers NXP Semiconductors, drivers platform: NXP NXP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants