Dears,
We are looking to create a sensor driver and device tree on Jetson nano, referring imx219.
While creating the device tree, I’m confused by the I2c slave address setting: according to the datasheet of imx219, the address should be 0b0010000x, “x stands for R/W”, which means it should be 0x21 or 0x20, but looking at the “tegra210-camera-rbpcv2-imx219.dtsi”, it’s setted as 0x10.
Could you kindly help explain, how I can decide the slave address for a Video Input I2C?
Thanks a lot!