Lines Matching +full:oe +full:- +full:gpios
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
30 reset-gpios:
33 pin is active-low.
36 standby-gpios:
38 Reference to the GPIO connected to the OE pin, if any. When low
44 hdmi-phandle:
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>;