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

Add support dspi for s32z270dc2 #435

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. nxp: mcux: drivers: dspi: add the guards for unsupported features

    In order to re-use mcux DSPI driver for NXP s32z27x device, we need
    to disable the following features which are not available on this
    platform: SR[TFUF], RSER[TFUF_RE], SLAVE mode
    
    Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
    tunguyen4585 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    200e850 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. dts: nxp: s32: support more required pins for DSPI_10

    support more required pins for DSPI_10
    
    Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
    tunguyen4585 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    979a4e9 View commit details
    Browse the repository at this point in the history
  2. nxp: s32: drivers: s32ze: BaseNXP: header: remove S32Z2_SPI.h

    "Remove S32Z2_SPI.h as it will cause duplicate SPI_Type conflicts when
    supporting DSPI using the MCUX driver."
    
    This removal won't affect SPI shim driver because this header file is
    already included inside the RTD SPI driver
    
    Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
    tunguyen4585 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2932c22 View commit details
    Browse the repository at this point in the history
  3. s32: mcux: s32z270: add support dspi over mcux drivers

    add support dspi over mcux drivers
    
    Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
    tunguyen4585 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d06acb View commit details
    Browse the repository at this point in the history