Skip to content

Commit

Permalink
ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes
Browse files Browse the repository at this point in the history
Add Tegra MC(Memory Controller) nodes for tegra30.dtsi.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
hdoyu@nvidia.com authored and Stephen Warren committed May 14, 2012
1 parent 4a82f2b commit ecf4374
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,13 @@
compatible = "nvidia,tegra30-ahb";
reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
};

mc {
compatible = "nvidia,tegra30-mc";
reg = <0x7000f000 0x010
0x7000f03c 0x1b4
0x7000f200 0x028
0x7000f284 0x17c>;
interrupts = <0 77 0x04>;
};
};

0 comments on commit ecf4374

Please sign in to comment.