summaryrefslogtreecommitdiff
path: root/mtcdt/ahb-0.0.dtso
blob: c9da5965fe33c7800a2a2739a37986db9b4ef48e (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
 * DTS file for Multi-Tech Systems MTCDT-0.0 Hardware
 *
 * Copyright (C) 2022 by Multi-Tech Systems,
 *
 * Licensed under GPLv2 or later.
 */
/*
 * Location(s):
 * Put:  MTCDT/0.0/ahb.dtbo
 * Link:  MTCDTIP/0.1/ahb.dtbo
 */
/dts-v1/;
/ {
    model = "Multi-Tech Systems MTCDT-0.0";
    compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
    fragment@1 { // pioA
        target-path = "/ahb/apb/pinctrl@fffff400/gpio@fffff400";
        __overlay__ {
            gpio-line-names = "tbd_0","","","","","","","",
                "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","";
            status = "okay";
        };
    }; /* fragment@1 */
    fragment@2 { // pioB
        target-path = "/ahb/apb/pinctrl@fffff400/gpio@fffff600";
        __overlay__ {
            gpio-line-names = "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","";
            status = "okay";
        };
    }; /* fragment@2 */
    fragment@3 { // pioC
        target-path = "/ahb/apb/pinctrl@fffff400/gpio@fffff800";
        __overlay__ {
            gpio-line-names = "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","";
            status = "okay";
        };
    }; /* fragment@3 */
    fragment@4 { // pioD
        target-path = "/ahb/apb/pinctrl@fffff400/gpio@fffffa00";
        __overlay__ {
            gpio-line-names = "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","",
                "","","","","","","","";
            status = "okay";
        };
    }; /* fragment@4 */
};