Lines Matching +full:rk3399 +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 - const: rockchip,rk3288-rga
38 clock-names:
40 - const: aclk
41 - const: hclk
42 - const: sclk
44 power-domains:
50 reset-names:
52 - const: core
53 - const: axi
54 - const: ahb
57 - compatible
58 - reg
59 - interrupts
60 - clocks
61 - clock-names
62 - resets
63 - reset-names
68 - |
69 #include <dt-bindings/clock/rk3399-cru.h>
70 #include <dt-bindings/interrupt-controller/arm-gic.h>
71 #include <dt-bindings/power/rk3399-power.h>
73 compatible = "rockchip,rk3399-rga";
76 clocks = <&cru ACLK_RGA>,
77 <&cru HCLK_RGA>,
78 <&cru SCLK_RGA_CORE>;
79 clock-names = "aclk", "hclk", "sclk";
80 power-domains = <&power RK3399_PD_RGA>;
81 resets = <&cru SRST_RGA_CORE>,
82 <&cru SRST_A_RGA>,
83 <&cru SRST_H_RGA>;
84 reset-names = "core", "axi", "ahb";