Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a943e0e authored by hdoyu@nvidia.com's avatar hdoyu@nvidia.com Committed by Stephen Warren
Browse files

ARM: dt: tegra20.dtsi: Add GART node



Add a node for the Tegra20 GART

Signed-off-by: default avatarHiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent ecf43742
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -218,5 +218,11 @@
		       0x7000f03c 0x3c4>;
		interrupts = <0 77 0x04>;
	};

	gart {
		compatible = "nvidia,tegra20-gart";
		reg = <0x7000f024 0x00000018	/* controller registers */
		       0x58000000 0x02000000>;	/* GART aperture */
	};
};