summaryrefslogtreecommitdiff
path: root/mtcap/MTCAP-0.3-gps-pps.dtso
blob: 714828d6ad4c88e48ce40729db63b9480318e8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * 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.2/capability/gps/pps.dtbo
 * Link: MTCAP/0.3/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 */
};