Lines Matching +full:dsi +full:- +full:ref
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SN65DSI83 and SN65DSI84 DSI to LVDS bridge chip
10 - Marek Vasut <marex@denx.de>
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:
42 $ref: /schemas/graph.yaml#/properties/ports
46 $ref: /schemas/graph.yaml#/$defs/port-base
48 description: Video port for MIPI DSI Channel-A input
52 $ref: /schemas/media/video-interfaces.yaml#
56 data-lanes:
57 description: array of physical DSI data lane indexes.
60 - const: 1
61 - const: 2
62 - const: 3
63 - const: 4
66 $ref: /schemas/graph.yaml#/$defs/port-base
68 description: Video port for MIPI DSI Channel-B input
72 $ref: /schemas/media/video-interfaces.yaml#
76 data-lanes:
77 description: array of physical DSI data lane indexes.
80 - const: 1
81 - const: 2
82 - const: 3
83 - const: 4
86 description: Video port for LVDS Channel-A output (panel or bridge).
87 $ref: '#/$defs/lvds-port'
90 description: Video port for LVDS Channel-B output (panel or bridge).
91 $ref: '#/$defs/lvds-port'
94 - port@0
95 - port@2
98 - compatible
99 - reg
100 - ports
103 lvds-port:
104 $ref: /schemas/graph.yaml#/$defs/port-base
109 $ref: /schemas/media/video-interfaces.yaml#
113 ti,lvds-termination-ohms:
118 ti,lvds-vod-swing-clock-microvolt:
123 ti,lvds-vod-swing-data-microvolt:
129 - if:
141 - if:
155 - |
156 #include <dt-bindings/gpio/gpio.h>
159 #address-cells = <1>;
160 #size-cells = <0>;
166 enable-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
167 vcc-supply = <®_sn65dsi83_1v8>;
170 #address-cells = <1>;
171 #size-cells = <0>;
177 remote-endpoint = <&dsi0_out>;
178 data-lanes = <1 2 3 4>;
186 remote-endpoint = <&panel_in_lvds>;