[nrf fromlist] soc: nordic: Prepare GPPI support for nrf92#3990
Merged
Conversation
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 16, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
645c6ad to
ffd5940
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 20, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
nika-nordic
approved these changes
Apr 20, 2026
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 20, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
mstasiaknordic
approved these changes
Apr 21, 2026
447f5a2 to
1099823
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 21, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
1099823 to
b43da8a
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 23, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
b43da8a to
8a2ea08
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 24, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Move files which are specific to nrf54h20 global domain from nrf54h folder to common. Rename those files to use sd2ppi name instead of nrf54h. SD2PPI (or SD^2PPI) is an abbrevation for Secure Distributed (multi-Domain) DPPI - PPI system where DPPI resources requires Ironside service. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 2c4b1d1)
Rework GPPI configuration for SD^2PPI global domain. There can be an SoC which does not have dppic135, dppic136, ppib136 and ppib137 nodes. Add build time conditions to configuration files. Additionally, remove references to APBxx (bus) names which could be confusing as they are not references anywhere else. Use DPPIxxx identification instead. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 3145230)
Test is using one of the peripherals as sink for PPI events. So far it supported LPCOMP or ECB on nrf54h20 cpurad. Some SoCs don't have LPCOMP and another peripheral need to be used. Extended test to use PDM in that case. nrf54h20 cpuapp configuration is changed to use PDM instead of LPCOMP. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit a4b69c5)
8a2ea08 to
e2ec280
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 27, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 28, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
rlubos
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
Apr 28, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3990 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
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
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.
Rename nrfx_gppi_nrf54h_global to nrfx_gppi_sd2ppi_global and move is to nordic/common. Add support for global domain without dppi135 and dppi136 (nrf92 case).