Browse Source

ARM: at91: Animeo IP: add mmc support

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 12 years ago
parent
commit
301333bc6c
1 changed files with 12 additions and 0 deletions
  1. 12 0
      arch/arm/boot/dts/animeo_ip.dts

+ 12 - 0
arch/arm/boot/dts/animeo_ip.dts

@@ -66,6 +66,18 @@
 				phy-mode = "mii";
 				status = "okay";
 			};
+
+			mmc0: mmc@fffa8000 {
+				pinctrl-0 = <&pinctrl_mmc0_clk
+					     &pinctrl_mmc0_slot1_cmd_dat0
+					     &pinctrl_mmc0_slot1_dat1_3>;
+				status = "okay";
+
+				slot@1 {
+					reg = <1>;
+					bus-width = <4>;
+				};
+			};
 		};
 
 		nand0: nand@40000000 {