summaryrefslogtreecommitdiff
path: root/mtcap
diff options
context:
space:
mode:
authorMike Nicholson <mike.nicholson@multitech.com>2020-08-28 17:03:45 -0500
committerMike Nicholson <mike.nicholson@multitech.com>2020-08-28 17:03:45 -0500
commit9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a (patch)
tree29b15ee2be47a97637b1bc4a17af572fd4223912 /mtcap
parent4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5 (diff)
downloadmt-dt-overlay-9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a.tar.gz
mt-dt-overlay-9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a.tar.bz2
mt-dt-overlay-9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a.zip
Add support for MTCAP, MTCAP GPS PPS
Diffstat (limited to 'mtcap')
-rw-r--r--mtcap/MTCAP-0.3-pps.dtso20
1 files changed, 20 insertions, 0 deletions
diff --git a/mtcap/MTCAP-0.3-pps.dtso b/mtcap/MTCAP-0.3-pps.dtso
new file mode 100644
index 0000000..6b89e65
--- /dev/null
+++ b/mtcap/MTCAP-0.3-pps.dtso
@@ -0,0 +1,20 @@
+/*
+ * DTS file for Multi-Tech Systems MTCAP 0.3 Hardware
+ *
+ * Copyright (C) 2019 by Multi-Tech Systems,
+ *
+ * Licensed under GPLv2 or later.
+ */
+
+/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 */
+};