blob: b22caaaf774ba710461fcabf395c121c0ccc0482 [file] [log] [blame]
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +01001/*
Enric Balletbo i Serra9aa36df2013-11-26 15:03:37 -08002 * Device Tree Source for IGEPv2 Rev. (TI OMAP AM/DM37x)
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +01003 *
4 * Copyright (C) 2012 Javier Martinez Canillas <javier@collabora.co.uk>
5 * Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
Florian Vaussard98ef79572013-05-31 14:32:55 +020012#include "omap3-igep.dtsi"
Javier Martinez Canillasef139e12014-04-24 18:53:50 +020013#include "omap-gpmc-smsc9221.dtsi"
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010014
15/ {
Enric Balletbo i Serra9aa36df2013-11-26 15:03:37 -080016 model = "IGEPv2 (TI OMAP AM/DM37x)";
Javier Martinez Canillasfb0cfec2014-02-22 10:59:36 -030017 compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010018
19 leds {
Javier Martinez Canillasbd52e2d2013-06-20 16:42:31 +020020 pinctrl-names = "default";
21 pinctrl-0 = <&leds_pins>;
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010022 compatible = "gpio-leds";
Javier Martinez Canillasbd52e2d2013-06-20 16:42:31 +020023
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010024 boot {
25 label = "omap3:green:boot";
Florian Vaussard6d624ea2013-05-31 14:32:56 +020026 gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010027 default-state = "on";
28 };
29
30 user0 {
31 label = "omap3:red:user0";
Florian Vaussard6d624ea2013-05-31 14:32:56 +020032 gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010033 default-state = "off";
34 };
35
36 user1 {
37 label = "omap3:red:user1";
Florian Vaussard6d624ea2013-05-31 14:32:56 +020038 gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010039 default-state = "off";
40 };
41
42 user2 {
43 label = "omap3:green:user1";
Florian Vaussard6d624ea2013-05-31 14:32:56 +020044 gpios = <&twl_gpio 19 GPIO_ACTIVE_LOW>;
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +010045 };
46 };
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +020047
Javier Martinez Canillas339e8342013-10-07 17:12:24 +020048 /* HS USB Port 1 Power */
49 hsusb1_power: hsusb1_power_reg {
50 compatible = "regulator-fixed";
51 regulator-name = "hsusb1_vbus";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
54 gpio = <&twl_gpio 18 GPIO_ACTIVE_LOW>; /* GPIO LEDA */
55 startup-delay-us = <70000>;
56 };
57
58 /* HS USB Host PHY on PORT 1 */
59 hsusb1_phy: hsusb1_phy {
60 compatible = "usb-nop-xceiv";
61 reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; /* gpio_24 */
62 vcc-supply = <&hsusb1_power>;
63 };
Javier Martinez Canillasdd186aa2013-12-06 02:53:38 +010064
65 tfp410: encoder@0 {
66 compatible = "ti,tfp410";
67 powerdown-gpios = <&gpio6 10 GPIO_ACTIVE_LOW>; /* gpio_170 */
68
69 ports {
70 #address-cells = <1>;
71 #size-cells = <0>;
72
73 port@0 {
74 reg = <0>;
75
76 tfp410_in: endpoint@0 {
77 remote-endpoint = <&dpi_out>;
78 };
79 };
80
81 port@1 {
82 reg = <1>;
83
84 tfp410_out: endpoint@0 {
85 remote-endpoint = <&dvi_connector_in>;
86 };
87 };
88 };
89 };
90
91 dvi0: connector@0 {
92 compatible = "dvi-connector";
93 label = "dvi";
94
95 digital;
96
97 ddc-i2c-bus = <&i2c3>;
98
99 port {
100 dvi_connector_in: endpoint {
101 remote-endpoint = <&tfp410_out>;
102 };
103 };
104 };
Javier Martinez Canillas339e8342013-10-07 17:12:24 +0200105};
106
107&omap3_pmx_core {
108 pinctrl-names = "default";
109 pinctrl-0 = <
Javier Martinez Canillas50592dc2013-11-26 15:03:38 -0800110 &tfp410_pins
Javier Martinez Canillasdd186aa2013-12-06 02:53:38 +0100111 &dss_dpi_pins
Javier Martinez Canillas339e8342013-10-07 17:12:24 +0200112 >;
113
Javier Martinez Canillasdd186aa2013-12-06 02:53:38 +0100114 tfp410_pins: pinmux_tfp410_pins {
Javier Martinez Canillas50592dc2013-11-26 15:03:38 -0800115 pinctrl-single,pins = <
116 0x196 (PIN_OUTPUT | MUX_MODE4) /* hdq_sio.gpio_170 */
117 >;
118 };
119
Javier Martinez Canillasdd186aa2013-12-06 02:53:38 +0100120 dss_dpi_pins: pinmux_dss_dpi_pins {
Javier Martinez Canillas50592dc2013-11-26 15:03:38 -0800121 pinctrl-single,pins = <
122 0x0a4 (PIN_OUTPUT | MUX_MODE0) /* dss_pclk.dss_pclk */
123 0x0a6 (PIN_OUTPUT | MUX_MODE0) /* dss_hsync.dss_hsync */
124 0x0a8 (PIN_OUTPUT | MUX_MODE0) /* dss_vsync.dss_vsync */
125 0x0aa (PIN_OUTPUT | MUX_MODE0) /* dss_acbias.dss_acbias */
126 0x0ac (PIN_OUTPUT | MUX_MODE0) /* dss_data0.dss_data0 */
127 0x0ae (PIN_OUTPUT | MUX_MODE0) /* dss_data1.dss_data1 */
128 0x0b0 (PIN_OUTPUT | MUX_MODE0) /* dss_data2.dss_data2 */
129 0x0b2 (PIN_OUTPUT | MUX_MODE0) /* dss_data3.dss_data3 */
130 0x0b4 (PIN_OUTPUT | MUX_MODE0) /* dss_data4.dss_data4 */
131 0x0b6 (PIN_OUTPUT | MUX_MODE0) /* dss_data5.dss_data5 */
132 0x0b8 (PIN_OUTPUT | MUX_MODE0) /* dss_data6.dss_data6 */
133 0x0ba (PIN_OUTPUT | MUX_MODE0) /* dss_data7.dss_data7 */
134 0x0bc (PIN_OUTPUT | MUX_MODE0) /* dss_data8.dss_data8 */
135 0x0be (PIN_OUTPUT | MUX_MODE0) /* dss_data9.dss_data9 */
136 0x0c0 (PIN_OUTPUT | MUX_MODE0) /* dss_data10.dss_data10 */
137 0x0c2 (PIN_OUTPUT | MUX_MODE0) /* dss_data11.dss_data11 */
138 0x0c4 (PIN_OUTPUT | MUX_MODE0) /* dss_data12.dss_data12 */
139 0x0c6 (PIN_OUTPUT | MUX_MODE0) /* dss_data13.dss_data13 */
140 0x0c8 (PIN_OUTPUT | MUX_MODE0) /* dss_data14.dss_data14 */
141 0x0ca (PIN_OUTPUT | MUX_MODE0) /* dss_data15.dss_data15 */
142 0x0cc (PIN_OUTPUT | MUX_MODE0) /* dss_data16.dss_data16 */
143 0x0ce (PIN_OUTPUT | MUX_MODE0) /* dss_data17.dss_data17 */
144 0x0d0 (PIN_OUTPUT | MUX_MODE0) /* dss_data18.dss_data18 */
145 0x0d2 (PIN_OUTPUT | MUX_MODE0) /* dss_data19.dss_data19 */
146 0x0d4 (PIN_OUTPUT | MUX_MODE0) /* dss_data20.dss_data20 */
147 0x0d6 (PIN_OUTPUT | MUX_MODE0) /* dss_data21.dss_data21 */
148 0x0d8 (PIN_OUTPUT | MUX_MODE0) /* dss_data22.dss_data22 */
149 0x0da (PIN_OUTPUT | MUX_MODE0) /* dss_data23.dss_data23 */
150 >;
151 };
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +0100152};
153
Laurent Pinchart3d495382014-01-07 14:01:39 -0800154&omap3_pmx_core2 {
155 pinctrl-names = "default";
156 pinctrl-0 = <
157 &hsusbb1_pins
Javier Martinez Canillasbd52e2d2013-06-20 16:42:31 +0200158 >;
Laurent Pinchart3d495382014-01-07 14:01:39 -0800159
160 hsusbb1_pins: pinmux_hsusbb1_pins {
161 pinctrl-single,pins = <
162 OMAP3630_CORE2_IOPAD(0x25da, PIN_OUTPUT | MUX_MODE3) /* etk_ctl.hsusb1_clk */
163 OMAP3630_CORE2_IOPAD(0x25d8, PIN_OUTPUT | MUX_MODE3) /* etk_clk.hsusb1_stp */
164 OMAP3630_CORE2_IOPAD(0x25ec, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d8.hsusb1_dir */
165 OMAP3630_CORE2_IOPAD(0x25ee, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d9.hsusb1_nxt */
166 OMAP3630_CORE2_IOPAD(0x25dc, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d0.hsusb1_data0 */
167 OMAP3630_CORE2_IOPAD(0x25de, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d1.hsusb1_data1 */
168 OMAP3630_CORE2_IOPAD(0x25e0, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d2.hsusb1_data2 */
169 OMAP3630_CORE2_IOPAD(0x25e2, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d3.hsusb1_data7 */
170 OMAP3630_CORE2_IOPAD(0x25e4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d4.hsusb1_data4 */
171 OMAP3630_CORE2_IOPAD(0x25e6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d5.hsusb1_data5 */
172 OMAP3630_CORE2_IOPAD(0x25e8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d6.hsusb1_data6 */
173 OMAP3630_CORE2_IOPAD(0x25ea, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d7.hsusb1_data3 */
174 >;
175 };
176
177 leds_pins: pinmux_leds_pins {
178 pinctrl-single,pins = <
179 OMAP3630_CORE2_IOPAD(0x25f4, PIN_OUTPUT | MUX_MODE4) /* etk_d12.gpio_26 */
180 OMAP3630_CORE2_IOPAD(0x25f6, PIN_OUTPUT | MUX_MODE4) /* etk_d13.gpio_27 */
181 OMAP3630_CORE2_IOPAD(0x25f8, PIN_OUTPUT | MUX_MODE4) /* etk_d14.gpio_28 */
182 >;
183 };
Javier Martinez Canillasbd52e2d2013-06-20 16:42:31 +0200184};
185
Javier Martinez Canillascb5e1912012-12-19 14:33:09 +0100186&i2c3 {
187 clock-frequency = <100000>;
188
189 /*
190 * Display monitor features are burnt in the EEPROM
191 * as EDID data.
192 */
193 eeprom@50 {
194 compatible = "ti,eeprom";
195 reg = <0x50>;
196 };
197};
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +0200198
199&gpmc {
Javier Martinez Canillas7f674b32013-05-10 21:31:10 +0200200 ranges = <0 0 0x00000000 0x20000000>,
201 <5 0 0x2c000000 0x01000000>;
202
203 nand@0,0 {
204 linux,mtd-name= "micron,mt29c4g96maz";
205 reg = <0 0 0>;
206 nand-bus-width = <16>;
207 ti,nand-ecc-opt = "bch8";
208
209 gpmc,sync-clk-ps = <0>;
210 gpmc,cs-on-ns = <0>;
211 gpmc,cs-rd-off-ns = <44>;
212 gpmc,cs-wr-off-ns = <44>;
213 gpmc,adv-on-ns = <6>;
214 gpmc,adv-rd-off-ns = <34>;
215 gpmc,adv-wr-off-ns = <44>;
216 gpmc,we-off-ns = <40>;
217 gpmc,oe-off-ns = <54>;
218 gpmc,access-ns = <64>;
219 gpmc,rd-cycle-ns = <82>;
220 gpmc,wr-cycle-ns = <82>;
221 gpmc,wr-access-ns = <40>;
222 gpmc,wr-data-mux-bus-ns = <0>;
223
224 #address-cells = <1>;
225 #size-cells = <1>;
226
227 partition@0 {
228 label = "SPL";
229 reg = <0 0x100000>;
230 };
Lee Jones8771c962013-07-22 11:52:32 +0100231 partition@80000 {
Javier Martinez Canillas7f674b32013-05-10 21:31:10 +0200232 label = "U-Boot";
233 reg = <0x100000 0x180000>;
234 };
Lee Jones8771c962013-07-22 11:52:32 +0100235 partition@1c0000 {
Javier Martinez Canillas7f674b32013-05-10 21:31:10 +0200236 label = "Environment";
237 reg = <0x280000 0x100000>;
238 };
Lee Jones8771c962013-07-22 11:52:32 +0100239 partition@280000 {
Javier Martinez Canillas7f674b32013-05-10 21:31:10 +0200240 label = "Kernel";
241 reg = <0x380000 0x300000>;
242 };
Lee Jones8771c962013-07-22 11:52:32 +0100243 partition@780000 {
Javier Martinez Canillas7f674b32013-05-10 21:31:10 +0200244 label = "Filesystem";
245 reg = <0x680000 0x1f980000>;
246 };
247 };
248
Tony Lindgren6b2978a2013-10-14 11:31:42 -0700249 ethernet@gpmc {
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +0200250 pinctrl-names = "default";
Javier Martinez Canillasef139e12014-04-24 18:53:50 +0200251 pinctrl-0 = <&smsc9221_pins>;
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +0200252 reg = <5 0 0xff>;
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +0200253 interrupt-parent = <&gpio6>;
Javier Martinez Canillas2892aef2013-10-07 17:12:25 +0200254 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
Javier Martinez Canillasd72b4412013-04-17 18:32:09 +0200255 };
256};
Javier Martinez Canillas339e8342013-10-07 17:12:24 +0200257
258&usbhshost {
259 port1-mode = "ehci-phy";
260};
261
262&usbhsehci {
263 phys = <&hsusb1_phy>;
264};
Javier Martinez Canillas2f2befd2013-11-26 15:03:39 -0800265
266&vpll2 {
267 /* Needed for DSS */
268 regulator-name = "vdds_dsi";
269};
Javier Martinez Canillasdd186aa2013-12-06 02:53:38 +0100270
271&dss {
272 status = "ok";
273
274 port {
275 dpi_out: endpoint {
276 remote-endpoint = <&tfp410_in>;
277 data-lines = <24>;
278 };
279 };
280};