Lines Matching +full:hdcp +full:- +full:bus
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Phong LE <ple@baylibre.com>
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The IT66121 is a high-performance and low-power single channel HDMI
15 transmitter, fully compliant with HDMI 1.3a, HDCP 1.2 and backward compatible
21 - ite,it66121
22 - ite,it6610
27 reset-gpios:
31 vrf12-supply:
34 vcn33-supply:
37 vcn18-supply:
43 "#sound-dai-cells":
51 $ref: /schemas/graph.yaml#/$defs/port-base
57 $ref: /schemas/graph.yaml#/$defs/endpoint-base
61 bus-width:
63 Endpoint bus width.
65 - 12 # 12 data lines connected and dual-edge mode
66 - 24 # 24 data lines connected and single-edge mode
74 - port@0
75 - port@1
78 - compatible
79 - reg
80 - reset-gpios
81 - vrf12-supply
82 - vcn33-supply
83 - vcn18-supply
84 - interrupts
85 - ports
90 - |
91 #include <dt-bindings/interrupt-controller/irq.h>
92 #include <dt-bindings/gpio/gpio.h>
94 #address-cells = <1>;
95 #size-cells = <0>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&ite_pins_default>;
101 vcn33-supply = <&mt6358_vcn33_wifi_reg>;
102 vcn18-supply = <&mt6358_vcn18_reg>;
103 vrf12-supply = <&mt6358_vrf12_reg>;
104 reset-gpios = <&pio 160 GPIO_ACTIVE_LOW>;
105 interrupt-parent = <&pio>;
110 #address-cells = <1>;
111 #size-cells = <0>;
116 bus-width = <12>;
117 remote-endpoint = <&display_out>;
124 remote-endpoint = <&hdmi_conn_in>;