In Nora B-206(nrf54l15) not able to use port 1 pins 2,3 as normal GPIO

In Nora B-206(nrf54l15) not able to use port 1 pins 2,3 (P1.02/NFC1 P1.03/NFC2) as normal GPIO.

TRIED :

&nfct {
    status = "disabled";  // Disable NFC to free P1.03 for GPIO use
};

also in prj.conf added 
CONFIG_NFCT_PINS_AS_GPIOS=y

still not  able to toggle the pins .
Related