Port 2 GPIO Interrupts on nRF54L15

I have noticed that Port 2 (Pin 2.xx) GPIO interrupts do not seem to work as expected. Interrupts are not detected, whereas on the other ports they are.

Looking at: 

<path>/ncs/v2.7.0/zephyr/dts/arm/nordic/nrf54l15_cpuapp.dtsi

<path>ncs/v2.7.0/zephyr/dts/common/nordic/nrf54l15.dtsi

gpio0 and gpio1 specify a gpiote instance which assigns the irq and priority. For gpio2, this is not the case. 

Is it possible to follow suite with Port 2? If so what address space for the gpiote instance and irq is appropriate? 

Platform information: 

SoC: nRF54L15

SDK: V2.7.0

Related