diff options
author | John Klug <john.klug@multitech.com> | 2020-09-17 17:14:44 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-09-17 17:14:44 -0500 |
commit | 8e4259ba2bdfe210e9963a58c3924e4a0ad49377 (patch) | |
tree | bad3656049c538a53bda9d14782dcd4825c16c2a /mtrv1 | |
parent | 9f386f6f88c822a9a1f6ea7188c5a14ab6bb609a (diff) | |
download | mt-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 'mtrv1')
-rw-r--r-- | mtrv1/MTRV1-0.0-pps.dtso | 8 | ||||
-rw-r--r-- | mtrv1/MTRV1-0.1-pps.dtso | 21 | ||||
l--------- | mtrv1/MTRV1-0.2-pps.dtbo | 1 |
3 files changed, 8 insertions, 22 deletions
diff --git a/mtrv1/MTRV1-0.0-pps.dtso b/mtrv1/MTRV1-0.0-pps.dtso index b3e1591..966ede6 100644 --- a/mtrv1/MTRV1-0.0-pps.dtso +++ b/mtrv1/MTRV1-0.0-pps.dtso @@ -6,6 +6,14 @@ * Licensed under GPLv2 or later. */ +/* + * A symlink line must start with "* Link: " + * Location(s): + * Put: MTRV1/0.0/capability/gps/gnss.dtbo + * Link: MTRV1/0.4/capability/gps/gnss.dtbo + * Link: MTRV1/0.5/capability/gps/gnss.dtbo + */ + /dts-v1/; /plugin/; diff --git a/mtrv1/MTRV1-0.1-pps.dtso b/mtrv1/MTRV1-0.1-pps.dtso deleted file mode 100644 index ad90ba8..0000000 --- a/mtrv1/MTRV1-0.1-pps.dtso +++ /dev/null @@ -1,21 +0,0 @@ -/* - * DTS file for Multi-Tech Systems MTRv1 Hardware - * - * Copyright (C) 2019 by Multi-Tech Systems, - * - * Licensed under GPLv2 or later. - */ - -/dts-v1/; -/plugin/; - -/ { - model = "Multi-Tech Systems MTRV1-0.1"; - compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; - fragment@0 { - target-path = "/pps-1"; - __overlay__ { - status = "okay"; - }; - }; /* fragment@0 */ -}; diff --git a/mtrv1/MTRV1-0.2-pps.dtbo b/mtrv1/MTRV1-0.2-pps.dtbo deleted file mode 120000 index c4639fc..0000000 --- a/mtrv1/MTRV1-0.2-pps.dtbo +++ /dev/null @@ -1 +0,0 @@ -MTRV1-0.1-pps.dtbo
\ No newline at end of file |