blob: 3e2d21018a5b18db2108a8ef618d6a0ce5c0494c [file] [log] [blame]
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +02001/include/ "tegra30.dtsi"
2
Laxman Dewangan640a7af2012-08-09 16:30:38 +05303/**
4 * This file contains common DT entry for all fab version of Cardhu.
5 * There is multiple fab version of Cardhu starting from A01 to A07.
6 * Cardhu fab version A01 and A03 are not supported. Cardhu fab version
7 * A02 will have different sets of GPIOs for fixed regulator compare to
8 * Cardhu fab version A04. The Cardhu fab version A05, A06, A07 are
9 * compatible with fab version A04. Based on Cardhu fab version, the
10 * related dts file need to be chosen like for Cardhu fab version A02,
11 * use tegra30-cardhu-a02.dts, Cardhu fab version A04 and later, use
12 * tegra30-cardhu-a04.dts.
13 * The identification of board is done in two ways, by looking the sticker
14 * on PCB and by reading board id eeprom.
15 * The stciker will have number like 600-81291-1000-002 C.3. In this 4th
16 * number is the fab version like here it is 002 and hence fab version A02.
17 * The (downstream internal) U-Boot of Cardhu display the board-id as
18 * follows:
19 * BoardID: 0C5B, SKU: 0A01, Fab: 02, Rev: 45.00
20 * In this Fab version is 02 i.e. A02.
21 * The BoardID I2C eeprom is interfaced through i2c5 (pwr_i2c address 0x56).
22 * The location 0x8 of this eeprom contains the Fab version. It is 1 byte
23 * wide.
24 */
25
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +020026/ {
27 model = "NVIDIA Tegra30 Cardhu evaluation board";
28 compatible = "nvidia,cardhu", "nvidia,tegra30";
29
30 memory {
Stephen Warren95decf82012-05-11 16:11:38 -060031 reg = <0x80000000 0x40000000>;
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +020032 };
33
Stephen Warrenf9eb26a2012-05-11 16:17:47 -060034 pinmux {
Stephen Warrene5cbeef2012-03-13 13:28:02 -060035 pinctrl-names = "default";
36 pinctrl-0 = <&state_default>;
37
38 state_default: pinmux {
39 sdmmc1_clk_pz0 {
40 nvidia,pins = "sdmmc1_clk_pz0";
41 nvidia,function = "sdmmc1";
42 nvidia,pull = <0>;
43 nvidia,tristate = <0>;
44 };
45 sdmmc1_cmd_pz1 {
46 nvidia,pins = "sdmmc1_cmd_pz1",
47 "sdmmc1_dat0_py7",
48 "sdmmc1_dat1_py6",
49 "sdmmc1_dat2_py5",
50 "sdmmc1_dat3_py4";
51 nvidia,function = "sdmmc1";
52 nvidia,pull = <2>;
53 nvidia,tristate = <0>;
54 };
Wei Ni6fb11132012-09-21 16:54:59 +080055 sdmmc3_clk_pa6 {
56 nvidia,pins = "sdmmc3_clk_pa6";
57 nvidia,function = "sdmmc3";
58 nvidia,pull = <0>;
59 nvidia,tristate = <0>;
60 };
61 sdmmc3_cmd_pa7 {
62 nvidia,pins = "sdmmc3_cmd_pa7",
63 "sdmmc3_dat0_pb7",
64 "sdmmc3_dat1_pb6",
65 "sdmmc3_dat2_pb5",
66 "sdmmc3_dat3_pb4";
67 nvidia,function = "sdmmc3";
68 nvidia,pull = <2>;
69 nvidia,tristate = <0>;
70 };
Stephen Warrene5cbeef2012-03-13 13:28:02 -060071 sdmmc4_clk_pcc4 {
72 nvidia,pins = "sdmmc4_clk_pcc4",
73 "sdmmc4_rst_n_pcc3";
74 nvidia,function = "sdmmc4";
75 nvidia,pull = <0>;
76 nvidia,tristate = <0>;
77 };
78 sdmmc4_dat0_paa0 {
79 nvidia,pins = "sdmmc4_dat0_paa0",
80 "sdmmc4_dat1_paa1",
81 "sdmmc4_dat2_paa2",
82 "sdmmc4_dat3_paa3",
83 "sdmmc4_dat4_paa4",
84 "sdmmc4_dat5_paa5",
85 "sdmmc4_dat6_paa6",
86 "sdmmc4_dat7_paa7";
87 nvidia,function = "sdmmc4";
88 nvidia,pull = <2>;
89 nvidia,tristate = <0>;
90 };
Stephen Warren8c6a3852012-03-27 12:41:37 -060091 dap2_fs_pa2 {
92 nvidia,pins = "dap2_fs_pa2",
93 "dap2_sclk_pa3",
94 "dap2_din_pa4",
95 "dap2_dout_pa5";
96 nvidia,function = "i2s1";
97 nvidia,pull = <0>;
98 nvidia,tristate = <0>;
99 };
Wei Ni6fb11132012-09-21 16:54:59 +0800100 sdio3 {
101 nvidia,pins = "drive_sdio3";
102 nvidia,high-speed-mode = <0>;
103 nvidia,schmitt = <0>;
104 nvidia,pull-down-strength = <46>;
105 nvidia,pull-up-strength = <42>;
106 nvidia,slew-rate-rising = <1>;
107 nvidia,slew-rate-falling = <1>;
108 };
Laxman Dewanganecfd6c72013-01-16 18:36:12 +0530109 uart3_txd_pw6 {
110 nvidia,pins = "uart3_txd_pw6",
111 "uart3_cts_n_pa1",
112 "uart3_rts_n_pc0",
113 "uart3_rxd_pw7";
114 nvidia,function = "uartc";
115 nvidia,pull = <0>;
116 nvidia,tristate = <0>;
117 };
Stephen Warrene5cbeef2012-03-13 13:28:02 -0600118 };
119 };
120
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200121 serial@70006000 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600122 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200123 };
124
Laxman Dewanganecfd6c72013-01-16 18:36:12 +0530125 serial@70006200 {
126 compatible = "nvidia,tegra30-hsuart";
127 status = "okay";
Laxman Dewanganecfd6c72013-01-16 18:36:12 +0530128 };
129
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200130 i2c@7000c000 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600131 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200132 clock-frequency = <100000>;
133 };
134
135 i2c@7000c400 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600136 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200137 clock-frequency = <100000>;
138 };
139
140 i2c@7000c500 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600141 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200142 clock-frequency = <100000>;
Laxman Dewanganb46b0b52012-04-23 17:41:36 +0530143
144 /* ALS and Proximity sensor */
145 isl29028@44 {
146 compatible = "isil,isl29028";
147 reg = <0x44>;
148 interrupt-parent = <&gpio>;
149 interrupts = <88 0x04>; /*gpio PL0 */
150 };
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200151 };
152
153 i2c@7000c700 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600154 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200155 clock-frequency = <100000>;
156 };
157
158 i2c@7000d000 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600159 status = "okay";
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200160 clock-frequency = <100000>;
Stephen Warren8c6a3852012-03-27 12:41:37 -0600161
162 wm8903: wm8903@1a {
163 compatible = "wlf,wm8903";
164 reg = <0x1a>;
165 interrupt-parent = <&gpio>;
166 interrupts = <179 0x04>; /* gpio PW3 */
167
168 gpio-controller;
169 #gpio-cells = <2>;
170
171 micdet-cfg = <0>;
172 micdet-delay = <100>;
173 gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>;
174 };
Laxman Dewangan331da582012-05-10 20:38:45 +0000175
176 tps62361 {
177 compatible = "ti,tps62361";
178 reg = <0x60>;
179
180 regulator-name = "tps62361-vout";
181 regulator-min-microvolt = <500000>;
182 regulator-max-microvolt = <1500000>;
183 regulator-boot-on;
184 regulator-always-on;
185 ti,vsel0-state-high;
186 ti,vsel1-state-high;
187 };
Laxman Dewangan167e6272012-08-09 16:30:37 +0530188
189 pmic: tps65911@2d {
190 compatible = "ti,tps65911";
191 reg = <0x2d>;
192
193 interrupts = <0 86 0x4>;
194 #interrupt-cells = <2>;
195 interrupt-controller;
196
Stephen Warren44b12ef2012-09-11 11:42:26 -0600197 ti,system-power-controller;
198
Laxman Dewangan167e6272012-08-09 16:30:37 +0530199 #gpio-cells = <2>;
200 gpio-controller;
201
202 vcc1-supply = <&vdd_ac_bat_reg>;
203 vcc2-supply = <&vdd_ac_bat_reg>;
204 vcc3-supply = <&vio_reg>;
Laxman Dewanganfa4a9252012-08-09 16:30:39 +0530205 vcc4-supply = <&vdd_5v0_reg>;
Laxman Dewangan167e6272012-08-09 16:30:37 +0530206 vcc5-supply = <&vdd_ac_bat_reg>;
207 vcc6-supply = <&vdd2_reg>;
208 vcc7-supply = <&vdd_ac_bat_reg>;
209 vccio-supply = <&vdd_ac_bat_reg>;
210
211 regulators {
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600212 vdd1_reg: vdd1 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530213 regulator-name = "vddio_ddr_1v2";
214 regulator-min-microvolt = <1200000>;
215 regulator-max-microvolt = <1200000>;
216 regulator-always-on;
217 };
218
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600219 vdd2_reg: vdd2 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530220 regulator-name = "vdd_1v5_gen";
221 regulator-min-microvolt = <1500000>;
222 regulator-max-microvolt = <1500000>;
223 regulator-always-on;
224 };
225
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600226 vddctrl_reg: vddctrl {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530227 regulator-name = "vdd_cpu,vdd_sys";
228 regulator-min-microvolt = <1000000>;
229 regulator-max-microvolt = <1000000>;
230 regulator-always-on;
231 };
232
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600233 vio_reg: vio {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530234 regulator-name = "vdd_1v8_gen";
235 regulator-min-microvolt = <1800000>;
236 regulator-max-microvolt = <1800000>;
237 regulator-always-on;
238 };
239
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600240 ldo1_reg: ldo1 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530241 regulator-name = "vdd_pexa,vdd_pexb";
242 regulator-min-microvolt = <1050000>;
243 regulator-max-microvolt = <1050000>;
244 };
245
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600246 ldo2_reg: ldo2 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530247 regulator-name = "vdd_sata,avdd_plle";
248 regulator-min-microvolt = <1050000>;
249 regulator-max-microvolt = <1050000>;
250 };
251
252 /* LDO3 is not connected to anything */
253
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600254 ldo4_reg: ldo4 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530255 regulator-name = "vdd_rtc";
256 regulator-min-microvolt = <1200000>;
257 regulator-max-microvolt = <1200000>;
258 regulator-always-on;
259 };
260
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600261 ldo5_reg: ldo5 {
Laxman Dewanganfa4a9252012-08-09 16:30:39 +0530262 regulator-name = "vddio_sdmmc,avdd_vdac";
263 regulator-min-microvolt = <3300000>;
264 regulator-max-microvolt = <3300000>;
265 regulator-always-on;
266 };
267
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600268 ldo6_reg: ldo6 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530269 regulator-name = "avdd_dsi_csi,pwrdet_mipi";
270 regulator-min-microvolt = <1200000>;
271 regulator-max-microvolt = <1200000>;
272 };
273
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600274 ldo7_reg: ldo7 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530275 regulator-name = "vdd_pllm,x,u,a_p_c_s";
276 regulator-min-microvolt = <1200000>;
277 regulator-max-microvolt = <1200000>;
278 regulator-always-on;
279 };
280
Stephen Warrenb9c665d2012-09-20 17:04:06 -0600281 ldo8_reg: ldo8 {
Laxman Dewangan167e6272012-08-09 16:30:37 +0530282 regulator-name = "vdd_ddr_hs";
283 regulator-min-microvolt = <1000000>;
284 regulator-max-microvolt = <1000000>;
285 regulator-always-on;
286 };
287 };
288 };
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200289 };
Stephen Warren850c4c82012-02-01 16:29:57 -0700290
Laxman Dewanganc42cb1c2012-10-31 14:32:54 +0530291 spi@7000da00 {
292 status = "okay";
293 spi-max-frequency = <25000000>;
294 spi-flash@1 {
295 compatible = "winbond,w25q32";
296 reg = <1>;
297 spi-max-frequency = <20000000>;
298 };
299 };
300
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600301 ahub {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600302 i2s@70080400 {
303 status = "okay";
Stephen Warren8c6a3852012-03-27 12:41:37 -0600304 };
305 };
306
Laxman Dewangan167e6272012-08-09 16:30:37 +0530307 pmc {
308 status = "okay";
309 nvidia,invert-interrupt;
310 };
311
Stephen Warrenc04abb32012-05-11 17:03:26 -0600312 sdhci@78000000 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600313 status = "okay";
Joseph Lo908ab932013-02-22 11:23:39 +0800314 cd-gpios = <&gpio 69 1>; /* gpio PI5 */
Stephen Warrenc04abb32012-05-11 17:03:26 -0600315 wp-gpios = <&gpio 155 0>; /* gpio PT3 */
316 power-gpios = <&gpio 31 0>; /* gpio PD7 */
Arnd Bergmann7f217792012-05-13 00:14:24 -0400317 bus-width = <4>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600318 };
319
Stephen Warrenc04abb32012-05-11 17:03:26 -0600320 sdhci@78000600 {
Stephen Warren2a5fdc92012-05-11 17:32:56 -0600321 status = "okay";
Arnd Bergmann7f217792012-05-13 00:14:24 -0400322 bus-width = <8>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600323 };
324
Laxman Dewangan167e6272012-08-09 16:30:37 +0530325 regulators {
326 compatible = "simple-bus";
327 #address-cells = <1>;
328 #size-cells = <0>;
329
330 vdd_ac_bat_reg: regulator@0 {
331 compatible = "regulator-fixed";
332 reg = <0>;
333 regulator-name = "vdd_ac_bat";
334 regulator-min-microvolt = <5000000>;
335 regulator-max-microvolt = <5000000>;
336 regulator-always-on;
337 };
Laxman Dewanganfa4a9252012-08-09 16:30:39 +0530338
339 cam_1v8_reg: regulator@1 {
340 compatible = "regulator-fixed";
341 reg = <1>;
342 regulator-name = "cam_1v8";
343 regulator-min-microvolt = <1800000>;
344 regulator-max-microvolt = <1800000>;
345 enable-active-high;
346 gpio = <&gpio 220 0>; /* gpio PBB4 */
347 vin-supply = <&vio_reg>;
348 };
349
350 cp_5v_reg: regulator@2 {
351 compatible = "regulator-fixed";
352 reg = <2>;
353 regulator-name = "cp_5v";
354 regulator-min-microvolt = <5000000>;
355 regulator-max-microvolt = <5000000>;
356 regulator-boot-on;
357 regulator-always-on;
358 enable-active-high;
359 gpio = <&pmic 0 0>; /* PMIC TPS65911 GPIO0 */
360 };
361
362 emmc_3v3_reg: regulator@3 {
363 compatible = "regulator-fixed";
364 reg = <3>;
365 regulator-name = "emmc_3v3";
366 regulator-min-microvolt = <3300000>;
367 regulator-max-microvolt = <3300000>;
368 regulator-always-on;
369 regulator-boot-on;
370 enable-active-high;
371 gpio = <&gpio 25 0>; /* gpio PD1 */
372 vin-supply = <&sys_3v3_reg>;
373 };
374
375 modem_3v3_reg: regulator@4 {
376 compatible = "regulator-fixed";
377 reg = <4>;
378 regulator-name = "modem_3v3";
379 regulator-min-microvolt = <3300000>;
380 regulator-max-microvolt = <3300000>;
381 enable-active-high;
382 gpio = <&gpio 30 0>; /* gpio PD6 */
383 };
384
385 pex_hvdd_3v3_reg: regulator@5 {
386 compatible = "regulator-fixed";
387 reg = <5>;
388 regulator-name = "pex_hvdd_3v3";
389 regulator-min-microvolt = <3300000>;
390 regulator-max-microvolt = <3300000>;
391 enable-active-high;
392 gpio = <&gpio 95 0>; /* gpio PL7 */
393 vin-supply = <&sys_3v3_reg>;
394 };
395
396 vdd_cam1_ldo_reg: regulator@6 {
397 compatible = "regulator-fixed";
398 reg = <6>;
399 regulator-name = "vdd_cam1_ldo";
400 regulator-min-microvolt = <2800000>;
401 regulator-max-microvolt = <2800000>;
402 enable-active-high;
403 gpio = <&gpio 142 0>; /* gpio PR6 */
404 vin-supply = <&sys_3v3_reg>;
405 };
406
407 vdd_cam2_ldo_reg: regulator@7 {
408 compatible = "regulator-fixed";
409 reg = <7>;
410 regulator-name = "vdd_cam2_ldo";
411 regulator-min-microvolt = <2800000>;
412 regulator-max-microvolt = <2800000>;
413 enable-active-high;
414 gpio = <&gpio 143 0>; /* gpio PR7 */
415 vin-supply = <&sys_3v3_reg>;
416 };
417
418 vdd_cam3_ldo_reg: regulator@8 {
419 compatible = "regulator-fixed";
420 reg = <8>;
421 regulator-name = "vdd_cam3_ldo";
422 regulator-min-microvolt = <3300000>;
423 regulator-max-microvolt = <3300000>;
424 enable-active-high;
425 gpio = <&gpio 144 0>; /* gpio PS0 */
426 vin-supply = <&sys_3v3_reg>;
427 };
428
429 vdd_com_reg: regulator@9 {
430 compatible = "regulator-fixed";
431 reg = <9>;
432 regulator-name = "vdd_com";
433 regulator-min-microvolt = <3300000>;
434 regulator-max-microvolt = <3300000>;
Wei Ni6fb11132012-09-21 16:54:59 +0800435 regulator-always-on;
436 regulator-boot-on;
Laxman Dewanganfa4a9252012-08-09 16:30:39 +0530437 enable-active-high;
438 gpio = <&gpio 24 0>; /* gpio PD0 */
439 vin-supply = <&sys_3v3_reg>;
440 };
441
442 vdd_fuse_3v3_reg: regulator@10 {
443 compatible = "regulator-fixed";
444 reg = <10>;
445 regulator-name = "vdd_fuse_3v3";
446 regulator-min-microvolt = <3300000>;
447 regulator-max-microvolt = <3300000>;
448 enable-active-high;
449 gpio = <&gpio 94 0>; /* gpio PL6 */
450 vin-supply = <&sys_3v3_reg>;
451 };
452
453 vdd_pnl1_reg: regulator@11 {
454 compatible = "regulator-fixed";
455 reg = <11>;
456 regulator-name = "vdd_pnl1";
457 regulator-min-microvolt = <3300000>;
458 regulator-max-microvolt = <3300000>;
459 regulator-always-on;
460 regulator-boot-on;
461 enable-active-high;
462 gpio = <&gpio 92 0>; /* gpio PL4 */
463 vin-supply = <&sys_3v3_reg>;
464 };
465
466 vdd_vid_reg: regulator@12 {
467 compatible = "regulator-fixed";
468 reg = <12>;
469 regulator-name = "vddio_vid";
470 regulator-min-microvolt = <5000000>;
471 regulator-max-microvolt = <5000000>;
472 enable-active-high;
473 gpio = <&gpio 152 0>; /* GPIO PT0 */
474 gpio-open-drain;
475 vin-supply = <&vdd_5v0_reg>;
476 };
Laxman Dewangan167e6272012-08-09 16:30:37 +0530477 };
478
Stephen Warren8c6a3852012-03-27 12:41:37 -0600479 sound {
480 compatible = "nvidia,tegra-audio-wm8903-cardhu",
481 "nvidia,tegra-audio-wm8903";
482 nvidia,model = "NVIDIA Tegra Cardhu";
483
484 nvidia,audio-routing =
485 "Headphone Jack", "HPOUTR",
486 "Headphone Jack", "HPOUTL",
487 "Int Spk", "ROP",
488 "Int Spk", "RON",
489 "Int Spk", "LOP",
490 "Int Spk", "LON",
491 "Mic Jack", "MICBIAS",
492 "IN1L", "Mic Jack";
493
494 nvidia,i2s-controller = <&tegra_i2s1>;
495 nvidia,audio-codec = <&wm8903>;
496
497 nvidia,spkr-en-gpios = <&wm8903 2 0>;
498 nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
499 };
Peter De Schrijver64c4e9f2011-12-14 17:03:26 +0200500};