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>
这个提交包含在:
Ludovic Desroches
2012-11-19 12:24:02 +01:00
提交者 Jean-Christophe PLAGNIOL-VILLARD
父节点 9873137a7a
当前提交 4134a45527
修改 6 个文件,包含 77 行新增0 行删除

查看文件

@@ -58,6 +58,25 @@
i2c1: i2c@fff88000 {
status = "okay";
};
mmc0: mmc@fff80000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 10 0>;
};
};
mmc1: mmc@fffd0000 {
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 11 0>;
wp-gpios = <&pioD 29 0>;
};
};
};
nand0: nand@40000000 {