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 - enum:
25 - rockchip,rk3228-rga
26 - rockchip,rk3568-rga
27 - rockchip,rk3588-rga
28 - const: rockchip,rk3288-rga
39 clock-names:
41 - const: aclk
42 - const: hclk
43 - const: sclk
45 power-domains:
51 reset-names:
53 - const: core
54 - const: axi
55 - const: ahb
58 - compatible
59 - reg
60 - interrupts
61 - clocks
62 - clock-names
63 - resets
64 - reset-names
69 - |
70 #include <dt-bindings/clock/rk3399-cru.h>
71 #include <dt-bindings/interrupt-controller/arm-gic.h>
72 #include <dt-bindings/power/rk3399-power.h>
74 compatible = "rockchip,rk3399-rga";
77 clocks = <&cru ACLK_RGA>,
78 <&cru HCLK_RGA>,
79 <&cru SCLK_RGA_CORE>;
80 clock-names = "aclk", "hclk", "sclk";
81 power-domains = <&power RK3399_PD_RGA>;
82 resets = <&cru SRST_RGA_CORE>,
83 <&cru SRST_A_RGA>,
84 <&cru SRST_H_RGA>;
85 reset-names = "core", "axi", "ahb";