Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/fixes
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / aspeed-ast2500-evb.dts
1 /dts-v1/;
2
3 #include "aspeed-g5.dtsi"
4
5 / {
6         model = "AST2500 EVB";
7         compatible = "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 0x20000000>;
20         };
21 };
22
23 &fmc {
24         status = "okay";
25         flash@0 {
26                 status = "okay";
27                 m25p,fast-read;
28                 label = "bmc";
29         };
30 };
31
32 &spi1 {
33         status = "okay";
34         flash@0 {
35                 status = "okay";
36                 m25p,fast-read;
37                 label = "pnor";
38         };
39 };
40
41 &spi2 {
42         status = "okay";
43 };
44
45 &uart5 {
46         status = "okay";
47 };
48
49 &mac0 {
50         status = "okay";
51
52         pinctrl-names = "default";
53         pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
54 };
55
56 &mac1 {
57         status = "okay";
58
59         pinctrl-names = "default";
60         pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
61 };