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

Commits on Mar 18, 2024

  1. dts: arm: nxp: rw6xx: add dma0 definition

    Add DMA0 definition for RW61x SOC
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse committed Mar 18, 2024
    Copy the full SHA
    401a112 View commit details
    Browse the repository at this point in the history
  2. drivers: dma: dma_mcux_lpc: add workaround for RW61x flexspi

    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>
    danieldegrasse committed Mar 18, 2024
    Copy the full SHA
    dab270a View commit details
    Browse the repository at this point in the history
  3. 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>
    danieldegrasse committed Mar 18, 2024
    Copy the full SHA
    06eaae7 View commit details
    Browse the repository at this point in the history