We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8788b commit cd9350cCopy full SHA for cd9350c
arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -895,6 +895,17 @@
895
#iommu-cells = <1>;
896
};
897
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
+
909
sata@70020000 {
910
compatible = "nvidia,tegra210-ahci";
911
reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
0 commit comments