blob: 5a08961f6feeb037d5f70f2811927fa981a0b9a9 [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";
Cédric Le Goater63c65272017-04-06 19:02:33 +020038 m25p,fast-read;
Cédric Le Goater1142aea2017-03-22 17:04:43 +010039 label = "bmc";
40 };
41};
42
43&spi1 {
44 status = "okay";
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_spi1_default>;
47
48 flash@0 {
49 status = "okay";
Cédric Le Goater63c65272017-04-06 19:02:33 +020050 m25p,fast-read;
Cédric Le Goater1142aea2017-03-22 17:04:43 +010051 label = "pnor";
52 };
53};
54
Joel Stanley8f9bafb2017-01-04 17:01:28 +110055&uart5 {
56 status = "okay";
57};
58
59&mac0 {
60 status = "okay";
61
62 use-ncsi;
63
64 pinctrl-names = "default";
65 pinctrl-0 = <&pinctrl_rmii1_default>;
66};