Lines Matching +full:lvds +full:- +full:data +full:- +full:mapping

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ITE IT6263 LVDS to HDMI converter
10 - Liu Ying <[email protected]>
13 The IT6263 is a high-performance single-chip De-SSC(De-Spread Spectrum) LVDS
14 to HDMI converter. Combined with LVDS receiver and HDMI 1.4a transmitter,
15 the IT6263 supports LVDS input and HDMI 1.4 output by conversion function.
16 The built-in LVDS receiver can support single-link and dual-link LVDS inputs,
17 and the built-in HDMI transmitter is fully compliant with HDMI 1.4a/3D, HDCP
24 The newly supported High-Bit Rate(HBR) audio by HDMI specifications v1.3 is
30 - $ref: /schemas/display/lvds-dual-ports.yaml#
43 clock-names:
46 data-mapping:
48 - jeida-18
49 - jeida-24
50 - jeida-30
51 - vesa-24
52 - vesa-30
54 reset-gpios:
57 ivdd-supply:
60 ovdd-supply:
63 txavcc18-supply:
66 txavcc33-supply:
69 pvcc1-supply:
72 pvcc2-supply:
75 avcc-supply:
76 description: 3.3V LVDS frontend power
78 anvdd-supply:
79 description: 1.8V LVDS frontend analog power
81 apvdd-supply:
82 description: 1.8V LVDS frontend PLL power
84 "#sound-dai-cells":
87 ite,i2s-audio-fifo-sources:
88 $ref: /schemas/types.yaml#/definitions/uint32-array
94 Each array element indicates the pin number of an I2S serial data input
97 ite,rl-channel-swap-audio-sources:
98 $ref: /schemas/types.yaml#/definitions/uint32-array
107 number of an I2S serial data input line. For S/PDIF, the element is always
118 - required: [dual-lvds-odd-pixels]
119 - required: [dual-lvds-even-pixels]
130 - port@0
131 - port@2
134 - compatible
135 - reg
136 - data-mapping
137 - ivdd-supply
138 - ovdd-supply
139 - txavcc18-supply
140 - txavcc33-supply
141 - pvcc1-supply
142 - pvcc2-supply
143 - avcc-supply
144 - anvdd-supply
145 - apvdd-supply
150 - |
151 /* single-link LVDS input */
152 #include <dt-bindings/gpio/gpio.h>
155 #address-cells = <1>;
156 #size-cells = <0>;
161 data-mapping = "jeida-24";
162 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
163 ivdd-supply = <&reg_buck5>;
164 ovdd-supply = <&reg_vext_3v3>;
165 txavcc18-supply = <&reg_buck5>;
166 txavcc33-supply = <&reg_vext_3v3>;
167 pvcc1-supply = <&reg_buck5>;
168 pvcc2-supply = <&reg_buck5>;
169 avcc-supply = <&reg_vext_3v3>;
170 anvdd-supply = <&reg_buck5>;
171 apvdd-supply = <&reg_buck5>;
174 #address-cells = <1>;
175 #size-cells = <0>;
181 remote-endpoint = <&ldb_lvds_ch0>;
189 remote-endpoint = <&hdmi_in>;
196 - |
197 /* dual-link LVDS input */
198 #include <dt-bindings/gpio/gpio.h>
201 #address-cells = <1>;
202 #size-cells = <0>;
207 data-mapping = "jeida-24";
208 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
209 ivdd-supply = <&reg_buck5>;
210 ovdd-supply = <&reg_vext_3v3>;
211 txavcc18-supply = <&reg_buck5>;
212 txavcc33-supply = <&reg_vext_3v3>;
213 pvcc1-supply = <&reg_buck5>;
214 pvcc2-supply = <&reg_buck5>;
215 avcc-supply = <&reg_vext_3v3>;
216 anvdd-supply = <&reg_buck5>;
217 apvdd-supply = <&reg_buck5>;
220 #address-cells = <1>;
221 #size-cells = <0>;
225 dual-lvds-odd-pixels;
228 remote-endpoint = <&ldb_lvds_ch0>;
234 dual-lvds-even-pixels;
237 remote-endpoint = <&ldb_lvds_ch1>;
245 remote-endpoint = <&hdmi_in>;