Skip to content

Commit

Permalink
ARM: dt: Add SD controller configuration to Tegra Cardhu
Browse files Browse the repository at this point in the history
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: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Feb 26, 2012
1 parent 07d4563 commit 850c4c8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/tegra-cardhu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

0 comments on commit 850c4c8

Please sign in to comment.