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

nxp: imx93_a55: Switch to timer domain and Zephyr native drivers #8520

Merged
merged 3 commits into from
Mar 25, 2024

Commits on Mar 22, 2024

  1. west.yml: bump up Zephyr revision

    Bump up Zephyr revision to fetch a Zephyr version that
    contains the following patch:
    	1) 64ba1b221091c343f7cca79a7970981eb1ff3a35
    	("dts: nxp: imx93: add nodes for SAI3 and EDMA4")
    This is required for the transition to Zephyr native drivers
    on i.MX93.
    
    Signed-off-by: Laurentiu Mihalcea <[email protected]>
    LaurentiuM1234 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b075b27 View commit details
    Browse the repository at this point in the history
  2. boards: mimx93_evk_a55: Enable SAI, EDMA and HOST DMA drivers

    This commit introduces the necessary changes to the overlay
    and configuration files required for enabling the Zephyr native
    SAI, EDMA and HOST DMA drivers on i.MX93.
    
    Signed-off-by: Laurentiu Mihalcea <[email protected]>
    LaurentiuM1234 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    43b0d6c View commit details
    Browse the repository at this point in the history
  3. nxp: imx93: Switch to native Zephyr drivers and timer domain

    Starting with this commit, i.MX93 now uses the timer domain
    in conjunction with the Zephyr native drivers.
    
    Signed-off-by: Laurentiu Mihalcea <[email protected]>
    LaurentiuM1234 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    af38974 View commit details
    Browse the repository at this point in the history