ARM: dts: igep0033: Add mmc1 node for SDCARD support.

Add mmc1 dt node to IGEP COM AQUILA board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
This commit is contained in:
Enric Balletbo i Serra 2013-10-19 22:55:19 +02:00 committed by Benoit Cousson
parent b9c95bf4e0
commit 0ae6f9ee55
1 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,13 @@
regulator-max-microvolt = <5000000>;
regulator-boot-on;
};
vmmc: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vmmc";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};
&am33xx_pinmux {
@ -180,6 +187,12 @@
};
};
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc>;
bus-width = <4>;
};
&uart0 {
status = "okay";
pinctrl-names = "default";