1description: Nordic UICR (User Information Configuration Registers) 2 3compatible: "nordic,nrf-uicr" 4 5include: base.yaml 6 7properties: 8 reg: 9 required: true 10 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. 16 17 NFC pins in nRF52 series: P0.09 and P0.10 18 NFC pins in nRF5340: P0.02 and P0.03 19 20 This setting, once applied, can only be unset by erasing the UICR 21 registers. Refer to the reference manual for more details. 22 23 gpio-as-nreset: 24 type: boolean 25 description: | 26 When enabled, this property will configure the reset GPIO as nRESET. 27 28 nRESET pin in nRF52805/52810/52811/52832 series: P0.21 29 nRESET pin in nRF52820/52833/52840 series: P0.18 30 31 This setting, once applied, can only be unset by erasing the UICR 32 registers. Refer to the reference manual for more details. 33