Lines Matching +full:dp +full:- +full:bridge
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358767.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Toshiba TC358767 eDP bridge bindings
10 - Andrey Gusakov <andrey.gusakov@cogentembedded.com>
12 description: The TC358767 is bridge device which converts DSI/DPI to eDP/DP
20 - 0x68
21 - 0x0f
23 i2c address of the bridge, 0x68 or 0x0f, depending on bootstrap pins
25 clock-names:
31 OF device-tree clock specification for refclk input. The reference.
34 shutdown-gpios:
37 OF device-tree gpio specification for SD pin(active high shutdown input)
39 reset-gpios:
42 OF device-tree gpio specification for RSTX pin(active low system reset)
44 toshiba,hpd-pin:
47 - 0
48 - 1
56 $ref: /schemas/graph.yaml#/$defs/port-base
64 $ref: /schemas/media/video-interfaces.yaml#
68 data-lanes:
72 - const: 1
73 - const: 2
74 - const: 3
75 - const: 4
86 eDP/DP output port. The remote endpoint phandle should be a
88 optional, treated as DP panel if not defined
91 - required:
92 - port@0
93 - required:
94 - port@1
98 - compatible
99 - reg
100 - clock-names
101 - clocks
102 - ports
107 - |
108 #include <dt-bindings/gpio/gpio.h>
113 #address-cells = <1>;
114 #size-cells = <0>;
116 edp-bridge@68 {
119 shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
120 reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
121 clock-names = "ref";
125 #address-cells = <1>;
126 #size-cells = <0>;
132 remote-endpoint = <&dpi_out>;
140 remote-endpoint = <&panel_in>;
146 - |
147 /* DPI input and DP output */
150 #address-cells = <1>;
151 #size-cells = <0>;
153 edp-bridge@68 {
156 shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
157 reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
158 clock-names = "ref";
162 #address-cells = <1>;
163 #size-cells = <0>;
169 remote-endpoint = <&dpi_out>;