1# Copyright (c) 2025 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nordic nRF family NFCT (Near Field Communication Tag) 5 6compatible: "nordic,nrf-nfct-v2" 7 8include: nordic,nrf-nfct.yaml 9 10properties: 11 nfct-pins-as-gpios: 12 type: boolean 13 description: | 14 When enabled this property will configure pins dedicated to NFCT 15 peripheral as regular GPIOs. This property must be applied in cpuapp 16 if NFCT pins are intended to be used as regular GPIOs by any core. 17 18 NFC pins in nRF54H series: P2.10 and P2.11 19