1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/st,stm32mp25-video-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32MP25 VDEC video decoder & VENC video encoder
10 - Hugues Fruchet <hugues.fruchet@foss.st.com>
13 The STMicroelectronics STM32MP25 SOCs embeds a VDEC video hardware
14 decoder peripheral based on Verisilicon VC8000NanoD IP (former Hantro G1)
15 and a VENC video hardware encoder peripheral based on Verisilicon
16 VC8000NanoE IP (former Hantro H1).
43 additionalProperties: false
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 video-codec@580d0000 {
49 compatible = "st,stm32mp25-vdec";
50 reg = <0x580d0000 0x3c8>;
51 interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
52 clocks = <&ck_icn_p_vdec>;