Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / Documentation / devicetree / bindings / iommu / nvidia,tegra20-gart.txt
CommitLineData
7cffae42
TR
1NVIDIA Tegra 20 GART
2
3Required 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
8Example:
9
774dfc9b 10 gart {
7cffae42 11 compatible = "nvidia,tegra20-gart";
774dfc9b
HD
12 reg = <0x7000f024 0x00000018 /* controller registers */
13 0x58000000 0x02000000>; /* GART aperture */
7cffae42 14 };
This page took 0.299047 seconds and 5 git commands to generate.