aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a13.dtsi
diff options
context:
space:
mode:
authorDavid Lanzendörfer <david.lanzendoerfer@o2s.ch>2014-05-02 11:57:21 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-05-04 23:52:31 -0400
commitd3aed1dfbd2e66ff2eca14897fa141a989a36fb0 (patch)
tree9b5df662422e24335d552dc25b263223a5adb795 /arch/arm/boot/dts/sun5i-a13.dtsi
parentc0955a86f4af4fef7965bfcd41a9642a3f67486b (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-a13.dtsi')
-rw-r--r--arch/arm/boot/dts/sun5i-a13.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
index dda9df69e033..c9fdb7b3ecd9 100644
--- a/arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/arch/arm/boot/dts/sun5i-a13.dtsi
@@ -320,6 +320,24 @@
320 #size-cells = <0>; 320 #size-cells = <0>;
321 }; 321 };
322 322
323 mmc0: mmc@01c0f000 {
324 compatible = "allwinner,sun5i-a13-mmc";
325 reg = <0x01c0f000 0x1000>;
326 clocks = <&ahb_gates 8>, <&mmc0_clk>;
327 clock-names = "ahb", "mmc";
328 interrupts = <32>;
329 status = "disabled";
330 };
331
332 mmc2: mmc@01c11000 {
333 compatible = "allwinner,sun5i-a13-mmc";
334 reg = <0x01c11000 0x1000>;
335 clocks = <&ahb_gates 10>, <&mmc2_clk>;
336 clock-names = "ahb", "mmc";
337 interrupts = <34>;
338 status = "disabled";
339 };
340
323 usbphy: phy@01c13400 { 341 usbphy: phy@01c13400 {
324 #phy-cells = <1>; 342 #phy-cells = <1>;
325 compatible = "allwinner,sun5i-a13-usb-phy"; 343 compatible = "allwinner,sun5i-a13-usb-phy";