1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/nuvoton,npcm-vcd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nuvoton NPCM Video Capture/Differentiation Engine
10 - Joseph Liu <kwliu@nuvoton.com>
11 - Marvin Lin <kflin@nuvoton.com>
14 Video Capture/Differentiation Engine (VCD) present on Nuvoton NPCM SoCs.
32 $ref: /schemas/types.yaml#/definitions/phandle
33 description: phandle to access GCR (Global Control Register) registers.
36 $ref: /schemas/types.yaml#/definitions/phandle
37 description: phandle to access GFXI (Graphics Core Information) registers.
40 $ref: /schemas/types.yaml#/definitions/phandle
41 description: phandle to access ECE (Encoding Compression Engine) registers.
46 CMA pool to use for buffers allocation instead of the default CMA pool.
57 additionalProperties: false
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
62 #include <dt-bindings/reset/nuvoton,npcm7xx-reset.h>
65 compatible = "nuvoton,npcm750-vcd";
66 reg = <0xf0810000 0x10000>;
67 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
68 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_VCD>;
69 nuvoton,sysgcr = <&gcr>;
70 nuvoton,sysgfxi = <&gfxi>;