diff options
author | John Klug <john.klug@multitech.com> | 2019-05-10 17:10:10 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-10 17:10:10 -0500 |
commit | 4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5 (patch) | |
tree | d3e4c704b655ca16f2686c7696d3dac070131a3a /mtrv1 | |
download | mt-dt-overlay-4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5.tar.gz mt-dt-overlay-4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5.tar.bz2 mt-dt-overlay-4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5.zip |
Device Tree Overlay Example1.0.0
Diffstat (limited to 'mtrv1')
-rw-r--r-- | mtrv1/MTRV1-0.0-pps.dtso | 21 | ||||
-rw-r--r-- | mtrv1/MTRV1-0.1-pps.dtso | 21 | ||||
l--------- | mtrv1/MTRV1-0.2-pps.dtbo | 1 |
3 files changed, 43 insertions, 0 deletions
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 |