Part Number: AM67A
Other Parts Discussed in Thread: AM67,
Per the title, I am attempting to ingest multiple camera streams into a single CSI2rx endpoint, using GMSL serdes (MAX96724 for deserializer).
In particular, I am looking for:
- Information on how to configure my device tree to send multiple, simultaneous camera streams (with separate VCIDs) to the same CSI2rx node.
- Information on the ports nodes for cdns_csi2rxN (e.g. why are there 5 of them, how is the proper one selected, should it match VCID)
Some technical notes:
- GMSL drivers are in-house developed
- They are not (currently) configureable media devices
- i.e. they do not show up for configuration in media-ctl (like the FPDLink drivers). VC and packet mapping are configured statically in device tree.
- Single camera streaming works successfully
- Remote endpoint links directly between the sensor endpoint node and the csi2rx endpoint node
- So far, I have only been able to receive frames when using virtual channel 0 and csi2rx port 0. Other pairings fail to fully enumerate, even when VC number and port number match (e.g. VC 1 and port 1). Would appreciate guidance on the use of the ports.

