Lines Matching +full:hdmi +full:- +full:cec

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADV7533/35 HDMI Encoders
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 The ADV7533 and ADV7535 are HDMI audio and video transmitters
14 compatible with HDMI 1.4 and DVI 1.0. They support color space
15 conversion, S/PDIF, CEC and HDCP. The transmitter input is MIPI DSI.
20 - adi,adv7533
21 - adi,adv7535
35 reg-names:
38 needing a non-default address.
41 - const: main
42 - const: edid
43 - const: cec
44 - const: packet
47 description: Reference to the CEC clock.
50 clock-names:
51 const: cec
56 pd-gpios:
60 avdd-supply:
63 dvdd-supply:
66 pvdd-supply:
69 a2vdd-supply:
72 v3p3-supply:
75 v1p2-supply:
80 adi,disable-timing-generator:
84 timings for HDMI output.
87 adi,dsi-lanes:
105 description: Video port for the HDMI output.
109 description: Audio port for the HDMI output.
113 - compatible
114 - reg
115 - ports
116 - adi,dsi-lanes
117 - avdd-supply
118 - dvdd-supply
119 - pvdd-supply
120 - a2vdd-supply
121 - v3p3-supply
126 - |
127 #include <dt-bindings/interrupt-controller/irq.h>
130 #address-cells = <1>;
131 #size-cells = <0>;
135 adv7533: hdmi@39 {
142 reg-names = "main", "edid";
143 interrupt-parent = <&gpio3>;
146 clock-names = "cec";
147 adi,dsi-lanes = <4>;
148 avdd-supply = <&v1v8>;
149 dvdd-supply = <&v1v8>;
150 pvdd-supply = <&v1v8>;
151 a2vdd-supply = <&v1v8>;
152 v3p3-supply = <&v3v3>;
155 #address-cells = <1>;
156 #size-cells = <0>;
161 remote-endpoint = <&dsi_out>;
168 remote-endpoint = <&hdmi_connector_in>;
175 remote-endpoint = <&i2s0_cpu_endpoint>;