Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab3b8023 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Olof Johansson
Browse files

ARM: dts: tango4: Import MMC nodes



Tango4 provides 2 SD/SDIO/eMMC controllers.

Signed-off-by: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 0e89d651
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -97,6 +97,22 @@
			clocks = <&xtal>;
		};

		mmc0: mmc@21000 {
			compatible = "arasan,sdhci-8.9a";
			reg = <0x21000 0x200>;
			clock-names = "clk_xin", "clk_ahb";
			clocks = <&clkgen SDIO_CLK>, <&clkgen SYS_CLK>;
			interrupts = <60 IRQ_TYPE_LEVEL_HIGH>;
		};

		mmc1: mmc@21200 {
			compatible = "arasan,sdhci-8.9a";
			reg = <0x21200 0x200>;
			clock-names = "clk_xin", "clk_ahb";
			clocks = <&clkgen SDIO_CLK>, <&clkgen SYS_CLK>;
			interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
		};

		eth0: ethernet@26000 {
			compatible = "sigma,smp8734-ethernet";
			reg = <0x26000 0x800>;
+4 −0
Original line number Diff line number Diff line
@@ -35,3 +35,7 @@
		reg = <4>;
	};
};

&mmc1 {
	non-removable; /* eMMC */
};