nvidia,tegra20-gart.txt 391 B

1234567891011121314
  1. NVIDIA Tegra 20 GART
  2. Required properties:
  3. - compatible: "nvidia,tegra20-gart"
  4. - reg: Two pairs of cells specifying the physical address and size of
  5. the memory controller registers and the GART aperture respectively.
  6. Example:
  7. gart {
  8. compatible = "nvidia,tegra20-gart";
  9. reg = <0x7000f024 0x00000018 /* controller registers */
  10. 0x58000000 0x02000000>; /* GART aperture */
  11. };