Lines Matching +full:port +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#
10 - Liu Ying <[email protected]>
13 The IT6263 is a high-performance single-chip De-SSC(De-Spread Spectrum) LVDS
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
22 an S/PDIF input port takes in compressed audio of up to 192KHz frame rate.
24 The newly supported High-Bit Rate(HBR) audio by HDMI specifications v1.3 is
26 S/PDIF input port. With both interfaces the highest possible HBR frame rate
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:
78 anvdd-supply:
81 apvdd-supply:
84 "#sound-dai-cells":
87 ite,i2s-audio-fifo-sources:
88 $ref: /schemas/types.yaml#/definitions/uint32-array
97 ite,rl-channel-swap-audio-sources:
98 $ref: /schemas/types.yaml#/definitions/uint32-array
114 port@0: true
116 port@1:
118 - required: [dual-lvds-odd-pixels]
119 - required: [dual-lvds-even-pixels]
121 port@2:
122 $ref: /schemas/graph.yaml#/properties/port
123 description: video port for the HDMI output
125 port@3:
126 $ref: /schemas/graph.yaml#/properties/port
127 description: sound input port
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>;
177 port@0 {
181 remote-endpoint = <&ldb_lvds_ch0>;
185 port@2 {
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>;
223 port@0 {
225 dual-lvds-odd-pixels;
228 remote-endpoint = <&ldb_lvds_ch0>;
232 port@1 {
234 dual-lvds-even-pixels;
237 remote-endpoint = <&ldb_lvds_ch1>;
241 port@2 {
245 remote-endpoint = <&hdmi_in>;