2 * Copyright (C) 2013 Pavel Machek <pavel@ucw.cz>
3 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 (or later) as
7 * published by the Free Software Foundation.
12 #include "omap34xx.dtsi"
13 #include <dt-bindings/input/input.h>
16 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall
17 * for omap AES HW crypto support. When linux kernel try to access memory of AES
18 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
19 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no
20 * crash anymore) omap AES support will be disabled for all Nokia N900 devices.
21 * There is "unofficial" version of bootloader which enables AES in L3 firewall
22 * but it is not widely used and to prevent kernel crash rather AES is disabled.
23 * There is also no runtime detection code if AES is disabled in L3 firewall...
31 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3";
47 compatible = "gpio-leds";
49 label = "debug::sleep";
50 gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */
51 linux,default-trigger = "default-on";
52 pinctrl-names = "default";
53 pinctrl-0 = <&debug_leds>;
58 device_type = "memory";
59 reg = <0x80000000 0x10000000>; /* 256 MB */
63 compatible = "gpio-keys";
66 label = "Camera Lens Cover";
67 gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */
68 linux,input-type = <5>; /* EV_SW */
69 linux,code = <0x09>; /* SW_CAMERA_LENS_COVER */
74 label = "Camera Focus";
75 gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */
76 linux,code = <0x210>; /* KEY_CAMERA_FOCUS */
81 label = "Camera Capture";
82 gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */
83 linux,code = <0xd4>; /* KEY_CAMERA */
88 label = "Lock Button";
89 gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */
90 linux,code = <0x98>; /* KEY_SCREENLOCK */
95 label = "Keypad Slide";
96 gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */
97 linux,input-type = <5>; /* EV_SW */
98 linux,code = <0x0a>; /* SW_KEYPAD_SLIDE */
103 label = "Proximity Sensor";
104 gpios = <&gpio3 25 GPIO_ACTIVE_HIGH>; /* 89 */
105 linux,input-type = <5>; /* EV_SW */
106 linux,code = <0x0b>; /* SW_FRONT_PROXIMITY */
111 compatible = "nxp,isp1704";
112 nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
113 usb-phy = <&usb2_phy>;
117 compatible = "composite-video-connector";
121 tv_connector_in: endpoint {
122 remote-endpoint = <&venc_out>;
128 compatible = "nokia,n900-audio";
130 nokia,cpu-dai = <&mcbsp2>;
131 nokia,audio-codec = <&tlv320aic3x>, <&tlv320aic3x_aux>;
132 nokia,headphone-amplifier = <&tpa6130a2>;
134 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
135 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
136 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
137 speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>;
140 battery: n900-battery {
141 compatible = "nokia,n900-battery";
142 io-channels = <&twl_madc 0>, <&twl_madc 4>, <&twl_madc 12>;
143 io-channel-names = "temp", "bsi", "vbat";
148 pinctrl-names = "default";
150 uart2_pins: pinmux_uart2_pins {
151 pinctrl-single,pins = <
152 0x14a (PIN_INPUT | MUX_MODE0) /* uart2_rx */
153 0x148 (PIN_OUTPUT | MUX_MODE0) /* uart2_tx */
157 uart3_pins: pinmux_uart3_pins {
158 pinctrl-single,pins = <
159 0x16e (PIN_INPUT | MUX_MODE0) /* uart3_rx */
160 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx */
164 ethernet_pins: pinmux_ethernet_pins {
165 pinctrl-single,pins = <
166 OMAP3_CORE1_IOPAD(0x20b4, PIN_INPUT_PULLDOWN | MUX_MODE4) /* gpmc_ncs3.gpio_54 */
167 OMAP3_CORE1_IOPAD(0x20fc, PIN_OUTPUT | MUX_MODE4) /* dss_data16.gpio_86 */
168 OMAP3_CORE1_IOPAD(0x219c, PIN_OUTPUT | MUX_MODE4) /* uart3_rts_sd.gpio_164 */
172 gpmc_pins: pinmux_gpmc_pins {
173 pinctrl-single,pins = <
176 OMAP3_CORE1_IOPAD(0x207a, PIN_OUTPUT | MUX_MODE0) /* gpmc_a1.gpmc_a1 */
177 OMAP3_CORE1_IOPAD(0x207c, PIN_OUTPUT | MUX_MODE0) /* gpmc_a2.gpmc_a2 */
178 OMAP3_CORE1_IOPAD(0x207e, PIN_OUTPUT | MUX_MODE0) /* gpmc_a3.gpmc_a3 */
180 /* data lines, gpmc_d0..d7 not muxable according to TRM */
181 OMAP3_CORE1_IOPAD(0x209e, PIN_INPUT | MUX_MODE0) /* gpmc_d8.gpmc_d8 */
182 OMAP3_CORE1_IOPAD(0x20a0, PIN_INPUT | MUX_MODE0) /* gpmc_d9.gpmc_d9 */
183 OMAP3_CORE1_IOPAD(0x20a2, PIN_INPUT | MUX_MODE0) /* gpmc_d10.gpmc_d10 */
184 OMAP3_CORE1_IOPAD(0x20a4, PIN_INPUT | MUX_MODE0) /* gpmc_d11.gpmc_d11 */
185 OMAP3_CORE1_IOPAD(0x20a6, PIN_INPUT | MUX_MODE0) /* gpmc_d12.gpmc_d12 */
186 OMAP3_CORE1_IOPAD(0x20a8, PIN_INPUT | MUX_MODE0) /* gpmc_d13.gpmc_d13 */
187 OMAP3_CORE1_IOPAD(0x20aa, PIN_INPUT | MUX_MODE0) /* gpmc_d14.gpmc_d14 */
188 OMAP3_CORE1_IOPAD(0x20ac, PIN_INPUT | MUX_MODE0) /* gpmc_d15.gpmc_d15 */
191 * gpmc_ncs0, gpmc_nadv_ale, gpmc_noe, gpmc_nwe, gpmc_wait0 not muxable
192 * according to TRM. OneNAND seems to require PIN_INPUT on clock.
194 OMAP3_CORE1_IOPAD(0x20b0, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs1.gpmc_ncs1 */
195 OMAP3_CORE1_IOPAD(0x20be, PIN_INPUT | MUX_MODE0) /* gpmc_clk.gpmc_clk */
199 i2c1_pins: pinmux_i2c1_pins {
200 pinctrl-single,pins = <
201 0x18a (PIN_INPUT | MUX_MODE0) /* i2c1_scl */
202 0x18c (PIN_INPUT | MUX_MODE0) /* i2c1_sda */
206 i2c2_pins: pinmux_i2c2_pins {
207 pinctrl-single,pins = <
208 0x18e (PIN_INPUT | MUX_MODE0) /* i2c2_scl */
209 0x190 (PIN_INPUT | MUX_MODE0) /* i2c2_sda */
213 i2c3_pins: pinmux_i2c3_pins {
214 pinctrl-single,pins = <
215 0x192 (PIN_INPUT | MUX_MODE0) /* i2c3_scl */
216 0x194 (PIN_INPUT | MUX_MODE0) /* i2c3_sda */
220 debug_leds: pinmux_debug_led_pins {
221 pinctrl-single,pins = <
222 OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4) /* mcbsp1_clkx.gpio_162 */
226 mcspi4_pins: pinmux_mcspi4_pins {
227 pinctrl-single,pins = <
228 0x15c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_clk */
229 0x162 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_somi */
230 0x160 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_simo */
231 0x166 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_cs0 */
235 mmc1_pins: pinmux_mmc1_pins {
236 pinctrl-single,pins = <
237 0x114 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk */
238 0x116 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd */
239 0x118 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0 */
240 0x11a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1 */
241 0x11c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2 */
242 0x11e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3 */
246 mmc2_pins: pinmux_mmc2_pins {
247 pinctrl-single,pins = <
248 0x128 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk */
249 0x12a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd */
250 0x12c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0 */
251 0x12e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1 */
252 0x130 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2 */
253 0x132 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3 */
254 0x134 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat4 */
255 0x136 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat5 */
256 0x138 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat6 */
257 0x13a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat7 */
261 acx565akm_pins: pinmux_acx565akm_pins {
262 pinctrl-single,pins = <
263 0x0d4 (PIN_OUTPUT | MUX_MODE4) /* RX51_LCD_RESET_GPIO */
267 dss_sdi_pins: pinmux_dss_sdi_pins {
268 pinctrl-single,pins = <
269 0x0c0 (PIN_OUTPUT | MUX_MODE1) /* dss_data10.sdi_dat1n */
270 0x0c2 (PIN_OUTPUT | MUX_MODE1) /* dss_data11.sdi_dat1p */
271 0x0c4 (PIN_OUTPUT | MUX_MODE1) /* dss_data12.sdi_dat2n */
272 0x0c6 (PIN_OUTPUT | MUX_MODE1) /* dss_data13.sdi_dat2p */
274 0x0d8 (PIN_OUTPUT | MUX_MODE1) /* dss_data22.sdi_clkp */
275 0x0da (PIN_OUTPUT | MUX_MODE1) /* dss_data23.sdi_clkn */
279 wl1251_pins: pinmux_wl1251 {
280 pinctrl-single,pins = <
281 0x0ce (PIN_OUTPUT | MUX_MODE4) /* gpio 87 => wl1251 enable */
282 0x05a (PIN_INPUT | MUX_MODE4) /* gpio 42 => wl1251 irq */
286 ssi_pins: pinmux_ssi {
287 pinctrl-single,pins = <
288 0x150 (PIN_INPUT_PULLUP | MUX_MODE1) /* ssi1_rdy_tx */
289 0x14e (PIN_OUTPUT | MUX_MODE1) /* ssi1_flag_tx */
290 0x152 (PIN_INPUT | WAKEUP_EN | MUX_MODE4) /* ssi1_wake_tx (cawake) */
291 0x14c (PIN_OUTPUT | MUX_MODE1) /* ssi1_dat_tx */
292 0x154 (PIN_INPUT | MUX_MODE1) /* ssi1_dat_rx */
293 0x156 (PIN_INPUT | MUX_MODE1) /* ssi1_flag_rx */
294 0x158 (PIN_OUTPUT | MUX_MODE1) /* ssi1_rdy_rx */
295 0x15a (PIN_OUTPUT | MUX_MODE1) /* ssi1_wake */
299 modem_pins: pinmux_modem {
300 pinctrl-single,pins = <
301 0x0ac (PIN_OUTPUT | MUX_MODE4) /* gpio 70 => cmt_apeslpx */
302 0x0b0 (PIN_INPUT | WAKEUP_EN | MUX_MODE4) /* gpio 72 => ape_rst_rq */
303 0x0b2 (PIN_OUTPUT | MUX_MODE4) /* gpio 73 => cmt_rst_rq */
304 0x0b4 (PIN_OUTPUT | MUX_MODE4) /* gpio 74 => cmt_en */
305 0x0b6 (PIN_OUTPUT | MUX_MODE4) /* gpio 75 => cmt_rst */
306 0x15e (PIN_OUTPUT | MUX_MODE4) /* gpio 157 => cmt_bsi */
312 pinctrl-names = "default";
313 pinctrl-0 = <&i2c1_pins>;
315 clock-frequency = <2200000>;
319 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
320 interrupt-parent = <&intc>;
324 #include "twl4030.dtsi"
325 #include "twl4030_omap3.dtsi"
328 regulator-name = "V28";
329 regulator-min-microvolt = <2800000>;
330 regulator-max-microvolt = <2800000>;
331 regulator-always-on; /* due to battery cover sensor */
335 regulator-name = "VCSI";
336 regulator-min-microvolt = <1800000>;
337 regulator-max-microvolt = <1800000>;
341 regulator-name = "VMMC2_30";
342 regulator-min-microvolt = <2800000>;
343 regulator-max-microvolt = <3000000>;
347 regulator-name = "VCAM_ANA_28";
348 regulator-min-microvolt = <2800000>;
349 regulator-max-microvolt = <2800000>;
353 regulator-name = "VMMC1";
354 regulator-min-microvolt = <1850000>;
355 regulator-max-microvolt = <3150000>;
359 regulator-name = "V28_A";
360 regulator-min-microvolt = <2800000>;
361 regulator-max-microvolt = <3000000>;
362 regulator-always-on; /* due VIO leak to AIC34 VDDs */
366 regulator-name = "VPLL";
367 regulator-min-microvolt = <1800000>;
368 regulator-max-microvolt = <1800000>;
373 regulator-name = "VSDI_CSI";
374 regulator-min-microvolt = <1800000>;
375 regulator-max-microvolt = <1800000>;
380 regulator-name = "VMMC2_IO_18";
381 regulator-min-microvolt = <1800000>;
382 regulator-max-microvolt = <1800000>;
386 regulator-name = "VIO";
387 regulator-min-microvolt = <1800000>;
388 regulator-max-microvolt = <1800000>;
392 regulator-name = "VINTANA1";
393 /* fixed to 1500000 */
398 regulator-name = "VINTANA2";
399 regulator-min-microvolt = <2750000>;
400 regulator-max-microvolt = <2750000>;
405 regulator-name = "VINTDIG";
406 /* fixed to 1500000 */
412 compatible = "ti,twl4030-audio";
413 ti,enable-vibra = <1>;
417 compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
423 linux,keymap = < MATRIX_KEY(0x00, 0x00, KEY_Q)
424 MATRIX_KEY(0x00, 0x01, KEY_O)
425 MATRIX_KEY(0x00, 0x02, KEY_P)
426 MATRIX_KEY(0x00, 0x03, KEY_COMMA)
427 MATRIX_KEY(0x00, 0x04, KEY_BACKSPACE)
428 MATRIX_KEY(0x00, 0x06, KEY_A)
429 MATRIX_KEY(0x00, 0x07, KEY_S)
431 MATRIX_KEY(0x01, 0x00, KEY_W)
432 MATRIX_KEY(0x01, 0x01, KEY_D)
433 MATRIX_KEY(0x01, 0x02, KEY_F)
434 MATRIX_KEY(0x01, 0x03, KEY_G)
435 MATRIX_KEY(0x01, 0x04, KEY_H)
436 MATRIX_KEY(0x01, 0x05, KEY_J)
437 MATRIX_KEY(0x01, 0x06, KEY_K)
438 MATRIX_KEY(0x01, 0x07, KEY_L)
440 MATRIX_KEY(0x02, 0x00, KEY_E)
441 MATRIX_KEY(0x02, 0x01, KEY_DOT)
442 MATRIX_KEY(0x02, 0x02, KEY_UP)
443 MATRIX_KEY(0x02, 0x03, KEY_ENTER)
444 MATRIX_KEY(0x02, 0x05, KEY_Z)
445 MATRIX_KEY(0x02, 0x06, KEY_X)
446 MATRIX_KEY(0x02, 0x07, KEY_C)
447 MATRIX_KEY(0x02, 0x08, KEY_F9)
449 MATRIX_KEY(0x03, 0x00, KEY_R)
450 MATRIX_KEY(0x03, 0x01, KEY_V)
451 MATRIX_KEY(0x03, 0x02, KEY_B)
452 MATRIX_KEY(0x03, 0x03, KEY_N)
453 MATRIX_KEY(0x03, 0x04, KEY_M)
454 MATRIX_KEY(0x03, 0x05, KEY_SPACE)
455 MATRIX_KEY(0x03, 0x06, KEY_SPACE)
456 MATRIX_KEY(0x03, 0x07, KEY_LEFT)
458 MATRIX_KEY(0x04, 0x00, KEY_T)
459 MATRIX_KEY(0x04, 0x01, KEY_DOWN)
460 MATRIX_KEY(0x04, 0x02, KEY_RIGHT)
461 MATRIX_KEY(0x04, 0x04, KEY_LEFTCTRL)
462 MATRIX_KEY(0x04, 0x05, KEY_RIGHTALT)
463 MATRIX_KEY(0x04, 0x06, KEY_LEFTSHIFT)
464 MATRIX_KEY(0x04, 0x08, KEY_F10)
466 MATRIX_KEY(0x05, 0x00, KEY_Y)
467 MATRIX_KEY(0x05, 0x08, KEY_F11)
469 MATRIX_KEY(0x06, 0x00, KEY_U)
471 MATRIX_KEY(0x07, 0x00, KEY_I)
472 MATRIX_KEY(0x07, 0x01, KEY_F7)
473 MATRIX_KEY(0x07, 0x02, KEY_F8)
479 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
483 pinctrl-names = "default";
484 pinctrl-0 = <&i2c2_pins>;
486 clock-frequency = <100000>;
488 tlv320aic3x: tlv320aic3x@18 {
489 compatible = "ti,tlv320aic3x";
491 gpio-reset = <&gpio2 28 GPIO_ACTIVE_HIGH>; /* 60 */
493 0 /* AIC3X_GPIO1_FUNC_DISABLED */
494 5 /* AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT */
497 AVDD-supply = <&vmmc2>;
498 DRVDD-supply = <&vmmc2>;
499 IOVDD-supply = <&vio>;
500 DVDD-supply = <&vio>;
502 ai3x-micbias-vg = <1>;
505 tlv320aic3x_aux: tlv320aic3x@19 {
506 compatible = "ti,tlv320aic3x";
508 gpio-reset = <&gpio2 28 GPIO_ACTIVE_HIGH>; /* 60 */
510 AVDD-supply = <&vmmc2>;
511 DRVDD-supply = <&vmmc2>;
512 IOVDD-supply = <&vio>;
513 DVDD-supply = <&vio>;
515 ai3x-micbias-vg = <2>;
518 tsl2563: tsl2563@29 {
519 compatible = "amstaos,tsl2563";
522 amstaos,cover-comp-gain = <16>;
526 compatible = "national,lp5523";
528 clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
529 enable-gpio = <&gpio2 9 GPIO_ACTIVE_HIGH>; /* 41 */
532 chan-name = "lp5523:kb1";
533 led-cur = /bits/ 8 <50>;
534 max-cur = /bits/ 8 <100>;
538 chan-name = "lp5523:kb2";
539 led-cur = /bits/ 8 <50>;
540 max-cur = /bits/ 8 <100>;
544 chan-name = "lp5523:kb3";
545 led-cur = /bits/ 8 <50>;
546 max-cur = /bits/ 8 <100>;
550 chan-name = "lp5523:kb4";
551 led-cur = /bits/ 8 <50>;
552 max-cur = /bits/ 8 <100>;
556 chan-name = "lp5523:b";
557 led-cur = /bits/ 8 <50>;
558 max-cur = /bits/ 8 <100>;
562 chan-name = "lp5523:g";
563 led-cur = /bits/ 8 <50>;
564 max-cur = /bits/ 8 <100>;
568 chan-name = "lp5523:r";
569 led-cur = /bits/ 8 <50>;
570 max-cur = /bits/ 8 <100>;
574 chan-name = "lp5523:kb5";
575 led-cur = /bits/ 8 <50>;
576 max-cur = /bits/ 8 <100>;
580 chan-name = "lp5523:kb6";
581 led-cur = /bits/ 8 <50>;
582 max-cur = /bits/ 8 <100>;
586 bq27200: bq27200@55 {
587 compatible = "ti,bq27200";
591 tpa6130a2: tpa6130a2@60 {
592 compatible = "ti,tpa6130a2";
595 Vdd-supply = <&vmmc2>;
597 power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */
601 compatible = "silabs,si4713";
604 interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */
605 reset-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 */
607 vdd-supply = <&vaux1>;
610 bq24150a: bq24150a@6b {
611 compatible = "ti,bq24150a";
614 ti,current-limit = <100>;
615 ti,weak-battery-voltage = <3400>;
616 ti,battery-regulation-voltage = <4200>;
617 ti,charge-current = <650>;
618 ti,termination-current = <100>;
619 ti,resistor-sense = <68>;
621 ti,usb-charger-detection = <&isp1704>;
626 pinctrl-names = "default";
627 pinctrl-0 = <&i2c3_pins>;
629 clock-frequency = <400000>;
631 lis302dl: lis3lv02d@1d {
632 compatible = "st,lis3lv02d";
635 Vdd-supply = <&vaux1>;
636 Vdd_IO-supply = <&vio>;
638 interrupt-parent = <&gpio6>;
639 interrupts = <21 20>; /* 181 and 180 */
646 /* Limits are 0.5g * value */
647 st,click-threshold-x = <8>;
648 st,click-threshold-y = <8>;
649 st,click-threshold-z = <10>;
651 /* Click must be longer than time limit */
652 st,click-time-limit = <9>;
654 /* Kind of debounce filter */
655 st,click-latency = <50>;
657 /* Interrupt line 2 for click detection */
662 st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */
665 st,wakeup2-threshold = <(900/18)>; /* millig-value / 18 to get HW values */
670 st,axis-x = <1>; /* LIS3_DEV_X */
671 st,axis-y = <(-2)>; /* LIS3_INV_DEV_Y */
672 st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */
674 st,min-limit-x = <(-32)>;
675 st,min-limit-y = <3>;
676 st,min-limit-z = <3>;
678 st,max-limit-x = <(-3)>;
679 st,max-limit-y = <32>;
680 st,max-limit-z = <32>;
685 pinctrl-names = "default";
686 pinctrl-0 = <&mmc1_pins>;
687 vmmc-supply = <&vmmc1>;
689 cd-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* 160 */
692 /* most boards use vaux3, only some old versions use vmmc2 instead */
694 pinctrl-names = "default";
695 pinctrl-0 = <&mmc2_pins>;
696 vmmc-supply = <&vaux3>;
697 vmmc_aux-supply = <&vsim>;
707 ranges = <0 0 0x01000000 0x01000000>, /* 16 MB for OneNAND */
708 <1 0 0x02000000 0x01000000>; /* 16 MB for smc91c96 */
709 pinctrl-names = "default";
710 pinctrl-0 = <&gpmc_pins>;
712 /* sys_ndmareq1 could be used by the driver, not as gpio65 though */
714 #address-cells = <1>;
716 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
720 gpmc,burst-length = <16>;
724 gpmc,device-width = <2>; /* GPMC_DEVWIDTH_16BIT */
725 gpmc,mux-add-data = <2>; /* GPMC_MUX_AD */
727 gpmc,cs-rd-off-ns = <87>;
728 gpmc,cs-wr-off-ns = <87>;
729 gpmc,adv-on-ns = <0>;
730 gpmc,adv-rd-off-ns = <10>;
731 gpmc,adv-wr-off-ns = <10>;
732 gpmc,oe-on-ns = <15>;
733 gpmc,oe-off-ns = <87>;
735 gpmc,we-off-ns = <87>;
736 gpmc,rd-cycle-ns = <112>;
737 gpmc,wr-cycle-ns = <112>;
738 gpmc,access-ns = <81>;
739 gpmc,page-burst-access-ns = <15>;
740 gpmc,bus-turnaround-ns = <0>;
741 gpmc,cycle2cycle-delay-ns = <0>;
742 gpmc,wait-monitoring-ns = <0>;
743 gpmc,clk-activation-ns = <5>;
744 gpmc,wr-data-mux-bus-ns = <30>;
745 gpmc,wr-access-ns = <81>;
746 gpmc,sync-clk-ps = <15000>;
749 * MTD partition table corresponding to Nokia's
750 * Maemo 5 (Fremantle) release.
753 label = "bootloader";
754 reg = <0x00000000 0x00020000>;
759 reg = <0x00020000 0x00060000>;
763 reg = <0x00080000 0x00040000>;
767 reg = <0x000c0000 0x00200000>;
771 reg = <0x002c0000 0x00200000>;
775 reg = <0x004c0000 0x0fb40000>;
779 /* Ethernet is on some early development boards and qemu */
781 compatible = "smsc,lan91c94";
782 interrupt-parent = <&gpio2>;
783 interrupts = <22 IRQ_TYPE_LEVEL_HIGH>; /* gpio54 */
784 reg = <1 0 0xf>; /* 16 byte IO range */
786 pinctrl-names = "default";
787 pinctrl-0 = <ðernet_pins>;
788 power-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; /* gpio86 */
789 reset-gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* gpio164 */
790 gpmc,device-width = <2>;
791 gpmc,sync-clk-ps = <0>;
793 gpmc,cs-rd-off-ns = <48>;
794 gpmc,cs-wr-off-ns = <24>;
795 gpmc,adv-on-ns = <0>;
796 gpmc,adv-rd-off-ns = <0>;
797 gpmc,adv-wr-off-ns = <0>;
798 gpmc,we-on-ns = <12>;
799 gpmc,we-off-ns = <18>;
800 gpmc,oe-on-ns = <12>;
801 gpmc,oe-off-ns = <48>;
802 gpmc,page-burst-access-ns = <0>;
803 gpmc,access-ns = <42>;
804 gpmc,rd-cycle-ns = <180>;
805 gpmc,wr-cycle-ns = <180>;
806 gpmc,bus-turnaround-ns = <0>;
807 gpmc,cycle2cycle-delay-ns = <0>;
808 gpmc,wait-monitoring-ns = <0>;
809 gpmc,clk-activation-ns = <0>;
810 gpmc,wr-access-ns = <0>;
811 gpmc,wr-data-mux-bus-ns = <12>;
817 * For some reason, touchscreen is necessary for screen to work at
818 * all on real hw. It works well without it on emulator.
820 * Also... order in the device tree actually matters here.
823 compatible = "ti,tsc2005";
824 spi-max-frequency = <6000000>;
829 reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */
830 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */
832 touchscreen-fuzz-x = <4>;
833 touchscreen-fuzz-y = <7>;
834 touchscreen-fuzz-pressure = <2>;
835 touchscreen-size-x = <4096>;
836 touchscreen-size-y = <4096>;
837 touchscreen-max-pressure = <2048>;
839 ti,x-plate-ohms = <280>;
840 ti,esd-recovery-timeout-ms = <8000>;
844 compatible = "sony,acx565akm";
845 spi-max-frequency = <6000000>;
848 pinctrl-names = "default";
849 pinctrl-0 = <&acx565akm_pins>;
852 reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */
856 remote-endpoint = <&sdi_out>;
863 pinctrl-names = "default";
864 pinctrl-0 = <&mcspi4_pins>;
867 pinctrl-names = "default";
868 pinctrl-0 = <&wl1251_pins>;
872 compatible = "ti,wl1251";
874 spi-max-frequency = <48000000>;
879 ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>; /* 87 */
881 interrupt-parent = <&gpio2>;
882 interrupts = <10 IRQ_TYPE_NONE>; /* gpio line 42 */
887 interface-type = <0>;
888 usb-phy = <&usb2_phy>;
890 phy-names = "usb2-phy";
900 interrupts-extended = <&intc 73 &omap3_pmx_core OMAP3_UART2_RX>;
901 pinctrl-names = "default";
902 pinctrl-0 = <&uart2_pins>;
906 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
907 pinctrl-names = "default";
908 pinctrl-0 = <&uart3_pins>;
914 pinctrl-names = "default";
915 pinctrl-0 = <&dss_sdi_pins>;
917 vdds_sdi-supply = <&vaux1>;
920 #address-cells = <1>;
927 remote-endpoint = <&lcd_in>;
937 vdda-supply = <&vdac>;
941 remote-endpoint = <&tv_connector_in>;
952 pinctrl-names = "default";
953 pinctrl-0 = <&ssi_pins>;
955 ti,ssi-cawake-gpio = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */
958 compatible = "nokia,n900-modem";
960 pinctrl-names = "default";
961 pinctrl-0 = <&modem_pins>;
963 hsi-channel-ids = <0>, <1>, <2>, <3>;
964 hsi-channel-names = "mcsaab-control",
968 hsi-speed-kbps = <55000>;
970 hsi-flow = "synchronized";
971 hsi-arb-mode = "round-robin";
973 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
975 gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>, /* 70 */
976 <&gpio3 9 GPIO_ACTIVE_HIGH>, /* 73 */
977 <&gpio3 10 GPIO_ACTIVE_HIGH>, /* 74 */
978 <&gpio3 11 GPIO_ACTIVE_HIGH>, /* 75 */
979 <&gpio5 29 GPIO_ACTIVE_HIGH>; /* 157 */
980 gpio-names = "cmt_apeslpx",