summaryrefslogtreecommitdiff
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.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index bc84bc892e..8d245bffc2 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -16,7 +16,7 @@
/ {
model = "Intel Edison";
- compatible = "intel,edison";
+ compatible = "intel,edison", "intel,tangier";
aliases {
serial0 = &serial0;
@@ -105,6 +105,18 @@
reg = <0xff009000 0x1000>;
};
+ 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 {
compatible = "intel,tangier-wdt";
};