Lines Matching +full:designware +full:- +full:i2c

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/display/amlogic,meson-dw-hdmi.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
11 - Neil Armstrong <narmstrong@baylibre.com>
14 The Amlogic Meson Synopsys Designware Integration is composed of
15 - A Synopsys DesignWare HDMI Controller IP
16 - A TOP control block controlling the Clocks and PHY
17 - A custom HDMI PHY in order to convert video to TMDS signal
40 Amlogic Meson GXBB, GXL and GXM SoCs families embeds the Synopsys DesignWare
41 HDMI TX IP version 2.01a with HDCP and I2C & S/PDIF
47 - items:
48 - enum:
49 - amlogic,meson-gxbb-dw-hdmi # GXBB (S905)
50 - amlogic,meson-gxl-dw-hdmi # GXL (S905X, S905D)
51 - amlogic,meson-gxm-dw-hdmi # GXM (S912)
52 - const: amlogic,meson-gx-dw-hdmi
53 - enum:
54 - amlogic,meson-g12a-dw-hdmi # G12A (S905X2, S905Y2, S905D2)
65 clock-names:
67 - const: isfr
68 - const: iahb
69 - const: venci
74 reset-names:
76 - const: hdmitx_apb
77 - const: hdmitx
78 - const: hdmitx_phy
80 hdmi-supply:
93 "#address-cells":
96 "#size-cells":
99 "#sound-dai-cells":
103 - compatible
104 - reg
105 - interrupts
106 - clocks
107 - clock-names
108 - resets
109 - reset-names
110 - port@0
111 - port@1
112 - "#address-cells"
113 - "#size-cells"
118 - |
119 hdmi_tx: hdmi-tx@c883a000 {
120 compatible = "amlogic,meson-gxbb-dw-hdmi", "amlogic,meson-gx-dw-hdmi";
124 reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
126 clock-names = "isfr", "iahb", "venci";
127 #address-cells = <1>;
128 #size-cells = <0>;
135 remote-endpoint = <&hdmi_tx_out>;
144 remote-endpoint = <&hdmi_connector_in>;