]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - Documentation/devicetree/bindings/iommu/nvidia,tegra20-gart.txt
iommu: tegra/gart: Add device tree support
[can-eth-gw-linux.git] / Documentation / devicetree / bindings / iommu / nvidia,tegra20-gart.txt
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
10         gart: gart@7000f000 {
11                 compatible = "nvidia,tegra20-gart";
12                 reg = < 0x7000f000 0x00000100    /* controller registers */
13                         0x58000000 0x02000000 >; /* GART aperture */
14         };