Lines Matching +full:video +full:- +full:interfaces

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Vasut <[email protected]>
13 Texas Instruments SN65DSI83 1x Single-link MIPI DSI
14 to 1x Single-link LVDS
16 Texas Instruments SN65DSI84 1x Single-link MIPI DSI
17 to 1x Dual-link or 2x Single-link LVDS
23 - ti,sn65dsi83
24 - ti,sn65dsi84
28 - 0x2c
29 - 0x2d
31 enable-gpios:
35 vcc-supply:
43 $ref: /schemas/graph.yaml#/$defs/port-base
45 description: Video port for MIPI DSI Channel-A input
49 $ref: /schemas/media/video-interfaces.yaml#
53 data-lanes:
57 - const: 1
58 - const: 2
59 - const: 3
60 - const: 4
63 $ref: /schemas/graph.yaml#/$defs/port-base
65 description: Video port for MIPI DSI Channel-B input
69 $ref: /schemas/media/video-interfaces.yaml#
73 data-lanes:
77 - const: 1
78 - const: 2
79 - const: 3
80 - const: 4
83 description: Video port for LVDS Channel-A output (panel or bridge).
84 $ref: '#/$defs/lvds-port'
87 description: Video port for LVDS Channel-B output (panel or bridge).
88 $ref: '#/$defs/lvds-port'
91 - port@0
92 - port@2
95 - compatible
96 - reg
97 - ports
100 lvds-port:
101 $ref: /schemas/graph.yaml#/$defs/port-base
106 $ref: /schemas/media/video-interfaces.yaml#
110 ti,lvds-termination-ohms:
115 ti,lvds-vod-swing-clock-microvolt:
118 $ref: /schemas/types.yaml#/definitions/uint32-array
122 ti,lvds-vod-swing-data-microvolt:
125 $ref: /schemas/types.yaml#/definitions/uint32-array
130 - if:
142 - if:
156 - |
157 #include <dt-bindings/gpio/gpio.h>
160 #address-cells = <1>;
161 #size-cells = <0>;
167 enable-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
168 vcc-supply = <&reg_sn65dsi83_1v8>;
171 #address-cells = <1>;
172 #size-cells = <0>;
178 remote-endpoint = <&dsi0_out>;
179 data-lanes = <1 2 3 4>;
187 remote-endpoint = <&panel_in_lvds>;