1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/st,stm32-cec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 CEC bindings
10 - Benjamin Gaignard <benjamin.gaignard@st.com>
11 - Yannick Fertre <yannick.fertre@st.com>
25 - description: Module Clock
26 - description: Bus Clock
40 additionalProperties: false
44 #include <dt-bindings/interrupt-controller/arm-gic.h>
45 #include <dt-bindings/clock/stm32mp1-clks.h>
47 compatible = "st,stm32-cec";
48 reg = <0x40006c00 0x400>;
49 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
50 clocks = <&rcc CEC_K>, <&clk_lse>;
51 clock-names = "cec", "hdmi-cec";