blob: e03fbf3c6889120e9fce89d0fdb39fb70fe7b222 [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8/dts-v1/;
9
Rajendra Nayak38b248d2014-04-29 16:35:10 +053010#include "dra74x.dtsi"
Lokesh Vutlac7cc9ba2014-09-04 08:23:28 -050011#include <dt-bindings/gpio/gpio.h>
R Sricharan6e58b8f2013-08-14 19:08:20 +053012
13/ {
Rajendra Nayak38b248d2014-04-29 16:35:10 +053014 model = "TI DRA742";
15 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
R Sricharan6e58b8f2013-08-14 19:08:20 +053016
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x60000000>; /* 1536 MB */
20 };
Balaji T K6cf02db2013-10-07 21:55:04 +053021
22 mmc2_3v3: fixedregulator-mmc2 {
23 compatible = "regulator-fixed";
24 regulator-name = "mmc2_3v3";
25 regulator-min-microvolt = <3300000>;
26 regulator-max-microvolt = <3300000>;
27 };
Lokesh Vutlac7cc9ba2014-09-04 08:23:28 -050028
29 vtt_fixed: fixedregulator-vtt {
30 compatible = "regulator-fixed";
31 regulator-name = "vtt_fixed";
32 regulator-min-microvolt = <1350000>;
33 regulator-max-microvolt = <1350000>;
34 regulator-always-on;
35 regulator-boot-on;
36 enable-active-high;
37 gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
38 };
R Sricharan6e58b8f2013-08-14 19:08:20 +053039};
40
41&dra7_pmx_core {
Lokesh Vutlac7cc9ba2014-09-04 08:23:28 -050042 pinctrl-names = "default";
43 pinctrl-0 = <&vtt_pin>;
44
45 vtt_pin: pinmux_vtt_pin {
46 pinctrl-single,pins = <
47 0x3b4 (PIN_OUTPUT | MUX_MODE14) /* spi1_cs1.gpio7_11 */
48 >;
49 };
50
R Sricharan6e58b8f2013-08-14 19:08:20 +053051 i2c1_pins: pinmux_i2c1_pins {
52 pinctrl-single,pins = <
53 0x400 (PIN_INPUT | MUX_MODE0) /* i2c1_sda */
54 0x404 (PIN_INPUT | MUX_MODE0) /* i2c1_scl */
55 >;
56 };
57
58 i2c2_pins: pinmux_i2c2_pins {
59 pinctrl-single,pins = <
60 0x408 (PIN_INPUT | MUX_MODE0) /* i2c2_sda */
61 0x40c (PIN_INPUT | MUX_MODE0) /* i2c2_scl */
62 >;
63 };
64
65 i2c3_pins: pinmux_i2c3_pins {
66 pinctrl-single,pins = <
Roger Quadros544d63d2014-09-03 14:17:31 +030067 0x288 (PIN_INPUT | MUX_MODE9) /* gpio6_14.i2c3_sda */
68 0x28c (PIN_INPUT | MUX_MODE9) /* gpio6_15.i2c3_scl */
R Sricharan6e58b8f2013-08-14 19:08:20 +053069 >;
70 };
71
72 mcspi1_pins: pinmux_mcspi1_pins {
73 pinctrl-single,pins = <
Nishanth Menon68e4d9e2014-09-04 08:33:37 -050074 0x3a4 (PIN_INPUT | MUX_MODE0) /* spi1_sclk */
75 0x3a8 (PIN_INPUT | MUX_MODE0) /* spi1_d1 */
76 0x3ac (PIN_INPUT | MUX_MODE0) /* spi1_d0 */
77 0x3b0 (PIN_INPUT_SLEW | MUX_MODE0) /* spi1_cs0 */
Nishanth Menon68e4d9e2014-09-04 08:33:37 -050078 0x3b8 (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs2.hdmi1_hpd */
79 0x3bc (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs3.hdmi1_cec */
R Sricharan6e58b8f2013-08-14 19:08:20 +053080 >;
81 };
82
83 mcspi2_pins: pinmux_mcspi2_pins {
84 pinctrl-single,pins = <
85 0x3c0 (PIN_INPUT | MUX_MODE0) /* spi2_sclk */
86 0x3c4 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
87 0x3c8 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
88 0x3cc (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_cs0 */
89 >;
90 };
91
92 uart1_pins: pinmux_uart1_pins {
93 pinctrl-single,pins = <
94 0x3e0 (PIN_INPUT_SLEW | MUX_MODE0) /* uart1_rxd */
95 0x3e4 (PIN_INPUT_SLEW | MUX_MODE0) /* uart1_txd */
96 0x3e8 (PIN_INPUT | MUX_MODE3) /* uart1_ctsn */
97 0x3ec (PIN_INPUT | MUX_MODE3) /* uart1_rtsn */
98 >;
99 };
100
101 uart2_pins: pinmux_uart2_pins {
102 pinctrl-single,pins = <
103 0x3f0 (PIN_INPUT | MUX_MODE0) /* uart2_rxd */
104 0x3f4 (PIN_INPUT | MUX_MODE0) /* uart2_txd */
105 0x3f8 (PIN_INPUT | MUX_MODE0) /* uart2_ctsn */
106 0x3fc (PIN_INPUT | MUX_MODE0) /* uart2_rtsn */
107 >;
108 };
109
110 uart3_pins: pinmux_uart3_pins {
111 pinctrl-single,pins = <
112 0x248 (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_rxd */
113 0x24c (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_txd */
114 >;
115 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530116
117 qspi1_pins: pinmux_qspi1_pins {
118 pinctrl-single,pins = <
119 0x4c (PIN_INPUT | MUX_MODE1) /* gpmc_a3.qspi1_cs2 */
120 0x50 (PIN_INPUT | MUX_MODE1) /* gpmc_a4.qspi1_cs3 */
121 0x74 (PIN_INPUT | MUX_MODE1) /* gpmc_a13.qspi1_rtclk */
122 0x78 (PIN_INPUT | MUX_MODE1) /* gpmc_a14.qspi1_d3 */
123 0x7c (PIN_INPUT | MUX_MODE1) /* gpmc_a15.qspi1_d2 */
124 0x80 (PIN_INPUT | MUX_MODE1) /* gpmc_a16.qspi1_d1 */
125 0x84 (PIN_INPUT | MUX_MODE1) /* gpmc_a17.qspi1_d0 */
126 0x88 (PIN_INPUT | MUX_MODE1) /* qpmc_a18.qspi1_sclk */
127 0xb8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs2.qspi1_cs0 */
128 0xbc (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs3.qspi1_cs1 */
129 >;
130 };
Roger Quadros4b4437c2014-05-14 10:58:13 +0300131
132 usb1_pins: pinmux_usb1_pins {
133 pinctrl-single,pins = <
134 0x280 (PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
135 >;
136 };
137
138 usb2_pins: pinmux_usb2_pins {
139 pinctrl-single,pins = <
140 0x284 (PIN_INPUT_SLEW | MUX_MODE0) /* usb2_drvvbus */
141 >;
142 };
Minal Shahff66a3c2014-05-19 14:45:47 +0530143
144 nand_flash_x16: nand_flash_x16 {
145 /* On DRA7 EVM, GPMC_WPN and NAND_BOOTn comes from DIP switch
146 * So NAND flash requires following switch settings:
147 * SW5.9 (GPMC_WPN) = LOW
148 * SW5.1 (NAND_BOOTn) = HIGH */
149 pinctrl-single,pins = <
150 0x0 (PIN_INPUT | MUX_MODE0) /* gpmc_ad0 */
151 0x4 (PIN_INPUT | MUX_MODE0) /* gpmc_ad1 */
152 0x8 (PIN_INPUT | MUX_MODE0) /* gpmc_ad2 */
153 0xc (PIN_INPUT | MUX_MODE0) /* gpmc_ad3 */
154 0x10 (PIN_INPUT | MUX_MODE0) /* gpmc_ad4 */
155 0x14 (PIN_INPUT | MUX_MODE0) /* gpmc_ad5 */
156 0x18 (PIN_INPUT | MUX_MODE0) /* gpmc_ad6 */
157 0x1c (PIN_INPUT | MUX_MODE0) /* gpmc_ad7 */
158 0x20 (PIN_INPUT | MUX_MODE0) /* gpmc_ad8 */
159 0x24 (PIN_INPUT | MUX_MODE0) /* gpmc_ad9 */
160 0x28 (PIN_INPUT | MUX_MODE0) /* gpmc_ad10 */
161 0x2c (PIN_INPUT | MUX_MODE0) /* gpmc_ad11 */
162 0x30 (PIN_INPUT | MUX_MODE0) /* gpmc_ad12 */
163 0x34 (PIN_INPUT | MUX_MODE0) /* gpmc_ad13 */
164 0x38 (PIN_INPUT | MUX_MODE0) /* gpmc_ad14 */
165 0x3c (PIN_INPUT | MUX_MODE0) /* gpmc_ad15 */
166 0xd8 (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_wait0 */
167 0xcc (PIN_OUTPUT | MUX_MODE0) /* gpmc_wen */
168 0xb4 (PIN_OUTPUT_PULLUP | MUX_MODE0) /* gpmc_csn0 */
169 0xc4 (PIN_OUTPUT | MUX_MODE0) /* gpmc_advn_ale */
170 0xc8 (PIN_OUTPUT | MUX_MODE0) /* gpmc_oen_ren */
171 0xd0 (PIN_OUTPUT | MUX_MODE0) /* gpmc_be0n_cle */
172 >;
173 };
R Sricharan6e58b8f2013-08-14 19:08:20 +0530174};
175
176&i2c1 {
177 status = "okay";
178 pinctrl-names = "default";
179 pinctrl-0 = <&i2c1_pins>;
180 clock-frequency = <400000>;
Keerthyc56a8312013-08-26 11:06:51 +0530181
182 tps659038: tps659038@58 {
183 compatible = "ti,tps659038";
184 reg = <0x58>;
185
186 tps659038_pmic {
187 compatible = "ti,tps659038-pmic";
188
189 regulators {
190 smps123_reg: smps123 {
191 /* VDD_MPU */
192 regulator-name = "smps123";
193 regulator-min-microvolt = < 850000>;
194 regulator-max-microvolt = <1250000>;
195 regulator-always-on;
196 regulator-boot-on;
197 };
198
199 smps45_reg: smps45 {
200 /* VDD_DSPEVE */
201 regulator-name = "smps45";
202 regulator-min-microvolt = < 850000>;
203 regulator-max-microvolt = <1150000>;
204 regulator-boot-on;
205 };
206
207 smps6_reg: smps6 {
208 /* VDD_GPU - over VDD_SMPS6 */
209 regulator-name = "smps6";
210 regulator-min-microvolt = <850000>;
211 regulator-max-microvolt = <12500000>;
212 regulator-boot-on;
213 };
214
215 smps7_reg: smps7 {
216 /* CORE_VDD */
217 regulator-name = "smps7";
218 regulator-min-microvolt = <850000>;
219 regulator-max-microvolt = <1030000>;
220 regulator-always-on;
221 regulator-boot-on;
222 };
223
224 smps8_reg: smps8 {
225 /* VDD_IVAHD */
226 regulator-name = "smps8";
227 regulator-min-microvolt = < 850000>;
228 regulator-max-microvolt = <1250000>;
229 regulator-boot-on;
230 };
231
232 smps9_reg: smps9 {
233 /* VDDS1V8 */
234 regulator-name = "smps9";
235 regulator-min-microvolt = <1800000>;
236 regulator-max-microvolt = <1800000>;
237 regulator-always-on;
238 regulator-boot-on;
239 };
240
241 ldo1_reg: ldo1 {
242 /* LDO1_OUT --> SDIO */
243 regulator-name = "ldo1";
244 regulator-min-microvolt = <1800000>;
245 regulator-max-microvolt = <3300000>;
246 regulator-boot-on;
247 };
248
249 ldo2_reg: ldo2 {
250 /* VDD_RTCIO */
251 /* LDO2 -> VDDSHV5, LDO2 also goes to CAN_PHY_3V3 */
252 regulator-name = "ldo2";
253 regulator-min-microvolt = <3300000>;
254 regulator-max-microvolt = <3300000>;
255 regulator-boot-on;
256 };
257
258 ldo3_reg: ldo3 {
259 /* VDDA_1V8_PHY */
260 regulator-name = "ldo3";
261 regulator-min-microvolt = <1800000>;
262 regulator-max-microvolt = <1800000>;
Roger Quadrose120fb42014-07-04 12:55:43 +0300263 regulator-always-on;
Keerthyc56a8312013-08-26 11:06:51 +0530264 regulator-boot-on;
265 };
266
267 ldo9_reg: ldo9 {
268 /* VDD_RTC */
269 regulator-name = "ldo9";
270 regulator-min-microvolt = <1050000>;
271 regulator-max-microvolt = <1050000>;
272 regulator-boot-on;
273 };
274
275 ldoln_reg: ldoln {
276 /* VDDA_1V8_PLL */
277 regulator-name = "ldoln";
278 regulator-min-microvolt = <1800000>;
279 regulator-max-microvolt = <1800000>;
280 regulator-always-on;
281 regulator-boot-on;
282 };
283
284 ldousb_reg: ldousb {
285 /* VDDA_3V_USB: VDDA_USBHS33 */
286 regulator-name = "ldousb";
287 regulator-min-microvolt = <3300000>;
288 regulator-max-microvolt = <3300000>;
289 regulator-boot-on;
290 };
291 };
292 };
293 };
R Sricharan6e58b8f2013-08-14 19:08:20 +0530294};
295
296&i2c2 {
297 status = "okay";
298 pinctrl-names = "default";
299 pinctrl-0 = <&i2c2_pins>;
300 clock-frequency = <400000>;
301};
302
303&i2c3 {
304 status = "okay";
305 pinctrl-names = "default";
306 pinctrl-0 = <&i2c3_pins>;
Roger Quadros544d63d2014-09-03 14:17:31 +0300307 clock-frequency = <400000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530308};
309
310&mcspi1 {
311 status = "okay";
312 pinctrl-names = "default";
313 pinctrl-0 = <&mcspi1_pins>;
314};
315
316&mcspi2 {
317 status = "okay";
318 pinctrl-names = "default";
319 pinctrl-0 = <&mcspi2_pins>;
320};
321
322&uart1 {
323 status = "okay";
324 pinctrl-names = "default";
325 pinctrl-0 = <&uart1_pins>;
326};
327
328&uart2 {
329 status = "okay";
330 pinctrl-names = "default";
331 pinctrl-0 = <&uart2_pins>;
332};
333
334&uart3 {
335 status = "okay";
336 pinctrl-names = "default";
337 pinctrl-0 = <&uart3_pins>;
338};
Balaji T Kbf1788d2013-10-07 21:55:03 +0530339
340&mmc1 {
341 status = "okay";
342 vmmc-supply = <&ldo1_reg>;
343 bus-width = <4>;
344};
Balaji T K6cf02db2013-10-07 21:55:04 +0530345
346&mmc2 {
347 status = "okay";
348 vmmc-supply = <&mmc2_3v3>;
349 bus-width = <8>;
350};
J Keerthy22f1e7e2013-10-16 10:39:05 -0500351
352&cpu0 {
353 cpu0-supply = <&smps123_reg>;
354};
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530355
356&qspi {
357 status = "okay";
358 pinctrl-names = "default";
359 pinctrl-0 = <&qspi1_pins>;
360
361 spi-max-frequency = <48000000>;
362 m25p80@0 {
363 compatible = "s25fl256s1";
364 spi-max-frequency = <48000000>;
365 reg = <0>;
366 spi-tx-bus-width = <1>;
367 spi-rx-bus-width = <4>;
368 spi-cpol;
369 spi-cpha;
370 #address-cells = <1>;
371 #size-cells = <1>;
372
373 /* MTD partition table.
374 * The ROM checks the first four physical blocks
375 * for a valid file to boot and the flash here is
376 * 64KiB block size.
377 */
378 partition@0 {
379 label = "QSPI.SPL";
380 reg = <0x00000000 0x000010000>;
381 };
382 partition@1 {
383 label = "QSPI.SPL.backup1";
384 reg = <0x00010000 0x00010000>;
385 };
386 partition@2 {
387 label = "QSPI.SPL.backup2";
388 reg = <0x00020000 0x00010000>;
389 };
390 partition@3 {
391 label = "QSPI.SPL.backup3";
392 reg = <0x00030000 0x00010000>;
393 };
394 partition@4 {
395 label = "QSPI.u-boot";
396 reg = <0x00040000 0x00100000>;
397 };
398 partition@5 {
399 label = "QSPI.u-boot-spl-os";
400 reg = <0x00140000 0x00010000>;
401 };
402 partition@6 {
403 label = "QSPI.u-boot-env";
404 reg = <0x00150000 0x00010000>;
405 };
406 partition@7 {
407 label = "QSPI.u-boot-env.backup1";
408 reg = <0x00160000 0x0010000>;
409 };
410 partition@8 {
411 label = "QSPI.kernel";
412 reg = <0x00170000 0x0800000>;
413 };
414 partition@9 {
415 label = "QSPI.file-system";
416 reg = <0x00970000 0x01690000>;
417 };
418 };
419};
Roger Quadros4b4437c2014-05-14 10:58:13 +0300420
421&usb1 {
422 dr_mode = "peripheral";
423 pinctrl-names = "default";
424 pinctrl-0 = <&usb1_pins>;
425};
426
427&usb2 {
428 dr_mode = "host";
429 pinctrl-names = "default";
430 pinctrl-0 = <&usb2_pins>;
431};
Minal Shahff66a3c2014-05-19 14:45:47 +0530432
433&elm {
434 status = "okay";
435};
436
437&gpmc {
438 status = "okay";
439 pinctrl-names = "default";
440 pinctrl-0 = <&nand_flash_x16>;
441 ranges = <0 0 0 0x01000000>; /* minimum GPMC partition = 16MB */
442 nand@0,0 {
443 reg = <0 0 4>; /* device IO registers */
444 ti,nand-ecc-opt = "bch8";
445 ti,elm-id = <&elm>;
446 nand-bus-width = <16>;
447 gpmc,device-width = <2>;
448 gpmc,sync-clk-ps = <0>;
449 gpmc,cs-on-ns = <0>;
450 gpmc,cs-rd-off-ns = <40>;
451 gpmc,cs-wr-off-ns = <40>;
452 gpmc,adv-on-ns = <0>;
453 gpmc,adv-rd-off-ns = <30>;
454 gpmc,adv-wr-off-ns = <30>;
455 gpmc,we-on-ns = <5>;
456 gpmc,we-off-ns = <25>;
457 gpmc,oe-on-ns = <2>;
458 gpmc,oe-off-ns = <20>;
459 gpmc,access-ns = <20>;
460 gpmc,wr-access-ns = <40>;
461 gpmc,rd-cycle-ns = <40>;
462 gpmc,wr-cycle-ns = <40>;
463 gpmc,wait-pin = <0>;
464 gpmc,wait-on-read;
465 gpmc,wait-on-write;
466 gpmc,bus-turnaround-ns = <0>;
467 gpmc,cycle2cycle-delay-ns = <0>;
468 gpmc,clk-activation-ns = <0>;
469 gpmc,wait-monitoring-ns = <0>;
470 gpmc,wr-data-mux-bus-ns = <0>;
471 /* MTD partition table */
472 /* All SPL-* partitions are sized to minimal length
473 * which can be independently programmable. For
474 * NAND flash this is equal to size of erase-block */
475 #address-cells = <1>;
476 #size-cells = <1>;
477 partition@0 {
478 label = "NAND.SPL";
479 reg = <0x00000000 0x000020000>;
480 };
481 partition@1 {
482 label = "NAND.SPL.backup1";
483 reg = <0x00020000 0x00020000>;
484 };
485 partition@2 {
486 label = "NAND.SPL.backup2";
487 reg = <0x00040000 0x00020000>;
488 };
489 partition@3 {
490 label = "NAND.SPL.backup3";
491 reg = <0x00060000 0x00020000>;
492 };
493 partition@4 {
494 label = "NAND.u-boot-spl-os";
495 reg = <0x00080000 0x00040000>;
496 };
497 partition@5 {
498 label = "NAND.u-boot";
499 reg = <0x000c0000 0x00100000>;
500 };
501 partition@6 {
502 label = "NAND.u-boot-env";
503 reg = <0x001c0000 0x00020000>;
504 };
505 partition@7 {
Roger Quadrosf0e9fab2014-09-03 14:17:32 +0300506 label = "NAND.u-boot-env.backup1";
Minal Shahff66a3c2014-05-19 14:45:47 +0530507 reg = <0x001e0000 0x00020000>;
508 };
509 partition@8 {
510 label = "NAND.kernel";
511 reg = <0x00200000 0x00800000>;
512 };
513 partition@9 {
514 label = "NAND.file-system";
515 reg = <0x00a00000 0x0f600000>;
516 };
517 };
518};
Roger Quadrosae28ea82014-06-30 14:00:38 +0300519
520&usb2_phy1 {
521 phy-supply = <&ldousb_reg>;
522};
523
524&usb2_phy2 {
525 phy-supply = <&ldousb_reg>;
526};
Lokesh Vutlac7cc9ba2014-09-04 08:23:28 -0500527
528&gpio7 {
529 ti,no-reset-on-init;
530 ti,no-idle-on-init;
531};