-
Notifications
You must be signed in to change notification settings - Fork 7.6k
LPIT Support on Zephyr #93167
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
base: main
Are you sure you want to change the base?
LPIT Support on Zephyr #93167
Conversation
FelixWang47831
commented
Jul 16, 2025
- Provide counter driver based on lpit driver from NXP mcux-sdk-ng
- Enable tests/drivers/counter/counter_nxp_lpit_api based on NXP mimxrt1180_evk, all channels test pass.
Hello @FelixWang47831, and thank you very much for your first pull request to the Zephyr project! |
3b743cb
to
d8eac6e
Compare
d8eac6e
to
dbfce5d
Compare
1.Add dts bindings nxp,lpit-channel.yaml and nxp,lpit.yaml 2.Provide counter driver based on lpit driver from NXP mcux-sdk-ng Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
dbfce5d
to
50db653
Compare
|
Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
1. Configure clock source for lpit3 for imxrt118x devices 2. Support lpit in clock driver Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
Signed-off-by: Felix Wang <fei.wang_3@nxp.com>