-
Notifications
You must be signed in to change notification settings - Fork 637
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
[nrf fromlist] Add support for DPPI on nRF54H20 #1562
Merged
Merged
Conversation
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
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. |
anangl
force-pushed
the
nrf54h20_dppi_ncs
branch
from
March 6, 2024 07:07
021a0fd
to
b352f54
Compare
nordic-krch
approved these changes
Mar 6, 2024
This commit updates revision of hal_nordic repo. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit fa3f2ee) Signed-off-by: Andrzej Głąbek <[email protected]>
anangl
force-pushed
the
nrf54h20_dppi_ncs
branch
from
March 6, 2024 13:18
b352f54
to
404f087
Compare
And add the corresponding bindings. Move alse the already existing bindings for nrf-dppic, nrf-ppi, and nrf-ipc so they are located together with the new ones and in more appropriate folders (DPPIC and PPI peripherals are not related to ARM, and IPC is for sending and receiving events, not messages, so ipm/ does not seem to be the best fit for it). Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit ae33b354173ab96065abe69d26c73b8ebe30aeac) Upstream PR: zephyrproject-rtos/zephyr#69811
This is a follow-up to commit 4db4060. There are two ECB instances in nRF54H20 and the above commit added only one of them. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit d7c2c5e723f1b86f1824fdc83eacfc779202e04d) Upstream PR: zephyrproject-rtos/zephyr#69811
…F54H/L dts nodes Add entries for checking if the recently added dts nodes for nRF54H20 and nRF54L15 have correct base addresses (if they match those provided by MDK). Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit f3e6d39b90bbcf763fca76e0752a703f49a9c58e) Upstream PR: zephyrproject-rtos/zephyr#69811
Pull in fixes in the nrfx_gppi_dppi_ppib helper so that it can be compiled successfuly. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit a84e44b68b4a291a28466e320207926b56514a77) Upstream PR: zephyrproject-rtos/zephyr#69811
Include into compilation the nrfx_gppi_dppi_ppib helper and related interconnect layers when DPPIC nodes are enabled in DTS. Provide macro definitions required by those interconnect layers based on information from devicetree (the nrf_grtc_timer is only modified because a macro that it uses became more generic). Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit e46a0a51650dcd2afd3216fdb8a003dd7080cdf9) Upstream PR: zephyrproject-rtos/zephyr#69811
anangl
force-pushed
the
nrf54h20_dppi_ncs
branch
from
March 6, 2024 16:11
404f087
to
085fc0a
Compare
anangl
requested review from
gmarull,
adamkondraciuk,
57300,
ppryga-nordic and
maje-emb
March 6, 2024 16:11
ppryga-nordic
approved these changes
Mar 7, 2024
57300
approved these changes
Mar 7, 2024
maje-emb
approved these changes
Mar 7, 2024
carlescufi
approved these changes
Mar 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Commits cherry picked from zephyrproject-rtos/zephyr#69811.