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