diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2014-05-02 11:57:21 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-04 23:52:31 -0400 |
commit | d3aed1dfbd2e66ff2eca14897fa141a989a36fb0 (patch) | |
tree | 9b5df662422e24335d552dc25b263223a5adb795 /arch/arm/boot/dts/sun5i-a10s.dtsi | |
parent | c0955a86f4af4fef7965bfcd41a9642a3f67486b (diff) |
ARM: dts: sun5i: Add mmc controller nodes
Add nodes for the 3 mmc controllers found on A10s SoCs and for the 2 mmc
controllers found on A13 SoCs.
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/sun5i-a10s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index 9493b2129886..aa1dd59dc34a 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi | |||
@@ -338,6 +338,33 @@ | |||
338 | #size-cells = <0>; | 338 | #size-cells = <0>; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | mmc0: mmc@01c0f000 { | ||
342 | compatible = "allwinner,sun5i-a13-mmc"; | ||
343 | reg = <0x01c0f000 0x1000>; | ||
344 | clocks = <&ahb_gates 8>, <&mmc0_clk>; | ||
345 | clock-names = "ahb", "mmc"; | ||
346 | interrupts = <32>; | ||
347 | status = "disabled"; | ||
348 | }; | ||
349 | |||
350 | mmc1: mmc@01c10000 { | ||
351 | compatible = "allwinner,sun5i-a13-mmc"; | ||
352 | reg = <0x01c10000 0x1000>; | ||
353 | clocks = <&ahb_gates 9>, <&mmc1_clk>; | ||
354 | clock-names = "ahb", "mmc"; | ||
355 | interrupts = <33>; | ||
356 | status = "disabled"; | ||
357 | }; | ||
358 | |||
359 | mmc2: mmc@01c11000 { | ||
360 | compatible = "allwinner,sun5i-a13-mmc"; | ||
361 | reg = <0x01c11000 0x1000>; | ||
362 | clocks = <&ahb_gates 10>, <&mmc2_clk>; | ||
363 | clock-names = "ahb", "mmc"; | ||
364 | interrupts = <34>; | ||
365 | status = "disabled"; | ||
366 | }; | ||
367 | |||
341 | usbphy: phy@01c13400 { | 368 | usbphy: phy@01c13400 { |
342 | #phy-cells = <1>; | 369 | #phy-cells = <1>; |
343 | compatible = "allwinner,sun5i-a13-usb-phy"; | 370 | compatible = "allwinner,sun5i-a13-usb-phy"; |