diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-11-19 06:23:36 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-19 12:10:20 -0500 |
commit | 9873137a7a222fa923257b08d1915fef8df10a93 (patch) | |
tree | 75d26ba912a8e7ef0a49360cf2556f4600f5bd77 /arch/arm/boot/dts/at91sam9263.dtsi | |
parent | 23e3b24f8f8e74efbd2fb4426692dffb29190d46 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index a14aa3d1f015..eae6d1678610 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi | |||
@@ -320,6 +320,24 @@ | |||
320 | #size-cells = <0>; | 320 | #size-cells = <0>; |
321 | status = "disabled"; | 321 | status = "disabled"; |
322 | }; | 322 | }; |
323 | |||
324 | mmc0: mmc@fff80000 { | ||
325 | compatible = "atmel,hsmci"; | ||
326 | reg = <0xfff80000 0x600>; | ||
327 | interrupts = <10 4 0>; | ||
328 | #address-cells = <1>; | ||
329 | #size-cells = <0>; | ||
330 | status = "disabled"; | ||
331 | }; | ||
332 | |||
333 | mmc1: mmc@fff84000 { | ||
334 | compatible = "atmel,hsmci"; | ||
335 | reg = <0xfff84000 0x600>; | ||
336 | interrupts = <11 4 0>; | ||
337 | #address-cells = <1>; | ||
338 | #size-cells = <0>; | ||
339 | status = "disabled"; | ||
340 | }; | ||
323 | }; | 341 | }; |
324 | 342 | ||
325 | nand0: nand@40000000 { | 343 | nand0: nand@40000000 { |