summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/armada-370-mirabox.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-21 15:49:09 +0100
committerArnd Bergmann <arnd@arndb.de>2013-02-28 18:57:10 +0100
commit5f6d11c398e67c9009e526b2fb1268e87b0e6ba0 (patch)
treee5ff7d3f465014265aa6ffd72a1d1e8828e2d5ec /arch/arm/boot/dts/armada-370-mirabox.dts
parentb6150c710658faed9ebe80f989f622175eaf0e14 (diff)
arm: mvebu: enable the SDIO interface on the Globalscale Mirabox
The Globalscale Mirabox uses the SDIO interface of the Armada 370 to connect to a Wifi/Bluetooth SD8787 chip, so we enable the SDIO interface of this board in its Device Tree file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-mirabox.dts')
-rw-r--r--arch/arm/boot/dts/armada-370-mirabox.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts
index 3b4071336599..1864820dde25 100644
--- a/arch/arm/boot/dts/armada-370-mirabox.dts
+++ b/arch/arm/boot/dts/armada-370-mirabox.dts
@@ -52,5 +52,15 @@
phy = <&phy1>;
phy-mode = "rgmii-id";
};
+
+ mvsdio@d00d4000 {
+ pinctrl-0 = <&sdio_pins2>;
+ pinctrl-names = "default";
+ status = "okay";
+ /*
+ * No CD or WP GPIOs: SDIO interface used for
+ * Wifi/Bluetooth chip
+ */
+ };
};
};