Lines Matching +full:video +full:- +full:interfaces
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 <[email protected]>
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
17 video transmissions are in progress. The MAX96712 can accommodate as many as
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
29 - enum:
30 - maxim,max96712
31 - maxim,max96724
37 enable-gpios: true
60 $ref: /schemas/graph.yaml#/$defs/port-base
62 description: CSI-2 Output
66 $ref: /schemas/media/video-interfaces.yaml#
70 data-lanes: true
71 bus-type:
73 - 1 # MEDIA_BUS_TYPE_CSI2_CPHY
74 - 4 # MEDIA_BUS_TYPE_CSI2_DPHY
77 - data-lanes
78 - bus-type
81 - port@4
84 - compatible
85 - reg
86 - ports
91 - |
92 #include <dt-bindings/gpio/gpio.h>
93 #include <dt-bindings/media/video-interfaces.h>
96 #address-cells = <1>;
97 #size-cells = <0>;
101 gmsl0: gmsl-deserializer@49 {
104 enable-gpios = <&pca9654_a 0 GPIO_ACTIVE_HIGH>;
107 #address-cells = <1>;
108 #size-cells = <0>;
113 bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
114 clock-lanes = <0>;
115 data-lanes = <1 2 3 4>;
116 remote-endpoint = <&csi40_in>;