Lines Matching +full:hdmi +full:- +full:cec
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Chrontel HDMI-CEC Controller
10 - Jeff Chase <jnchase@google.com>
13 The Chrontel CH7322 is a discrete HDMI-CEC controller. It is
14 programmable through I2C and drives a single CEC line.
17 - $ref: /schemas/media/cec/cec-common.yaml#
33 reset-gpios:
36 pin is active-low.
39 standby-gpios:
47 - compatible
48 - reg
49 - interrupts
54 - |
55 #include <dt-bindings/gpio/gpio.h>
56 #include <dt-bindings/interrupt-controller/irq.h>
58 #address-cells = <1>;
59 #size-cells = <0>;
60 cec@75 {
64 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
65 reset-gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
66 hdmi-phandle = <&hdmi>;