Lines Matching +full:link +full:- +full:gpios

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vinay Simha BN <simhavcs@gmail.com>
15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
17 Up to 1600x1200 24-bit/pixel resolution for single-link LVDS display panel
19 Up to WUXGA (1920x1200 24-bit pixels) resolution for dual-link LVDS display
25 - toshiba,tc358765
26 - toshiba,tc358775
32 vdd-supply:
35 vddio-supply:
38 stby-gpios:
42 reset-gpios:
51 $ref: /schemas/graph.yaml#/$defs/port-base
59 $ref: /schemas/media/video-interfaces.yaml#
63 data-lanes:
67 - const: 1
68 - const: 2
69 - const: 3
70 - const: 4
80 Video port for Dual link LVDS output (panel or connector).
83 - port@0
84 - port@1
87 - compatible
88 - reg
89 - vdd-supply
90 - vddio-supply
91 - reset-gpios
92 - ports
95 - if:
102 stby-gpios: false
107 - |
108 #include <dt-bindings/gpio/gpio.h>
110 /* For single-link LVDS display panel */
114 label = "HS-I2C2";
116 clock-frequency = <400000>; /* fastmode operation */
117 #address-cells = <1>;
118 #size-cells = <0>;
124 vdd-supply = <&pm8916_l2>;
125 vddio-supply = <&pm8916_l6>;
127 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
128 reset-gpios = <&msmgpio 72 GPIO_ACTIVE_LOW>;
131 #address-cells = <1>;
132 #size-cells = <0>;
137 remote-endpoint = <&dsi0_out>;
138 data-lanes = <1 2 3 4>;
145 remote-endpoint = <&panel_in>;
154 reg-names = "dsi_ctrl";
157 #address-cells = <1>;
158 #size-cells = <0>;
162 remote-endpoint = <&d2l_in_test>;
168 - |
169 /* For dual-link LVDS display panel */
173 label = "HS-I2C2";
175 clock-frequency = <400000>; /* fastmode operation */
176 #address-cells = <1>;
177 #size-cells = <0>;
183 vdd-supply = <&pm8916_l2>;
184 vddio-supply = <&pm8916_l6>;
186 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
187 reset-gpios = <&msmgpio 72 GPIO_ACTIVE_LOW>;
190 #address-cells = <1>;
191 #size-cells = <0>;
196 remote-endpoint = <&dsi0_out_dual>;
197 data-lanes = <1 2 3 4>;
204 remote-endpoint = <&panel_in0>;
211 remote-endpoint = <&panel_in1>;
220 reg-names = "dsi_ctrl";
223 #address-cells = <1>;
224 #size-cells = <0>;
228 remote-endpoint = <&d2l_in_dual>;