Skip to content

Commit 48170e7

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: Add External Memory Controller node on Tegra114
Add External Memory Controller node to the device-tree. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 8577a89 commit 48170e7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/boot/dts/nvidia/tegra114.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@
259259
reg = <0x60006000 0x1000>;
260260
#clock-cells = <1>;
261261
#reset-cells = <1>;
262+
263+
nvidia,external-memory-controller = <&emc>;
262264
};
263265

264266
flow-controller@60007000 {
@@ -655,6 +657,16 @@
655657
#iommu-cells = <1>;
656658
};
657659

660+
emc: external-memory-controller@7001b000 {
661+
compatible = "nvidia,tegra114-emc";
662+
reg = <0x7001b000 0x800>;
663+
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
664+
clocks = <&tegra_car TEGRA114_CLK_EMC>;
665+
clock-names = "emc";
666+
667+
nvidia,memory-controller = <&mc>;
668+
};
669+
658670
hda@70030000 {
659671
compatible = "nvidia,tegra114-hda", "nvidia,tegra30-hda";
660672
reg = <0x70030000 0x10000>;

0 commit comments

Comments
 (0)