aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/apm
diff options
context:
space:
mode:
authorDuc Dang <dhdang@apm.com>2015-10-14 13:36:24 -0700
committerDuc Dang <dhdang@apm.com>2015-11-17 13:11:54 -0800
commitbd41023315285cbc46ff4738cef2a03762638921 (patch)
tree5e11e57915ec76fd6247c9ccb286cbcc6f76d41e /arch/arm64/boot/dts/apm
parentarm64: dts: Add PCIe node for APM X-Gene v2 platforms (diff)
downloadlinux-dev-bd41023315285cbc46ff4738cef2a03762638921.tar.xz
linux-dev-bd41023315285cbc46ff4738cef2a03762638921.zip
arm64: dts: Add USB nodes for APM X-Gene v1 platforms
This patch adds USB nodes into APM X-Gene v1 device tree to enable USB support for X-Gene v1 platforms. Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot/dts/apm')
-rw-r--r--arch/arm64/boot/dts/apm/apm-storm.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index 32f9ba9b6962..72680fa8a2da 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -799,6 +799,25 @@
phy-names = "sata-phy";
};
+ /* Do not change dwusb name, coded for backward compatibility */
+ usb0: dwusb@19000000 {
+ status = "disabled";
+ compatible = "snps,dwc3";
+ reg = <0x0 0x19000000 0x0 0x100000>;
+ interrupts = <0x0 0x89 0x4>;
+ dma-coherent;
+ dr_mode = "host";
+ };
+
+ usb1: dwusb@19800000 {
+ status = "disabled";
+ compatible = "snps,dwc3";
+ reg = <0x0 0x19800000 0x0 0x100000>;
+ interrupts = <0x0 0x8a 0x4>;
+ dma-coherent;
+ dr_mode = "host";
+ };
+
sbgpio: sbgpio@17001000{
compatible = "apm,xgene-gpio-sb";
reg = <0x0 0x17001000 0x0 0x400>;