Lines Matching +full:gmsl +full:- +full:deserializer
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Quad GMSL2 to CSI-2 Deserializer with GMSL1 Compatibility
11 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
14 The MAX96712 deserializer converts GMSL2 or GMSL1 serial inputs into MIPI
15 CSI-2 D-PHY or C-PHY formatted outputs. The device allows each link to
16 simultaneously transmit bidirectional control-channel data while forward
18 four remotely located sensors using industry-standard coax or STP
23 MAX96712 can be paired with first-generation 3.12Gbps or 1.5Gbps GMSL1
34 enable-gpios: true
42 description: GMSL Input 0
46 description: GMSL Input 1
50 description: GMSL Input 2
54 description: GMSL Input 3
57 $ref: /schemas/graph.yaml#/$defs/port-base
59 description: CSI-2 Output
63 $ref: /schemas/media/video-interfaces.yaml#
67 data-lanes: true
70 - data-lanes
73 - port@4
76 - compatible
77 - reg
78 - ports
83 - |
84 #include <dt-bindings/gpio/gpio.h>
87 #address-cells = <1>;
88 #size-cells = <0>;
92 gmsl0: gmsl-deserializer@49 {
95 enable-gpios = <&pca9654_a 0 GPIO_ACTIVE_HIGH>;
98 #address-cells = <1>;
99 #size-cells = <0>;
104 clock-lanes = <0>;
105 data-lanes = <1 2 3 4>;
106 remote-endpoint = <&csi40_in>;