dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes

Add Tegra MC(Memory Controller) nodes for tegra20.dtsi.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
hdoyu@nvidia.com 2012-05-09 21:42:31 +00:00 committed by Stephen Warren
parent 7868a9bcac
commit 4a82f2b38e
1 changed files with 7 additions and 0 deletions

View File

@ -211,5 +211,12 @@
compatible = "nvidia,tegra20-ahb";
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
};
mc {
compatible = "nvidia,tegra20-mc";
reg = <0x7000f000 0x024
0x7000f03c 0x3c4>;
interrupts = <0 77 0x04>;
};
};