1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/media/allwinner,sun4i-a10-video-engine.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Video Engine Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
16 - allwinner,sun4i-a10-video-engine
17 - allwinner,sun5i-a13-video-engine
18 - allwinner,sun7i-a20-video-engine
19 - allwinner,sun8i-a33-video-engine
20 - allwinner,sun8i-h3-video-engine
21 - allwinner,sun50i-a64-video-engine
22 - allwinner,sun50i-h5-video-engine
23 - allwinner,sun50i-h6-video-engine
33 - description: Bus Clock
34 - description: Module Clock
35 - description: RAM Clock
47 $ref: /schemas/types.yaml#/definitions/phandle-array
48 description: Phandle to the device SRAM
52 CMA pool to use for buffers allocation instead of the default
64 additionalProperties: false
68 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 #include <dt-bindings/clock/sun7i-a20-ccu.h>
70 #include <dt-bindings/reset/sun4i-a10-ccu.h>
73 compatible = "allwinner,sun7i-a20-video-engine";
74 reg = <0x01c0e000 0x1000>;
75 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
76 clocks = <&ccu CLK_AHB_VE>, <&ccu CLK_VE>,
78 clock-names = "ahb", "mod", "ram";
79 resets = <&ccu RST_VE>;
80 allwinner,sram = <&ve_sram 1>;