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

Commit 850c4c8f authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

ARM: dt: Add SD controller configuration to Tegra Cardhu



Cardhu uses Tegra's SD ports as follows:
SDMMC1: User SD slot, with GPIOs for power, CD, and WP.
SDMMC2: Not used
SDMMC3: WiFi (currently disabled pending future investigation)
SDMMC4: Internal eMMC

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 07d4563e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -33,4 +33,22 @@
	i2c@7000d000 {
		clock-frequency = <100000>;
	};

	sdhci@78000000 {
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */
		wp-gpios = <&gpio 155 0>; /* gpio PT3 */
		power-gpios = <&gpio 31 0>; /* gpio PD7 */
	};

	sdhci@78000200 {
		status = "disable";
	};

	sdhci@78000400 {
		status = "disable";
	};

	sdhci@78000400 {
		support-8bit;
	};
};