summaryrefslogtreecommitdiff
path: root/mtcap
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-09-17 17:14:44 -0500
committerJohn Klug <john.klug@multitech.com>2020-09-17 17:14:44 -0500
commit8e4259ba2bdfe210e9963a58c3924e4a0ad49377 (patch)
treebad3656049c538a53bda9d14782dcd4825c16c2a /mtcap
parent9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a (diff)
downloadmt-dt-overlay-8e4259ba2bdfe210e9963a58c3924e4a0ad49377.tar.gz
mt-dt-overlay-8e4259ba2bdfe210e9963a58c3924e4a0ad49377.tar.bz2
mt-dt-overlay-8e4259ba2bdfe210e9963a58c3924e4a0ad49377.zip
Add file location to dtso file and add uart0 to overlay for MTCAP
Diffstat (limited to 'mtcap')
-rw-r--r--mtcap/MTCAP-0.3-gps-pps.dtso (renamed from mtcap/MTCAP-0.3-pps.dtso)10
-rw-r--r--mtcap/MTCAP-0.3-gps-uart0.dtso30
2 files changed, 40 insertions, 0 deletions
diff --git a/mtcap/MTCAP-0.3-pps.dtso b/mtcap/MTCAP-0.3-gps-pps.dtso
index 6b89e65..40e50b1 100644
--- a/mtcap/MTCAP-0.3-pps.dtso
+++ b/mtcap/MTCAP-0.3-gps-pps.dtso
@@ -6,6 +6,16 @@
* Licensed under GPLv2 or later.
*/
+/*
+ * The example symlink below is purposely mis-spelled to
+ * disable the link install.
+ * A symlink line must start with "* Link: "
+ * Location(s):
+ * Put: MTCAP/0.3/capability/gps/pps.dtbo
+ * LiNk: MTCAP/0.4/capability/gps/pps.dtbo
+ * LiNk: MTCAP/0.5/capability/gps/pps.dtbo
+ */
+
/dts-v1/;
/ {
diff --git a/mtcap/MTCAP-0.3-gps-uart0.dtso b/mtcap/MTCAP-0.3-gps-uart0.dtso
new file mode 100644
index 0000000..c72b9a3
--- /dev/null
+++ b/mtcap/MTCAP-0.3-gps-uart0.dtso
@@ -0,0 +1,30 @@
+/*
+ * DTS file for Multi-Tech Systems MTCAP 0.3 Hardware
+ *
+ * Copyright (C) 2019 by Multi-Tech Systems,
+ *
+ * Licensed under GPLv2 or later.
+ */
+
+/*
+ * The example symlink below is purposely mis-spelled to
+ * disable the link install.
+ * A symlink line must start with "* Link: "
+ * Location(s):
+ * Put: MTCAP/0.3/capability/gps/uart0.dtbo
+ * LiNk: MTCAP/0.4/capability/gps/uart0.dtbo
+ * LiNk: MTCAP/0.5/capability/gps/uart0.dtbo
+ */
+
+/dts-v1/;
+
+/ {
+ model = "Multi-Tech Systems MTCAP-0.3";
+ compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
+ fragment@1 {
+ target-path = "/ahb/apb/serial@f8040000";
+ __overlay__ {
+ status = "okay";
+ };
+ }; /* fragment@1 */
+};