Commit 30fd9d51 authored by Duc Dang's avatar Duc Dang

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: default avatarDuc Dang <dhdang@apm.com>
parent bd410233
......@@ -325,6 +325,15 @@ serial0: serial@10600000 {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment