Two Camera dts sample without I2C MUX on TX2

With our design, We don’t use the i2C Mux Chip,We set difference I2C address on each Camera sensor,
Are there any dts sample for our reference?

It Look like the tegra186-quill-camera-e3323-a00.dtsi is a similar sample code,

the dts file support two camera connect to I2C Bus(i2c@3180000->cam_i2c and i2c@240000->gen2_i2c)

For my design, I just need to change to the same i2c bus address,correctly?

You can reference to the e3333 and remove the i2c-mux define.
If you connect to different bus you can reference to e3323 as you found.