aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-375.dtsi
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2014-05-15 06:17:42 -0400
committerJason Cooper <jason@lakedaemon.net>2014-05-16 01:53:20 -0400
commit57dc7971d3bdd503925c464a67c5611c40405576 (patch)
tree8cb4daeddd636519e8dbf202590adfb5bc014ab0 /arch/arm/boot/dts/armada-375.dtsi
parente8f99c5b86dfd0ce1e7b4dd6c0c9a7aba8d20f2e (diff)
ARM: mvebu: add Device Tree description for the EHCI controllers on Armada 375
The Marvell Armada 375 SoCs contains two EHCI controllers. This commit adds the Device Tree description of these interfaces at the SoC level, and also enables the USB2 port on the Armada 375 DB platform. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Link: https://lkml.kernel.org/r/1400149062-32661-18-git-send-email-gregory.clement@free-electrons.com 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-375.dtsi')
-rw-r--r--arch/arm/boot/dts/armada-375.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi
index 1c6c3a73d96d..fb92551a1e71 100644
--- a/arch/arm/boot/dts/armada-375.dtsi
+++ b/arch/arm/boot/dts/armada-375.dtsi
@@ -345,6 +345,22 @@
345 reg = <0x21010 0x1c>; 345 reg = <0x21010 0x1c>;
346 }; 346 };
347 347
348 usb@50000 {
349 compatible = "marvell,orion-ehci";
350 reg = <0x50000 0x500>;
351 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
352 clocks = <&gateclk 18>;
353 status = "disabled";
354 };
355
356 usb@54000 {
357 compatible = "marvell,orion-ehci";
358 reg = <0x54000 0x500>;
359 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
360 clocks = <&gateclk 26>;
361 status = "disabled";
362 };
363
348 usb3@58000 { 364 usb3@58000 {
349 compatible = "marvell,armada-375-xhci"; 365 compatible = "marvell,armada-375-xhci";
350 reg = <0x58000 0x20000>,<0x5b880 0x80>; 366 reg = <0x58000 0x20000>,<0x5b880 0x80>;