Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecf43742 authored by hdoyu@nvidia.com's avatar hdoyu@nvidia.com Committed by Stephen Warren
Browse files

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



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

Signed-off-by: default avatarHiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 4a82f2b3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};