Merge branch 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma into...
[cascardo/linux.git] / arch / arm / boot / dts / omap3-sbc-t3517.dts
1 /*
2  * Suppport for CompuLab SBC-T3517 with CM-T3517
3  */
4
5 #include "omap3-cm-t3517.dts"
6 #include "omap3-sb-t35.dtsi"
7
8 / {
9         model = "CompuLab SBC-T3517 with CM-T3517";
10         compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3";
11
12         aliases {
13                 display0 = &dvi0;
14         };
15
16         /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */
17         vddvario: regulator-vddvario-sb-t35 {
18                 compatible = "regulator-fixed";
19                 regulator-name = "vddvario";
20                 regulator-always-on;
21         };
22
23         vdd33a: regulator-vdd33a-sb-t35 {
24                 compatible = "regulator-fixed";
25                 regulator-name = "vdd33a";
26                 regulator-always-on;
27         };
28 };
29
30 &omap3_pmx_core {
31         pinctrl-names = "default";
32         pinctrl-0 = <
33                         &sb_t35_usb_hub_pins
34                         &usb_hub_pins
35                     >;
36
37         mmc1_aux_pins: pinmux_mmc1_aux_pins {
38                 pinctrl-single,pins = <
39                         OMAP3_CORE1_IOPAD(0x20c0, PIN_INPUT_PULLUP | MUX_MODE4) /* gpmc_clk.gpio_59   */
40                         OMAP3_CORE1_IOPAD(0x2174, PIN_INPUT_PULLUP | MUX_MODE4) /* uart2_cts.gpio_144 */
41                 >;
42         };
43
44         sb_t35_usb_hub_pins: pinmux_sb_t35_usb_hub_pins {
45                 pinctrl-single,pins = <
46                         OMAP3_CORE1_IOPAD(0x21ec, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_98 - SB-T35 USB HUB RST */
47                 >;
48         };
49 };
50
51 &mmc1 {
52         pinctrl-names = "default";
53         pinctrl-0 = <
54                 &mmc1_pins
55                 &mmc1_aux_pins
56         >;
57
58         wp-gpios =  <&gpio2 27 GPIO_ACTIVE_HIGH>; /* gpio_59  */
59         cd-gpios =  <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio_144 */
60 };
61
62 &dss {
63         port {
64                 dpi_out: endpoint {
65                         remote-endpoint = <&tfp410_in>;
66                         data-lines = <24>;
67                 };
68         };
69 };
70