Lines Matching +full:i2c +full:- +full:hdmi
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml#
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#
24 description: I2C device address
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>
57 i2c {
58 #address-cells = <1>;
59 #size-cells = <0>;
64 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
65 reset-gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
66 hdmi-phandle = <&hdmi>;