-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: ipm: Add support for NXP i.MX rev2 MU
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. (cherry picked from commit 52bee41) zephyrproject-rtos/hal_nxp#130 Signed-off-by: Chris Trowbridge <[email protected]> GitOrigin-RevId: 52bee41 Change-Id: Ifafecfda827dc9fbe05076478d739a8590c9cf7d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3484585 Tested-by: CopyBot Service Account <[email protected]> Reviewed-by: Jack Rosenthal <[email protected]> Reviewed-by: Aaron Massey <[email protected]> Tested-by: Aaron Massey <[email protected]> Commit-Queue: Aaron Massey <[email protected]>
- Loading branch information
1 parent
2a9c0e6
commit a6f2bfe
Showing
4 changed files
with
144 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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