summaryrefslogtreecommitdiff
path: root/mtcap/MTCAP-0.3-gps-pps.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'mtcap/MTCAP-0.3-gps-pps.dtso')
-rw-r--r--mtcap/MTCAP-0.3-gps-pps.dtso30
1 files changed, 30 insertions, 0 deletions
diff --git a/mtcap/MTCAP-0.3-gps-pps.dtso b/mtcap/MTCAP-0.3-gps-pps.dtso
new file mode 100644
index 0000000..40e50b1
--- /dev/null
+++ b/mtcap/MTCAP-0.3-gps-pps.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/pps.dtbo
+ * LiNk: MTCAP/0.4/capability/gps/pps.dtbo
+ * LiNk: MTCAP/0.5/capability/gps/pps.dtbo
+ */
+
+/dts-v1/;
+
+/ {
+ model = "Multi-Tech Systems MTCAP-0.3";
+ compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
+ fragment@0 {
+ target-path = "/pps-0";
+ __overlay__ {
+ status = "okay";
+ };
+ }; /* fragment@0 */
+};