nvidia,tegra20-mc.txt 517 B

12345678910111213141516
  1. NVIDIA Tegra20 MC(Memory Controller)
  2. Required properties:
  3. - compatible : "nvidia,tegra20-mc"
  4. - reg : Should contain 2 register ranges(address and length); see the
  5. example below. Note that the MC registers are interleaved with the
  6. GART registers, and hence must be represented as multiple ranges.
  7. - interrupts : Should contain MC General interrupt.
  8. Example:
  9. memory-controller@0x7000f000 {
  10. compatible = "nvidia,tegra20-mc";
  11. reg = <0x7000f000 0x024
  12. 0x7000f03c 0x3c4>;
  13. interrupts = <0 77 0x04>;
  14. };