tests: drivers: gpio: gpio_nfct: Fix nrf7120dk overlay#28763
Merged
Conversation
The nRF7120 uses a new dedicated UICR binding (nordic,nrf71-uicr) which does not declare the legacy nfct-pins-as-gpios property. On v2 NFCT SoCs (nRF54H, nRF54L, nRF7120), the property has been moved to the NFCT node itself via the nordic,nrf-nfct-v2 binding. Move nfct-pins-as-gpios from the &uicr node to the &nfct node and disable NFCT, matching the form already used by the nRF54H20 overlay in this test. Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no>
Contributor
Author
|
This depends on nrfconnect/sdk-zephyr#4068 which switches the nRF7120 nfct compatible to nordic,nrf-nfct-v2 and extends the binding description to cover nRF7120. |
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6127bde3d323f878e2f6ce42838fc80710223862 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)Outputs:ToolchainVersion: f0aa129f09 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
nordic-segl
approved these changes
May 14, 2026
nordic-piks
approved these changes
May 14, 2026
jaz1-nordic
approved these changes
Jun 1, 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.
The nRF7120 uses a new dedicated UICR binding (nordic,nrf71-uicr) which does not declare the legacy nfct-pins-as-gpios property. On v2 NFCT SoCs (nRF54H, nRF54L, nRF7120), the property has been moved to the NFCT node itself via the nordic,nrf-nfct-v2 binding.
Move nfct-pins-as-gpios from the &uicr node to the &nfct node and disable NFCT, matching the form already used by the nRF54H20 overlay in this test.