aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9x5ek.dtsi
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@atmel.com>2012-11-19 06:24:02 -0500
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-19 12:10:23 -0500
commit4134a4552748dd31b6e410a79e6c09be6e876b73 (patch)
tree84fa7bbc564da3a4c9a1a751352ea5df3778bd26 /arch/arm/boot/dts/at91sam9x5ek.dtsi
parent9873137a7a222fa923257b08d1915fef8df10a93 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5ek.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9x5ek.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi
index cc9730c60180..e042b5eaf680 100644
--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -18,6 +18,24 @@
18 18
19 ahb { 19 ahb {
20 apb { 20 apb {
21 mmc0: mmc@f0008000 {
22 status = "okay";
23 slot@0 {
24 reg = <0>;
25 bus-width = <4>;
26 cd-gpios = <&pioD 15 0>;
27 };
28 };
29
30 mmc1: mmc@f000c000 {
31 status = "okay";
32 slot@0 {
33 reg = <0>;
34 bus-width = <4>;
35 cd-gpios = <&pioD 14 0>;
36 };
37 };
38
21 dbgu: serial@fffff200 { 39 dbgu: serial@fffff200 {
22 status = "okay"; 40 status = "okay";
23 }; 41 };