|
@@ -180,5 +180,36 @@
|
|
|
ti,hwmods = "uart6";
|
|
|
clock-frequency = <48000000>;
|
|
|
};
|
|
|
+
|
|
|
+ mmc1: mmc@4809c000 {
|
|
|
+ compatible = "ti,omap4-hsmmc";
|
|
|
+ ti,hwmods = "mmc1";
|
|
|
+ ti,dual-volt;
|
|
|
+ ti,needs-special-reset;
|
|
|
+ };
|
|
|
+
|
|
|
+ mmc2: mmc@480b4000 {
|
|
|
+ compatible = "ti,omap4-hsmmc";
|
|
|
+ ti,hwmods = "mmc2";
|
|
|
+ ti,needs-special-reset;
|
|
|
+ };
|
|
|
+
|
|
|
+ mmc3: mmc@480ad000 {
|
|
|
+ compatible = "ti,omap4-hsmmc";
|
|
|
+ ti,hwmods = "mmc3";
|
|
|
+ ti,needs-special-reset;
|
|
|
+ };
|
|
|
+
|
|
|
+ mmc4: mmc@480d1000 {
|
|
|
+ compatible = "ti,omap4-hsmmc";
|
|
|
+ ti,hwmods = "mmc4";
|
|
|
+ ti,needs-special-reset;
|
|
|
+ };
|
|
|
+
|
|
|
+ mmc5: mmc@480d5000 {
|
|
|
+ compatible = "ti,omap4-hsmmc";
|
|
|
+ ti,hwmods = "mmc5";
|
|
|
+ ti,needs-special-reset;
|
|
|
+ };
|
|
|
};
|
|
|
};
|