Thierry Reding | 7cffae4 | 2012-04-13 15:08:08 +0200 | [diff] [blame] | 1 | NVIDIA Tegra 20 GART |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: "nvidia,tegra20-gart" |
| 5 | - reg: Two pairs of cells specifying the physical address and size of |
| 6 | the memory controller registers and the GART aperture respectively. |
| 7 | |
| 8 | Example: |
| 9 | |
Hiroshi DOYU | 774dfc9 | 2012-05-10 10:45:32 +0300 | [diff] [blame] | 10 | gart { |
Thierry Reding | 7cffae4 | 2012-04-13 15:08:08 +0200 | [diff] [blame] | 11 | compatible = "nvidia,tegra20-gart"; |
Hiroshi DOYU | 774dfc9 | 2012-05-10 10:45:32 +0300 | [diff] [blame] | 12 | reg = <0x7000f024 0x00000018 /* controller registers */ |
| 13 | 0x58000000 0x02000000>; /* GART aperture */ |
Thierry Reding | 7cffae4 | 2012-04-13 15:08:08 +0200 | [diff] [blame] | 14 | }; |