Lines Matching +full:per +full:- +full:port
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>
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.
82 adi,input-colorspace:
86 adi,input-clock:
89 "1x": one clock cycle per pixel
90 "2x": two clock cycles per pixel
91 "dd": one clock cycle per pixel, data driven on both edges
94 adi,clock-delay:
97 (-1200ps .. 1600 ps).
101 adi,embedded-sync:
107 adi,input-style:
114 adi,input-justification:
120 The ADV7511(W)/13 has two video ports and one audio port.
124 port@0:
125 description: Video port for the RGB or YUV input.
126 $ref: /schemas/graph.yaml#/properties/port
128 port@1:
129 description: Video port for the HDMI output.
130 $ref: /schemas/graph.yaml#/properties/port
132 port@2:
133 description: Audio port for the HDMI output.
134 $ref: /schemas/graph.yaml#/properties/port
136 # adi,input-colorspace and adi,input-clock are required except in
142 adi,input-colorspace:
145 adi,input-clock:
151 - adi,input-style
152 - adi,input-justification
156 adi,input-style: false
157 adi,input-justification: false
161 - compatible
162 - reg
163 - ports
164 - adi,input-depth
165 - adi,input-colorspace
166 - adi,input-clock
167 - avdd-supply
168 - dvdd-supply
169 - pvdd-supply
170 - dvdd-3v-supply
171 - bgvdd-supply
176 - |
177 #include <dt-bindings/interrupt-controller/irq.h>
180 #address-cells = <1>;
181 #size-cells = <0>;
192 reg-names = "main", "edid";
193 interrupt-parent = <&gpio3>;
196 clock-names = "cec";
197 avdd-supply = <&v1v8>;
198 dvdd-supply = <&v1v8>;
199 pvdd-supply = <&v1v8>;
200 dvdd-3v-supply = <&v3v3>;
201 bgvdd-supply = <&v1v8>;
203 adi,input-depth = <8>;
204 adi,input-colorspace = "yuv422";
205 adi,input-clock = "1x";
207 adi,input-style = <3>;
208 adi,input-justification = "right";
210 #address-cells = <1>;
211 #size-cells = <0>;
213 port@0 {
216 remote-endpoint = <&dpi_out>;
220 port@1 {
223 remote-endpoint = <&hdmi_connector_in>;
227 port@2 {
230 remote-endpoint = <&i2s0_cpu_endpoint>;