Merge tag 'docs-5.11-2' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / arch / arm / boot / dts / tegra20-colibri.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 #include "tegra20.dtsi"
3
4 /*
5  * Toradex Colibri T20 Module Device Tree
6  * Compatible for Revisions Colibri T20 256MB V1.1B, V1.2A;
7  * Colibri T20 256MB IT V1.2A; Colibri T20 512MB V1.1C, V1.2A;
8  * Colibri T20 512MB IT V1.2A
9  */
10 / {
11         memory@0 {
12                 /*
13                  * Set memory to 256 MB to be safe as this could be used on
14                  * 256 or 512 MB module. It is expected from bootloader
15                  * to fix this up for 512 MB version.
16                  */
17                 reg = <0x00000000 0x10000000>;
18         };
19
20         host1x@50000000 {
21                 hdmi@54280000 {
22                         nvidia,ddc-i2c-bus = <&hdmi_ddc>;
23                         nvidia,hpd-gpio =
24                                 <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
25                         pll-supply = <&reg_1v8_avdd_hdmi_pll>;
26                         vdd-supply = <&reg_3v3_avdd_hdmi>;
27                 };
28         };
29
30         pinmux@70000014 {
31                 pinctrl-names = "default";
32                 pinctrl-0 = <&state_default>;
33
34                 state_default: pinmux {
35                         /* Analogue Audio AC97 to WM9712 (On-module) */
36                         audio-refclk {
37                                 nvidia,pins = "cdev1";
38                                 nvidia,function = "plla_out";
39                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
40                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
41                         };
42                         dap3 {
43                                 nvidia,pins = "dap3";
44                                 nvidia,function = "dap3";
45                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
46                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
47                         };
48
49                         /*
50                          * AC97_RESET, ULPI_RESET, AC97_INT aka WM9712 GENIRQ
51                          * (All on-module), SODIMM Pin 45 Wakeup
52                          */
53                         gpio-uac {
54                                 nvidia,pins = "uac";
55                                 nvidia,function = "rsvd2";
56                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
57                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
58                         };
59
60                         /*
61                          * Buffer Enables for nPWE and RDnWR (On-module,
62                          * see GPIO hogging further down below)
63                          */
64                         gpio-pta {
65                                 nvidia,pins = "pta";
66                                 nvidia,function = "rsvd4";
67                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
68                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
69                         };
70
71                         /*
72                          * CLK_32K_OUT, CORE_PWR_REQ, CPU_PWR_REQ, PWR_INT_N,
73                          * SYS_CLK_REQ (All on-module)
74                          */
75                         pmc {
76                                 nvidia,pins = "pmc";
77                                 nvidia,function = "pwr_on";
78                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
79                         };
80
81                         /*
82                          * Colibri Address/Data Bus (GMI)
83                          * Note: spid and spie optionally used for SPI1
84                          */
85                         gmi {
86                                 nvidia,pins = "atc", "atd", "ate", "dap1",
87                                               "dap2", "dap4", "gmd", "gpu",
88                                               "irrx", "irtx", "spia", "spib",
89                                               "spic", "spid", "spie", "uca",
90                                               "ucb";
91                                 nvidia,function = "gmi";
92                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
93                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
94                         };
95                         /* Further pins may be used as GPIOs */
96                         gmi-gpio1 {
97                                 nvidia,pins = "lpw0", "lsc1", "lsck", "lsda";
98                                 nvidia,function = "hdmi";
99                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
100                         };
101                         gmi-gpio2 {
102                                 nvidia,pins = "lcsn", "ldc", "lm0", "lsdi";
103                                 nvidia,function = "rsvd4";
104                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
105                         };
106
107                         /* Colibri BL_ON */
108                         bl-on {
109                                 nvidia,pins = "dta";
110                                 nvidia,function = "rsvd1";
111                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
112                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
113                         };
114
115                         /* Colibri Backlight PWM<A>, PWM<B> */
116                         pwm-a-b {
117                                 nvidia,pins = "sdc";
118                                 nvidia,function = "pwm";
119                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
120                         };
121
122                         /* Colibri DDC */
123                         ddc {
124                                 nvidia,pins = "ddc";
125                                 nvidia,function = "i2c2";
126                                 nvidia,pull = <TEGRA_PIN_PULL_UP>;
127                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
128                         };
129
130                         /*
131                          * Colibri EXT_IO*
132                          * Note: dtf optionally used for I2C3
133                          */
134                         ext-io {
135                                 nvidia,pins = "dtf", "spdi";
136                                 nvidia,function = "rsvd2";
137                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
138                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
139                         };
140
141                         /*
142                          * Colibri Ethernet (On-module)
143                          * ULPI EHCI instance 1 USB2_DP/N -> AX88772B
144                          */
145                         ulpi {
146                                 nvidia,pins = "uaa", "uab", "uda";
147                                 nvidia,function = "ulpi";
148                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
149                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
150                         };
151                         ulpi-refclk {
152                                 nvidia,pins = "cdev2";
153                                 nvidia,function = "pllp_out4";
154                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
155                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
156                         };
157
158                         /* Colibri HOTPLUG_DETECT (HDMI) */
159                         hotplug-detect {
160                                 nvidia,pins = "hdint";
161                                 nvidia,function = "hdmi";
162                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
163                         };
164
165                         /* Colibri I2C */
166                         i2c {
167                                 nvidia,pins = "rm";
168                                 nvidia,function = "i2c1";
169                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
170                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
171                         };
172
173                         /*
174                          * Colibri L_BIAS, LCD_M1 is muxed with LCD_DE
175                          * today's display need DE, disable LCD_M1
176                          */
177                         lm1 {
178                                 nvidia,pins = "lm1";
179                                 nvidia,function = "rsvd3";
180                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
181                         };
182
183                         /* Colibri LCD (L_* resp. LDD<*>) */
184                         lcd {
185                                 nvidia,pins = "ld0", "ld1", "ld2", "ld3",
186                                               "ld4", "ld5", "ld6", "ld7",
187                                               "ld8", "ld9", "ld10", "ld11",
188                                               "ld12", "ld13", "ld14", "ld15",
189                                               "ld16", "ld17", "lhs", "lsc0",
190                                               "lspi", "lvs";
191                                 nvidia,function = "displaya";
192                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
193                         };
194                         /* Colibri LCD (Optional 24 BPP Support) */
195                         lcd-24 {
196                                 nvidia,pins = "ldi", "lhp0", "lhp1", "lhp2",
197                                               "lpp", "lvp1";
198                                 nvidia,function = "displaya";
199                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
200                         };
201
202                         /* Colibri MMC */
203                         mmc {
204                                 nvidia,pins = "atb", "gma";
205                                 nvidia,function = "sdio4";
206                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
207                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
208                         };
209
210                         /* Colibri MMCCD */
211                         mmccd {
212                                 nvidia,pins = "gmb";
213                                 nvidia,function = "gmi_int";
214                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
215                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
216                         };
217
218                         /* Colibri MMC (Optional 8-bit) */
219                         mmc-8bit {
220                                 nvidia,pins = "gme";
221                                 nvidia,function = "sdio4";
222                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
223                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
224                         };
225
226                         /*
227                          * Colibri Parallel Camera (Optional)
228                          * pins multiplexed with others and therefore disabled
229                          * Note: dta used for BL_ON by default
230                          */
231                         cif-mclk {
232                                 nvidia,pins = "csus";
233                                 nvidia,function = "vi_sensor_clk";
234                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
235                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
236                         };
237                         cif {
238                                 nvidia,pins = "dtb", "dtc", "dtd";
239                                 nvidia,function = "vi";
240                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
241                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
242                         };
243
244                         /* Colibri PWM<C>, PWM<D> */
245                         pwm-c-d {
246                                 nvidia,pins = "sdb", "sdd";
247                                 nvidia,function = "pwm";
248                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
249                         };
250
251                         /* Colibri SSP */
252                         ssp {
253                                 nvidia,pins = "slxa", "slxc", "slxd", "slxk";
254                                 nvidia,function = "spi4";
255                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
256                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
257                         };
258
259                         /* Colibri UART-A */
260                         uart-a {
261                                 nvidia,pins = "sdio1";
262                                 nvidia,function = "uarta";
263                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
264                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
265                         };
266                         uart-a-dsr {
267                                 nvidia,pins = "lpw1";
268                                 nvidia,function = "rsvd3";
269                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
270                         };
271                         uart-a-dcd {
272                                 nvidia,pins = "lpw2";
273                                 nvidia,function = "hdmi";
274                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
275                         };
276
277                         /* Colibri UART-B */
278                         uart-b {
279                                 nvidia,pins = "gmc";
280                                 nvidia,function = "uartd";
281                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
282                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
283                         };
284
285                         /* Colibri UART-C */
286                         uart-c {
287                                 nvidia,pins = "uad";
288                                 nvidia,function = "irda";
289                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
290                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
291                         };
292
293                         /* Colibri USB_CDET */
294                         usb-cdet {
295                                 nvidia,pins = "spdo";
296                                 nvidia,function = "rsvd2";
297                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
298                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
299                         };
300
301                         /* Colibri USBH_OC */
302                         usbh-oc {
303                                 nvidia,pins = "spih";
304                                 nvidia,function = "spi2_alt";
305                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
306                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
307                         };
308
309                         /* Colibri USBH_PEN */
310                         usbh-pen {
311                                 nvidia,pins = "spig";
312                                 nvidia,function = "spi2_alt";
313                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
314                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
315                         };
316
317                         /* Colibri VGA not supported */
318                         vga {
319                                 nvidia,pins = "crtp";
320                                 nvidia,function = "crt";
321                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
322                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
323                         };
324
325                         /* I2C3 (Optional) */
326                         i2c3 {
327                                 nvidia,pins = "dtf";
328                                 nvidia,function = "i2c3";
329                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
330                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
331                         };
332
333                         /* JTAG_RTCK */
334                         jtag-rtck {
335                                 nvidia,pins = "gpu7";
336                                 nvidia,function = "rtck";
337                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
338                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
339                         };
340
341                         /*
342                          * LAN_RESET, LAN_EXT_WAKEUP and LAN_PME
343                          * (All On-module)
344                          */
345                         gpio-gpv {
346                                 nvidia,pins = "gpv";
347                                 nvidia,function = "rsvd2";
348                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
349                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
350                         };
351
352                         /*
353                          * LAN_V_BUS, VDD_FAULT, BATT_FAULT, WM9712 PENDOWN
354                          * (All On-module); Colibri CAN_INT
355                          */
356                         gpio-dte {
357                                 nvidia,pins = "dte";
358                                 nvidia,function = "rsvd1";
359                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
360                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
361                         };
362
363                         /* NAND (On-module) */
364                         nand {
365                                 nvidia,pins = "kbca", "kbcb", "kbcc", "kbcd",
366                                               "kbce", "kbcf";
367                                 nvidia,function = "nand";
368                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
369                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
370                         };
371
372                         /* Onewire (Optional) */
373                         owr {
374                                 nvidia,pins = "owc";
375                                 nvidia,function = "owr";
376                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
377                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
378                         };
379
380                         /* Power I2C (On-module) */
381                         i2cp {
382                                 nvidia,pins = "i2cp";
383                                 nvidia,function = "i2cp";
384                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
385                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
386                         };
387
388                         /* RESET_OUT */
389                         reset-out {
390                                 nvidia,pins = "ata";
391                                 nvidia,function = "gmi";
392                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
393                                 nvidia,tristate = <TEGRA_PIN_DISABLE>;
394                         };
395
396                         /*
397                          * SPI1 (Optional)
398                          * Note: spid and spie used for Colibri Address/Data
399                          *       Bus (GMI)
400                          */
401                         spi1 {
402                                 nvidia,pins = "spid", "spie", "spif";
403                                 nvidia,function = "spi1";
404                                 nvidia,pull = <TEGRA_PIN_PULL_NONE>;
405                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
406                         };
407
408                         /*
409                          * THERMD_ALERT# (On-module), unlatched I2C address pin
410                          * of LM95245 temperature sensor therefore requires
411                          * disabling for now
412                          */
413                         lvp0 {
414                                 nvidia,pins = "lvp0";
415                                 nvidia,function = "rsvd3";
416                                 nvidia,tristate = <TEGRA_PIN_ENABLE>;
417                         };
418                 };
419         };
420
421         tegra_ac97: ac97@70002000 {
422                 status = "okay";
423                 nvidia,codec-reset-gpio =
424                         <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_HIGH>;
425                 nvidia,codec-sync-gpio =
426                         <&gpio TEGRA_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
427         };
428
429         serial@70006040 {
430                 compatible = "nvidia,tegra20-hsuart";
431         };
432
433         serial@70006300 {
434                 compatible = "nvidia,tegra20-hsuart";
435         };
436
437         nand-controller@70008000 {
438                 status = "okay";
439
440                 nand@0 {
441                         reg = <0>;
442                         #address-cells = <1>;
443                         #size-cells = <1>;
444                         nand-bus-width = <8>;
445                         nand-on-flash-bbt;
446                         nand-ecc-algo = "bch";
447                         nand-is-boot-medium;
448                         nand-ecc-maximize;
449                         wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_LOW>;
450                 };
451         };
452
453         /*
454          * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
455          * board)
456          */
457         i2c@7000c000 {
458                 clock-frequency = <400000>;
459         };
460
461         /* DDC_SCL/SDA on X3 pin 15/16 (e.g. display EDID) */
462         hdmi_ddc: i2c@7000c400 {
463                 clock-frequency = <10000>;
464         };
465
466         /* GEN2_I2C: unused */
467
468         /* CAM/GEN3_I2C: used as EXT_IO1/2 GPIOs on SODIMM pin 133/127 */
469
470         /* PWR_I2C: power I2C to PMIC and temperature sensor (On-module) */
471         i2c@7000d000 {
472                 status = "okay";
473                 clock-frequency = <100000>;
474
475                 pmic@34 {
476                         compatible = "ti,tps6586x";
477                         reg = <0x34>;
478                         interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
479                         ti,system-power-controller;
480                         #gpio-cells = <2>;
481                         gpio-controller;
482                         sys-supply = <&reg_module_3v3>;
483                         vin-sm0-supply = <&reg_3v3_vsys>;
484                         vin-sm1-supply = <&reg_3v3_vsys>;
485                         vin-sm2-supply = <&reg_3v3_vsys>;
486                         vinldo01-supply = <&reg_1v8_vdd_ddr2>;
487                         vinldo23-supply = <&reg_module_3v3>;
488                         vinldo4-supply = <&reg_module_3v3>;
489                         vinldo678-supply = <&reg_module_3v3>;
490                         vinldo9-supply = <&reg_module_3v3>;
491
492                         regulators {
493                                 reg_3v3_vsys: sys {
494                                         regulator-name = "VSYS_3.3V";
495                                         regulator-always-on;
496                                 };
497
498                                 sm0 {
499                                         regulator-name = "VDD_CORE_1.2V";
500                                         regulator-min-microvolt = <1200000>;
501                                         regulator-max-microvolt = <1200000>;
502                                         regulator-always-on;
503                                 };
504
505                                 sm1 {
506                                         regulator-name = "VDD_CPU_1.0V";
507                                         regulator-min-microvolt = <1000000>;
508                                         regulator-max-microvolt = <1000000>;
509                                         regulator-always-on;
510                                 };
511
512                                 reg_1v8_vdd_ddr2: sm2 {
513                                         regulator-name = "VDD_DDR2_1.8V";
514                                         regulator-min-microvolt = <1800000>;
515                                         regulator-max-microvolt = <1800000>;
516                                         regulator-always-on;
517                                 };
518
519                                 /* LDO0 is not connected to anything */
520
521                                 /*
522                                  * +3.3V_ENABLE_N switching via FET:
523                                  * AVDD_AUDIO_S and +3.3V
524                                  * see also +3.3V fixed supply
525                                  */
526                                 ldo1 {
527                                         regulator-name = "AVDD_PLL_1.1V";
528                                         regulator-min-microvolt = <1100000>;
529                                         regulator-max-microvolt = <1100000>;
530                                         regulator-always-on;
531                                 };
532
533                                 ldo2 {
534                                         regulator-name = "VDD_RTC_1.2V";
535                                         regulator-min-microvolt = <1200000>;
536                                         regulator-max-microvolt = <1200000>;
537                                 };
538
539                                 /* LDO3 is not connected to anything */
540
541                                 ldo4 {
542                                         regulator-name = "VDDIO_SYS_1.8V";
543                                         regulator-min-microvolt = <1800000>;
544                                         regulator-max-microvolt = <1800000>;
545                                         regulator-always-on;
546                                 };
547
548                                 /* Switched via FET from regular +3.3V */
549                                 ldo5 {
550                                         regulator-name = "+3.3V_USB";
551                                         regulator-min-microvolt = <3300000>;
552                                         regulator-max-microvolt = <3300000>;
553                                         regulator-always-on;
554                                 };
555
556                                 ldo6 {
557                                         regulator-name = "AVDD_VDAC_2.85V";
558                                         regulator-min-microvolt = <2850000>;
559                                         regulator-max-microvolt = <2850000>;
560                                 };
561
562                                 reg_3v3_avdd_hdmi: ldo7 {
563                                         regulator-name = "AVDD_HDMI_3.3V";
564                                         regulator-min-microvolt = <3300000>;
565                                         regulator-max-microvolt = <3300000>;
566                                 };
567
568                                 reg_1v8_avdd_hdmi_pll: ldo8 {
569                                         regulator-name = "AVDD_HDMI_PLL_1.8V";
570                                         regulator-min-microvolt = <1800000>;
571                                         regulator-max-microvolt = <1800000>;
572                                 };
573
574                                 ldo9 {
575                                         regulator-name = "VDDIO_RX_DDR_2.85V";
576                                         regulator-min-microvolt = <2850000>;
577                                         regulator-max-microvolt = <2850000>;
578                                         regulator-always-on;
579                                 };
580
581                                 ldo_rtc {
582                                         regulator-name = "VCC_BATT";
583                                         regulator-min-microvolt = <3300000>;
584                                         regulator-max-microvolt = <3300000>;
585                                         regulator-always-on;
586                                 };
587                         };
588                 };
589
590                 /* LM95245 temperature sensor */
591                 temp-sensor@4c {
592                         compatible = "national,lm95245";
593                         reg = <0x4c>;
594                 };
595         };
596
597         pmc@7000e400 {
598                 nvidia,suspend-mode = <1>;
599                 nvidia,cpu-pwr-good-time = <5000>;
600                 nvidia,cpu-pwr-off-time = <5000>;
601                 nvidia,core-pwr-good-time = <3845 3845>;
602                 nvidia,core-pwr-off-time = <3875>;
603                 nvidia,sys-clock-req-active-high;
604
605                 /* Set SLEEP MODE bit in SUPPLYENE register of TPS658643 PMIC */
606                 i2c-thermtrip {
607                         nvidia,i2c-controller-id = <3>;
608                         nvidia,bus-addr = <0x34>;
609                         nvidia,reg-addr = <0x14>;
610                         nvidia,reg-data = <0x8>;
611                 };
612         };
613
614         memory-controller@7000f400 {
615                 emc-table@83250 {
616                         reg = <83250>;
617                         compatible = "nvidia,tegra20-emc-table";
618                         clock-frequency = <83250>;
619                         nvidia,emc-registers =   <0x00000005 0x00000011
620                                 0x00000004 0x00000002 0x00000004 0x00000004
621                                 0x00000001 0x0000000a 0x00000002 0x00000002
622                                 0x00000001 0x00000001 0x00000003 0x00000004
623                                 0x00000003 0x00000009 0x0000000c 0x0000025f
624                                 0x00000000 0x00000003 0x00000003 0x00000002
625                                 0x00000002 0x00000001 0x00000008 0x000000c8
626                                 0x00000003 0x00000005 0x00000003 0x0000000c
627                                 0x00000002 0x00000000 0x00000000 0x00000002
628                                 0x00000000 0x00000000 0x00000083 0x00520006
629                                 0x00000010 0x00000008 0x00000000 0x00000000
630                                 0x00000000 0x00000000 0x00000000 0x00000000>;
631                 };
632                 emc-table@133200 {
633                         reg = <133200>;
634                         compatible = "nvidia,tegra20-emc-table";
635                         clock-frequency = <133200>;
636                         nvidia,emc-registers =   <0x00000008 0x00000019
637                                 0x00000006 0x00000002 0x00000004 0x00000004
638                                 0x00000001 0x0000000a 0x00000002 0x00000002
639                                 0x00000002 0x00000001 0x00000003 0x00000004
640                                 0x00000003 0x00000009 0x0000000c 0x0000039f
641                                 0x00000000 0x00000003 0x00000003 0x00000002
642                                 0x00000002 0x00000001 0x00000008 0x000000c8
643                                 0x00000003 0x00000007 0x00000003 0x0000000c
644                                 0x00000002 0x00000000 0x00000000 0x00000002
645                                 0x00000000 0x00000000 0x00000083 0x00510006
646                                 0x00000010 0x00000008 0x00000000 0x00000000
647                                 0x00000000 0x00000000 0x00000000 0x00000000>;
648                 };
649                 emc-table@166500 {
650                         reg = <166500>;
651                         compatible = "nvidia,tegra20-emc-table";
652                         clock-frequency = <166500>;
653                         nvidia,emc-registers =   <0x0000000a 0x00000021
654                                 0x00000008 0x00000003 0x00000004 0x00000004
655                                 0x00000002 0x0000000a 0x00000003 0x00000003
656                                 0x00000002 0x00000001 0x00000003 0x00000004
657                                 0x00000003 0x00000009 0x0000000c 0x000004df
658                                 0x00000000 0x00000003 0x00000003 0x00000003
659                                 0x00000003 0x00000001 0x00000009 0x000000c8
660                                 0x00000003 0x00000009 0x00000004 0x0000000c
661                                 0x00000002 0x00000000 0x00000000 0x00000002
662                                 0x00000000 0x00000000 0x00000083 0x004f0006
663                                 0x00000010 0x00000008 0x00000000 0x00000000
664                                 0x00000000 0x00000000 0x00000000 0x00000000>;
665                 };
666                 emc-table@333000 {
667                         reg = <333000>;
668                         compatible = "nvidia,tegra20-emc-table";
669                         clock-frequency = <333000>;
670                         nvidia,emc-registers =   <0x00000014 0x00000041
671                                 0x0000000f 0x00000005 0x00000004 0x00000005
672                                 0x00000003 0x0000000a 0x00000005 0x00000005
673                                 0x00000004 0x00000001 0x00000003 0x00000004
674                                 0x00000003 0x00000009 0x0000000c 0x000009ff
675                                 0x00000000 0x00000003 0x00000003 0x00000005
676                                 0x00000005 0x00000001 0x0000000e 0x000000c8
677                                 0x00000003 0x00000011 0x00000006 0x0000000c
678                                 0x00000002 0x00000000 0x00000000 0x00000002
679                                 0x00000000 0x00000000 0x00000083 0x00380006
680                                 0x00000010 0x00000008 0x00000000 0x00000000
681                                 0x00000000 0x00000000 0x00000000 0x00000000>;
682                 };
683         };
684
685         /* EHCI instance 1: ULPI PHY -> AX88772B (On-module) */
686         usb@c5004000 {
687                 status = "okay";
688                 #address-cells = <1>;
689                 #size-cells = <0>;
690
691                 asix@1 {
692                         reg = <1>;
693                         local-mac-address = [00 00 00 00 00 00];
694                 };
695         };
696
697         usb-phy@c5004000 {
698                 status = "okay";
699                 nvidia,phy-reset-gpio =
700                         <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
701                 vbus-supply = <&reg_lan_v_bus>;
702         };
703
704         clk32k_in: xtal3 {
705                 compatible = "fixed-clock";
706                 #clock-cells = <0>;
707                 clock-frequency = <32768>;
708         };
709
710         reg_lan_v_bus: regulator-lan-v-bus {
711                 compatible = "regulator-fixed";
712                 regulator-name = "LAN_V_BUS";
713                 regulator-min-microvolt = <5000000>;
714                 regulator-max-microvolt = <5000000>;
715                 enable-active-high;
716                 gpio = <&gpio TEGRA_GPIO(BB, 1) GPIO_ACTIVE_HIGH>;
717         };
718
719         reg_module_3v3: regulator-module-3v3 {
720                 compatible = "regulator-fixed";
721                 regulator-name = "+V3.3";
722                 regulator-min-microvolt = <3300000>;
723                 regulator-max-microvolt = <3300000>;
724                 regulator-always-on;
725         };
726
727         sound {
728                 compatible = "nvidia,tegra-audio-wm9712-colibri_t20",
729                              "nvidia,tegra-audio-wm9712";
730                 nvidia,model = "Toradex Colibri T20";
731                 nvidia,audio-routing =
732                         "Headphone", "HPOUTL",
733                         "Headphone", "HPOUTR",
734                         "LineIn", "LINEINL",
735                         "LineIn", "LINEINR",
736                         "Mic", "MIC1";
737                 nvidia,ac97-controller = <&tegra_ac97>;
738                 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
739                          <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
740                          <&tegra_car TEGRA20_CLK_CDEV1>;
741                 clock-names = "pll_a", "pll_a_out0", "mclk";
742         };
743 };
744
745 &emc_icc_dvfs_opp_table {
746         /delete-node/ opp@760000000;
747 };
748
749 &gpio {
750         lan-reset-n {
751                 gpio-hog;
752                 gpios = <TEGRA_GPIO(V, 4) GPIO_ACTIVE_HIGH>;
753                 output-high;
754                 line-name = "LAN_RESET#";
755         };
756
757         /* Tri-stating GMI_WR_N on SODIMM pin 99 nPWE */
758         npwe {
759                 gpio-hog;
760                 gpios = <TEGRA_GPIO(T, 5) GPIO_ACTIVE_HIGH>;
761                 output-high;
762                 line-name = "Tri-state nPWE";
763         };
764
765         /* Not tri-stating GMI_WR_N on SODIMM pin 93 RDnWR */
766         rdnwr {
767                 gpio-hog;
768                 gpios = <TEGRA_GPIO(T, 6) GPIO_ACTIVE_HIGH>;
769                 output-low;
770                 line-name = "Not tri-state RDnWR";
771         };
772 };