ARM: at91/dts: add nodes for atmel hsmci controllers for atmel boards

Add mci controller nodes to atmel boards.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Ludovic Desroches
2012-11-19 12:24:02 +01:00
committed by Jean-Christophe PLAGNIOL-VILLARD
parent 9873137a7a
commit 4134a45527
6 changed files with 77 additions and 0 deletions

View File

@@ -45,6 +45,15 @@
i2c1: i2c@f8014000 {
status = "okay";
};
mmc0: mmc@f0008000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioA 7 0>;
};
};
};
nand0: nand@40000000 {