1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/media/rockchip-rga.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip 2D raster graphic acceleration controller (RGA)
10 RGA is a standalone 2D raster graphic acceleration unit. It accelerates 2D
11 graphics operations, such as point/line drawing, image scaling, rotation,
12 BitBLT, alpha blending and image blur/sharpness.
15 - Jacob Chen <jacob-chen@iotwrt.com>
16 - Ezequiel Garcia <ezequiel@collabora.com>
21 - const: rockchip,rk3288-rga
22 - const: rockchip,rk3399-rga
24 - const: rockchip,rk3228-rga
25 - const: rockchip,rk3288-rga
63 additionalProperties: false
67 #include <dt-bindings/clock/rk3399-cru.h>
68 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 #include <dt-bindings/power/rk3399-power.h>
71 compatible = "rockchip,rk3399-rga";
72 reg = <0xff680000 0x10000>;
73 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
74 clocks = <&cru ACLK_RGA>,
77 clock-names = "aclk", "hclk", "sclk";
78 power-domains = <&power RK3399_PD_RGA>;
79 resets = <&cru SRST_RGA_CORE>,
82 reset-names = "core", "axi", "ahb";