]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/boot/dts/aspeed-ast2500-evb.dts
ARM: dts: aspeed: add SPI controller bindings
[mirror_ubuntu-bionic-kernel.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 label = "bmc";
28 };
29 };
30
31 &spi1 {
32 status = "okay";
33 flash@0 {
34 status = "okay";
35 label = "pnor";
36 };
37 };
38
39 &spi2 {
40 status = "okay";
41 };
42
43 &uart5 {
44 status = "okay";
45 };
46
47 &mac0 {
48 status = "okay";
49
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
52 };
53
54 &mac1 {
55 status = "okay";
56
57 pinctrl-names = "default";
58 pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
59 };