761fa43179f6347c7fc1c6b3a3a48621ff56997e
[openwrt/staging/blogic.git] / target / linux / ipq806x / files-4.9 / arch / arm / boot / dts / qcom-ipq8064-ea8500.dts
1 #include "qcom-ipq8064-v1.0.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Linksys EA8500 WiFi Router";
7 compatible = "linksys,ea8500", "qcom,ipq8064";
8
9 memory@0 {
10 reg = <0x42000000 0x1e000000>;
11 device_type = "memory";
12 };
13
14 reserved-memory {
15 #address-cells = <1>;
16 #size-cells = <1>;
17 ranges;
18 rsvd@41200000 {
19 reg = <0x41200000 0x300000>;
20 no-map;
21 };
22 };
23
24 aliases {
25 serial0 = &gsbi4_serial;
26 mdio-gpio0 = &mdio0;
27
28 led-boot = &power;
29 led-failsafe = &power;
30 led-running = &power;
31 led-upgrade = &power;
32 };
33
34 chosen {
35 bootargs = "console=ttyMSM0,115200n8";
36 linux,stdout-path = "serial0:115200n8";
37 append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */
38 };
39
40 soc {
41 pinmux@800000 {
42 button_pins: button_pins {
43 mux {
44 pins = "gpio65", "gpio67", "gpio68";
45 function = "gpio";
46 drive-strength = <2>;
47 bias-pull-up;
48 };
49 };
50
51 i2c4_pins: i2c4_pinmux {
52 mux {
53 pins = "gpio12", "gpio13";
54 function = "gsbi4";
55 drive-strength = <12>;
56 bias-disable;
57 };
58 };
59
60 led_pins: led_pins {
61 mux {
62 pins = "gpio6", "gpio53", "gpio54";
63 function = "gpio";
64 drive-strength = <2>;
65 bias-pull-up;
66 };
67 };
68
69 mdio0_pins: mdio0_pins {
70 mux {
71 pins = "gpio0", "gpio1";
72 function = "gpio";
73 drive-strength = <8>;
74 bias-disable;
75 };
76 };
77
78 nand_pins: nand_pins {
79 mux {
80 pins = "gpio34", "gpio35", "gpio36",
81 "gpio37", "gpio38", "gpio39",
82 "gpio40", "gpio41", "gpio42",
83 "gpio43", "gpio44", "gpio45",
84 "gpio46", "gpio47";
85 function = "nand";
86 drive-strength = <10>;
87 bias-disable;
88 };
89 pullups {
90 pins = "gpio39";
91 bias-pull-up;
92 };
93 hold {
94 pins = "gpio40", "gpio41", "gpio42",
95 "gpio43", "gpio44", "gpio45",
96 "gpio46", "gpio47";
97 bias-bus-hold;
98 };
99 };
100
101 rgmii2_pins: rgmii2_pins {
102 mux {
103 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32",
104 "gpio51", "gpio52", "gpio59", "gpio60", "gpio61", "gpio62" ;
105 function = "rgmii2";
106 drive-strength = <8>;
107 bias-disable;
108 };
109 };
110 };
111
112 gsbi@16300000 {
113 qcom,mode = <GSBI_PROT_I2C_UART>;
114 status = "ok";
115 serial@16340000 {
116 status = "ok";
117 };
118 /*
119 * The i2c device on gsbi4 should not be enabled.
120 * On ipq806x designs gsbi4 i2c is meant for exclusive
121 * RPM usage. Turning this on in kernel manifests as
122 * i2c failure for the RPM.
123 */
124 };
125
126 sata-phy@1b400000 {
127 status = "ok";
128 };
129
130 sata@29000000 {
131 status = "ok";
132 };
133
134 phy@100f8800 { /* USB3 port 1 HS phy */
135 status = "ok";
136 };
137
138 phy@100f8830 { /* USB3 port 1 SS phy */
139 status = "ok";
140 };
141
142 phy@110f8800 { /* USB3 port 0 HS phy */
143 status = "ok";
144 };
145
146 phy@110f8830 { /* USB3 port 0 SS phy */
147 status = "ok";
148 };
149
150 usb30@0 {
151 status = "ok";
152 };
153
154 usb30@1 {
155 status = "ok";
156 };
157
158 pcie0: pci@1b500000 {
159 status = "ok";
160 phy-tx0-term-offset = <7>;
161 };
162
163 pcie1: pci@1b700000 {
164 status = "ok";
165 phy-tx0-term-offset = <7>;
166 };
167
168 pcie2: pci@1b900000 {
169 status = "ok";
170 phy-tx0-term-offset = <7>;
171 };
172
173 nand@1ac00000 {
174 status = "ok";
175
176 pinctrl-0 = <&nand_pins>;
177 pinctrl-names = "default";
178
179 cs0 {
180 reg = <0>;
181 compatible = "qcom,nandcs";
182
183 nand-ecc-strength = <4>;
184 nand-bus-width = <8>;
185 nand-ecc-step-size = <512>;
186
187 partitions {
188 compatible = "fixed-partitions";
189 #address-cells = <1>;
190 #size-cells = <1>;
191
192 SBL1@0 {
193 label = "SBL1";
194 reg = <0x0000000 0x0040000>;
195 read-only;
196 };
197
198 MIBIB@40000 {
199 label = "MIBIB";
200 reg = <0x0040000 0x0140000>;
201 read-only;
202 };
203
204 SBL2@180000 {
205 label = "SBL2";
206 reg = <0x0180000 0x0140000>;
207 read-only;
208 };
209
210 SBL3@2c0000 {
211 label = "SBL3";
212 reg = <0x02c0000 0x0280000>;
213 read-only;
214 };
215
216 DDRCONFIG@540000 {
217 label = "DDRCONFIG";
218 reg = <0x0540000 0x0120000>;
219 read-only;
220 };
221
222 SSD@660000 {
223 label = "SSD";
224 reg = <0x0660000 0x0120000>;
225 read-only;
226 };
227
228 TZ@780000 {
229 label = "TZ";
230 reg = <0x0780000 0x0280000>;
231 read-only;
232 };
233
234 RPM@a00000 {
235 label = "RPM";
236 reg = <0x0a00000 0x0280000>;
237 read-only;
238 };
239
240 art: art@c80000 {
241 label = "art";
242 reg = <0x0c80000 0x0140000>;
243 read-only;
244 };
245
246 APPSBL@dc0000 {
247 label = "APPSBL";
248 reg = <0x0dc0000 0x0100000>;
249 read-only;
250 };
251
252 u_env@ec0000 {
253 label = "u_env";
254 reg = <0x0ec0000 0x0040000>;
255 };
256
257 s_env@f00000 {
258 label = "s_env";
259 reg = <0x0f00000 0x0040000>;
260 };
261
262 devinfo@f40000 {
263 label = "devinfo";
264 reg = <0x0f40000 0x0040000>;
265 };
266
267 linux@f80000 {
268 label = "kernel1";
269 reg = <0x0f80000 0x2800000>; /* 3 MB spill to rootfs*/
270 };
271
272 rootfs@1280000 {
273 label = "rootfs1";
274 reg = <0x1280000 0x2500000>;
275 };
276
277 linux2@3780000 {
278 label = "kernel2";
279 reg = <0x3780000 0x2800000>;
280 };
281
282 rootfs2@3a80000 {
283 label = "rootfs2";
284 reg = <0x3a80000 0x2500000>;
285 };
286
287 syscfg@5f80000 {
288 label = "syscfg";
289 reg = <0x5f80000 0x2080000>;
290 };
291 };
292 };
293 };
294
295 mdio0: mdio {
296 compatible = "virtual,mdio-gpio";
297 #address-cells = <1>;
298 #size-cells = <0>;
299 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
300 pinctrl-0 = <&mdio0_pins>;
301 pinctrl-names = "default";
302
303 phy0: ethernet-phy@0 {
304 device_type = "ethernet-phy";
305 reg = <0>;
306 qca,ar8327-initvals = <
307 0x00004 0x7600000 /* PAD0_MODE */
308 0x00008 0x1000000 /* PAD5_MODE */
309 0x0000c 0x80 /* PAD6_MODE */
310 0x000e4 0x6a545 /* MAC_POWER_SEL */
311 0x000e0 0xc74164de /* SGMII_CTRL */
312 0x0007c 0x4e /* PORT0_STATUS */
313 0x00094 0x4e /* PORT6_STATUS */
314 >;
315 };
316
317 phy4: ethernet-phy@4 {
318 device_type = "ethernet-phy";
319 reg = <4>;
320 };
321 };
322
323 gmac1: ethernet@37200000 {
324 status = "ok";
325 phy-mode = "rgmii";
326 qcom,id = <1>;
327 qcom,phy_mdio_addr = <4>;
328 qcom,poll_required = <1>;
329 qcom,rgmii_delay = <0>;
330 qcom,emulation = <0>;
331 pinctrl-0 = <&rgmii2_pins>;
332 pinctrl-names = "default";
333 fixed-link {
334 speed = <1000>;
335 full-duplex;
336 };
337 };
338 //lan
339 gmac2: ethernet@37400000 {
340 status = "ok";
341 phy-mode = "sgmii";
342 qcom,id = <2>;
343 qcom,phy_mdio_addr = <0>; /* none */
344 qcom,poll_required = <0>; /* no polling */
345 qcom,rgmii_delay = <0>;
346 qcom,emulation = <0>;
347 fixed-link {
348 speed = <1000>;
349 full-duplex;
350 };
351 };
352
353 rpm@108000 {
354 pinctrl-0 = <&i2c4_pins>;
355 pinctrl-names = "default";
356 };
357
358 adm_dma: dma@18300000 {
359 status = "ok";
360 };
361 };
362
363 gpio-keys {
364 compatible = "gpio-keys";
365 pinctrl-0 = <&button_pins>;
366 pinctrl-names = "default";
367
368 wifi {
369 label = "wifi";
370 gpios = <&qcom_pinmux 67 GPIO_ACTIVE_LOW>;
371 linux,code = <KEY_RFKILL>;
372 };
373
374 reset {
375 label = "reset";
376 gpios = <&qcom_pinmux 68 GPIO_ACTIVE_LOW>;
377 linux,code = <KEY_RESTART >;
378 };
379
380 wps {
381 label = "wps";
382 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
383 linux,code = <KEY_WPS_BUTTON>;
384 };
385 };
386
387 gpio-leds {
388 compatible = "gpio-leds";
389 pinctrl-0 = <&led_pins>;
390 pinctrl-names = "default";
391
392 wps {
393 label = "ea8500:green:wps";
394 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
395 };
396
397 power: power {
398 label = "ea8500:white:power";
399 gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
400 default-state = "keep";
401 };
402
403 wifi {
404 label = "ea8500:green:wifi";
405 gpios = <&qcom_pinmux 54 GPIO_ACTIVE_HIGH>;
406 };
407 };
408 };