Skip to content

Commit cd9350c

Browse files
joseph-lo-nvtwthierryreding
authored andcommitted
arm64: tegra: Add external memory controller node for Tegra210
Add external memory controller (EMC) node for Tegra210 Signed-off-by: Joseph Lo <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent bc8788b commit cd9350c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,17 @@
895895
#iommu-cells = <1>;
896896
};
897897

898+
external-memory-controller@7001b000 {
899+
compatible = "nvidia,tegra210-emc";
900+
reg = <0x0 0x7001b000 0x0 0x1000>,
901+
<0x0 0x7001e000 0x0 0x1000>,
902+
<0x0 0x7001f000 0x0 0x1000>;
903+
clocks = <&tegra_car TEGRA210_CLK_EMC>;
904+
clock-names = "emc";
905+
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
906+
nvidia,memory-controller = <&mc>;
907+
};
908+
898909
sata@70020000 {
899910
compatible = "nvidia,tegra210-ahci";
900911
reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */

0 commit comments

Comments
 (0)