1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/ti,vpe.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments DRA7x Video Processing Engine (VPE) Device Tree Bindings
10 - Benoit Parrot <bparrot@ti.com>
13 The Video Processing Engine (VPE) is a key component for image post
14 processing applications. VPE consist of a single memory to memory
15 path which can perform chroma up/down sampling, deinterlacing,
16 scaling and color space conversion.
24 - description: The VPE main register region
25 - description: Scaler (SC) register region
26 - description: Color Space Conversion (CSC) register region
27 - description: Video Port Direct Memory Access (VPDMA) register region
45 additionalProperties: false
49 #include <dt-bindings/interrupt-controller/arm-gic.h>
52 compatible = "ti,dra7-vpe";
53 reg = <0x489d0000 0x120>,
57 reg-names = "vpe_top",
61 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;