I want to make the NFC pin the default I/O pin

I think the NFC pin is set to the default state on the nRF52832.

Currently, I set CONFIG_NFCT_PINS_AS_GPIOS to 1 to use it as a GPIO pin, but is there a way to make it the default?

I want it to be a GPIO even when the IC is powered off.

Related