[nrf fromlist] drivers: hwinfo: nrf: Enable driver for nRF92#3959
Merged
Conversation
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 9, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3959 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
This was referenced Apr 9, 2026
nordic-piks
approved these changes
Apr 10, 2026
nordic-piks
reviewed
Apr 10, 2026
| default y | ||
| depends on SOC_FAMILY_NORDIC_NRF | ||
| depends on SOC_SERIES_NRF54H || NRF_SOC_SECURE_SUPPORTED | ||
| depends on SOC_SERIES_NRF54H || SOC_SERIES_NRF92 || NRF_SOC_SECURE_SUPPORTED |
Contributor
There was a problem hiding this comment.
Can this be handled by feature flag instead of listing soc/series in driver?
Contributor
There was a problem hiding this comment.
What is funny, the last option NRF_SOC_SECURE_SUPPORTED
is handled exactly opposite:
def_bool !TRUSTED_EXECUTION_NONSECURE || (BUILD_WITH_TFM && TFM_PARTITION_PLATFORM)
depends on !SOC_SERIES_NRF54H
depends on !SOC_SERIES_NRF92
help
Hidden function to indicate that the soc_secure functions are
available.
The functions are always available when not in non-secure.
For non-secure the functions must redirect to secure services exposed
by the secure firmware.
Added support for hwinfo_nrf driver for nRF92 series. Upstream PR #: 107038 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Some devices do not have DEVICEID or BLE-related registers in FICR. Use NFCID instead in such cases, if available. Upstream PR #: 107038 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
b2f18b0 to
87b14b6
Compare
nika-nordic
approved these changes
Apr 21, 2026
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#3959 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
mib1-nordic
approved these changes
Apr 22, 2026
adamkondraciuk
approved these changes
Apr 22, 2026
nordic-segl
approved these changes
Apr 22, 2026
magp-nordic
approved these changes
Apr 22, 2026
jaz1-nordic
approved these changes
Apr 22, 2026
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 22, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3959 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
rlubos
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
Apr 22, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3959 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.
Added support for hwinfo_nrf driver for nRF92 series.
This change is required for nRF9251dk support.
Upstream PR #: 107038