summaryrefslogtreecommitdiff
path: root/mtcdt/ehci.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcdt/ehci.dtso')
-rw-r--r--mtcdt/ehci.dtso26
1 files changed, 26 insertions, 0 deletions
diff --git a/mtcdt/ehci.dtso b/mtcdt/ehci.dtso
new file mode 100644
index 0000000..1062cc4
--- /dev/null
+++ b/mtcdt/ehci.dtso
@@ -0,0 +1,26 @@
+/*
+ * DTS file for Multi-Tech Systems MTCAP 0.3 Hardware
+ *
+ * Copyright (C) 2019 by Multi-Tech Systems,
+ *
+ * Licensed under GPLv2 or later.
+ */
+
+/*
+ * Location(s):
+ * Put: MTCDT/0.0/ehci.dtbo
+ * Link: MTCDTIP/0.0/ehci.dtbo
+ */
+
+/dts-v1/;
+
+/ {
+ model = "Multi-Tech Systems MTCDT-0.0";
+ compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
+ fragment@1 { // usb1
+ target-path = "/ahb/ehci@00700000";
+ __overlay__ {
+ status = "okay";
+ };
+ }; /* fragment@1 */
+};