]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-mc.txt
Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[~andy/linux] / Documentation / devicetree / bindings / arm / tegra / nvidia,tegra20-mc.txt
1 NVIDIA Tegra20 MC(Memory Controller)
2
3 Required properties:
4 - compatible : "nvidia,tegra20-mc"
5 - reg : Should contain 2 register ranges(address and length); see the
6   example below. Note that the MC registers are interleaved with the
7   GART registers, and hence must be represented as multiple ranges.
8 - interrupts : Should contain MC General interrupt.
9
10 Example:
11         memory-controller@0x7000f000 {
12                 compatible = "nvidia,tegra20-mc";
13                 reg = <0x7000f000 0x024
14                        0x7000f03c 0x3c4>;
15                 interrupts = <0 77 0x04>;
16         };