-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 board #78314
Add support dspi for s32z270dc2 board #78314
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
0792a06
to
4218282
Compare
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.
commits order must be improved:
- support for pinctrl LVDS pads
- DSPI support + west updates
- test enablement
4218282
to
bedb1c6
Compare
b1e5f82
to
caf6cf8
Compare
caf6cf8
to
67e33df
Compare
tests/drivers/spi/spi_loopback/boards/s32z2xxdc2_s32z270_dspi.overlay
Outdated
Show resolved
Hide resolved
1f1fb44
to
d79ed6e
Compare
Hi @tbursztyka pls help me review this PR |
Hi @tbursztyka, a week passed, pls help me review this PR, thanks |
4bb70a7
e7e9aff
to
4bb70a7
Compare
@tbursztyka I've added @manuargue (NXP S32 platform maintainer) as a co-assignee so we can get this PR moving for 4.0 |
@tunguyen4585 HAL pr merged, please rebase & update manifest to 683c007c3b834012358b4adf96a532d18ce05646. |
2222faf
4bb70a7
to
2222faf
Compare
@tunguyen4585 pls rebase again :) |
support the configurations which apply for LVDS pads + termination resistor + current reference control + rx current boost Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
add dspi support for S32Z27x devices Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
enable test spi_loopback for dspi feature on s32z27x devices Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
2222faf
to
5e43c9d
Compare
This PR to support dspi by re-using mcux driver on s32z27xx devices
Tested on tests\drivers\spi\spi_loopback\drivers.spi.s32z_dspi.loopback
TESTSUITE spi_loopback succeeded
------ TESTSUITE SUMMARY START ------
SUITE PASS - 100.00% [spi_loopback]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.366 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
PROJECT EXECUTION SUCCESSFUL