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 iopctl driver for RT 3 digital platforms #81086

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

Commits on Nov 15, 2024

  1. drivers: pinctrl: add iopctl driver for RT 3 digital platforms

    RT3 digital platforms won't reuse lpc_iocon driver, new iopctl
    driver have been developed for iopctl IP.
    
    Due to RT700 have multi iopctl instances, add code to handle the
    index value recorded in new pinctrl header file
    
    Signed-off-by: Lucien Zhao <[email protected]>
    lucien-nxp committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3ffe4f3 View commit details
    Browse the repository at this point in the history
  2. dts: arm: nxp: use iopctl ip to replace iocon

    Change pin register name from iocon to iopctl
    
    Delete pin type mask macro, there is no need to
    add these macros to adapt iocon IP structure.
    
    Signed-off-by: Lucien Zhao <[email protected]>
    lucien-nxp committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9414d5b View commit details
    Browse the repository at this point in the history
  3. manifest: update west.yml to track hal_nxp 460 PR

    track hal_nxp 460 PR
    
    Signed-off-by: Lucien Zhao <[email protected]>
    lucien-nxp committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0d357bb View commit details
    Browse the repository at this point in the history