Commit 0ae6f9ee authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Benoit Cousson

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

Add mmc1 dt node to IGEP COM AQUILA board.
Signed-off-by: default avatarEnric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent b9c95bf4
......@@ -44,6 +44,13 @@ vbat: fixedregulator@0 {
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 @@ tps: tps@2d {
};
};
&mmc1 {
status = "okay";
vmmc-supply = <&vmmc>;
bus-width = <4>;
};
&uart0 {
status = "okay";
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment