I am having trouble reconfiguring NFC pins on NRF devices as an I2C interface. Following the I2C example (from here), I was able to communicate with an I2C device on the nrf52dk, and I was able to change the pins in pinctrl.dtsi to modify which pins were used for I2C. When I change to pins P0.09 and P0.10, the NFC pins, and adjust hardware accordingly, the write-read command to check the "WHO-AM-I" register fails with a negative return value. I am looking for a solution as my custom board, built off the NRF52833-QDAA chip, currently has I2C hardwired to P0.09 and P0.10. as I didn't realize there would be configuration issues.
Most questions on here point to the configuration "CONFIG_NFCT_PINS_AS_GPIOS" which is deprecated - I included "nfct-pins-as-gpios;" in &uicr in the devicetree file.
Test device is an MPU 6050, same issue on the custom board with a ICM 42688.
nrf52dk: PCA10040 3.0.0
NRF Toolchain/Connect SDK 2.6.0
VS Code on Windows 10