Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / aspeed-bmc-opp-palmetto.dts
1 /dts-v1/;
2
3 #include "aspeed-g4.dtsi"
4
5 / {
6         model = "Palmetto BMC";
7         compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
8
9         aliases {
10                 serial4 = &uart5;
11         };
12
13         chosen {
14                 stdout-path = &uart5;
15                 bootargs = "console=ttyS4,115200 earlyprintk";
16         };
17
18         memory {
19                 reg = <0x40000000 0x20000000>;
20         };
21
22         reserved-memory {
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25                 ranges;
26
27                 vga_memory: framebuffer@5f000000 {
28                         no-map;
29                         reg = <0x5f000000 0x01000000>; /* 16M */
30                 };
31         };
32 };
33
34 &fmc {
35         status = "okay";
36         flash@0 {
37                 status = "okay";
38                 m25p,fast-read;
39                 label = "bmc";
40         };
41 };
42
43 &spi {
44         status = "okay";
45         flash@0 {
46                 status = "okay";
47                 m25p,fast-read;
48                 label = "pnor";
49         };
50 };
51
52 &uart5 {
53         status = "okay";
54 };
55
56 &mac0 {
57         status = "okay";
58
59         use-ncsi;
60
61         pinctrl-names = "default";
62         pinctrl-0 = <&pinctrl_rmii1_default>;
63 };