nrf54l15 : How to Configure the same pin as UART RX and GPIO at the same time.

Hello, 

I want to Configure a UART RX pin as GPIO and use it as a Wake - up interrupt pin before going to sleep. Is this possible in nrf54l15? 

I tried to do so, but I was unable to wake up from sleep through this pin.  
I am also getting this warning in the dts file, but no build error : 

Pin 2 of &gpio2 already assigned to &uart00 • RX

CT100_v2_nrf54l15_cpuapp.dts(226, 14): Overlapping assignment
CT100_v2_nrf54l15_cpuapp.dts(227, 14): Overlapping assignment
I wanted to know how to do this configuration?
Related