]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/arm/boot/dts/aspeed-ast2500-evb.dts
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / arm / boot / dts / aspeed-ast2500-evb.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
02440622
JS
2/dts-v1/;
3
4#include "aspeed-g5.dtsi"
5
6/ {
7 model = "AST2500 EVB";
8 compatible = "aspeed,ast2500";
9
10 aliases {
11 serial4 = &uart5;
12 };
13
14 chosen {
15 stdout-path = &uart5;
16 bootargs = "console=ttyS4,115200 earlyprintk";
17 };
18
19 memory {
20 reg = <0x80000000 0x20000000>;
21 };
22};
23
74dc3cd3
CLG
24&fmc {
25 status = "okay";
26 flash@0 {
27 status = "okay";
63c6527b 28 m25p,fast-read;
74dc3cd3
CLG
29 label = "bmc";
30 };
31};
32
33&spi1 {
34 status = "okay";
35 flash@0 {
36 status = "okay";
63c6527b 37 m25p,fast-read;
74dc3cd3
CLG
38 label = "pnor";
39 };
40};
41
42&spi2 {
43 status = "okay";
44};
45
02440622
JS
46&uart5 {
47 status = "okay";
48};
34ea5c9d
JS
49
50&mac0 {
51 status = "okay";
52
53 pinctrl-names = "default";
54 pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
55};
56
57&mac1 {
58 status = "okay";
59
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
62};