Drives 2 image sensors with the same I2C address

I am currently porting the camera using a custom board.
Currently, I have activated one image sensor and am trying to activate another image sensor, but since the i2c address is the same, I don’t know how to configure the devicetree. I would appreciate your advice on this.

The picture below is a block diagram of our SERDES.

You HW design must need i2c mux to expand the i2c for the same sensor.
For the device tree you can reference to the e3333(ov5693) reference camera board.

Thanks

Is it difficult to implement without an i2c multiplexer??

Can’t do it without HW reconnect to different i2c bus or using i2c mux.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.