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