arm64: dts: rockchip: add RGA device node for RK3399
authorJacob Chen <jacob-chen@iotwrt.com>
Wed, 11 Oct 2017 07:29:38 +0000 (15:29 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 17 Oct 2017 18:27:23 +0000 (20:27 +0200)
This patch add the RGA dt config of RK3399 SoC.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 4403b516d0e3ac80a87c8c32eec9056b07c7549e..261d5bf1f24806c437e18bc4fa17307ae8822753 100644 (file)
                status = "disabled";
        };
 
+       rga: rga@ff680000 {
+               compatible = "rockchip,rk3399-rga";
+               reg = <0x0 0xff680000 0x0 0x10000>;
+               interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH 0>;
+               clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
+               clock-names = "aclk", "hclk", "sclk";
+               resets = <&cru SRST_RGA_CORE>, <&cru SRST_A_RGA>, <&cru SRST_H_RGA>;
+               reset-names = "core", "axi", "ahb";
+               power-domains = <&power RK3399_PD_RGA>;
+       };
+
        efuse0: efuse@ff690000 {
                compatible = "rockchip,rk3399-efuse";
                reg = <0x0 0xff690000 0x0 0x80>;