]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nvidia/dts/tegra20-whistler.dts
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / nvidia / dts / tegra20-whistler.dts
index 1f09e5e7ddae23ef27bc6a26ac0fc3b9739a257e..eb92264f9d6aff6cea59a22b32bfbf672e5ba690 100644 (file)
@@ -9,6 +9,8 @@
        aliases {
                i2c0 = "/i2c@7000d000";
                usb0 = "/usb@c5008000";
+               sdhci0 = "/sdhci@c8000600";
+               sdhci1 = "/sdhci@c8000400";
        };
 
        memory {
        usb@c5004000 {
                status = "disabled";
        };
+
+       sdhci@c8000400 {
+               status = "okay";
+               wp-gpios = <&gpio 173 0>; /* gpio PV5 */
+               bus-width = <8>;
+       };
+
+       sdhci@c8000600 {
+               status = "okay";
+               bus-width = <8>;
+       };
 };