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.
30 reset-gpios:
33 pin is active-low.
36 standby-gpios:
43 # see ../cec.txt
44 hdmi-phandle:
45 description: phandle to the HDMI controller
48 - compatible
49 - reg
50 - interrupts
55 - |
56 #include <dt-bindings/gpio/gpio.h>
57 #include <dt-bindings/interrupt-controller/irq.h>
59 #address-cells = <1>;
60 #size-cells = <0>;
65 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
66 reset-gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
67 hdmi-phandle = <&hdmi>;