mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: add rga node for px30/rk3326
Change-Id: Ib6029de1a54ed88f17447bcdf1e7a52efc0bcd26 Signed-off-by: Putin Lee <putin.li@rock-chips.com>
This commit is contained in:
@@ -1139,6 +1139,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rk_rga: rk_rga@ff480000 {
|
||||
compatible = "rockchip,rga2";
|
||||
//dev_mode = <1>;
|
||||
reg = <0x0 0xff480000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
|
||||
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
|
||||
power-domains = <&power PX30_PD_VO>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_gmac: qos@ff518000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xff518000 0x0 0x20>;
|
||||
|
||||
Reference in New Issue
Block a user