Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / arch / arm / boot / dts / am57xx-beagle-x15.dts
1 /*
2  * Copyright (C) 2014 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
10 #include "dra74x.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13
14 / {
15         model = "TI AM5728 BeagleBoard-X15";
16         compatible = "ti,am572x-beagle-x15", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
17
18         aliases {
19                 rtc0 = &mcp_rtc;
20                 rtc1 = &tps659038_rtc;
21                 rtc2 = &rtc;
22                 display0 = &hdmi0;
23         };
24
25         memory {
26                 device_type = "memory";
27                 reg = <0x80000000 0x80000000>;
28         };
29
30         vdd_3v3: fixedregulator-vdd_3v3 {
31                 compatible = "regulator-fixed";
32                 regulator-name = "vdd_3v3";
33                 vin-supply = <&regen1>;
34                 regulator-min-microvolt = <3300000>;
35                 regulator-max-microvolt = <3300000>;
36         };
37
38         vtt_fixed: fixedregulator-vtt {
39                 /* TPS51200 */
40                 compatible = "regulator-fixed";
41                 regulator-name = "vtt_fixed";
42                 vin-supply = <&smps3_reg>;
43                 regulator-min-microvolt = <3300000>;
44                 regulator-max-microvolt = <3300000>;
45                 regulator-always-on;
46                 regulator-boot-on;
47                 enable-active-high;
48                 gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
49         };
50
51         leds {
52                 compatible = "gpio-leds";
53                 pinctrl-names = "default";
54                 pinctrl-0 = <&leds_pins_default>;
55
56                 led@0 {
57                         label = "beagle-x15:usr0";
58                         gpios = <&gpio7 9 GPIO_ACTIVE_HIGH>;
59                         linux,default-trigger = "heartbeat";
60                         default-state = "off";
61                 };
62
63                 led@1 {
64                         label = "beagle-x15:usr1";
65                         gpios = <&gpio7 8 GPIO_ACTIVE_HIGH>;
66                         linux,default-trigger = "cpu0";
67                         default-state = "off";
68                 };
69
70                 led@2 {
71                         label = "beagle-x15:usr2";
72                         gpios = <&gpio7 14 GPIO_ACTIVE_HIGH>;
73                         linux,default-trigger = "mmc0";
74                         default-state = "off";
75                 };
76
77                 led@3 {
78                         label = "beagle-x15:usr3";
79                         gpios = <&gpio7 15 GPIO_ACTIVE_HIGH>;
80                         linux,default-trigger = "ide-disk";
81                         default-state = "off";
82                 };
83         };
84
85         gpio_fan: gpio_fan {
86                 /* Based on 5v 500mA AFB02505HHB */
87                 compatible = "gpio-fan";
88                 gpios =  <&tps659038_gpio 2 GPIO_ACTIVE_HIGH>;
89                 gpio-fan,speed-map = <0     0>,
90                                      <13000 1>;
91                 #cooling-cells = <2>;
92         };
93
94         extcon_usb1: extcon_usb1 {
95                 compatible = "linux,extcon-usb-gpio";
96                 id-gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>;
97                 pinctrl-names = "default";
98                 pinctrl-0 = <&extcon_usb1_pins>;
99         };
100
101         extcon_usb2: extcon_usb2 {
102                 compatible = "linux,extcon-usb-gpio";
103                 id-gpio = <&gpio7 24 GPIO_ACTIVE_HIGH>;
104                 pinctrl-names = "default";
105                 pinctrl-0 = <&extcon_usb2_pins>;
106         };
107
108         hdmi0: connector {
109                 compatible = "hdmi-connector";
110                 label = "hdmi";
111
112                 type = "a";
113
114                 port {
115                         hdmi_connector_in: endpoint {
116                                 remote-endpoint = <&tpd12s015_out>;
117                         };
118                 };
119         };
120
121         tpd12s015: encoder {
122                 compatible = "ti,tpd12s015";
123
124                 pinctrl-names = "default";
125                 pinctrl-0 = <&tpd12s015_pins>;
126
127                 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>,   /* gpio7_10, CT CP HPD */
128                         <&gpio6 28 GPIO_ACTIVE_HIGH>,   /* gpio6_28, LS OE */
129                         <&gpio7 12 GPIO_ACTIVE_HIGH>;   /* gpio7_12/sp1_cs2, HPD */
130
131                 ports {
132                         #address-cells = <1>;
133                         #size-cells = <0>;
134
135                         port@0 {
136                                 reg = <0>;
137
138                                 tpd12s015_in: endpoint {
139                                         remote-endpoint = <&hdmi_out>;
140                                 };
141                         };
142
143                         port@1 {
144                                 reg = <1>;
145
146                                 tpd12s015_out: endpoint {
147                                         remote-endpoint = <&hdmi_connector_in>;
148                                 };
149                         };
150                 };
151         };
152 };
153
154 &dra7_pmx_core {
155         leds_pins_default: leds_pins_default {
156                 pinctrl-single,pins = <
157                         0x3a8 (PIN_OUTPUT | MUX_MODE14) /* spi1_d1.gpio7_8 */
158                         0x3ac (PIN_OUTPUT | MUX_MODE14) /* spi1_d0.gpio7_9 */
159                         0x3c0 (PIN_OUTPUT | MUX_MODE14) /* spi2_sclk.gpio7_14 */
160                         0x3c4 (PIN_OUTPUT | MUX_MODE14) /* spi2_d1.gpio7_15 */
161                 >;
162         };
163
164         i2c1_pins_default: i2c1_pins_default {
165                 pinctrl-single,pins = <
166                         0x400 (PIN_INPUT_PULLUP | MUX_MODE0)    /* i2c1_sda.sda */
167                         0x404 (PIN_INPUT_PULLUP | MUX_MODE0)    /* i2c1_scl.scl */
168                 >;
169         };
170
171         hdmi_pins: pinmux_hdmi_pins {
172                 pinctrl-single,pins = <
173                         0x408 (PIN_INPUT | MUX_MODE1)   /* i2c2_sda.hdmi1_ddc_scl */
174                         0x40c (PIN_INPUT | MUX_MODE1)   /* i2c2_scl.hdmi1_ddc_sda */
175                 >;
176         };
177
178         i2c3_pins_default: i2c3_pins_default {
179                 pinctrl-single,pins = <
180                         0x2a4 (PIN_INPUT| MUX_MODE10)   /* mcasp1_aclkx.i2c3_sda */
181                         0x2a8 (PIN_INPUT| MUX_MODE10)   /* mcasp1_fsx.i2c3_scl */
182                 >;
183         };
184
185         uart3_pins_default: uart3_pins_default {
186                 pinctrl-single,pins = <
187                         0x3f8 (PIN_INPUT_SLEW | MUX_MODE2) /* uart2_ctsn.uart3_rxd */
188                         0x3fc (PIN_INPUT_SLEW | MUX_MODE1) /* uart2_rtsn.uart3_txd */
189                 >;
190         };
191
192         mmc1_pins_default: mmc1_pins_default {
193                 pinctrl-single,pins = <
194                         0x36c (PIN_INPUT | MUX_MODE14)  /* mmc1sdcd.gpio219 */
195                         0x354 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
196                         0x358 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
197                         0x35c (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
198                         0x360 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
199                         0x364 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
200                         0x368 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
201                 >;
202         };
203
204         mmc2_pins_default: mmc2_pins_default {
205                 pinctrl-single,pins = <
206                         0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
207                         0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
208                         0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
209                         0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
210                         0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
211                         0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
212                         0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
213                         0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
214                         0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
215                         0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
216                 >;
217         };
218
219         cpsw_pins_default: cpsw_pins_default {
220                 pinctrl-single,pins = <
221                         /* Slave 1 */
222                         0x250 (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_tclk */
223                         0x254 (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_tctl */
224                         0x258 (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_td3 */
225                         0x25c (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_td2 */
226                         0x260 (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_td1 */
227                         0x264 (PIN_OUTPUT | MUX_MODE0)  /* rgmii1_td0 */
228                         0x268 (PIN_INPUT | MUX_MODE0)   /* rgmii1_rclk */
229                         0x26c (PIN_INPUT | MUX_MODE0)   /* rgmii1_rctl */
230                         0x270 (PIN_INPUT | MUX_MODE0)   /* rgmii1_rd3 */
231                         0x274 (PIN_INPUT | MUX_MODE0)   /* rgmii1_rd2 */
232                         0x278 (PIN_INPUT | MUX_MODE0)   /* rgmii1_rd1 */
233                         0x27c (PIN_INPUT | MUX_MODE0)   /* rgmii1_rd0 */
234
235                         /* Slave 2 */
236                         0x198 (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_tclk */
237                         0x19c (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_tctl */
238                         0x1a0 (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_td3 */
239                         0x1a4 (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_td2 */
240                         0x1a8 (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_td1 */
241                         0x1ac (PIN_OUTPUT | MUX_MODE3)  /* rgmii2_td0 */
242                         0x1b0 (PIN_INPUT | MUX_MODE3)   /* rgmii2_rclk */
243                         0x1b4 (PIN_INPUT | MUX_MODE3)   /* rgmii2_rctl */
244                         0x1b8 (PIN_INPUT | MUX_MODE3)   /* rgmii2_rd3 */
245                         0x1bc (PIN_INPUT | MUX_MODE3)   /* rgmii2_rd2 */
246                         0x1c0 (PIN_INPUT | MUX_MODE3)   /* rgmii2_rd1 */
247                         0x1c4 (PIN_INPUT | MUX_MODE3)   /* rgmii2_rd0 */
248                 >;
249
250         };
251
252         cpsw_pins_sleep: cpsw_pins_sleep {
253                 pinctrl-single,pins = <
254                         /* Slave 1 */
255                         0x250 (PIN_INPUT | MUX_MODE15)
256                         0x254 (PIN_INPUT | MUX_MODE15)
257                         0x258 (PIN_INPUT | MUX_MODE15)
258                         0x25c (PIN_INPUT | MUX_MODE15)
259                         0x260 (PIN_INPUT | MUX_MODE15)
260                         0x264 (PIN_INPUT | MUX_MODE15)
261                         0x268 (PIN_INPUT | MUX_MODE15)
262                         0x26c (PIN_INPUT | MUX_MODE15)
263                         0x270 (PIN_INPUT | MUX_MODE15)
264                         0x274 (PIN_INPUT | MUX_MODE15)
265                         0x278 (PIN_INPUT | MUX_MODE15)
266                         0x27c (PIN_INPUT | MUX_MODE15)
267
268                         /* Slave 2 */
269                         0x198 (PIN_INPUT | MUX_MODE15)
270                         0x19c (PIN_INPUT | MUX_MODE15)
271                         0x1a0 (PIN_INPUT | MUX_MODE15)
272                         0x1a4 (PIN_INPUT | MUX_MODE15)
273                         0x1a8 (PIN_INPUT | MUX_MODE15)
274                         0x1ac (PIN_INPUT | MUX_MODE15)
275                         0x1b0 (PIN_INPUT | MUX_MODE15)
276                         0x1b4 (PIN_INPUT | MUX_MODE15)
277                         0x1b8 (PIN_INPUT | MUX_MODE15)
278                         0x1bc (PIN_INPUT | MUX_MODE15)
279                         0x1c0 (PIN_INPUT | MUX_MODE15)
280                         0x1c4 (PIN_INPUT | MUX_MODE15)
281                 >;
282         };
283
284         davinci_mdio_pins_default: davinci_mdio_pins_default {
285                 pinctrl-single,pins = <
286                         /* MDIO */
287                         0x23c (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* mdio_mclk */
288                         0x240 (PIN_INPUT_PULLUP | MUX_MODE0)    /* mdio_d */
289                 >;
290         };
291
292         davinci_mdio_pins_sleep: davinci_mdio_pins_sleep {
293                 pinctrl-single,pins = <
294                         0x23c (PIN_INPUT | MUX_MODE15)
295                         0x240 (PIN_INPUT | MUX_MODE15)
296                 >;
297         };
298
299         tps659038_pins_default: tps659038_pins_default {
300                 pinctrl-single,pins = <
301                         0x418 (PIN_INPUT_PULLUP | MUX_MODE14)   /* wakeup0.gpio1_0 */
302                 >;
303         };
304
305         tmp102_pins_default: tmp102_pins_default {
306                 pinctrl-single,pins = <
307                         0x3C8 (PIN_INPUT_PULLUP | MUX_MODE14)   /* spi2_d0.gpio7_16 */
308                 >;
309         };
310
311         mcp79410_pins_default: mcp79410_pins_default {
312                 pinctrl-single,pins = <
313                         0x424 (PIN_INPUT_PULLUP | MUX_MODE1)    /* wakeup3.sys_nirq1 */
314                 >;
315         };
316
317         usb1_pins: pinmux_usb1_pins {
318                 pinctrl-single,pins = <
319                         0x280 (PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
320                 >;
321         };
322
323         extcon_usb1_pins: extcon_usb1_pins {
324                 pinctrl-single,pins = <
325                         0x3ec (PIN_INPUT_PULLUP | MUX_MODE14) /* uart1_rtsn.gpio7_25 */
326                 >;
327         };
328
329         extcon_usb2_pins: extcon_usb2_pins {
330                 pinctrl-single,pins = <
331                         0x3e8 (PIN_INPUT_PULLUP | MUX_MODE14) /* uart1_ctsn.gpio7_24 */
332                 >;
333         };
334
335         tpd12s015_pins: pinmux_tpd12s015_pins {
336                 pinctrl-single,pins = <
337                         0x3b0 (PIN_OUTPUT | MUX_MODE14)         /* gpio7_10 CT_CP_HPD */
338                         0x3b8 (PIN_INPUT_PULLDOWN | MUX_MODE14) /* gpio7_12 HPD */
339                         0x370 (PIN_OUTPUT | MUX_MODE14)         /* gpio6_28 LS_OE */
340                 >;
341         };
342 };
343
344 &i2c1 {
345         status = "okay";
346         pinctrl-names = "default";
347         pinctrl-0 = <&i2c1_pins_default>;
348         clock-frequency = <400000>;
349
350         tps659038: tps659038@58 {
351                 compatible = "ti,tps659038";
352                 reg = <0x58>;
353                 interrupt-parent = <&gpio1>;
354                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
355
356                 pinctrl-names = "default";
357                 pinctrl-0 = <&tps659038_pins_default>;
358
359                 #interrupt-cells = <2>;
360                 interrupt-controller;
361
362                 ti,system-power-controller;
363
364                 tps659038_pmic {
365                         compatible = "ti,tps659038-pmic";
366
367                         regulators {
368                                 smps12_reg: smps12 {
369                                         /* VDD_MPU */
370                                         regulator-name = "smps12";
371                                         regulator-min-microvolt = < 850000>;
372                                         regulator-max-microvolt = <1250000>;
373                                         regulator-always-on;
374                                         regulator-boot-on;
375                                 };
376
377                                 smps3_reg: smps3 {
378                                         /* VDD_DDR */
379                                         regulator-name = "smps3";
380                                         regulator-min-microvolt = <1350000>;
381                                         regulator-max-microvolt = <1350000>;
382                                         regulator-always-on;
383                                         regulator-boot-on;
384                                 };
385
386                                 smps45_reg: smps45 {
387                                         /* VDD_DSPEVE, VDD_IVA, VDD_GPU */
388                                         regulator-name = "smps45";
389                                         regulator-min-microvolt = < 850000>;
390                                         regulator-max-microvolt = <1150000>;
391                                         regulator-always-on;
392                                         regulator-boot-on;
393                                 };
394
395                                 smps6_reg: smps6 {
396                                         /* VDD_CORE */
397                                         regulator-name = "smps6";
398                                         regulator-min-microvolt = <850000>;
399                                         regulator-max-microvolt = <1030000>;
400                                         regulator-always-on;
401                                         regulator-boot-on;
402                                 };
403
404                                 /* SMPS7 unused */
405
406                                 smps8_reg: smps8 {
407                                         /* VDD_1V8 */
408                                         regulator-name = "smps8";
409                                         regulator-min-microvolt = <1800000>;
410                                         regulator-max-microvolt = <1800000>;
411                                         regulator-always-on;
412                                         regulator-boot-on;
413                                 };
414
415                                 /* SMPS9 unused */
416
417                                 ldo1_reg: ldo1 {
418                                         /* VDD_SD  */
419                                         regulator-name = "ldo1";
420                                         regulator-min-microvolt = <1800000>;
421                                         regulator-max-microvolt = <3300000>;
422                                         regulator-boot-on;
423                                 };
424
425                                 ldo2_reg: ldo2 {
426                                         /* VDD_SHV5 */
427                                         regulator-name = "ldo2";
428                                         regulator-min-microvolt = <3300000>;
429                                         regulator-max-microvolt = <3300000>;
430                                         regulator-always-on;
431                                         regulator-boot-on;
432                                 };
433
434                                 ldo3_reg: ldo3 {
435                                         /* VDDA_1V8_PHY */
436                                         regulator-name = "ldo3";
437                                         regulator-min-microvolt = <1800000>;
438                                         regulator-max-microvolt = <1800000>;
439                                         regulator-always-on;
440                                         regulator-boot-on;
441                                 };
442
443                                 ldo9_reg: ldo9 {
444                                         /* VDD_RTC */
445                                         regulator-name = "ldo9";
446                                         regulator-min-microvolt = <1050000>;
447                                         regulator-max-microvolt = <1050000>;
448                                         regulator-always-on;
449                                         regulator-boot-on;
450                                 };
451
452                                 ldoln_reg: ldoln {
453                                         /* VDDA_1V8_PLL */
454                                         regulator-name = "ldoln";
455                                         regulator-min-microvolt = <1800000>;
456                                         regulator-max-microvolt = <1800000>;
457                                         regulator-always-on;
458                                         regulator-boot-on;
459                                 };
460
461                                 ldousb_reg: ldousb {
462                                         /* VDDA_3V_USB: VDDA_USBHS33 */
463                                         regulator-name = "ldousb";
464                                         regulator-min-microvolt = <3300000>;
465                                         regulator-max-microvolt = <3300000>;
466                                         regulator-boot-on;
467                                 };
468
469                                 regen1: regen1 {
470                                         /* VDD_3V3_ON */
471                                         regulator-name = "regen1";
472                                         regulator-boot-on;
473                                         regulator-always-on;
474                                 };
475                         };
476                 };
477
478                 tps659038_rtc: tps659038_rtc {
479                         compatible = "ti,palmas-rtc";
480                         interrupt-parent = <&tps659038>;
481                         interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
482                         wakeup-source;
483                 };
484
485                 tps659038_pwr_button: tps659038_pwr_button {
486                         compatible = "ti,palmas-pwrbutton";
487                         interrupt-parent = <&tps659038>;
488                         interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
489                         wakeup-source;
490                         ti,palmas-long-press-seconds = <12>;
491                 };
492
493                 tps659038_gpio: tps659038_gpio {
494                         compatible = "ti,palmas-gpio";
495                         gpio-controller;
496                         #gpio-cells = <2>;
497                 };
498         };
499
500         tmp102: tmp102@48 {
501                 compatible = "ti,tmp102";
502                 reg = <0x48>;
503                 pinctrl-names = "default";
504                 pinctrl-0 = <&tmp102_pins_default>;
505                 interrupt-parent = <&gpio7>;
506                 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
507                 #thermal-sensor-cells = <1>;
508         };
509 };
510
511 &i2c3 {
512         status = "okay";
513         pinctrl-names = "default";
514         pinctrl-0 = <&i2c3_pins_default>;
515         clock-frequency = <400000>;
516
517         mcp_rtc: rtc@6f {
518                 compatible = "microchip,mcp7941x";
519                 reg = <0x6f>;
520                 interrupts = <GIC_SPI 2 IRQ_TYPE_EDGE_RISING>;  /* IRQ_SYS_1N */
521
522                 pinctrl-names = "default";
523                 pinctrl-0 = <&mcp79410_pins_default>;
524
525                 vcc-supply = <&vdd_3v3>;
526                 wakeup-source;
527         };
528 };
529
530 &gpio7 {
531         ti,no-reset-on-init;
532         ti,no-idle-on-init;
533 };
534
535 &cpu0 {
536         cpu0-supply = <&smps12_reg>;
537         voltage-tolerance = <1>;
538 };
539
540 &uart3 {
541         status = "okay";
542         interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
543                               <&dra7_pmx_core 0x3f8>;
544
545         pinctrl-names = "default";
546         pinctrl-0 = <&uart3_pins_default>;
547 };
548
549 &mac {
550         status = "okay";
551         pinctrl-names = "default", "sleep";
552         pinctrl-0 = <&cpsw_pins_default>;
553         pinctrl-1 = <&cpsw_pins_sleep>;
554         dual_emac;
555 };
556
557 &cpsw_emac0 {
558         phy_id = <&davinci_mdio>, <1>;
559         phy-mode = "rgmii";
560         dual_emac_res_vlan = <1>;
561 };
562
563 &cpsw_emac1 {
564         phy_id = <&davinci_mdio>, <2>;
565         phy-mode = "rgmii";
566         dual_emac_res_vlan = <2>;
567 };
568
569 &davinci_mdio {
570         pinctrl-names = "default", "sleep";
571         pinctrl-0 = <&davinci_mdio_pins_default>;
572         pinctrl-1 = <&davinci_mdio_pins_sleep>;
573 };
574
575 &mmc1 {
576         status = "okay";
577
578         pinctrl-names = "default";
579         pinctrl-0 = <&mmc1_pins_default>;
580
581         vmmc-supply = <&ldo1_reg>;
582         vmmc_aux-supply = <&vdd_3v3>;
583         pbias-supply = <&pbias_mmc_reg>;
584         bus-width = <4>;
585         cd-gpios = <&gpio6 27 0>; /* gpio 219 */
586 };
587
588 &mmc2 {
589         status = "okay";
590
591         pinctrl-names = "default";
592         pinctrl-0 = <&mmc2_pins_default>;
593
594         vmmc-supply = <&vdd_3v3>;
595         bus-width = <8>;
596         ti,non-removable;
597         cap-mmc-dual-data-rate;
598 };
599
600 &sata {
601         status = "okay";
602 };
603
604 &usb2_phy1 {
605         phy-supply = <&ldousb_reg>;
606 };
607
608 &usb2_phy2 {
609         phy-supply = <&ldousb_reg>;
610 };
611
612 &usb1 {
613         dr_mode = "host";
614         pinctrl-names = "default";
615         pinctrl-0 = <&usb1_pins>;
616 };
617
618 &omap_dwc3_1 {
619         extcon = <&extcon_usb1>;
620 };
621
622 &omap_dwc3_2 {
623         extcon = <&extcon_usb2>;
624 };
625
626 &usb2 {
627         dr_mode = "peripheral";
628 };
629
630 &cpu_trips {
631         cpu_alert1: cpu_alert1 {
632                 temperature = <50000>; /* millicelsius */
633                 hysteresis = <2000>; /* millicelsius */
634                 type = "active";
635         };
636 };
637
638 &cpu_cooling_maps {
639         map1 {
640                 trip = <&cpu_alert1>;
641                 cooling-device = <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
642         };
643 };
644
645 &thermal_zones {
646         board_thermal: board_thermal {
647                 polling-delay-passive = <1250>; /* milliseconds */
648                 polling-delay = <1500>; /* milliseconds */
649
650                                 /* sensor       ID */
651                 thermal-sensors = <&tmp102     0>;
652
653                 board_trips: trips {
654                         board_alert0: board_alert {
655                                 temperature = <40000>; /* millicelsius */
656                                 hysteresis = <2000>; /* millicelsius */
657                                 type = "active";
658                         };
659
660                         board_crit: board_crit {
661                                 temperature = <105000>; /* millicelsius */
662                                 hysteresis = <0>; /* millicelsius */
663                                 type = "critical";
664                         };
665                 };
666
667                 board_cooling_maps: cooling-maps {
668                         map0 {
669                                 trip = <&board_alert0>;
670                                 cooling-device =
671                                   <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
672                         };
673                 };
674        };
675 };
676
677 &dss {
678         status = "ok";
679
680         vdda_video-supply = <&ldoln_reg>;
681 };
682
683 &hdmi {
684         status = "ok";
685         vdda-supply = <&ldo3_reg>;
686
687         pinctrl-names = "default";
688         pinctrl-0 = <&hdmi_pins>;
689
690         port {
691                 hdmi_out: endpoint {
692                         remote-endpoint = <&tpd12s015_in>;
693                 };
694         };
695 };