ARM: dts: rockchip: add rga node for rk312x

Change-Id: I0293998049d6d5c55ce6babfe070aa9adb619767
Signed-off-by: Putin Lee <putin.li@rock-chips.com>
This commit is contained in:
putinlee
2017-10-27 11:07:39 +08:00
committed by Tao Huang
parent 86c52ed094
commit 154ca5fbc8

View File

@@ -292,6 +292,16 @@
};
};
rga: rga@1010c000 {
compatible = "rockchip,rk312x-rga";
reg = <0x1010c000 0x1000>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
clock-names = "aclk_rga", "hclk_rga", "sclk_rga";
dma-coherent;
status = "disabled";
};
vop: vop@1010e000 {
compatible = "rockchip,rk3126-vop";
reg = <0x1010e000 0x100>, <0x1010ec00 0x400>;