Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel...
[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 &uart5 {
35         status = "okay";
36 };
37
38 &mac0 {
39         status = "okay";
40
41         use-ncsi;
42
43         pinctrl-names = "default";
44         pinctrl-0 = <&pinctrl_rmii1_default>;
45 };