summaryrefslogtreecommitdiff
path: root/mtrv1/MTRV1-0.4-usart4.dtso
blob: ba194c9c7488f7d6fcb104c66cceceb68d0a9a6f (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
/*
 * DTS file for Multi-Tech Systems MTRv1 Hardware
 *
 * Copyright (C) 2021 by Multi-Tech Systems,
 *
 * Licensed under GPLv2 or later.
 */

/*
 * A symlink line must start with "* Link: "
 * Location(s):
 * Put:  MTRV1/0.4/usart4.dtbo
 */

/dts-v1/;
/plugin/;

/ {
    model = "Multi-Tech Systems MTRV1-0.0";
    compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
    fragment@0 {
        target-path = "/ahb/apb/serial@f8028000";
        __overlay__ {
            status = "okay";
        };
    }; /* fragment@0 */
};