Hi,
on my Debian 13 with nrfconnect 3.1.0 and nRF54L15-DK:
I am not able to get I2C/TWI running (the same sensor runs fine on nRF52840-DK).
1. Question: Is there any nRF54L15-DK based sample I could use to get a demo running?
I have tried P2.01 and P2.02 which didn't work, and some googling showed that this is probably not possible.
So I have changed to P1.11 and P1.12, I can measure 3.1V on SDA and SCL.
But no data flow is possible.
My .overlay is
```
```
and my pinctrl is
```
};
```
Thanks for some hints, or a working example.
(I have tried the i2c shell CONFIG_I2C_SHELL=y but could not get it running on /dev/ttyACM0 nor /dev/ttyACM1 - probably because DK blocks it - but I don't know)