Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / apm / apm-mustang.dts
1 /*
2  * dts file for AppliedMicro (APM) Mustang Board
3  *
4  * Copyright (C) 2013, 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-storm.dtsi"
15
16 / {
17         model = "APM X-Gene Mustang board";
18         compatible = "apm,mustang", "apm,xgene-storm";
19
20         chosen { };
21
22         memory {
23                 device_type = "memory";
24                 reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
25         };
26
27         gpio-keys {
28                 compatible = "gpio-keys";
29                 button@1 {
30                         label = "POWER";
31                         linux,code = <116>;
32                         linux,input-type = <0x1>;
33                         interrupt-parent = <&sbgpio>;
34                         interrupts = <0x5 0x1>;
35                 };
36         };
37
38         poweroff_mbox: poweroff_mbox@10548000 {
39                 compatible = "syscon";
40                 reg = <0x0 0x10548000 0x0 0x30>;
41         };
42
43         poweroff: poweroff@10548010 {
44                 compatible = "syscon-poweroff";
45                 regmap = <&poweroff_mbox>;
46                 offset = <0x10>;
47                 mask = <0x1>;
48         };
49 };
50
51 &pcie0clk {
52         status = "ok";
53 };
54
55 &pcie0 {
56         status = "ok";
57 };
58
59 &serial0 {
60         status = "ok";
61 };
62
63 &menet {
64         status = "ok";
65 };
66
67 &sgenet0 {
68         status = "ok";
69 };
70
71 &sgenet1 {
72         status = "ok";
73 };
74
75 &xgenet {
76         status = "ok";
77 };
78
79 &mmc0 {
80         status = "ok";
81 };