OSDN Git Service

ARM: dt: tegra20.dtsi: Add GART node
authorhdoyu@nvidia.com <hdoyu@nvidia.com>
Wed, 9 May 2012 21:45:33 +0000 (21:45 +0000)
committerStephen Warren <swarren@nvidia.com>
Mon, 14 May 2012 16:51:55 +0000 (10:51 -0600)
Add a node for the Tegra20 GART

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi

index 548b42e..a76c8a8 100644 (file)
                       0x7000f03c 0x3c4>;
                interrupts = <0 77 0x04>;
        };
+
+       gart {
+               compatible = "nvidia,tegra20-gart";
+               reg = <0x7000f024 0x00000018    /* controller registers */
+                      0x58000000 0x02000000>;  /* GART aperture */
+       };
 };