Hi,I don't know if this helps but I send it anyway. This is how we are defined the LIS2DW12 on our board:&i2c2 {
compatible = "nordic,nrf-twim";
status = "okay";
sda-pin = <26>;
scl-pin = <27>;
zephyr,concat-buf-size = <512>;
clock-frequency = ...
Hi, I'm collaborating with @APaan.1 with this case.The datasheet of nRF9160 says that the internal pull-up/pull-down resistor values are 11-16kOhms. So do we need to do something to these pins on nRF9160 side?"We checked the GPIO configurations of a...