Commit b273c887 authored by Mikko Perttunen's avatar Mikko Perttunen Committed by Thierry Reding
Browse files

ARM: tegra: Add EMC to Tegra124 device tree



This adds a node for the EMC memory controller. It is always enabled, but only
provides read-only functionality without board-specific timing tables.

Signed-off-by: default avatarMikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: default avatarTomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent c5f8e8ca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -207,6 +207,7 @@
		reg = <0x0 0x60006000 0x0 0x1000>;
		#clock-cells = <1>;
		#reset-cells = <1>;
		nvidia,external-memory-controller = <&emc>;
	};

	flow-controller@0,60007000 {
@@ -580,6 +581,13 @@
		#iommu-cells = <1>;
	};

	emc: emc@0,7001b000 {
		compatible = "nvidia,tegra124-emc";
		reg = <0x0 0x7001b000 0x0 0x1000>;

		nvidia,memory-controller = <&mc>;
	};

	sata@0,70020000 {
		compatible = "nvidia,tegra124-ahci";