diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2014-05-02 11:57:18 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-04 23:51:40 -0400 |
commit | b258b369e8ec4b6f544265aea52bb74476185b12 (patch) | |
tree | 1285b47db61e01733b9f169454e61e13cbe52096 /arch/arm/boot/dts/sun4i-a10.dtsi | |
parent | 9797eb83c85d553dbc062b2953597fb1086649e9 (diff) |
ARM: dts: sun4i: Add mmc controller nodes
Add nodes for the 4 mmc controllers found on A10 SoCs to
arch/arm/boot/dts/sun4i-a10.dtsi.
Signed-off-by: David Lanzendörfer <david.lanzendoerfer@o2s.ch>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 4dc376170dd0..aa7fcedb84aa 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi | |||
@@ -377,6 +377,42 @@ | |||
377 | #size-cells = <0>; | 377 | #size-cells = <0>; |
378 | }; | 378 | }; |
379 | 379 | ||
380 | mmc0: mmc@01c0f000 { | ||
381 | compatible = "allwinner,sun4i-a10-mmc"; | ||
382 | reg = <0x01c0f000 0x1000>; | ||
383 | clocks = <&ahb_gates 8>, <&mmc0_clk>; | ||
384 | clock-names = "ahb", "mmc"; | ||
385 | interrupts = <32>; | ||
386 | status = "disabled"; | ||
387 | }; | ||
388 | |||
389 | mmc1: mmc@01c10000 { | ||
390 | compatible = "allwinner,sun4i-a10-mmc"; | ||
391 | reg = <0x01c10000 0x1000>; | ||
392 | clocks = <&ahb_gates 9>, <&mmc1_clk>; | ||
393 | clock-names = "ahb", "mmc"; | ||
394 | interrupts = <33>; | ||
395 | status = "disabled"; | ||
396 | }; | ||
397 | |||
398 | mmc2: mmc@01c11000 { | ||
399 | compatible = "allwinner,sun4i-a10-mmc"; | ||
400 | reg = <0x01c11000 0x1000>; | ||
401 | clocks = <&ahb_gates 10>, <&mmc2_clk>; | ||
402 | clock-names = "ahb", "mmc"; | ||
403 | interrupts = <34>; | ||
404 | status = "disabled"; | ||
405 | }; | ||
406 | |||
407 | mmc3: mmc@01c12000 { | ||
408 | compatible = "allwinner,sun4i-a10-mmc"; | ||
409 | reg = <0x01c12000 0x1000>; | ||
410 | clocks = <&ahb_gates 11>, <&mmc3_clk>; | ||
411 | clock-names = "ahb", "mmc"; | ||
412 | interrupts = <35>; | ||
413 | status = "disabled"; | ||
414 | }; | ||
415 | |||
380 | usbphy: phy@01c13400 { | 416 | usbphy: phy@01c13400 { |
381 | #phy-cells = <1>; | 417 | #phy-cells = <1>; |
382 | compatible = "allwinner,sun4i-a10-usb-phy"; | 418 | compatible = "allwinner,sun4i-a10-usb-phy"; |