Lines Matching +full:rk3228 +full:- +full:cru
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#
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>
71 compatible = "rockchip,rk3399-rga";
74 clocks = <&cru ACLK_RGA>,
75 <&cru HCLK_RGA>,
76 <&cru SCLK_RGA_CORE>;
77 clock-names = "aclk", "hclk", "sclk";
78 power-domains = <&power RK3399_PD_RGA>;
79 resets = <&cru SRST_RGA_CORE>,
80 <&cru SRST_A_RGA>,
81 <&cru SRST_H_RGA>;
82 reset-names = "core", "axi", "ahb";