mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: renesas: r8a77965: Add GE7800 GPU node
Describe Imagination Technologies PowerVR Rogue GE7800 BNVC 15.5.1.64 present in Renesas R-Car R8A77965 M3-N SoC. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Acked-by: Matt Coster <matt.coster@imgtec.com> Link: https://patch.msgid.link/20251104135716.12497-3-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
9d22a34a01
commit
303a5185e0
|
|
@ -2450,6 +2450,23 @@ gic: interrupt-controller@f1010000 {
|
|||
resets = <&cpg 408>;
|
||||
};
|
||||
|
||||
gpu: gpu@fd000000 {
|
||||
compatible = "renesas,r8a77965-gpu",
|
||||
"img,img-ge7800",
|
||||
"img,img-rogue";
|
||||
reg = <0 0xfd000000 0 0x40000>;
|
||||
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_CORE R8A77965_CLK_ZG>,
|
||||
<&cpg CPG_CORE R8A77965_CLK_S2D1>,
|
||||
<&cpg CPG_MOD 112>;
|
||||
clock-names = "core", "mem", "sys";
|
||||
power-domains = <&sysc R8A77965_PD_3DG_A>,
|
||||
<&sysc R8A77965_PD_3DG_B>;
|
||||
power-domain-names = "a", "b";
|
||||
resets = <&cpg 112>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pciec0: pcie@fe000000 {
|
||||
compatible = "renesas,pcie-r8a77965",
|
||||
"renesas,pcie-rcar-gen3";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user