diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-11-19 06:24:02 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-19 12:10:23 -0500 |
commit | 4134a4552748dd31b6e410a79e6c09be6e876b73 (patch) | |
tree | 84fa7bbc564da3a4c9a1a751352ea5df3778bd26 /arch/arm/boot/dts/at91sam9g20ek_2mmc.dts | |
parent | 9873137a7a222fa923257b08d1915fef8df10a93 (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/at91sam9g20ek_2mmc.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20ek_2mmc.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_2mmc.dts b/arch/arm/boot/dts/at91sam9g20ek_2mmc.dts index f1b2e148ac8c..684b22982f8a 100644 --- a/arch/arm/boot/dts/at91sam9g20ek_2mmc.dts +++ b/arch/arm/boot/dts/at91sam9g20ek_2mmc.dts | |||
@@ -12,6 +12,18 @@ | |||
12 | model = "Atmel at91sam9g20ek 2 mmc"; | 12 | model = "Atmel at91sam9g20ek 2 mmc"; |
13 | compatible = "atmel,at91sam9g20ek_2mmc", "atmel,at91sam9g20", "atmel,at91sam9"; | 13 | compatible = "atmel,at91sam9g20ek_2mmc", "atmel,at91sam9g20", "atmel,at91sam9"; |
14 | 14 | ||
15 | ahb { | ||
16 | apb{ | ||
17 | mmc0: mmc@fffa8000 { | ||
18 | slot@0 { | ||
19 | reg = <0>; | ||
20 | bus-width = <4>; | ||
21 | cd-gpios = <&pioC 2 0>; | ||
22 | }; | ||
23 | }; | ||
24 | }; | ||
25 | }; | ||
26 | |||
15 | leds { | 27 | leds { |
16 | compatible = "gpio-leds"; | 28 | compatible = "gpio-leds"; |
17 | 29 | ||