Lines Matching +full:hdmi +full:- +full:cec
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/cec/amlogic,meson-gx-ao-cec.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic Meson AO-CEC Controller
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The Amlogic Meson AO-CEC module is present is Amlogic SoCs and its purpose is
15 to handle communication between HDMI connected devices over the CEC bus.
20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module
21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module
22 - amlogic,meson-sm1-ao-cec # SM1 AO_CEC_B module
30 clock-names:
37 - $ref: cec-common.yaml#
38 - if:
43 - amlogic,meson-gx-ao-cec
49 - description: AO-CEC clock
51 clock-names:
53 - const: core
55 - if:
60 - amlogic,meson-g12a-ao-cec
61 - amlogic,meson-sm1-ao-cec
67 - description: AO-CEC clock generator source
69 clock-names:
71 - const: oscin
74 - compatible
75 - reg
76 - interrupts
77 - hdmi-phandle
78 - clocks
79 - clock-names
84 - |
85 cec_AO: cec@100 {
86 compatible = "amlogic,meson-gx-ao-cec";
90 clock-names = "core";
91 hdmi-phandle = <&hdmi_tx>;