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-hs.dtsi"
13 #include <dt-bindings/input/input.h>
17 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3";
26 compatible = "gpio-leds";
28 label = "debug::sleep";
29 gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */
30 linux,default-trigger = "default-on";
31 pinctrl-names = "default";
32 pinctrl-0 = <&debug_leds>;
37 device_type = "memory";
38 reg = <0x80000000 0x10000000>; /* 256 MB */
42 compatible = "gpio-keys";
45 label = "Camera Lens Cover";
46 gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */
47 linux,input-type = <5>; /* EV_SW */
48 linux,code = <0x09>; /* SW_CAMERA_LENS_COVER */
53 label = "Camera Focus";
54 gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */
55 linux,code = <0x210>; /* KEY_CAMERA_FOCUS */
60 label = "Camera Capture";
61 gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */
62 linux,code = <0xd4>; /* KEY_CAMERA */
67 label = "Lock Button";
68 gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */
69 linux,code = <0x98>; /* KEY_SCREENLOCK */
74 label = "Keypad Slide";
75 gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */
76 linux,input-type = <5>; /* EV_SW */
77 linux,code = <0x0a>; /* SW_KEYPAD_SLIDE */
82 label = "Proximity Sensor";
83 gpios = <&gpio3 25 GPIO_ACTIVE_HIGH>; /* 89 */
84 linux,input-type = <5>; /* EV_SW */
85 linux,code = <0x0b>; /* SW_FRONT_PROXIMITY */
90 compatible = "nxp,isp1704";
91 nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
92 usb-phy = <&usb2_phy>;
96 compatible = "composite-connector";
100 tv_connector_in: endpoint {
101 remote-endpoint = <&venc_out>;
107 compatible = "nokia,n900-audio";
109 nokia,cpu-dai = <&mcbsp2>;
110 nokia,audio-codec = <&tlv320aic3x>, <&tlv320aic3x_aux>;
111 nokia,headphone-amplifier = <&tpa6130a2>;
113 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
114 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
115 eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
116 speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>;
121 pinctrl-names = "default";
123 uart2_pins: pinmux_uart2_pins {
124 pinctrl-single,pins = <
125 0x14a (PIN_INPUT | MUX_MODE0) /* uart2_rx */
126 0x148 (PIN_OUTPUT | MUX_MODE0) /* uart2_tx */
130 uart3_pins: pinmux_uart3_pins {
131 pinctrl-single,pins = <
132 0x16e (PIN_INPUT | MUX_MODE0) /* uart3_rx */
133 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx */
137 i2c1_pins: pinmux_i2c1_pins {
138 pinctrl-single,pins = <
139 0x18a (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl */
140 0x18c (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda */
144 i2c2_pins: pinmux_i2c2_pins {
145 pinctrl-single,pins = <
146 0x18e (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */
147 0x190 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */
151 i2c3_pins: pinmux_i2c3_pins {
152 pinctrl-single,pins = <
153 0x192 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */
154 0x194 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */
158 debug_leds: pinmux_debug_led_pins {
159 pinctrl-single,pins = <
160 OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4) /* mcbsp1_clkx.gpio_162 */
164 mcspi4_pins: pinmux_mcspi4_pins {
165 pinctrl-single,pins = <
166 0x15c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_clk */
167 0x162 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_somi */
168 0x160 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_simo */
169 0x166 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_cs0 */
173 mmc1_pins: pinmux_mmc1_pins {
174 pinctrl-single,pins = <
175 0x114 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk */
176 0x116 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd */
177 0x118 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0 */
178 0x11a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1 */
179 0x11c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2 */
180 0x11e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3 */
184 mmc2_pins: pinmux_mmc2_pins {
185 pinctrl-single,pins = <
186 0x128 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk */
187 0x12a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd */
188 0x12c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0 */
189 0x12e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1 */
190 0x130 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2 */
191 0x132 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3 */
192 0x134 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat4 */
193 0x136 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat5 */
194 0x138 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat6 */
195 0x13a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat7 */
199 acx565akm_pins: pinmux_acx565akm_pins {
200 pinctrl-single,pins = <
201 0x0d4 (PIN_OUTPUT | MUX_MODE4) /* RX51_LCD_RESET_GPIO */
205 dss_sdi_pins: pinmux_dss_sdi_pins {
206 pinctrl-single,pins = <
207 0x0c0 (PIN_OUTPUT | MUX_MODE1) /* dss_data10.sdi_dat1n */
208 0x0c2 (PIN_OUTPUT | MUX_MODE1) /* dss_data11.sdi_dat1p */
209 0x0c4 (PIN_OUTPUT | MUX_MODE1) /* dss_data12.sdi_dat2n */
210 0x0c6 (PIN_OUTPUT | MUX_MODE1) /* dss_data13.sdi_dat2p */
212 0x0d8 (PIN_OUTPUT | MUX_MODE1) /* dss_data22.sdi_clkp */
213 0x0da (PIN_OUTPUT | MUX_MODE1) /* dss_data23.sdi_clkn */
217 wl1251_pins: pinmux_wl1251 {
218 pinctrl-single,pins = <
219 0x0ce (PIN_OUTPUT | MUX_MODE4) /* gpio 87 => wl1251 enable */
220 0x05a (PIN_INPUT | MUX_MODE4) /* gpio 42 => wl1251 irq */
224 ssi_pins: pinmux_ssi {
225 pinctrl-single,pins = <
226 0x150 (PIN_INPUT_PULLUP | MUX_MODE1) /* ssi1_rdy_tx */
227 0x14e (PIN_OUTPUT | MUX_MODE1) /* ssi1_flag_tx */
228 0x152 (PIN_INPUT | WAKEUP_EN | MUX_MODE4) /* ssi1_wake_tx (cawake) */
229 0x14c (PIN_OUTPUT | MUX_MODE1) /* ssi1_dat_tx */
230 0x154 (PIN_INPUT | MUX_MODE1) /* ssi1_dat_rx */
231 0x156 (PIN_INPUT | MUX_MODE1) /* ssi1_flag_rx */
232 0x158 (PIN_OUTPUT | MUX_MODE1) /* ssi1_rdy_rx */
233 0x15a (PIN_OUTPUT | MUX_MODE1) /* ssi1_wake */
237 modem_pins: pinmux_modem {
238 pinctrl-single,pins = <
239 0x0ac (PIN_OUTPUT | MUX_MODE4) /* gpio 70 => cmt_apeslpx */
240 0x0b0 (PIN_INPUT | WAKEUP_EN | MUX_MODE4) /* gpio 72 => ape_rst_rq */
241 0x0b2 (PIN_OUTPUT | MUX_MODE4) /* gpio 73 => cmt_rst_rq */
242 0x0b4 (PIN_OUTPUT | MUX_MODE4) /* gpio 74 => cmt_en */
243 0x0b6 (PIN_OUTPUT | MUX_MODE4) /* gpio 75 => cmt_rst */
244 0x15e (PIN_OUTPUT | MUX_MODE4) /* gpio 157 => cmt_bsi */
250 pinctrl-names = "default";
251 pinctrl-0 = <&i2c1_pins>;
253 clock-frequency = <2200000>;
257 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
258 interrupt-parent = <&intc>;
262 #include "twl4030.dtsi"
263 #include "twl4030_omap3.dtsi"
266 regulator-name = "V28";
267 regulator-min-microvolt = <2800000>;
268 regulator-max-microvolt = <2800000>;
269 regulator-always-on; /* due battery cover sensor */
273 regulator-name = "VCSI";
274 regulator-min-microvolt = <1800000>;
275 regulator-max-microvolt = <1800000>;
279 regulator-name = "VMMC2_30";
280 regulator-min-microvolt = <2800000>;
281 regulator-max-microvolt = <3000000>;
285 regulator-name = "VCAM_ANA_28";
286 regulator-min-microvolt = <2800000>;
287 regulator-max-microvolt = <2800000>;
291 regulator-name = "VMMC1";
292 regulator-min-microvolt = <1850000>;
293 regulator-max-microvolt = <3150000>;
297 regulator-name = "V28_A";
298 regulator-min-microvolt = <2800000>;
299 regulator-max-microvolt = <3000000>;
300 regulator-always-on; /* due VIO leak to AIC34 VDDs */
304 regulator-name = "VPLL";
305 regulator-min-microvolt = <1800000>;
306 regulator-max-microvolt = <1800000>;
311 regulator-name = "VSDI_CSI";
312 regulator-min-microvolt = <1800000>;
313 regulator-max-microvolt = <1800000>;
318 regulator-name = "VMMC2_IO_18";
319 regulator-min-microvolt = <1800000>;
320 regulator-max-microvolt = <1800000>;
324 regulator-name = "VIO";
325 regulator-min-microvolt = <1800000>;
326 regulator-max-microvolt = <1800000>;
331 regulator-name = "VINTANA1";
332 /* fixed to 1500000 */
337 regulator-name = "VINTANA2";
338 regulator-min-microvolt = <2750000>;
339 regulator-max-microvolt = <2750000>;
344 regulator-name = "VINTDIG";
345 /* fixed to 1500000 */
351 compatible = "ti,twl4030-audio";
352 ti,enable-vibra = <1>;
357 linux,keymap = < MATRIX_KEY(0x00, 0x00, KEY_Q)
358 MATRIX_KEY(0x00, 0x01, KEY_O)
359 MATRIX_KEY(0x00, 0x02, KEY_P)
360 MATRIX_KEY(0x00, 0x03, KEY_COMMA)
361 MATRIX_KEY(0x00, 0x04, KEY_BACKSPACE)
362 MATRIX_KEY(0x00, 0x06, KEY_A)
363 MATRIX_KEY(0x00, 0x07, KEY_S)
365 MATRIX_KEY(0x01, 0x00, KEY_W)
366 MATRIX_KEY(0x01, 0x01, KEY_D)
367 MATRIX_KEY(0x01, 0x02, KEY_F)
368 MATRIX_KEY(0x01, 0x03, KEY_G)
369 MATRIX_KEY(0x01, 0x04, KEY_H)
370 MATRIX_KEY(0x01, 0x05, KEY_J)
371 MATRIX_KEY(0x01, 0x06, KEY_K)
372 MATRIX_KEY(0x01, 0x07, KEY_L)
374 MATRIX_KEY(0x02, 0x00, KEY_E)
375 MATRIX_KEY(0x02, 0x01, KEY_DOT)
376 MATRIX_KEY(0x02, 0x02, KEY_UP)
377 MATRIX_KEY(0x02, 0x03, KEY_ENTER)
378 MATRIX_KEY(0x02, 0x05, KEY_Z)
379 MATRIX_KEY(0x02, 0x06, KEY_X)
380 MATRIX_KEY(0x02, 0x07, KEY_C)
381 MATRIX_KEY(0x02, 0x08, KEY_F9)
383 MATRIX_KEY(0x03, 0x00, KEY_R)
384 MATRIX_KEY(0x03, 0x01, KEY_V)
385 MATRIX_KEY(0x03, 0x02, KEY_B)
386 MATRIX_KEY(0x03, 0x03, KEY_N)
387 MATRIX_KEY(0x03, 0x04, KEY_M)
388 MATRIX_KEY(0x03, 0x05, KEY_SPACE)
389 MATRIX_KEY(0x03, 0x06, KEY_SPACE)
390 MATRIX_KEY(0x03, 0x07, KEY_LEFT)
392 MATRIX_KEY(0x04, 0x00, KEY_T)
393 MATRIX_KEY(0x04, 0x01, KEY_DOWN)
394 MATRIX_KEY(0x04, 0x02, KEY_RIGHT)
395 MATRIX_KEY(0x04, 0x04, KEY_LEFTCTRL)
396 MATRIX_KEY(0x04, 0x05, KEY_RIGHTALT)
397 MATRIX_KEY(0x04, 0x06, KEY_LEFTSHIFT)
398 MATRIX_KEY(0x04, 0x08, KEY_F10)
400 MATRIX_KEY(0x05, 0x00, KEY_Y)
401 MATRIX_KEY(0x05, 0x08, KEY_F11)
403 MATRIX_KEY(0x06, 0x00, KEY_U)
405 MATRIX_KEY(0x07, 0x00, KEY_I)
406 MATRIX_KEY(0x07, 0x01, KEY_F7)
407 MATRIX_KEY(0x07, 0x02, KEY_F8)
413 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
417 pinctrl-names = "default";
418 pinctrl-0 = <&i2c2_pins>;
420 clock-frequency = <100000>;
422 tlv320aic3x: tlv320aic3x@18 {
423 compatible = "ti,tlv320aic3x";
425 gpio-reset = <&gpio2 28 GPIO_ACTIVE_HIGH>; /* 60 */
427 0 /* AIC3X_GPIO1_FUNC_DISABLED */
428 5 /* AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT */
431 AVDD-supply = <&vmmc2>;
432 DRVDD-supply = <&vmmc2>;
433 IOVDD-supply = <&vio>;
434 DVDD-supply = <&vio>;
437 tlv320aic3x_aux: tlv320aic3x@19 {
438 compatible = "ti,tlv320aic3x";
440 gpio-reset = <&gpio2 28 GPIO_ACTIVE_HIGH>; /* 60 */
442 AVDD-supply = <&vmmc2>;
443 DRVDD-supply = <&vmmc2>;
444 IOVDD-supply = <&vio>;
445 DVDD-supply = <&vio>;
448 tsl2563: tsl2563@29 {
449 compatible = "amstaos,tsl2563";
452 amstaos,cover-comp-gain = <16>;
456 compatible = "national,lp5523";
458 clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
459 enable-gpio = <&gpio2 9 GPIO_ACTIVE_HIGH>; /* 41 */
462 chan-name = "lp5523:kb1";
463 led-cur = /bits/ 8 <50>;
464 max-cur = /bits/ 8 <100>;
468 chan-name = "lp5523:kb2";
469 led-cur = /bits/ 8 <50>;
470 max-cur = /bits/ 8 <100>;
474 chan-name = "lp5523:kb3";
475 led-cur = /bits/ 8 <50>;
476 max-cur = /bits/ 8 <100>;
480 chan-name = "lp5523:kb4";
481 led-cur = /bits/ 8 <50>;
482 max-cur = /bits/ 8 <100>;
486 chan-name = "lp5523:b";
487 led-cur = /bits/ 8 <50>;
488 max-cur = /bits/ 8 <100>;
492 chan-name = "lp5523:g";
493 led-cur = /bits/ 8 <50>;
494 max-cur = /bits/ 8 <100>;
498 chan-name = "lp5523:r";
499 led-cur = /bits/ 8 <50>;
500 max-cur = /bits/ 8 <100>;
504 chan-name = "lp5523:kb5";
505 led-cur = /bits/ 8 <50>;
506 max-cur = /bits/ 8 <100>;
510 chan-name = "lp5523:kb6";
511 led-cur = /bits/ 8 <50>;
512 max-cur = /bits/ 8 <100>;
516 bq27200: bq27200@55 {
517 compatible = "ti,bq27200";
521 tpa6130a2: tpa6130a2@60 {
522 compatible = "ti,tpa6130a2";
525 Vdd-supply = <&vmmc2>;
527 power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */
530 bq24150a: bq24150a@6b {
531 compatible = "ti,bq24150a";
534 ti,current-limit = <100>;
535 ti,weak-battery-voltage = <3400>;
536 ti,battery-regulation-voltage = <4200>;
537 ti,charge-current = <650>;
538 ti,termination-current = <100>;
539 ti,resistor-sense = <68>;
541 ti,usb-charger-detection = <&isp1704>;
546 pinctrl-names = "default";
547 pinctrl-0 = <&i2c3_pins>;
549 clock-frequency = <400000>;
553 pinctrl-names = "default";
554 pinctrl-0 = <&mmc1_pins>;
555 vmmc-supply = <&vmmc1>;
557 cd-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* 160 */
560 /* most boards use vaux3, only some old versions use vmmc2 instead */
562 pinctrl-names = "default";
563 pinctrl-0 = <&mmc2_pins>;
564 vmmc-supply = <&vaux3>;
565 vmmc_aux-supply = <&vsim>;
575 ranges = <0 0 0x04000000 0x10000000>; /* 256MB */
577 /* gpio-irq for dma: 65 */
580 #address-cells = <1>;
582 reg = <0 0 0x10000000>;
586 gpmc,burst-length = <16>;
590 gpmc,device-width = <2>; /* GPMC_DEVWIDTH_16BIT */
591 gpmc,mux-add-data = <2>; /* GPMC_MUX_AD */
593 gpmc,cs-rd-off-ns = <87>;
594 gpmc,cs-wr-off-ns = <87>;
595 gpmc,adv-on-ns = <0>;
596 gpmc,adv-rd-off-ns = <10>;
597 gpmc,adv-wr-off-ns = <10>;
598 gpmc,oe-on-ns = <15>;
599 gpmc,oe-off-ns = <87>;
601 gpmc,we-off-ns = <87>;
602 gpmc,rd-cycle-ns = <112>;
603 gpmc,wr-cycle-ns = <112>;
604 gpmc,access-ns = <81>;
605 gpmc,page-burst-access-ns = <15>;
606 gpmc,bus-turnaround-ns = <0>;
607 gpmc,cycle2cycle-delay-ns = <0>;
608 gpmc,wait-monitoring-ns = <0>;
609 gpmc,clk-activation-ns = <5>;
610 gpmc,wr-data-mux-bus-ns = <30>;
611 gpmc,wr-access-ns = <81>;
612 gpmc,sync-clk-ps = <15000>;
615 * MTD partition table corresponding to Nokia's
616 * Maemo 5 (Fremantle) release.
619 label = "bootloader";
620 reg = <0x00000000 0x00020000>;
625 reg = <0x00020000 0x00060000>;
629 reg = <0x00080000 0x00040000>;
633 reg = <0x000c0000 0x00200000>;
637 reg = <0x002c0000 0x00200000>;
641 reg = <0x004c0000 0x0fb40000>;
648 * For some reason, touchscreen is necessary for screen to work at
649 * all on real hw. It works well without it on emulator.
651 * Also... order in the device tree actually matters here.
654 compatible = "ti,tsc2005";
655 spi-max-frequency = <6000000>;
660 reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */
661 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */
663 touchscreen-fuzz-x = <4>;
664 touchscreen-fuzz-y = <7>;
665 touchscreen-fuzz-pressure = <2>;
666 touchscreen-max-x = <4096>;
667 touchscreen-max-y = <4096>;
668 touchscreen-max-pressure = <2048>;
670 ti,x-plate-ohms = <280>;
671 ti,esd-recovery-timeout-ms = <8000>;
675 compatible = "sony,acx565akm";
676 spi-max-frequency = <6000000>;
679 pinctrl-names = "default";
680 pinctrl-0 = <&acx565akm_pins>;
683 reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */
687 remote-endpoint = <&sdi_out>;
694 pinctrl-names = "default";
695 pinctrl-0 = <&mcspi4_pins>;
698 pinctrl-names = "default";
699 pinctrl-0 = <&wl1251_pins>;
703 compatible = "ti,wl1251";
705 spi-max-frequency = <48000000>;
710 ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>; /* 87 */
712 interrupt-parent = <&gpio2>;
713 interrupts = <10 IRQ_TYPE_NONE>; /* gpio line 42 */
718 interface-type = <0>;
719 usb-phy = <&usb2_phy>;
721 phy-names = "usb2-phy";
731 interrupts-extended = <&intc 73 &omap3_pmx_core OMAP3_UART2_RX>;
732 pinctrl-names = "default";
733 pinctrl-0 = <&uart2_pins>;
737 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
738 pinctrl-names = "default";
739 pinctrl-0 = <&uart3_pins>;
745 pinctrl-names = "default";
746 pinctrl-0 = <&dss_sdi_pins>;
748 vdds_sdi-supply = <&vaux1>;
751 #address-cells = <1>;
758 remote-endpoint = <&lcd_in>;
768 vdda-supply = <&vdac>;
772 remote-endpoint = <&tv_connector_in>;
783 pinctrl-names = "default";
784 pinctrl-0 = <&ssi_pins>;
786 ti,ssi-cawake-gpio = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */
789 compatible = "nokia,n900-modem";
791 pinctrl-names = "default";
792 pinctrl-0 = <&modem_pins>;
794 hsi-channel-ids = <0>, <1>, <2>, <3>;
795 hsi-channel-names = "mcsaab-control",
799 hsi-speed-kbps = <55000>;
801 hsi-flow = "synchronized";
802 hsi-arb-mode = "round-robin";
804 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
806 gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>, /* 70 */
807 <&gpio3 9 GPIO_ACTIVE_HIGH>, /* 73 */
808 <&gpio3 10 GPIO_ACTIVE_HIGH>, /* 74 */
809 <&gpio3 11 GPIO_ACTIVE_HIGH>, /* 75 */
810 <&gpio5 29 GPIO_ACTIVE_HIGH>; /* 157 */
811 gpio-names = "cmt_apeslpx",