Resolve nrf7120 upstream issues#103985
Open
rob-robinson-14 wants to merge 8 commits intozephyrproject-rtos:mainfrom
Open
Resolve nrf7120 upstream issues#103985rob-robinson-14 wants to merge 8 commits intozephyrproject-rtos:mainfrom
rob-robinson-14 wants to merge 8 commits intozephyrproject-rtos:mainfrom
Conversation
|
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. |
nika-nordic
previously approved these changes
Feb 12, 2026
542919e to
4dd5e92
Compare
nordic-krch
previously approved these changes
Feb 12, 2026
nika-nordic
previously approved these changes
Feb 12, 2026
Power register was missing from nrf7120_enga.dtsi, this commit includes it. Signed-off-by: Robert Robinson <[email protected]>
3b9b614
4dd5e92 to
3b9b614
Compare
TRNG_CLK_DIV was not defined for nRF7120 preventing use of trng in nrfx_cracen. This commit adds TRNG_CLK_DIV definition for nRF7120. Also checks that NRF_REGULATORS_HAS_VREG_MAIN exists before writing to it in nrfx_power. Signed-off-by: Robert Robinson <[email protected]>
MRAM sizes were wrongly defined in .dtsi files and so required updating. Signed-off-by: Robert Robinson <[email protected]>
SOC_COMPATIBLE_NRF7120_ENGA was erroneously being used in KConfig filter and therefore not being applied, since soc configs are generated at compile time. Created SOC_COMPATIBLE_NRF71 to be used at KConfig build stage. Signed-off-by: Robert Robinson <[email protected]>
rng node is the default entropy source for nRF7120, so psa_rng should be disabled by default. Signed-off-by: Robert Robinson <[email protected]>
…uilds Non secure applictions can not access cracen directly and must use PSA API calls instead, therefore default entropy source for non secure builds must be PSA. Signed-off-by: Robert Robinson <[email protected]>
led and button values for nRF7120 had previously been defined arbitrarily, this commit updates the values to match expected values. Signed-off-by: Robert Robinson <[email protected]>
This commit adds a snippet for the nRF7120 FLPR, to define memory allocations for flpr core. Signed-off-by: Robert Robinson <[email protected]>
|
bjarki-andreasen
approved these changes
Feb 12, 2026
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.



Whilst adding support to tests and samples in zephyr, a number of issues were identified in nRF7120 BSP. This PR addresses the identified issues.