Fix missing option to use NFCT pins as GPIOs on nRF54L and nRF71 in nfct node#4068
Merged
Merged
Conversation
…rf-nfct-v2 Extend description for nfct-pins-as-gpios property in nrf-nfct-v2 binding. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit f5d88dd)
Use compatible which allows to set nfct-pins-as-gpios property for nrf54l and nrf71 series. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 7e11e9b)
…devicetree Parse DT information regarding NFCT pins and pass it as compiler flags which are used by the MDK startup code. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit c07bbb7)
nordic-segl
approved these changes
May 12, 2026
mstasiaknordic
approved these changes
May 12, 2026
jaz1-nordic
approved these changes
May 12, 2026
adamkondraciuk
approved these changes
May 12, 2026
kl-cruz
approved these changes
May 13, 2026
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 26, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4068 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.
To use NFCT pins as gpios on nRF54L or nRF71 following code need to be added to the
nfctnode which need to be disabled or reserved.Legacy mode to use uicr node is still supported since it was inherited from nrf52 where pins were configured in UICR.