Lines Matching +full:cec +full:- +full:irq
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/cec/st,stih-cec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STIH4xx HDMI CEC
10 - Alain Volmat <alain.volmat@foss.st.com>
13 - $ref: cec-common.yaml#
17 const: st,stih-cec
22 clock-names:
24 - const: cec-clk
29 interrupt-names:
31 - const: cec-irq
40 - compatible
41 - clocks
42 - hdmi-phandle
43 - interrupts
44 - resets
45 - reg
50 - |
51 #include <dt-bindings/interrupt-controller/arm-gic.h>
52 #include <dt-bindings/reset/stih407-resets.h>
54 cec@94a087c {
55 compatible = "st,stih-cec";
59 clock-names = "cec-clk";
60 hdmi-phandle = <&sti_hdmi>;
62 interrupt-names = "cec-irq";
63 pinctrl-names = "default";
64 pinctrl-0 = <&pinctrl_cec0_default>;