summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mtcdt/ehci.dtso26
1 files changed, 0 insertions, 26 deletions
diff --git a/mtcdt/ehci.dtso b/mtcdt/ehci.dtso
deleted file mode 100644
index 1062cc4..0000000
--- a/mtcdt/ehci.dtso
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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 */
-};