From 4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 10 May 2019 17:10:10 -0500 Subject: Device Tree Overlay Example --- mtrv1/MTRV1-0.0-pps.dtso | 21 +++++++++++++++++++++ mtrv1/MTRV1-0.1-pps.dtso | 21 +++++++++++++++++++++ mtrv1/MTRV1-0.2-pps.dtbo | 1 + 3 files changed, 43 insertions(+) create mode 100644 mtrv1/MTRV1-0.0-pps.dtso create mode 100644 mtrv1/MTRV1-0.1-pps.dtso create mode 120000 mtrv1/MTRV1-0.2-pps.dtbo (limited to 'mtrv1') diff --git a/mtrv1/MTRV1-0.0-pps.dtso b/mtrv1/MTRV1-0.0-pps.dtso new file mode 100644 index 0000000..b3e1591 --- /dev/null +++ b/mtrv1/MTRV1-0.0-pps.dtso @@ -0,0 +1,21 @@ +/* + * 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.0"; + compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + fragment@0 { + target-path = "/pps-0"; + __overlay__ { + status = "okay"; + }; + }; /* fragment@0 */ +}; diff --git a/mtrv1/MTRV1-0.1-pps.dtso b/mtrv1/MTRV1-0.1-pps.dtso new file mode 100644 index 0000000..ad90ba8 --- /dev/null +++ b/mtrv1/MTRV1-0.1-pps.dtso @@ -0,0 +1,21 @@ +/* + * 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 new file mode 120000 index 0000000..c4639fc --- /dev/null +++ b/mtrv1/MTRV1-0.2-pps.dtbo @@ -0,0 +1 @@ +MTRV1-0.1-pps.dtbo \ No newline at end of file -- cgit v1.2.3