Hello All,
What is the port-index mapping of CSI in Xavier NX that can be used in device tree?
CSI 0 <–> CSI A <–> port-index= 0
CSI 1 <–> CSI B <–> port-index= 1
CSI 2 <–> CSI C <–> port-index= 2
CSI 3 <–> CSI D <–> port-index= 3
CSI 4 <–> CSI E,F <–> port-index= 4
DSI <–> CSI G <–> port-index= 6
Are the above mappings correct?
Can I use below configuration to set up 4 cameras on Xavier NX
CSI A,B → port-index = 0, bus-width = 2
CSI C,D → port-index = 2, bus-width = 4
CSI E → port-index = 4, bus-width = 4
CSI G → port-index = 6, bus-width = 2
When I tested 4 cameras with this configuration, the camera on CSI G does not stream.
Thanks