mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: Add RGA2 node for RV1106
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com> Change-Id: I7e5d9f50b9b602a16d752595cdc79b487466bb7b
This commit is contained in:
@@ -447,6 +447,15 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rga2: rga@ff980000 {
|
||||||
|
compatible = "rockchip,rga2_core0";
|
||||||
|
reg = <0xff980000 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cru ACLK_RGA2E>, <&cru HCLK_RGA2E>, <&cru CLK_CORE_RGA2E>;
|
||||||
|
clock-names = "aclk_rga2", "hclk_rga2", "clk_rga2";
|
||||||
|
status = "disable";
|
||||||
|
};
|
||||||
|
|
||||||
vop: vop@ff990000 {
|
vop: vop@ff990000 {
|
||||||
compatible = "rockchip,rv1106-vop";
|
compatible = "rockchip,rv1106-vop";
|
||||||
reg = <0xff990000 0x200>;
|
reg = <0xff990000 0x200>;
|
||||||
|
|||||||
Reference in New Issue
Block a user