Lines Matching +full:default +full:- +full:input
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15 space conversion, S/PDIF, CEC and HDCP. The transmitter input is
21 - adi,adv7511
22 - adi,adv7511w
23 - adi,adv7513
37 reg-names:
40 needing a non-default address.
43 - const: main
44 - const: edid
45 - const: cec
46 - const: packet
52 clock-names:
58 pd-gpios:
62 avdd-supply:
65 dvdd-supply:
68 pvdd-supply:
71 dvdd-3v-supply:
74 bgvdd-supply:
77 adi,input-depth:
78 description: Number of bits per color component at the input.
80 - $ref: /schemas/types.yaml#/definitions/uint32
81 - enum: [ 8, 10, 12 ]
83 adi,input-colorspace:
84 description: Input color space.
87 adi,input-clock:
89 Input clock type.
95 adi,clock-delay:
98 (-1200ps .. 1600 ps).
100 default: 0
102 adi,embedded-sync:
104 If defined, the input uses synchronization signals embedded in the
108 adi,input-style:
110 Input components arrangement variant as listed in the input
115 adi,input-justification:
116 description: Input bit justification.
123 Documentation/devicetree/bindings/media/video-interfaces.txt
128 description: Video port for the RGB or YUV input.
139 # adi,input-colorspace and adi,input-clock are required except in
145 adi,input-colorspace:
148 adi,input-clock:
154 - adi,input-style
155 - adi,input-justification
159 adi,input-style: false
160 adi,input-justification: false
164 - compatible
165 - reg
166 - ports
167 - adi,input-depth
168 - adi,input-colorspace
169 - adi,input-clock
170 - avdd-supply
171 - dvdd-supply
172 - pvdd-supply
173 - dvdd-3v-supply
174 - bgvdd-supply
179 - |
180 #include <dt-bindings/interrupt-controller/irq.h>
183 #address-cells = <1>;
184 #size-cells = <0>;
192 * bus. All other maps continue to use their default addresses.
195 reg-names = "main", "edid";
196 interrupt-parent = <&gpio3>;
199 clock-names = "cec";
200 avdd-supply = <&v1v8>;
201 dvdd-supply = <&v1v8>;
202 pvdd-supply = <&v1v8>;
203 dvdd-3v-supply = <&v3v3>;
204 bgvdd-supply = <&v1v8>;
206 adi,input-depth = <8>;
207 adi,input-colorspace = "yuv422";
208 adi,input-clock = "1x";
210 adi,input-style = <3>;
211 adi,input-justification = "right";
213 #address-cells = <1>;
214 #size-cells = <0>;
219 remote-endpoint = <&dpi_out>;
226 remote-endpoint = <&hdmi_connector_in>;
233 remote-endpoint = <&i2s0_cpu_endpoint>;