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

Develop/mimx9131 support #497

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

Conversation

Zhiqiang-Hou
Copy link
Contributor

Add mimx9131 device support and fix the gen_soc_headers.py for generating the pinctrl dtsi of imx91.

@dbaluta
Copy link
Collaborator

dbaluta commented Jan 16, 2025

Looks fair PR. Thanks!

@Zhiqiang-Hou
Copy link
Contributor Author

Looks fair PR. Thanks!

Thanks for your review and approval!

package_count = sum(1 for _ in proc_root.glob(search_pattern))
if package_count == 0:
print("No signal configuration files were found in this data pack")
sys.exit(255)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update copyright?

@Zhiqiang-Hou Zhiqiang-Hou force-pushed the develop/mimx9131-support branch from c360b5d to 2c37045 Compare January 20, 2025 03:40
@Zhiqiang-Hou
Copy link
Contributor Author

V2:

  • updated the copyright of gen_soc_header.py.

@JiafeiPan
Copy link
Contributor

It seems need to rebase as there is conflict for mcux/scripts/pinctrl/gen_soc_headers.py

@Zhiqiang-Hou
Copy link
Contributor Author

It seems need to rebase as there is conflict for mcux/scripts/pinctrl/gen_soc_headers.py

It's already based on the latest commit of nxp-upstream/master.

@Zhiqiang-Hou Zhiqiang-Hou force-pushed the develop/mimx9131-support branch from 2c37045 to 8e14b49 Compare January 20, 2025 04:08
For the i.MX91, the signal_configuration.xml was put under 'i_mx_2_0'
instead of 'ksdk2_0', so add another search pattern for it.

Signed-off-by: Hou Zhiqiang <[email protected]>
These files are copied from mcux-sdk.

Signed-off-by: Hou Zhiqiang <[email protected]>
Add pinctrl dtsi for mimx9131cvvxj.

Signed-off-by: Hou Zhiqiang <[email protected]>
@Zhiqiang-Hou
Copy link
Contributor Author

V3:

  • Rebased onto the zephyrproject-rtos/master to fix the conflicts. @JiafeiPan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants