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
68 bus-type:
70 - 1 # MEDIA_BUS_TYPE_CSI2_CPHY
71 - 4 # MEDIA_BUS_TYPE_CSI2_DPHY
74 - data-lanes
75 - bus-type
78 - port@4
81 - compatible
82 - reg
83 - ports
88 - |
89 #include <dt-bindings/gpio/gpio.h>
90 #include <dt-bindings/media/video-interfaces.h>
93 #address-cells = <1>;
94 #size-cells = <0>;
98 gmsl0: gmsl-deserializer@49 {
101 enable-gpios = <&pca9654_a 0 GPIO_ACTIVE_HIGH>;
104 #address-cells = <1>;
105 #size-cells = <0>;
110 bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
111 clock-lanes = <0>;
112 data-lanes = <1 2 3 4>;
113 remote-endpoint = <&csi40_in>;