diff options
Diffstat (limited to 'mtrv1/MTRV1-0.1-pps.dtso')
-rw-r--r-- | mtrv1/MTRV1-0.1-pps.dtso | 21 |
1 files changed, 21 insertions, 0 deletions
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 */ +}; |