diff options
author | Duc Dang <dhdang@apm.com> | 2015-10-14 23:44:17 +0300 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2015-11-18 00:11:54 +0300 |
commit | 30fd9d51fe34f89086eb6633ef8938aab22f0534 (patch) | |
tree | b6f9ae9a1c1d0380cfce46b6fb980d4933a52be5 /arch | |
parent | bd41023315285cbc46ff4738cef2a03762638921 (diff) | |
download | linux-30fd9d51fe34f89086eb6633ef8938aab22f0534.tar.xz |
arm64: dts: Add USB nodes for APM X-Gene v2 platforms
This patch adds USB node into APM X-Gene v2 device tree to enable
USB support for X-Gene v2 platforms.
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index d50e19f24397..e7e6b4d96999 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -325,6 +325,15 @@ interrupts = <0x0 0x4c 0x4>; }; + usb0: dwusb@19000000 { + status = "disabled"; + compatible = "snps,dwc3"; + reg = <0x0 0x19000000 0x0 0x100000>; + interrupts = <0x0 0x5d 0x4>; + dma-coherent; + dr_mode = "host"; + }; + pcie0: pcie@1f2b0000 { status = "disabled"; device_type = "pci"; |