From 8e4259ba2bdfe210e9963a58c3924e4a0ad49377 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 17 Sep 2020 17:14:44 -0500 Subject: Add file location to dtso file and add uart0 to overlay for MTCAP --- mtcap/MTCAP-0.3-gps-pps.dtso | 30 ++++++++++++++++++++++++++++++ mtcap/MTCAP-0.3-gps-uart0.dtso | 30 ++++++++++++++++++++++++++++++ mtcap/MTCAP-0.3-pps.dtso | 20 -------------------- 3 files changed, 60 insertions(+), 20 deletions(-) create mode 100644 mtcap/MTCAP-0.3-gps-pps.dtso create mode 100644 mtcap/MTCAP-0.3-gps-uart0.dtso delete mode 100644 mtcap/MTCAP-0.3-pps.dtso (limited to 'mtcap') 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 */ +}; 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 */ +}; diff --git a/mtcap/MTCAP-0.3-pps.dtso b/mtcap/MTCAP-0.3-pps.dtso deleted file mode 100644 index 6b89e65..0000000 --- a/mtcap/MTCAP-0.3-pps.dtso +++ /dev/null @@ -1,20 +0,0 @@ -/* - * 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 */ -}; -- cgit v1.2.3