blob: a20ef5b27c6d8c0b098bd379ca97aa9a45b5437c [file] [log] [blame]
Feng Kane144dc52015-05-18 17:56:16 -07001/*
2 * dts file for AppliedMicro (APM) Merlin Board
3 *
4 * Copyright (C) 2015, Applied Micro Circuits Corporation
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of
9 * the License, or (at your option) any later version.
10 */
11
12/dts-v1/;
13
14/include/ "apm-shadowcat.dtsi"
15
16/ {
17 model = "APM X-Gene Merlin board";
18 compatible = "apm,merlin", "apm,xgene-shadowcat";
19
20 chosen { };
21
22 memory {
23 device_type = "memory";
24 reg = < 0x1 0x00000000 0x0 0x80000000 >;
25 };
26};
27
28&serial0 {
29 status = "ok";
30};
31
32&sata1 {
33 status = "ok";
34};
35
36&sata2 {
37 status = "ok";
38};
39
40&sata3 {
41 status = "ok";
42};
43
44&sgenet0 {
45 status = "ok";
46};
47
48&xgenet1 {
49 status = "ok";
50};