This is a custom board with nRF54L15. I have the following peripherals connected:
I2C30 SDA:P0,02 SCL:P0.03
I2C20 SDA:P1.13 SCL:P1.12
UART00 TX:P2.02 RX:P2.00
I also have a custom board definition. But I am always getting pin conflicts for I2C30, because if I look in the Visual Studio environment it is always treating the port as P2 not P0 (see screen grab below). If I ctrl-click on the <&i2c30_default> link it shows the correct pins as quoted in the second screen grab.
I'm starting to wonder if this is a bug? Especially because the DT editor won't even allow me to select P0 from any of the dropdowns.

