mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rk3228: add gpu config
Change-Id: Ib8dbc4ede8abd4816e501454fe4a1f21fe3f54ad Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
c7eae6490c
commit
37261359a2
@@ -230,4 +230,37 @@
|
||||
dma-names = "tx";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
gpu {
|
||||
compatible = "arm,mali400";
|
||||
reg = <0x20001000 0x200>,
|
||||
<0x20000000 0x100>,
|
||||
<0x20003000 0x100>,
|
||||
<0x20008000 0x1100>,
|
||||
<0x20004000 0x100>,
|
||||
<0x2000A000 0x1100>,
|
||||
<0x20005000 0x100>;
|
||||
|
||||
reg-names = "Mali_L2",
|
||||
"Mali_GP",
|
||||
"Mali_GP_MMU",
|
||||
"Mali_PP0",
|
||||
"Mali_PP0_MMU",
|
||||
"Mali_PP1",
|
||||
"Mali_PP1_MMU";
|
||||
|
||||
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
interrupt-names = "Mali_GP_IRQ",
|
||||
"Mali_GP_MMU_IRQ",
|
||||
"Mali_PP0_IRQ",
|
||||
"Mali_PP0_MMU_IRQ",
|
||||
"Mali_PP1_IRQ",
|
||||
"Mali_PP1_MMU_IRQ";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user