2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
8 #include <dt-bindings/input/input.h>
9 #include "omap443x.dtsi"
10 #include "motorola-cpcap-mapphone.dtsi"
13 model = "Motorola Droid 4 XT894";
14 compatible = "motorola,droid4", "ti,omap4430", "ti,omap4";
26 * We seem to have only 1021 MB accessible, 1021 - 1022 is locked,
27 * then 1023 - 1024 seems to contain mbm.
30 device_type = "memory";
31 reg = <0x80000000 0x3fd00000>; /* 1021 MB */
34 /* Poweroff GPIO probably connected to CPCAP */
36 compatible = "gpio-poweroff";
37 pinctrl-0 = <&poweroff_gpio>;
38 pinctrl-names = "default";
39 gpios = <&gpio2 18 GPIO_ACTIVE_LOW>; /* gpio50 */
43 compatible = "hdmi-connector";
44 pinctrl-0 = <&hdmi_hpd_gpio>;
45 pinctrl-names = "default";
49 hpd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; /* gpio63 */
52 hdmi_connector_in: endpoint {
53 remote-endpoint = <&hdmi_out>;
59 * HDMI 5V regulator probably sourced from battery. Let's keep
60 * keep this as always enabled for HDMI to work until we've
61 * figured what the encoder chip is.
63 hdmi_regulator: regulator-hdmi {
64 compatible = "regulator-fixed";
65 regulator-name = "hdmi";
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
68 gpio = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* gpio59 */
73 /* FS USB Host PHY on port 1 for mdm6600 */
74 fsusb1_phy: usb-phy@1 {
75 compatible = "motorola,mapphone-mdm6600";
76 pinctrl-0 = <&usb_mdm6600_pins>;
77 pinctrl-names = "default";
78 enable-gpios = <&gpio3 31 GPIO_ACTIVE_LOW>; /* gpio_95 */
79 power-gpios = <&gpio2 22 GPIO_ACTIVE_HIGH>; /* gpio_54 */
80 reset-gpios = <&gpio2 17 GPIO_ACTIVE_HIGH>; /* gpio_49 */
81 /* mode: gpio_148 gpio_149 */
82 motorola,mode-gpios = <&gpio5 20 GPIO_ACTIVE_HIGH>,
83 <&gpio5 21 GPIO_ACTIVE_HIGH>;
84 /* cmd: gpio_103 gpio_104 gpio_142 */
85 motorola,cmd-gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>,
86 <&gpio4 8 GPIO_ACTIVE_HIGH>,
87 <&gpio5 14 GPIO_ACTIVE_HIGH>;
88 /* status: gpio_52 gpio_53 gpio_55 */
89 motorola,status-gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>,
90 <&gpio2 21 GPIO_ACTIVE_HIGH>,
91 <&gpio2 23 GPIO_ACTIVE_HIGH>;
95 /* HS USB host TLL nop-phy on port 2 for w3glte */
96 hsusb2_phy: usb-phy@2 {
97 compatible = "usb-nop-xceiv";
101 /* LCD regulator from sw5 source */
102 lcd_regulator: regulator-lcd {
103 compatible = "regulator-fixed";
104 regulator-name = "lcd";
105 regulator-min-microvolt = <5050000>;
106 regulator-max-microvolt = <5050000>;
107 gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>; /* gpio96 */
112 /* This is probably coming straight from the battery.. */
113 wl12xx_vmmc: regulator-wl12xx {
114 compatible = "regulator-fixed";
115 regulator-name = "vwl1271";
116 regulator-min-microvolt = <1650000>;
117 regulator-max-microvolt = <1650000>;
118 gpio = <&gpio3 30 GPIO_ACTIVE_HIGH>; /* gpio94 */
119 startup-delay-us = <70000>;
124 compatible = "gpio-keys";
127 label = "Volume Down";
128 gpios = <&gpio5 26 GPIO_ACTIVE_LOW>; /* gpio154 */
129 linux,code = <KEY_VOLUMEDOWN>;
131 /* Value above 7.95ms for no GPIO hardware debounce */
132 debounce-interval = <10>;
136 label = "Keypad Slide";
137 gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; /* gpio122 */
138 linux,input-type = <EV_SW>;
139 linux,code = <SW_KEYPAD_SLIDE>;
141 /* Value above 7.95ms for no GPIO hardware debounce */
142 debounce-interval = <10>;
147 compatible = "audio-graph-card";
148 label = "Droid 4 Audio";
150 simple-graph-card,widgets =
151 "Speaker", "Earpiece",
152 "Speaker", "Loudspeaker",
153 "Headphone", "Headphone Jack",
154 "Microphone", "Internal Mic";
156 simple-graph-card,routing =
158 "Loudspeaker", "SPKR",
159 "Headphone Jack", "HSL",
160 "Headphone Jack", "HSR",
161 "MICR", "Internal Mic";
163 dais = <&mcbsp2_port>, <&mcbsp3_port>;
166 pwm8: dmtimer-pwm-8 {
167 pinctrl-names = "default";
168 pinctrl-0 = <&vibrator_direction_pin>;
170 compatible = "ti,omap-dmtimer-pwm";
172 ti,timers = <&timer8>;
173 ti,clock-source = <0x01>;
176 pwm9: dmtimer-pwm-9 {
177 pinctrl-names = "default";
178 pinctrl-0 = <&vibrator_enable_pin>;
180 compatible = "ti,omap-dmtimer-pwm";
182 ti,timers = <&timer9>;
183 ti,clock-source = <0x01>;
187 compatible = "pwm-vibrator";
188 pwms = <&pwm9 0 10000000 0>, <&pwm8 0 10000000 0>;
189 pwm-names = "enable", "direction";
190 direction-duty-cycle-ns = <10000000>;
200 vdd-supply = <&vcsi>;
203 dsi1_out_ep: endpoint {
204 remote-endpoint = <&lcd0_in>;
205 lanes = <0 1 2 3 4 5>;
210 compatible = "panel-dsi-cm";
212 vddi-supply = <&lcd_regulator>;
213 reset-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* gpio101 */
217 backlight = <&lcd_backlight>;
220 clock-frequency = <0>; /* Calculated by dsi */
235 pixelclk-active = <1>;
240 remote-endpoint = <&dsi1_out_ep>;
248 pinctrl-0 = <&dss_hdmi_pins>;
249 pinctrl-names = "default";
250 vdda-supply = <&vdac>;
254 remote-endpoint = <&hdmi_connector_in>;
255 lanes = <1 0 3 2 5 4 7 6>;
262 compatible = "ti,tmp105";
264 pinctrl-0 = <&tmp105_irq>;
265 pinctrl-names = "default";
266 /* kpd_row0.gpio_178 */
267 interrupts-extended = <&gpio6 18 IRQ_TYPE_EDGE_FALLING
268 &omap4_pmx_core 0x14e>;
269 interrupt-names = "irq", "wakeup";
275 keypad,num-rows = <8>;
276 keypad,num-columns = <8>;
280 MATRIX_KEY(0, 2, KEY_1)
281 MATRIX_KEY(0, 6, KEY_2)
282 MATRIX_KEY(2, 3, KEY_3)
283 MATRIX_KEY(0, 7, KEY_4)
284 MATRIX_KEY(0, 4, KEY_5)
285 MATRIX_KEY(5, 5, KEY_6)
286 MATRIX_KEY(0, 1, KEY_7)
287 MATRIX_KEY(0, 5, KEY_8)
288 MATRIX_KEY(0, 0, KEY_9)
289 MATRIX_KEY(1, 6, KEY_0)
292 MATRIX_KEY(3, 4, KEY_APOSTROPHE)
293 MATRIX_KEY(7, 6, KEY_Q)
294 MATRIX_KEY(7, 7, KEY_W)
295 MATRIX_KEY(7, 2, KEY_E)
296 MATRIX_KEY(1, 0, KEY_R)
297 MATRIX_KEY(4, 4, KEY_T)
298 MATRIX_KEY(1, 2, KEY_Y)
299 MATRIX_KEY(6, 7, KEY_U)
300 MATRIX_KEY(2, 2, KEY_I)
301 MATRIX_KEY(5, 6, KEY_O)
302 MATRIX_KEY(3, 7, KEY_P)
303 MATRIX_KEY(6, 5, KEY_BACKSPACE)
306 MATRIX_KEY(5, 4, KEY_TAB)
307 MATRIX_KEY(5, 7, KEY_A)
308 MATRIX_KEY(2, 7, KEY_S)
309 MATRIX_KEY(7, 0, KEY_D)
310 MATRIX_KEY(2, 6, KEY_F)
311 MATRIX_KEY(6, 2, KEY_G)
312 MATRIX_KEY(6, 6, KEY_H)
313 MATRIX_KEY(1, 4, KEY_J)
314 MATRIX_KEY(3, 1, KEY_K)
315 MATRIX_KEY(2, 1, KEY_L)
316 MATRIX_KEY(4, 6, KEY_ENTER)
319 MATRIX_KEY(3, 6, KEY_LEFTSHIFT) /* KEY_CAPSLOCK */
320 MATRIX_KEY(6, 1, KEY_Z)
321 MATRIX_KEY(7, 4, KEY_X)
322 MATRIX_KEY(5, 1, KEY_C)
323 MATRIX_KEY(1, 7, KEY_V)
324 MATRIX_KEY(2, 4, KEY_B)
325 MATRIX_KEY(4, 1, KEY_N)
326 MATRIX_KEY(1, 1, KEY_M)
327 MATRIX_KEY(3, 5, KEY_COMMA)
328 MATRIX_KEY(5, 2, KEY_DOT)
329 MATRIX_KEY(6, 3, KEY_UP)
330 MATRIX_KEY(7, 3, KEY_OK)
333 MATRIX_KEY(2, 5, KEY_LEFTCTRL) /* KEY_LEFTSHIFT */
334 MATRIX_KEY(4, 5, KEY_LEFTALT) /* SYM */
335 MATRIX_KEY(6, 0, KEY_MINUS)
336 MATRIX_KEY(4, 7, KEY_EQUAL)
337 MATRIX_KEY(1, 5, KEY_SPACE)
338 MATRIX_KEY(3, 2, KEY_SLASH)
339 MATRIX_KEY(4, 3, KEY_LEFT)
340 MATRIX_KEY(5, 3, KEY_DOWN)
341 MATRIX_KEY(3, 3, KEY_RIGHT)
343 /* Side buttons, KEY_VOLUMEDOWN and KEY_PWER are on CPCAP? */
344 MATRIX_KEY(5, 0, KEY_VOLUMEUP)
349 vmmc-supply = <&vwlan2>;
351 cd-gpios = <&gpio6 16 GPIO_ACTIVE_LOW>; /* gpio176 */
355 vmmc-supply = <&vsdio>;
361 vmmc-supply = <&wl12xx_vmmc>;
362 interrupts-extended = <&wakeupgen GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH
363 &omap4_pmx_core 0xde>;
369 #address-cells = <1>;
372 compatible = "ti,wl1285", "ti,wl1283";
374 interrupt-parent = <&gpio4>;
375 interrupts = <4 IRQ_TYPE_EDGE_RISING>; /* gpio100 */
376 ref-clock-frequency = <26000000>;
377 tcxo-clock-frequency = <26000000>;
383 compatible = "ti,lm3532";
386 enable-gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
388 lcd_backlight: backlight {
389 compatible = "ti,lm3532-backlight";
392 led-sources = <0 1 2>;
394 ramp-down-msec = <0>;
402 compatible = "atmel,maxtouch";
404 pinctrl-names = "default";
405 pinctrl-0 = <&touchscreen_pins>;
407 reset-gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>; /* gpio173 */
409 /* gpio_183 with sys_nirq2 pad as wakeup */
410 interrupts-extended = <&gpio6 23 IRQ_TYPE_EDGE_FALLING>,
411 <&omap4_pmx_core 0x160>;
412 interrupt-names = "irq", "wakeup";
417 compatible = "isil,isl29030";
420 pinctrl-names = "default";
421 pinctrl-0 = <&als_proximity_pins>;
423 interrupt-parent = <&gpio6>;
424 interrupts = <17 IRQ_TYPE_LEVEL_LOW>; /* gpio177 */
430 /* hdmi_hpd.gpio_63 */
431 hdmi_hpd_gpio: pinmux_hdmi_hpd_pins {
432 pinctrl-single,pins = <
433 OMAP4_IOPAD(0x098, PIN_INPUT | MUX_MODE3)
437 /* hdmi_cec.hdmi_cec, hdmi_scl.hdmi_scl, hdmi_sda.hdmi_sda */
438 dss_hdmi_pins: pinmux_dss_hdmi_pins {
439 pinctrl-single,pins = <
440 OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)
441 OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0)
442 OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0)
446 /* gpmc_ncs0.gpio_50 */
447 poweroff_gpio: pinmux_poweroff_pins {
448 pinctrl-single,pins = <
449 OMAP4_IOPAD(0x074, PIN_OUTPUT_PULLUP | MUX_MODE3)
453 /* kpd_row0.gpio_178 */
454 tmp105_irq: pinmux_tmp105_irq {
455 pinctrl-single,pins = <
456 OMAP4_IOPAD(0x18e, PIN_INPUT_PULLUP | MUX_MODE3)
460 usb_gpio_mux_sel1: pinmux_usb_gpio_mux_sel1_pins {
462 pinctrl-single,pins = <
463 OMAP4_IOPAD(0x088, PIN_OUTPUT | MUX_MODE3)
467 touchscreen_pins: pinmux_touchscreen_pins {
468 pinctrl-single,pins = <
469 OMAP4_IOPAD(0x180, PIN_OUTPUT | MUX_MODE3)
470 OMAP4_IOPAD(0x1a0, PIN_INPUT_PULLUP | MUX_MODE3)
474 als_proximity_pins: pinmux_als_proximity_pins {
475 pinctrl-single,pins = <
476 OMAP4_IOPAD(0x18c, PIN_INPUT_PULLUP | MUX_MODE3)
480 usb_mdm6600_pins: pinmux_usb_mdm6600_pins {
481 pinctrl-single,pins = <
482 /* enable 0x4a1000d8 usbb1_ulpitll_dat7.gpio_95 ag16 */
483 OMAP4_IOPAD(0x0d8, PIN_INPUT | MUX_MODE3)
485 /* power 0x4a10007c gpmc_nwp.gpio_54 c25 */
486 OMAP4_IOPAD(0x07c, PIN_OUTPUT | MUX_MODE3)
488 /* reset 0x4a100072 gpmc_a25.gpio_49 d20 */
489 OMAP4_IOPAD(0x072, PIN_OUTPUT | MUX_MODE3)
491 /* mode0/bpwake 0x4a10014e sdmmc5_dat1.gpio_148 af4 */
492 OMAP4_IOPAD(0x14e, PIN_OUTPUT | MUX_MODE3)
494 /* mode1/apwake 0x4a100150 sdmmc5_dat2.gpio_149 ag3 */
495 OMAP4_IOPAD(0x150, PIN_OFF_OUTPUT_LOW | PIN_INPUT | MUX_MODE3)
497 /* status0 0x4a10007e gpmc_clk.gpio_55 b22 */
498 OMAP4_IOPAD(0x07e, PIN_INPUT | MUX_MODE3)
500 /* status1 0x4a10007a gpmc_ncs3.gpio_53 c22 */
501 OMAP4_IOPAD(0x07a, PIN_INPUT | MUX_MODE3)
503 /* status2 0x4a100078 gpmc_ncs2.gpio_52 d21 */
504 OMAP4_IOPAD(0x078, PIN_INPUT | MUX_MODE3)
506 /* cmd0 0x4a100094 gpmc_ncs6.gpio_103 c24 */
507 OMAP4_IOPAD(0x094, PIN_OUTPUT | MUX_MODE3)
509 /* cmd1 0x4a100096 gpmc_ncs7.gpio_104 d24 */
510 OMAP4_IOPAD(0x096, PIN_OUTPUT | MUX_MODE3)
512 /* cmd2 0x4a100142 uart3_rts_sd.gpio_142 f28 */
513 OMAP4_IOPAD(0x142, PIN_OUTPUT | MUX_MODE3)
517 usb_ulpi_pins: pinmux_usb_ulpi_pins {
518 pinctrl-single,pins = <
519 OMAP4_IOPAD(0x196, MUX_MODE7)
520 OMAP4_IOPAD(0x198, MUX_MODE7)
521 OMAP4_IOPAD(0x1b2, PIN_INPUT_PULLUP | MUX_MODE0)
522 OMAP4_IOPAD(0x1b4, PIN_INPUT_PULLUP | MUX_MODE0)
523 OMAP4_IOPAD(0x1b6, PIN_INPUT_PULLUP | MUX_MODE0)
524 OMAP4_IOPAD(0x1b8, PIN_INPUT_PULLUP | MUX_MODE0)
525 OMAP4_IOPAD(0x1ba, PIN_INPUT_PULLUP | MUX_MODE0)
526 OMAP4_IOPAD(0x1bc, PIN_INPUT_PULLUP | MUX_MODE0)
527 OMAP4_IOPAD(0x1be, PIN_INPUT_PULLUP | MUX_MODE0)
528 OMAP4_IOPAD(0x1c0, PIN_INPUT_PULLUP | MUX_MODE0)
529 OMAP4_IOPAD(0x1c2, PIN_INPUT_PULLUP | MUX_MODE0)
530 OMAP4_IOPAD(0x1c4, PIN_INPUT_PULLUP | MUX_MODE0)
531 OMAP4_IOPAD(0x1c6, PIN_INPUT_PULLUP | MUX_MODE0)
532 OMAP4_IOPAD(0x1c8, PIN_INPUT_PULLUP | MUX_MODE0)
536 /* usb0_otg_dp and usb0_otg_dm */
537 usb_utmi_pins: pinmux_usb_utmi_pins {
538 pinctrl-single,pins = <
539 OMAP4_IOPAD(0x196, PIN_INPUT | MUX_MODE0)
540 OMAP4_IOPAD(0x198, PIN_INPUT | MUX_MODE0)
541 OMAP4_IOPAD(0x1b2, PIN_INPUT_PULLUP | MUX_MODE7)
542 OMAP4_IOPAD(0x1b4, PIN_INPUT_PULLUP | MUX_MODE7)
543 OMAP4_IOPAD(0x1b6, PIN_INPUT_PULLUP | MUX_MODE7)
544 OMAP4_IOPAD(0x1b8, PIN_INPUT_PULLUP | MUX_MODE7)
545 OMAP4_IOPAD(0x1ba, PIN_INPUT_PULLUP | MUX_MODE7)
546 OMAP4_IOPAD(0x1bc, PIN_INPUT_PULLUP | MUX_MODE7)
547 OMAP4_IOPAD(0x1be, PIN_INPUT_PULLUP | MUX_MODE7)
548 OMAP4_IOPAD(0x1c0, PIN_INPUT_PULLUP | MUX_MODE7)
549 OMAP4_IOPAD(0x1c2, PIN_INPUT_PULLUP | MUX_MODE7)
550 OMAP4_IOPAD(0x1c4, PIN_INPUT_PULLUP | MUX_MODE7)
551 OMAP4_IOPAD(0x1c6, PIN_INPUT_PULLUP | MUX_MODE7)
552 OMAP4_IOPAD(0x1c8, PIN_INPUT_PULLUP | MUX_MODE7)
557 * Note that the v3.0.8 stock userspace dynamically remuxes uart1
558 * rts pin probably for PM purposes to PIN_INPUT_PULLUP | MUX_MODE7
559 * when not used. If needed, we can add rts pin remux later based
560 * on power measurements.
562 uart1_pins: pinmux_uart1_pins {
563 pinctrl-single,pins = <
564 /* 0x4a10013c mcspi1_cs2.uart1_cts ag23 */
565 OMAP4_IOPAD(0x13c, PIN_INPUT_PULLUP | MUX_MODE1)
567 /* 0x4a10013e mcspi1_cs3.uart1_rts ah23 */
568 OMAP4_IOPAD(0x13e, MUX_MODE1)
570 /* 0x4a100140 uart3_cts_rctx.uart1_tx f27 */
571 OMAP4_IOPAD(0x140, PIN_OUTPUT | MUX_MODE1)
573 /* 0x4a1001ca dpm_emu14.uart1_rx aa3 */
574 OMAP4_IOPAD(0x1ca, PIN_INPUT_PULLUP | MUX_MODE2)
578 /* uart3_tx_irtx and uart3_rx_irrx */
579 uart3_pins: pinmux_uart3_pins {
580 pinctrl-single,pins = <
581 OMAP4_IOPAD(0x196, MUX_MODE7)
582 OMAP4_IOPAD(0x198, MUX_MODE7)
583 OMAP4_IOPAD(0x1b2, PIN_INPUT_PULLUP | MUX_MODE7)
584 OMAP4_IOPAD(0x1b4, PIN_INPUT_PULLUP | MUX_MODE7)
585 OMAP4_IOPAD(0x1b6, PIN_INPUT_PULLUP | MUX_MODE7)
586 OMAP4_IOPAD(0x1b8, PIN_INPUT_PULLUP | MUX_MODE7)
587 OMAP4_IOPAD(0x1ba, MUX_MODE2)
588 OMAP4_IOPAD(0x1bc, PIN_INPUT | MUX_MODE2)
589 OMAP4_IOPAD(0x1be, PIN_INPUT_PULLUP | MUX_MODE7)
590 OMAP4_IOPAD(0x1c0, PIN_INPUT_PULLUP | MUX_MODE7)
591 OMAP4_IOPAD(0x1c2, PIN_INPUT_PULLUP | MUX_MODE7)
592 OMAP4_IOPAD(0x1c4, PIN_INPUT_PULLUP | MUX_MODE7)
593 OMAP4_IOPAD(0x1c6, PIN_INPUT_PULLUP | MUX_MODE7)
594 OMAP4_IOPAD(0x1c8, PIN_INPUT_PULLUP | MUX_MODE7)
598 uart4_pins: pinmux_uart4_pins {
599 pinctrl-single,pins = <
600 OMAP4_IOPAD(0x15c, PIN_INPUT | MUX_MODE0) /* uart4_rx */
601 OMAP4_IOPAD(0x15e, PIN_OUTPUT | MUX_MODE0) /* uart4_tx */
602 OMAP4_IOPAD(0x110, PIN_INPUT_PULLUP | MUX_MODE5) /* uart4_cts */
603 OMAP4_IOPAD(0x112, PIN_OUTPUT_PULLUP | MUX_MODE5) /* uart4_rts */
607 mcbsp2_pins: pinmux_mcbsp2_pins {
608 pinctrl-single,pins = <
609 OMAP4_IOPAD(0x0f6, PIN_INPUT | MUX_MODE0) /* abe_mcbsp2_clkx */
610 OMAP4_IOPAD(0x0f8, PIN_INPUT | MUX_MODE0) /* abe_mcbsp2_dr */
611 OMAP4_IOPAD(0x0fa, PIN_OUTPUT | MUX_MODE0) /* abe_mcbsp2_dx */
612 OMAP4_IOPAD(0x0fc, PIN_INPUT | MUX_MODE0) /* abe_mcbsp2_fsx */
616 mcbsp3_pins: pinmux_mcbsp3_pins {
617 pinctrl-single,pins = <
618 OMAP4_IOPAD(0x106, PIN_INPUT | MUX_MODE1) /* abe_mcbsp3_dr */
619 OMAP4_IOPAD(0x108, PIN_OUTPUT | MUX_MODE1) /* abe_mcbsp3_dx */
620 OMAP4_IOPAD(0x10a, PIN_INPUT | MUX_MODE1) /* abe_mcbsp3_clkx */
621 OMAP4_IOPAD(0x10c, PIN_INPUT | MUX_MODE1) /* abe_mcbsp3_fsx */
625 vibrator_direction_pin: pinmux_vibrator_direction_pin {
626 pinctrl-single,pins = <
627 OMAP4_IOPAD(0x1ce, PIN_OUTPUT | MUX_MODE1) /* dmtimer8_pwm_evt (gpio_27) */
631 vibrator_enable_pin: pinmux_vibrator_enable_pin {
632 pinctrl-single,pins = <
633 OMAP4_IOPAD(0X1d0, PIN_OUTPUT | MUX_MODE1) /* dmtimer9_pwm_evt (gpio_28) */
639 usb_gpio_mux_sel2: pinmux_usb_gpio_mux_sel2_pins {
641 pinctrl-single,pins = <
642 OMAP4_IOPAD(0x040, PIN_OUTPUT_PULLDOWN | MUX_MODE3)
647 /* Configure pwm clock source for timers 8 & 9 */
649 assigned-clocks = <&abe_clkctrl OMAP4_TIMER8_CLKCTRL 24>;
650 assigned-clock-parents = <&sys_clkin_ck>;
654 assigned-clocks = <&l4_per_clkctrl OMAP4_TIMER9_CLKCTRL 24>;
655 assigned-clock-parents = <&sys_clkin_ck>;
659 * As uart1 is wired to mdm6600 with rts and cts, we can use the cts pin for
663 pinctrl-names = "default";
664 pinctrl-0 = <&uart1_pins>;
665 interrupts-extended = <&wakeupgen GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH
666 &omap4_pmx_core 0xfc>;
670 interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
671 &omap4_pmx_core 0x17c>;
675 pinctrl-names = "default";
676 pinctrl-0 = <&uart4_pins>;
679 compatible = "ti,wl1285-st";
680 enable-gpios = <&gpio6 14 GPIO_ACTIVE_HIGH>; /* gpio 174 */
681 max-speed = <3686400>;
686 phys = <&fsusb1_phy>;
691 phys = <&hsusb2_phy>;
695 port1-mode = "ohci-phy-4pin-dpdm";
696 port2-mode = "ehci-tll";
699 /* Internal UTMI+ PHY used for OTG, CPCAP ULPI PHY for detection and charger */
701 interface-type = <1>;
707 ak8975: magnetometer@c {
708 compatible = "asahi-kasei,ak8975";
711 vdd-supply = <&vhvio>;
713 interrupt-parent = <&gpio6>;
714 interrupts = <15 IRQ_TYPE_EDGE_RISING>; /* gpio175 */
716 rotation-matrix = "-1", "0", "0",
722 lis3dh: accelerometer@18 {
723 compatible = "st,lis3dh-accel";
726 vdd-supply = <&vhvio>;
728 interrupt-parent = <&gpio2>;
729 interrupts = <2 IRQ_TYPE_EDGE_BOTH>; /* gpio34 */
731 rotation-matrix = "0", "-1", "0",
738 #sound-dai-cells = <0>;
739 pinctrl-names = "default";
740 pinctrl-0 = <&mcbsp2_pins>;
746 remote-endpoint = <&cpcap_audio_codec0>;
747 frame-master = <&cpcap_audio_codec0>;
748 bitclock-master = <&cpcap_audio_codec0>;
754 #sound-dai-cells = <0>;
755 pinctrl-names = "default";
756 pinctrl-0 = <&mcbsp3_pins>;
761 dai-format = "dsp_a";
762 frame-master = <&cpcap_audio_codec1>;
763 bitclock-master = <&cpcap_audio_codec1>;
764 remote-endpoint = <&cpcap_audio_codec1>;
769 &cpcap_audio_codec0 {
770 remote-endpoint = <&cpu_dai2>;
773 &cpcap_audio_codec1 {
774 remote-endpoint = <&cpu_dai3>;