1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
5 $id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs
11 - Emil Velikov <emil.velikov@collabora.com>
14 Hantro G1 video decode accelerator present on Microchip SAMA5D4 SoCs.
18 const: microchip,sama5d4-vdec
35 additionalProperties: false
39 #include <dt-bindings/clock/at91.h>
40 #include <dt-bindings/interrupt-controller/irq.h>
43 compatible = "microchip,sama5d4-vdec";
44 reg = <0x00300000 0x100000>;
45 interrupts = <19 IRQ_TYPE_LEVEL_HIGH 4>;
46 clocks = <&pmc PMC_TYPE_PERIPHERAL 19>;