Lines Matching +full:gmsl +full:- +full:compatible
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/media/i2c/imi,rdacm2x-gmsl.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jacopo Mondi <jacopo+renesas@jmondi.org>
12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
16 description: -|
17 The IMI D&D RDACM20 and RDACM21 are GMSL-compatible camera designed for
20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer,
30 They both connect to a remote GMSL endpoint through a coaxial cable.
33 +---------------+ +--------------------------------+
34 | GMSL | <- Video Stream | <- Video--------\ |
35 | |< === GMSL Link ====== >|MAX9271<- I2C bus-> <-->OV10635 |
36 | de-serializer | <- I2C messages -> | \<-->MCU |
37 +---------------+ +--------------------------------+
40 +---------------+ +--------------------------------+
41 | GMSL | <- Video Stream | <- Video--------\ |
42 | |< === GMSL Link ====== >|MAX9271<- I2C bus-> <-->OV490 |
43 | | <- I2C messages -> | | |
44 | de-serializer | | OV10640 <-------| |
45 +---------------+ +--------------------------------+
48 sensor on the GMSL serial channel to a remote GMSL de-serializer. They also
49 receive and transmit I2C messages encapsulated and transmitted on the GMSL
52 All I2C traffic received on the GMSL link not directed to the serializer is
55 propagated to the remote de-serializer encapsulated in the GMSL control
58 The RDACM20 and RDACM21 DT node should be a direct child of the GMSL
59 deserializer's I2C bus corresponding to the GMSL link that the camera is
63 '#address-cells':
66 '#size-cells':
69 compatible:
71 - imi,rdacm20
72 - imi,rdacm21
75 description: -|
91 Connection to the remote GMSL endpoint.
94 - compatible
95 - reg
96 - port
101 - |
103 #address-cells = <1>;
104 #size-cells = <0>;
109 compatible = "imi,rdacm20";
114 remote-endpoint = <&max9286_in0>;
120 - |
122 #address-cells = <1>;
123 #size-cells = <0>;
128 compatible = "imi,rdacm21";
133 remote-endpoint = <&max9286_in0>;