blob: 7a020440034a37bf897949ae10e20a1160cf0e0f [file] [log] [blame]
Joel Stanley8f9bafb2017-01-04 17:01:28 +11001/dts-v1/;
2
3#include "aspeed-g5.dtsi"
4
5/ {
6 model = "Romulus BMC";
7 compatible = "ibm,romulus-bmc", "aspeed,ast2500";
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 = <0x80000000 0x40000000>;
20 };
21
22 reserved-memory {
23 #address-cells = <1>;
24 #size-cells = <1>;
25 ranges;
26
27 vga_memory: framebuffer@bf000000 {
28 no-map;
29 reg = <0xbf000000 0x01000000>; /* 16M */
30 };
31 };
32};
33
Cédric Le Goater1142aea2017-03-22 17:04:43 +010034&fmc {
35 status = "okay";
36 flash@0 {
37 status = "okay";
38 label = "bmc";
39 };
40};
41
42&spi1 {
43 status = "okay";
44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_spi1_default>;
46
47 flash@0 {
48 status = "okay";
49 label = "pnor";
50 };
51};
52
Joel Stanley8f9bafb2017-01-04 17:01:28 +110053&uart5 {
54 status = "okay";
55};
56
57&mac0 {
58 status = "okay";
59
60 use-ncsi;
61
62 pinctrl-names = "default";
63 pinctrl-0 = <&pinctrl_rmii1_default>;
64};