diff options
author | hdoyu@nvidia.com <hdoyu@nvidia.com> | 2012-05-09 23:42:33 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-14 18:51:51 +0200 |
commit | ecf43742735d7c1edfd03e8c3cc30f52268138fc (patch) | |
tree | 5964a24cf4a14629aea54e497ac3705c09b3c8db /arch/arm/boot/dts/tegra30.dtsi | |
parent | ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes (diff) | |
download | linux-ecf43742735d7c1edfd03e8c3cc30f52268138fc.tar.xz linux-ecf43742735d7c1edfd03e8c3cc30f52268138fc.zip |
ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 9d650fb07e45..167ccbcd9b86 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -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>; + }; }; |