summaryrefslogtreecommitdiff
path: root/mtcap/MTCAP-0.3-gps-uart0.dtso
blob: c72b9a32330329badff0f0f3a70c4d59c9aa728c (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
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 */
};