mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM64: dts: rockchip: add gpu node for rk3368
Support PowerVR GT6110 driver. Change-Id: Ic239a1ad3f091afa09def883c01a923622e388f9 Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -605,6 +605,21 @@
|
||||
(GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
|
||||
};
|
||||
|
||||
gpu: rogue-g6110@ffa30000 {
|
||||
compatible = "arm,rogue-G6110", "arm,rk3368-gpu";
|
||||
reg = <0x0 0xffa30000 0x0 0x10000>;
|
||||
clocks =
|
||||
<&cru SCLK_GPU_CORE>,
|
||||
<&cru ACLK_GPU_MEM>,
|
||||
<&cru ACLK_GPU_CFG>;
|
||||
clock-names =
|
||||
"clk_gpu",
|
||||
"aclk_gpu_mem",
|
||||
"aclk_gpu_cfg";
|
||||
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "rogue-g6110-irq";
|
||||
};
|
||||
|
||||
i2s_2ch: i2s-2ch@ff890000 {
|
||||
compatible = "rockchip,rk3368-i2s", "rockchip,rk3066-i2s";
|
||||
reg = <0x0 0xff898000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user