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

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
...@@ -207,6 +207,7 @@ tegra_car: clock@0,60006000 { ...@@ -207,6 +207,7 @@ tegra_car: clock@0,60006000 {
reg = <0x0 0x60006000 0x0 0x1000>; reg = <0x0 0x60006000 0x0 0x1000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
nvidia,external-memory-controller = <&emc>;
}; };
flow-controller@0,60007000 { flow-controller@0,60007000 {
...@@ -580,6 +581,13 @@ mc: memory-controller@0,70019000 { ...@@ -580,6 +581,13 @@ mc: memory-controller@0,70019000 {
#iommu-cells = <1>; #iommu-cells = <1>;
}; };
emc: emc@0,7001b000 {
compatible = "nvidia,tegra124-emc";
reg = <0x0 0x7001b000 0x0 0x1000>;
nvidia,memory-controller = <&mc>;
};
sata@0,70020000 { sata@0,70020000 {
compatible = "nvidia,tegra124-ahci"; compatible = "nvidia,tegra124-ahci";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment