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

drivers: dma: Add initial support for NXP SDMA #80330

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 2, 2024

  1. drivers: dma: Add initial support for NXP SDMA

    This adds initial support for NXP SDMA controller. We make use
    of NXP HAL to configure the IP.
    
    SDMA uses BD (buffer descriptors) to describe a transfer. We create
    a cyclic list of descriptors and trigger them manually at start and
    later when data is available.
    
    This is tested using Sound Open Firmware app on top of Zephyr.
    
    Signed-off-by: Daniel Baluta <[email protected]>
    dbaluta committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    197cb7d View commit details
    Browse the repository at this point in the history
  2. dts: xtensa: nxp_imx8m: Add SAI3 and SDMA3 node

    Add sai3 and sdma3 nodes found on NXP i.MX8MP SOC.
    
    Signed-off-by: Daniel Baluta <[email protected]>
    dbaluta committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c574040 View commit details
    Browse the repository at this point in the history