Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / omap3-gta04.dtsi
1 /*
2  * Copyright (C) 2013 Marek Belisko <marek@goldelico.com>
3  *
4  * Based on omap3-beagle-xm.dts
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 /dts-v1/;
11
12 #include "omap36xx.dtsi"
13
14 / {
15         model = "OMAP3 GTA04";
16         compatible = "ti,omap3-gta04", "ti,omap36xx", "ti,omap3";
17
18         cpus {
19                 cpu@0 {
20                         cpu0-supply = <&vcc>;
21                 };
22         };
23
24         memory@80000000 {
25                 device_type = "memory";
26                 reg = <0x80000000 0x20000000>; /* 512 MB */
27         };
28
29         aliases {
30                 display0 = &lcd;
31         };
32
33         /* fixed 26MHz oscillator */
34         hfclk_26m: oscillator {
35                 #clock-cells = <0>;
36                 compatible = "fixed-clock";
37                 clock-frequency = <26000000>;
38         };
39
40         gpio-keys {
41                 compatible = "gpio-keys";
42
43                 aux-button {
44                         label = "aux";
45                         linux,code = <169>;
46                         gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
47                         wakeup-source;
48                 };
49         };
50
51         sound {
52                 compatible = "ti,omap-twl4030";
53                 ti,model = "gta04";
54
55                 ti,mcbsp = <&mcbsp2>;
56         };
57
58          /* GSM audio */
59         sound_telephony {
60                 compatible = "simple-audio-card";
61                 simple-audio-card,name = "GTA04 voice";
62                 simple-audio-card,bitclock-master = <&telephony_link_master>;
63                 simple-audio-card,frame-master = <&telephony_link_master>;
64                 simple-audio-card,format = "i2s";
65                 simple-audio-card,bitclock-inversion;
66                 simple-audio-card,frame-inversion;
67                 simple-audio-card,cpu {
68                         sound-dai = <&mcbsp4>;
69                 };
70
71                 telephony_link_master: simple-audio-card,codec {
72                         sound-dai = <&gtm601_codec>;
73                 };
74         };
75
76         gtm601_codec: gsm_codec {
77                 compatible = "option,gtm601";
78                 #sound-dai-cells = <0>;
79         };
80
81         spi_lcd {
82                 compatible = "spi-gpio";
83                 #address-cells = <0x1>;
84                 #size-cells = <0x0>;
85                 pinctrl-names = "default";
86                 pinctrl-0 = <&spi_gpio_pins>;
87
88                 gpio-sck = <&gpio1 12 GPIO_ACTIVE_HIGH>;
89                 gpio-miso = <&gpio1 18 GPIO_ACTIVE_HIGH>;
90                 gpio-mosi = <&gpio1 20 GPIO_ACTIVE_HIGH>;
91                 cs-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
92                 num-chipselects = <1>;
93
94                 /* lcd panel */
95                 lcd: td028ttec1@0 {
96                         compatible = "tpo,td028ttec1";
97                         reg = <0>;
98                         spi-max-frequency = <100000>;
99                         spi-cpol;
100                         spi-cpha;
101
102                         label = "lcd";
103                         port {
104                                 lcd_in: endpoint {
105                                         remote-endpoint = <&dpi_out>;
106                                 };
107                         };
108                 };
109         };
110
111         backlight {
112                 compatible = "pwm-backlight";
113                 pwms = <&pwm11 0 12000000 0>;
114                 pwm-names = "backlight";
115                 brightness-levels = <0 11 20 30 40 50 60 70 80 90 100>;
116                 default-brightness-level = <9>; /* => 90 */
117                 pinctrl-names = "default";
118                 pinctrl-0 = <&backlight_pins>;
119         };
120
121         pwm11: dmtimer-pwm {
122                 compatible = "ti,omap-dmtimer-pwm";
123                 ti,timers = <&timer11>;
124                 #pwm-cells = <3>;
125         };
126
127         hsusb2_phy: hsusb2_phy {
128                 compatible = "usb-nop-xceiv";
129                 reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
130                 #phy-cells = <0>;
131         };
132
133         tv0: connector {
134                 compatible = "svideo-connector";
135                 label = "tv";
136
137                 port {
138                         tv_connector_in: endpoint {
139                                 remote-endpoint = <&opa_out>;
140                         };
141                 };
142         };
143
144         tv_amp: opa362 {
145                 compatible = "ti,opa362";
146                 enable-gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
147
148                 ports {
149                         #address-cells = <1>;
150                         #size-cells = <0>;
151
152                         port@0 {
153                                 reg = <0>;
154                                 opa_in: endpoint {
155                                         remote-endpoint = <&venc_out>;
156                                 };
157                         };
158
159                         port@1 {
160                                 reg = <1>;
161                                 opa_out: endpoint {
162                                         remote-endpoint = <&tv_connector_in>;
163                                 };
164                         };
165                 };
166         };
167
168         wifi_pwrseq: wifi_pwrseq {
169                 compatible = "mmc-pwrseq-simple";
170                 reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>;     /* W2CBW003 reset through tca6507 */
171         };
172 };
173
174 &omap3_pmx_core {
175         pinctrl-names = "default";
176         pinctrl-0 = <
177                         &hsusb2_pins
178         >;
179
180         hsusb2_pins: pinmux_hsusb2_pins {
181                 pinctrl-single,pins = <
182                         OMAP3_CORE1_IOPAD(0x21d4, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi1_cs3.hsusb2_data2 */
183                         OMAP3_CORE1_IOPAD(0x21d6, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi2_clk.hsusb2_data7 */
184                         OMAP3_CORE1_IOPAD(0x21d8, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi2_simo.hsusb2_data4 */
185                         OMAP3_CORE1_IOPAD(0x21da, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi2_somi.hsusb2_data5 */
186                         OMAP3_CORE1_IOPAD(0x21dc, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi2_cs0.hsusb2_data6 */
187                         OMAP3_CORE1_IOPAD(0x21de, PIN_INPUT_PULLDOWN | MUX_MODE3)       /* mcspi2_cs1.hsusb2_data3 */
188                 >;
189         };
190
191         uart1_pins: pinmux_uart1_pins {
192                 pinctrl-single,pins = <
193                         OMAP3_CORE1_IOPAD(0x2182, PIN_INPUT | MUX_MODE0)                /* uart1_rx.uart1_rx */
194                         OMAP3_CORE1_IOPAD(0x217c, PIN_OUTPUT | MUX_MODE0)               /* uart1_tx.uart1_tx */
195                 >;
196         };
197
198         uart2_pins: pinmux_uart2_pins {
199                 pinctrl-single,pins = <
200                         OMAP3_CORE1_IOPAD(0x217a, PIN_INPUT | MUX_MODE0)                /* uart2_rx.uart2_rx */
201                         OMAP3_CORE1_IOPAD(0x2178, PIN_OUTPUT | MUX_MODE0)               /* uart2_tx.uart2_tx */
202                 >;
203         };
204
205         uart3_pins: pinmux_uart3_pins {
206                 pinctrl-single,pins = <
207                         OMAP3_CORE1_IOPAD(0x219e, PIN_INPUT | MUX_MODE0)                /* uart3_rx.uart3_rx */
208                         OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0)               /* uart3_tx.uart3_tx */
209                 >;
210         };
211
212         mmc1_pins: pinmux_mmc1_pins {
213                 pinctrl-single,pins = <
214                         OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_clk.sdmmc1_clk */
215                         OMAP3_CORE1_IOPAD(0x2146, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_cmd.sdmmc1_cmd */
216                         OMAP3_CORE1_IOPAD(0x2148, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_dat0.sdmmc1_dat0 */
217                         OMAP3_CORE1_IOPAD(0x214a, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_dat1.sdmmc1_dat1 */
218                         OMAP3_CORE1_IOPAD(0x214c, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_dat2.sdmmc1_dat2 */
219                         OMAP3_CORE1_IOPAD(0x214e, PIN_INPUT_PULLUP | MUX_MODE0)         /* sdmmc1_dat3.sdmmc1_dat3 */
220                 >;
221         };
222
223         backlight_pins: backlight_pins_pimnux {
224                 pinctrl-single,pins = <
225                         OMAP3_CORE1_IOPAD(0x20ba, MUX_MODE3)            /* gpt11/gpio57 */
226                 >;
227         };
228
229         dss_dpi_pins: pinmux_dss_dpi_pins {
230                pinctrl-single,pins = <
231                         OMAP3_CORE1_IOPAD(0x20d4, PIN_OUTPUT | MUX_MODE0)   /* dss_pclk.dss_pclk */
232                         OMAP3_CORE1_IOPAD(0x20d6, PIN_OUTPUT | MUX_MODE0)   /* dss_hsync.dss_hsync */
233                         OMAP3_CORE1_IOPAD(0x20d8, PIN_OUTPUT | MUX_MODE0)   /* dss_vsync.dss_vsync */
234                         OMAP3_CORE1_IOPAD(0x20da, PIN_OUTPUT | MUX_MODE0)   /* dss_acbias.dss_acbias */
235                         OMAP3_CORE1_IOPAD(0x20dc, PIN_OUTPUT | MUX_MODE0)   /* dss_data0.dss_data0 */
236                         OMAP3_CORE1_IOPAD(0x20de, PIN_OUTPUT | MUX_MODE0)   /* dss_data1.dss_data1 */
237                         OMAP3_CORE1_IOPAD(0x20e0, PIN_OUTPUT | MUX_MODE0)   /* dss_data2.dss_data2 */
238                         OMAP3_CORE1_IOPAD(0x20e2, PIN_OUTPUT | MUX_MODE0)   /* dss_data3.dss_data3 */
239                         OMAP3_CORE1_IOPAD(0x20e4, PIN_OUTPUT | MUX_MODE0)   /* dss_data4.dss_data4 */
240                         OMAP3_CORE1_IOPAD(0x20e6, PIN_OUTPUT | MUX_MODE0)   /* dss_data5.dss_data5 */
241                         OMAP3_CORE1_IOPAD(0x20e8, PIN_OUTPUT | MUX_MODE0)   /* dss_data6.dss_data6 */
242                         OMAP3_CORE1_IOPAD(0x20ea, PIN_OUTPUT | MUX_MODE0)   /* dss_data7.dss_data7 */
243                         OMAP3_CORE1_IOPAD(0x20ec, PIN_OUTPUT | MUX_MODE0)   /* dss_data8.dss_data8 */
244                         OMAP3_CORE1_IOPAD(0x20ee, PIN_OUTPUT | MUX_MODE0)   /* dss_data9.dss_data9 */
245                         OMAP3_CORE1_IOPAD(0x20f0, PIN_OUTPUT | MUX_MODE0)   /* dss_data10.dss_data10 */
246                         OMAP3_CORE1_IOPAD(0x20f2, PIN_OUTPUT | MUX_MODE0)   /* dss_data11.dss_data11 */
247                         OMAP3_CORE1_IOPAD(0x20f4, PIN_OUTPUT | MUX_MODE0)   /* dss_data12.dss_data12 */
248                         OMAP3_CORE1_IOPAD(0x20f6, PIN_OUTPUT | MUX_MODE0)   /* dss_data13.dss_data13 */
249                         OMAP3_CORE1_IOPAD(0x20f8, PIN_OUTPUT | MUX_MODE0)   /* dss_data14.dss_data14 */
250                         OMAP3_CORE1_IOPAD(0x20fa, PIN_OUTPUT | MUX_MODE0)   /* dss_data15.dss_data15 */
251                         OMAP3_CORE1_IOPAD(0x20fc, PIN_OUTPUT | MUX_MODE0)   /* dss_data16.dss_data16 */
252                         OMAP3_CORE1_IOPAD(0x20fe, PIN_OUTPUT | MUX_MODE0)   /* dss_data17.dss_data17 */
253                         OMAP3_CORE1_IOPAD(0x2100, PIN_OUTPUT | MUX_MODE0)   /* dss_data18.dss_data18 */
254                         OMAP3_CORE1_IOPAD(0x2102, PIN_OUTPUT | MUX_MODE0)   /* dss_data19.dss_data19 */
255                         OMAP3_CORE1_IOPAD(0x2104, PIN_OUTPUT | MUX_MODE0)   /* dss_data20.dss_data20 */
256                         OMAP3_CORE1_IOPAD(0x2106, PIN_OUTPUT | MUX_MODE0)   /* dss_data21.dss_data21 */
257                         OMAP3_CORE1_IOPAD(0x2108, PIN_OUTPUT | MUX_MODE0)   /* dss_data22.dss_data22 */
258                         OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT | MUX_MODE0)   /* dss_data23.dss_data23 */
259                 >;
260        };
261
262         hdq_pins: hdq_pins {
263                 pinctrl-single,pins = <
264                         OMAP3_CORE1_IOPAD(0x21c6, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda.hdq */
265                 >;
266         };
267
268         bma180_pins: pinmux_bma180_pins {
269                 pinctrl-single,pins = <
270                         OMAP3_CORE1_IOPAD(0x213a, PIN_INPUT_PULLUP | MUX_MODE4) /* gpio115 */
271                 >;
272         };
273
274         itg3200_pins: pinmux_itg3200_pins {
275                 pinctrl-single,pins = <
276                         OMAP3_CORE1_IOPAD(0x20b8, PIN_INPUT_PULLUP | MUX_MODE4) /* gpio56 */
277                 >;
278         };
279
280         hmc5843_pins: pinmux_hmc5843_pins {
281                 pinctrl-single,pins = <
282                         OMAP3_CORE1_IOPAD(0x2134, PIN_INPUT_PULLUP | MUX_MODE4) /* gpio112 */
283                 >;
284         };
285 };
286
287 &omap3_pmx_core2 {
288         pinctrl-names = "default";
289         pinctrl-0 = <
290                         &hsusb2_2_pins
291         >;
292
293         hsusb2_2_pins: pinmux_hsusb2_2_pins {
294                 pinctrl-single,pins = <
295                         OMAP3630_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3)            /* etk_d10.hsusb2_clk */
296                         OMAP3630_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3)            /* etk_d11.hsusb2_stp */
297                         OMAP3630_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d12.hsusb2_dir */
298                         OMAP3630_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d13.hsusb2_nxt */
299                         OMAP3630_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d14.hsusb2_data0 */
300                         OMAP3630_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d15.hsusb2_data1 */
301                 >;
302         };
303
304         spi_gpio_pins: spi_gpio_pinmux {
305                 pinctrl-single,pins = <
306                         OMAP3630_CORE2_IOPAD(0x25d8, PIN_OUTPUT | MUX_MODE4) /* clk */
307                         OMAP3630_CORE2_IOPAD(0x25e6, PIN_OUTPUT | MUX_MODE4) /* cs */
308                         OMAP3630_CORE2_IOPAD(0x25e8, PIN_OUTPUT | MUX_MODE4) /* tx */
309                         OMAP3630_CORE2_IOPAD(0x25e4, PIN_INPUT | MUX_MODE4) /* rx */
310                 >;
311         };
312 };
313
314 &i2c1 {
315         clock-frequency = <2600000>;
316
317         twl: twl@48 {
318                 reg = <0x48>;
319                 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
320                 interrupt-parent = <&intc>;
321
322                 clocks = <&hfclk_26m>;
323                 clock-names = "fck";
324
325                 twl_audio: audio {
326                         compatible = "ti,twl4030-audio";
327                         ti,enable-vibra = <1>;
328                         codec {
329                                 ti,ramp_delay_value = <3>;
330                         };
331                 };
332
333                 twl_power: power {
334                         compatible = "ti,twl4030-power";
335                         ti,use_poweroff;
336                 };
337         };
338 };
339
340 #include "twl4030.dtsi"
341 #include "twl4030_omap3.dtsi"
342
343 &i2c2 {
344         clock-frequency = <400000>;
345
346         /* pressure sensor */
347         bmp085@77 {
348                 compatible = "bosch,bmp085";
349                 reg = <0x77>;
350                 interrupt-parent = <&gpio4>;
351                 interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */
352         };
353
354         /* accelerometer */
355         bma180@41 {
356                 compatible = "bosch,bma180";
357                 reg = <0x41>;
358                 pinctrl-names = "default";
359                 pintcrl-0 = <&bma180_pins>;
360                 interrupt-parent = <&gpio4>;
361                 interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
362         };
363
364         /* gyroscope */
365         itg3200@68 {
366                 compatible = "invensense,itg3200";
367                 reg = <0x68>;
368                 pinctrl-names = "default";
369                 pinctrl-0 = <&itg3200_pins>;
370                 interrupt-parent = <&gpio2>;
371                 interrupts = <24 IRQ_TYPE_EDGE_FALLING>; /* GPIO_56 */
372         };
373
374         /* leds + gpios */
375         tca6507: tca6507@45 {
376                 compatible = "ti,tca6507";
377                 #address-cells = <1>;
378                 #size-cells = <0>;
379                 reg = <0x45>;
380
381                 gpio-controller;
382                 #gpio-cells = <2>;
383
384                 gta04_led0: red_aux@0 {
385                         label = "gta04:red:aux";
386                         reg = <0x0>;
387                 };
388
389                 gta04_led1: green_aux@1 {
390                         label = "gta04:green:aux";
391                         reg = <0x1>;
392                 };
393
394                 gta04_led3: red_power@3 {
395                         label = "gta04:red:power";
396                         reg = <0x3>;
397                         linux,default-trigger = "default-on";
398                 };
399
400                 gta04_led4: green_power@4 {
401                         label = "gta04:green:power";
402                         reg = <0x4>;
403                 };
404
405                 wifi_reset: wifi_reset@6 {
406                         reg = <0x6>;
407                         compatible = "gpio";
408                 };
409         };
410
411         /* compass aka magnetometer */
412         hmc5843@1e {
413                 compatible = "honeywell,hmc5883l";
414                 reg = <0x1e>;
415                 pinctrl-names = "default";
416                 pinctrl-0 = <&hmc5843_pins>;
417                 interrupt-parent = <&gpio4>;
418                 interrupts = <16 IRQ_TYPE_EDGE_FALLING>;        /* gpio112 */
419         };
420
421         /* touchscreen */
422         tsc2007@48 {
423                 compatible = "ti,tsc2007";
424                 reg = <0x48>;
425                 interrupt-parent = <&gpio6>;
426                 interrupts = <0 IRQ_TYPE_EDGE_FALLING>; /* GPIO_160 */
427                 gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
428                 ti,x-plate-ohms = <600>;
429         };
430
431         /* RFID EEPROM */
432         m24lr64@50 {
433                 compatible = "atmel,24c64";
434                 reg = <0x50>;
435         };
436 };
437
438 &i2c3 {
439         clock-frequency = <100000>;
440 };
441
442 &usb_otg_hs {
443         interface-type = <0>;
444         usb-phy = <&usb2_phy>;
445         phys = <&usb2_phy>;
446         phy-names = "usb2-phy";
447         mode = <3>;
448         power = <50>;
449 };
450
451 &usbhshost {
452         port2-mode = "ehci-phy";
453 };
454
455 &usbhsehci {
456         phys = <0 &hsusb2_phy>;
457 };
458
459 &mmc1 {
460         pinctrl-names = "default";
461         pinctrl-0 = <&mmc1_pins>;
462         vmmc-supply = <&vmmc1>;
463         bus-width = <4>;
464         ti,non-removable;
465 };
466
467 &mmc2 {
468         vmmc-supply = <&vaux4>;
469         bus-width = <4>;
470         ti,non-removable;
471         cap-power-off-card;
472         mmc-pwrseq = <&wifi_pwrseq>;
473 };
474
475 &mmc3 {
476         status = "disabled";
477 };
478
479 &twl_keypad {
480         status = "disabled";
481 };
482
483 &uart1 {
484         pinctrl-names = "default";
485         pinctrl-0 = <&uart1_pins>;
486 };
487
488 &uart2 {
489         pinctrl-names = "default";
490         pinctrl-0 = <&uart2_pins>;
491 };
492
493 &uart3 {
494         pinctrl-names = "default";
495         pinctrl-0 = <&uart3_pins>;
496 };
497
498 &charger {
499         ti,bb-uvolt = <3200000>;
500         ti,bb-uamp = <150>;
501 };
502
503 /* spare */
504 &vaux1 {
505         regulator-min-microvolt = <2500000>;
506         regulator-max-microvolt = <3000000>;
507 };
508
509 /* sensors */
510 &vaux2 {
511         regulator-min-microvolt = <2800000>;
512         regulator-max-microvolt = <2800000>;
513         regulator-always-on;
514 };
515
516 /* camera */
517 &vaux3 {
518         regulator-min-microvolt = <2500000>;
519         regulator-max-microvolt = <2500000>;
520 };
521
522 /* WLAN/BT */
523 &vaux4 {
524         regulator-min-microvolt = <2800000>;
525         regulator-max-microvolt = <3150000>;
526 };
527
528 /* GPS LNA */
529 &vsim {
530         regulator-min-microvolt = <2800000>;
531         regulator-max-microvolt = <3150000>;
532 };
533
534 &dss {
535         pinctrl-names = "default";
536         pinctrl-0 = < &dss_dpi_pins >;
537
538         status = "okay";
539         vdds_dsi-supply = <&vpll2>;
540
541         port {
542                 dpi_out: endpoint {
543                         remote-endpoint = <&lcd_in>;
544                         data-lines = <24>;
545                 };
546         };
547 };
548
549 &venc {
550         status = "okay";
551
552         vdda-supply = <&vdac>;
553
554         port {
555                 venc_out: endpoint {
556                         remote-endpoint = <&opa_in>;
557                         ti,channels = <2>;
558                         ti,invert-polarity;
559                 };
560         };
561 };
562
563 &gpmc {
564         ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */
565
566         nand@0,0 {
567                 compatible = "ti,omap2-nand";
568                 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
569                 interrupt-parent = <&gpmc>;
570                 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
571                              <1 IRQ_TYPE_NONE>; /* termcount */
572                 nand-bus-width = <16>;
573                 ti,nand-ecc-opt = "bch8";
574
575                 gpmc,sync-clk-ps = <0>;
576                 gpmc,cs-on-ns = <0>;
577                 gpmc,cs-rd-off-ns = <44>;
578                 gpmc,cs-wr-off-ns = <44>;
579                 gpmc,adv-on-ns = <6>;
580                 gpmc,adv-rd-off-ns = <34>;
581                 gpmc,adv-wr-off-ns = <44>;
582                 gpmc,we-off-ns = <40>;
583                 gpmc,oe-off-ns = <54>;
584                 gpmc,access-ns = <64>;
585                 gpmc,rd-cycle-ns = <82>;
586                 gpmc,wr-cycle-ns = <82>;
587                 gpmc,wr-access-ns = <40>;
588                 gpmc,wr-data-mux-bus-ns = <0>;
589                 gpmc,device-width = <2>;
590
591                 #address-cells = <1>;
592                 #size-cells = <1>;
593
594                 x-loader@0 {
595                         label = "X-Loader";
596                         reg = <0 0x80000>;
597                 };
598
599                 bootloaders@80000 {
600                         label = "U-Boot";
601                         reg = <0x80000 0x1e0000>;
602                 };
603
604                 bootloaders_env@260000 {
605                         label = "U-Boot Env";
606                         reg = <0x260000 0x20000>;
607                 };
608
609                 kernel@280000 {
610                         label = "Kernel";
611                         reg = <0x280000 0x400000>;
612                 };
613
614                 filesystem@680000 {
615                         label = "File System";
616                         reg = <0x680000 0xf980000>;
617                 };
618         };
619 };
620
621 &mcbsp2 {
622         status = "okay";
623 };
624
625 &hdqw1w {
626         pinctrl-names = "default";
627         pinctrl-0 = <&hdq_pins>;
628 };
629
630 &mcbsp4 {
631         status = "okay";
632 };