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

dts: nxp: add pin control files for subset parts #468

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

Commits on Nov 15, 2024

  1. scripts: pinctrl: gen_soc_headers.py: expand for additional families

    Expand the processor_to_controller() function in the gen_soc_headers.py
    implementation to support some additional SOC families the script can
    already handle.
    
    Signed-off-by: Daniel DeGrasse <[email protected]>
    danieldegrasse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c3f1002 View commit details
    Browse the repository at this point in the history
  2. dts: nxp: add pin control files for subset parts

    Add pin control files for subset parts within NXP HAL. Note that this
    does not add files for all parts supported by the NXP HAL, only for
    those that are already supported by the pin control tooling. This
    excludes a few part families:
    - MKE0* parts
    - LPC8* parts
    - LPC51* parts
    - MIMX8D*, MIMX8Q*, MIMX8U* parts
    
    Signed-off-by: Daniel DeGrasse <[email protected]>
    danieldegrasse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    240116d View commit details
    Browse the repository at this point in the history