I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v1.6.0, but all attempts at device_get_binding("BMI270"), device_get_binding(DT_LABEL(DT_INST(0, bosch_bmi270))), and similar return null. I am using the following config and overlay files
On the hardware side I'm using a BMI270 breakout connecting SDA to P1.02 and SCL to P1.03.
I have also used a shield that sends SDA to P0.25 and SCL to P0.26, with the following overlay
In all attempted cases
gives the output
in J-Link RTT Viewer.
Any help would be greatly appreciated.