mpc85xx: TL-WDR4900: Fix port 6 being shown as up (10MBit/half) in LUCI/swconfig
[openwrt/svn-archive/archive.git] / target / linux / mpc85xx / files / arch / powerpc / boot / dts / tl-wdr4900-v1.dts
1 /*
2 * TP-Link TL-WDR4900 v1 Device Tree Source
3 *
4 * Copyright 2013 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */
11
12 /include/ "fsl/p1010si-pre.dtsi"
13
14 / {
15 model = "TP-Link TL-WDR4900 v1";
16 compatible = "tp-link,TL-WDR4900v1";
17
18 chosen {
19 bootargs = "console=ttyS0,115200";
20 /*
21 linux,stdout-path = "/soc@ffe00000/serial@4500";
22 */
23 };
24
25 aliases {
26 spi0 = &spi0;
27 };
28
29 memory {
30 device_type = "memory";
31 };
32
33 soc: soc@ffe00000 {
34 ranges = <0x0 0x0 0xffe00000 0x100000>;
35
36 spi0: spi@7000 {
37 flash@0 {
38 #address-cells = <1>;
39 #size-cells = <1>;
40 compatible = "spansion,s25fl129p1";
41 reg = <0>;
42 spi-max-frequency = <25000000>;
43
44 u-boot@0 {
45 reg = <0x0 0x0050000>;
46 label = "u-boot";
47 read-only;
48 };
49
50 dtb@50000 {
51 reg = <0x00050000 0x00010000>;
52 label = "dtb";
53 read-only;
54 };
55
56 kernel@60000 {
57 reg = <0x00060000 0x002a0000>;
58 label = "kernel";
59 };
60
61 rootfs@300000 {
62 reg = <0x00300000 0x00ce0000>;
63 label = "rootfs";
64 };
65
66 config: config@fe0000 {
67 reg = <0x00fe0000 0x00010000>;
68 label = "config";
69 read-only;
70 };
71
72 caldata@ff0000 {
73 reg = <0x00ff0000 0x00010000>;
74 label = "caldata";
75 read-only;
76 };
77
78 firmware@60000 {
79 reg = <0x00060000 0x00f80000>;
80 label = "firmware";
81 };
82 };
83 };
84
85 gpio0: gpio-controller@f000 {
86 };
87
88 usb@22000 {
89 phy_type = "utmi";
90 dr_mode = "host";
91 };
92
93 mdio@24000 {
94 phy0: ethernet-phy@0 {
95 reg = <0x0>;
96 qca,ar8327-initvals = <
97 0x00004 0x07600000 /* PAD0_MODE */
98 0x00008 0x00000000 /* PAD5_MODE */
99 0x0000c 0x01000000 /* PAD6_MODE */
100 0x00010 0x40000000 /* POWER_ON_STRIP */
101 0x00050 0xcf35cf35 /* LED_CTRL0 */
102 0x00054 0xcf35cf35 /* LED_CTRL1 */
103 0x00058 0xcf35cf35 /* LED_CTRL2 */
104 0x0005c 0x03ffff00 /* LED_CTRL3 */
105 0x0007c 0x0000007e /* PORT0_STATUS */
106 0x00094 0x00000200 /* PORT6_STATUS */
107 >;
108 };
109 };
110
111 mdio@25000 {
112 status = "disabled";
113 };
114
115 mdio@26000 {
116 status = "disabled";
117 };
118
119 enet0: ethernet@b0000 {
120 phy-handle = <&phy0>;
121 phy-connection-type = "rgmii-id";
122 mtd-mac-address = <&config 0x14c>;
123 };
124
125 enet1: ethernet@b1000 {
126 status = "disabled";
127 };
128
129 enet2: ethernet@b2000 {
130 status = "disabled";
131 };
132
133 sdhc@2e000 {
134 status = "disabled";
135 };
136
137 serial1: serial@4600 {
138 status = "disabled";
139 };
140
141 can0: can@1c000 {
142 status = "disabled";
143 };
144
145 can1: can@1d000 {
146 status = "disabled";
147 };
148 };
149
150 pci0: pcie@ffe09000 {
151 reg = <0 0xffe09000 0 0x1000>;
152 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
153 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
154 pcie@0 {
155 ranges = <0x2000000 0x0 0xa0000000
156 0x2000000 0x0 0xa0000000
157 0x0 0x20000000
158
159 0x1000000 0x0 0x0
160 0x1000000 0x0 0x0
161 0x0 0x100000>;
162 };
163 };
164
165 pci1: pcie@ffe0a000 {
166 reg = <0 0xffe0a000 0 0x1000>;
167 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
168 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
169 pcie@0 {
170 ranges = <0x2000000 0x0 0x80000000
171 0x2000000 0x0 0x80000000
172 0x0 0x20000000
173
174 0x1000000 0x0 0x0
175 0x1000000 0x0 0x0
176 0x0 0x100000>;
177 };
178 };
179
180 ifc: ifc@ffe1e000 {
181 status = "disabled";
182 };
183
184 leds {
185 compatible = "gpio-leds";
186
187 system {
188 gpios = <&gpio0 2 1>; /* active low */
189 label = "tp-link:blue:system";
190 };
191
192 usb1 {
193 gpios = <&gpio0 3 1>; /* active low */
194 label = "tp-link:green:usb1";
195 };
196
197 usb2 {
198 gpios = <&gpio0 4 1>; /* active low */
199 label = "tp-link:green:usb2";
200 };
201 };
202
203 buttons {
204 compatible = "gpio-keys";
205
206 reset {
207 label = "Reset button";
208 gpios = <&gpio0 5 1>; /* active low */
209 linux,code = <0x198>; /* KEY_RESTART */
210 };
211 };
212 };
213
214 /include/ "fsl/p1010si-post.dtsi"