staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / arm / boot / dts / aspeed-ast2500-evb.dts
blob556ed469830cdb015dd7d3b3f7f3ad9d2883608b
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=tty0 console=ttyS4,115200 earlyprintk";
17         };
19         memory@80000000 {
20                 reg = <0x80000000 0x20000000>;
21         };
23         reserved-memory {
24                 #address-cells = <1>;
25                 #size-cells = <1>;
26                 ranges;
28                 gfx_memory: framebuffer {
29                         size = <0x01000000>;
30                         alignment = <0x01000000>;
31                         compatible = "shared-dma-pool";
32                         reusable;
33                 };
34         };
37 &fmc {
38         status = "okay";
39         flash@0 {
40                 status = "okay";
41                 m25p,fast-read;
42                 label = "bmc";
43 #include "openbmc-flash-layout.dtsi"
44         };
47 &spi1 {
48         status = "okay";
49         flash@0 {
50                 status = "okay";
51                 m25p,fast-read;
52                 label = "pnor";
53         };
56 &spi2 {
57         status = "okay";
60 &uart5 {
61         status = "okay";
64 &mac0 {
65         status = "okay";
67         pinctrl-names = "default";
68         pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
71 &mac1 {
72         status = "okay";
74         pinctrl-names = "default";
75         pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
78 &i2c3 {
79         status = "okay";
81         eeprom@50 {
82                 compatible = "atmel,24c08";
83                 reg = <0x50>;
84                 pagesize = <16>;
85         };
88 &i2c7 {
89         status = "okay";
91         lm75@4d {
92                 compatible = "national,lm75";
93                 reg = <0x4d>;
94         };
98  * Enable port A as device (via the virtual hub) and port B as
99  * host by default on the eval board. This can be easily changed
100  * by replacing the override below with &ehci0 { ... } to enable
101  * host on both ports.
102  */
103 &vhub {
104         status = "okay";
107 &ehci1 {
108         status = "okay";
111 &uhci {
112         status = "okay";
115 &gfx {
116      status = "okay";
117      memory-region = <&gfx_memory>;