diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-05-15 12:17:41 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-16 07:51:26 +0200 |
commit | e8f99c5b86dfd0ce1e7b4dd6c0c9a7aba8d20f2e (patch) | |
tree | f48864700149c69c0ef1db524026ff11158ba348 /arch/arm/boot/dts/armada-375.dtsi | |
parent | ARM: mvebu: add Device Tree description of the EHCI controller on Armada 38x (diff) | |
download | linux-e8f99c5b86dfd0ce1e7b4dd6c0c9a7aba8d20f2e.tar.xz linux-e8f99c5b86dfd0ce1e7b4dd6c0c9a7aba8d20f2e.zip |
ARM: mvebu: add Device Tree description of the xHCI controller on Armada 375
The Marvell Armada 375 SoCs contain a xHCI controller. This commit
adds the Device Tree description of this interfaces at the SoC level,
and also enables the USB3 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-17-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.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi index 3b6de4c0e379..1c6c3a73d96d 100644 --- a/arch/arm/boot/dts/armada-375.dtsi +++ b/arch/arm/boot/dts/armada-375.dtsi @@ -345,6 +345,14 @@ reg = <0x21010 0x1c>; }; + usb3@58000 { + compatible = "marvell,armada-375-xhci"; + reg = <0x58000 0x20000>,<0x5b880 0x80>; + interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&gateclk 16>; + status = "disabled"; + }; + xor@60800 { compatible = "marvell,orion-xor"; reg = <0x60800 0x100 |