Lines Matching +full:rk3399 +full:- +full:rga
1 # SPDX-License-Identifier: GPL-2.0
3 ---
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
15 - Jacob Chen <jacob-chen@iotwrt.com>
16 - Ezequiel Garcia <ezequiel@collabora.com>
21 - const: rockchip,rk3288-rga
22 - const: rockchip,rk3399-rga
23 - items:
24 - const: rockchip,rk3228-rga
25 - const: rockchip,rk3288-rga
36 clock-names:
38 - const: aclk
39 - const: hclk
40 - const: sclk
42 power-domains:
48 reset-names:
50 - const: core
51 - const: axi
52 - const: ahb
55 - compatible
56 - reg
57 - interrupts
58 - clocks
59 - clock-names
60 - resets
61 - reset-names
66 - |
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>
70 rga: rga@ff680000 {
71 compatible = "rockchip,rk3399-rga";
77 clock-names = "aclk", "hclk", "sclk";
78 power-domains = <&power RK3399_PD_RGA>;
82 reset-names = "core", "axi", "ahb";