]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/blob - arch/arm/boot/dts/aspeed-ast2500-evb.dts
ARM: dts: am574x-idk: add support for EMIF1 ECC
[rpmsg/hwspinlock.git] / arch / arm / boot / dts / aspeed-ast2500-evb.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g5.dtsi"
6 / {
7         model = "AST2500 EVB";
8         compatible = "aspeed,ast2500";
10         aliases {
11                 serial4 = &uart5;
12         };
14         chosen {
15                 stdout-path = &uart5;
16                 bootargs = "console=ttyS4,115200 earlyprintk";
17         };
19         memory@80000000 {
20                 reg = <0x80000000 0x20000000>;
21         };
22 };
24 &fmc {
25         status = "okay";
26         flash@0 {
27                 status = "okay";
28                 m25p,fast-read;
29                 label = "bmc";
30         };
31 };
33 &spi1 {
34         status = "okay";
35         flash@0 {
36                 status = "okay";
37                 m25p,fast-read;
38                 label = "pnor";
39         };
40 };
42 &spi2 {
43         status = "okay";
44 };
46 &uart5 {
47         status = "okay";
48 };
50 &mac0 {
51         status = "okay";
53         pinctrl-names = "default";
54         pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
55 };
57 &mac1 {
58         status = "okay";
60         pinctrl-names = "default";
61         pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
62 };
64 &i2c3 {
65         status = "okay";
67         eeprom@50 {
68                 compatible = "atmel,24c08";
69                 reg = <0x50>;
70                 pagesize = <16>;
71         };
72 };
74 &i2c7 {
75         status = "okay";
77         lm75@4d {
78                 compatible = "national,lm75";
79                 reg = <0x4d>;
80         };
81 };
83 /*
84  * Enable port A as device (via the virtual hub) and port B as
85  * host by default on the eval board. This can be easily changed
86  * by replacing the override below with &ehci0 { ... } to enable
87  * host on both ports.
88  */
89 &vhub {
90         status = "okay";
91 };
93 &ehci1 {
94         status = "okay";
95 };
97 &uhci {
98         status = "okay";
99 };