blob: ffd50b8fc091653713391af51882bf9497d43294 (
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/uart0.dtbo
* Link: MTCAP/0.3/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 */
};
|