aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts/edison.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/edison.dts')
-rw-r--r--arch/x86/dts/edison.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index 600d6d2562..8d245bffc2 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -107,6 +107,14 @@
usb: usb@f9100000 {
compatible = "intel,tangier-dwc3";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ dwc3: dwc3 {
+ reg = <0xf9100000 0x100000>;
+ maximum-speed = "high-speed";
+ dr_mode = "peripheral";
+ };
};
watchdog: wdt@0 {