-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Enable SPI on i.MX95 M7 #83630
base: main
Are you sure you want to change the base?
Enable SPI on i.MX95 M7 #83630
Conversation
Added lpspi nodes for nxp_imx95_m7. Signed-off-by: Yangbo Lu <[email protected]>
Added lpspi1 pinctrl in dtsi for imx95_evk. Signed-off-by: Yangbo Lu <[email protected]>
1c3744f
to
473d971
Compare
There were twister issues on code base. Rebased. |
boards/nxp/imx95_evk/doc/index.rst
Outdated
--- | ||
|
||
SPI1 on J35 is enabled for M7. | ||
R1217/R1218/R1219/R1220 should be soldered with 0R resistances. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean need to rework the board? If yes, suggest to change it to be like the following:
The EVK board need to be reworked to solder R1217/R1218/R1219/R1220 with 0R resistances.
And is there any testcase available can be used to verify SPI on the board? If no device avaiable, whether can use loopback test: tests/drivers/spi/spi_loopback ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated.
No device on board, I verified with both analyzer and loopback testcase.
Enabled SPI1 interface for imx95_evk_mimx9596_m7. Signed-off-by: Yangbo Lu <[email protected]>
Added support for spi_loopback for imx95_evk m7. Signed-off-by: Yangbo Lu <[email protected]>
473d971
to
ce0e4c3
Compare
Updated to v2, changes include,
Thanks. |
Enable SPI on i.MX95 M7