-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: misc: Add nxp,rtxxx-dsp-ctl driver #89403
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
Merged
kartben
merged 2 commits into
zephyrproject-rtos:main
from
nxp-upstream:feature/rtxxx-dsp-ctl-driver
May 21, 2025
Merged
drivers: misc: Add nxp,rtxxx-dsp-ctl driver #89403
kartben
merged 2 commits into
zephyrproject-rtos:main
from
nxp-upstream:feature/rtxxx-dsp-ctl-driver
May 21, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
dbaluta
reviewed
May 5, 2025
dbaluta
reviewed
May 5, 2025
dbaluta
reviewed
May 5, 2025
Contributor
|
Mostly looking good, I have added few comments. |
80b7690 to
9225945
Compare
dbaluta
previously approved these changes
May 9, 2025
f421383 to
9e58df3
Compare
Add the nxp,rtxxx-dsp-ctrl driver. Responsibility of this driver is to load code executed by Xtensa-family cores on NXP i.MX RTxxx microcontrollers and to control their run. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
Instantiate the nxp,rtxxx-dsp-ctrl driver to enable DSP code upload and run control. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
9e58df3 to
0efd8c6
Compare
|
4 tasks
dleach02
approved these changes
May 20, 2025
Member
|
@dbaluta can you reapply your +1 |
dbaluta
approved these changes
May 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Add the nxp,rtxxx-dsp-ctl driver. Instantiate it on
mimxrt685_evk/mimxrt685s/cm33.Objective, as of now, of this driver is to provide a code upload and run control facility for the i.MX RT685's HiFi 4 DSP domain, used from the CM33 domain. It is expected to extend this driver to other 3-digit i.MX RT platforms at a later date.