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

Add mci controller nodes to atmel SOCs.

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>
Tento commit je obsažen v:
Ludovic Desroches
2012-11-19 12:23:36 +01:00
odevzdal Jean-Christophe PLAGNIOL-VILLARD
rodič 23e3b24f8f
revize 9873137a7a
5 změnil soubory, kde provedl 72 přidání a 0 odebrání

Zobrazit soubor

@@ -407,6 +407,24 @@
trigger-value = <0x6>;
};
};
mmc0: mmc@fff80000 {
compatible = "atmel,hsmci";
reg = <0xfff80000 0x600>;
interrupts = <11 4 0>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
mmc1: mmc@fffd0000 {
compatible = "atmel,hsmci";
reg = <0xfffd0000 0x600>;
interrupts = <29 4 0>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
};
nand0: nand@40000000 {