Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[pandora-kernel.git] / arch / arm / boot / dts / am335x-igep0033.dtsi
1 /*
2  * am335x-igep0033.dtsi - Device Tree file for IGEP COM AQUILA AM335x
3  *
4  * Copyright (C) 2013 ISEE 2007 SL - http://www.isee.biz
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
11 /dts-v1/;
12
13 #include "am33xx.dtsi"
14
15 / {
16         cpus {
17                 cpu@0 {
18                         cpu0-supply = <&vdd1_reg>;
19                 };
20         };
21
22         memory {
23                 device_type = "memory";
24                 reg = <0x80000000 0x10000000>; /* 256 MB */
25         };
26
27         leds {
28                 pinctrl-names = "default";
29                 pinctrl-0 = <&leds_pins>;
30
31                 compatible = "gpio-leds";
32
33                 led@0 {
34                         label = "com:green:user";
35                         gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
36                         default-state = "on";
37                 };
38         };
39
40         vbat: fixedregulator@0 {
41                 compatible = "regulator-fixed";
42                 regulator-name = "vbat";
43                 regulator-min-microvolt = <5000000>;
44                 regulator-max-microvolt = <5000000>;
45                 regulator-boot-on;
46         };
47
48         vmmc: fixedregulator@0 {
49                 compatible = "regulator-fixed";
50                 regulator-name = "vmmc";
51                 regulator-min-microvolt = <3300000>;
52                 regulator-max-microvolt = <3300000>;
53         };
54 };
55
56 &am33xx_pinmux {
57         i2c0_pins: pinmux_i2c0_pins {
58                 pinctrl-single,pins = <
59                         0x188 (PIN_INPUT_PULLUP | MUX_MODE0)    /* i2c0_sda.i2c0_sda */
60                         0x18c (PIN_INPUT_PULLUP | MUX_MODE0)    /* i2c0_scl.i2c0_scl */
61                 >;
62         };
63
64         nandflash_pins: pinmux_nandflash_pins {
65                 pinctrl-single,pins = <
66                         0x0 (PIN_INPUT_PULLUP | MUX_MODE0)      /* gpmc_ad0.gpmc_ad0 */
67                         0x4 (PIN_INPUT_PULLUP | MUX_MODE0)      /* gpmc_ad1.gpmc_ad1 */
68                         0x8 (PIN_INPUT_PULLUP | MUX_MODE0)      /* gpmc_ad2.gpmc_ad2 */
69                         0xc (PIN_INPUT_PULLUP | MUX_MODE0)      /* gpmc_ad3.gpmc_ad3 */
70                         0x10 (PIN_INPUT_PULLUP | MUX_MODE0)     /* gpmc_ad4.gpmc_ad4 */
71                         0x14 (PIN_INPUT_PULLUP | MUX_MODE0)     /* gpmc_ad5.gpmc_ad5 */
72                         0x18 (PIN_INPUT_PULLUP | MUX_MODE0)     /* gpmc_ad6.gpmc_ad6 */
73                         0x1c (PIN_INPUT_PULLUP | MUX_MODE0)     /* gpmc_ad7.gpmc_ad7 */
74                         0x70 (PIN_INPUT_PULLUP | MUX_MODE0)     /* gpmc_wait0.gpmc_wait0 */
75                         0x74 (PIN_INPUT_PULLUP | MUX_MODE7)     /* gpmc_wpn.gpio0_30 */
76                         0x7c (PIN_OUTPUT | MUX_MODE0)           /* gpmc_csn0.gpmc_csn0 */
77                         0x90 (PIN_OUTPUT | MUX_MODE0)           /* gpmc_advn_ale.gpmc_advn_ale */
78                         0x94 (PIN_OUTPUT | MUX_MODE0)           /* gpmc_oen_ren.gpmc_oen_ren */
79                         0x98 (PIN_OUTPUT | MUX_MODE0)           /* gpmc_wen.gpmc_wen */
80                         0x9c (PIN_OUTPUT | MUX_MODE0)           /* gpmc_be0n_cle.gpmc_be0n_cle */
81                 >;
82         };
83
84         uart0_pins: pinmux_uart0_pins {
85                 pinctrl-single,pins = <
86                         0x170 (PIN_INPUT_PULLUP | MUX_MODE0)    /* uart0_rxd.uart0_rxd */
87                         0x174 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_txd.uart0_txd */
88                 >;
89         };
90
91         leds_pins: pinmux_leds_pins {
92                 pinctrl-single,pins = <
93                         0x5c (PIN_OUTPUT_PULLDOWN | MUX_MODE7)  /* gpmc_a7.gpio1_23 */
94                 >;
95         };
96 };
97
98 &cpsw_emac0 {
99         phy_id = <&davinci_mdio>, <0>;
100 };
101
102 &cpsw_emac1 {
103         phy_id = <&davinci_mdio>, <1>;
104 };
105
106 &elm {
107         status = "okay";
108 };
109
110 &gpmc {
111         status = "okay";
112         pinctrl-names = "default";
113         pinctrl-0 = <&nandflash_pins>;
114
115         ranges = <0 0 0x08000000 0x10000000>;   /* CS0: NAND */
116
117         nand@0,0 {
118                 reg = <0 0 0>; /* CS0, offset 0 */
119                 nand-bus-width = <8>;
120                 ti,nand-ecc-opt = "bch8";
121                 gpmc,device-width = <1>;
122                 gpmc,sync-clk-ps = <0>;
123                 gpmc,cs-on-ns = <0>;
124                 gpmc,cs-rd-off-ns = <44>;
125                 gpmc,cs-wr-off-ns = <44>;
126                 gpmc,adv-on-ns = <6>;
127                 gpmc,adv-rd-off-ns = <34>;
128                 gpmc,adv-wr-off-ns = <44>;
129                 gpmc,we-on-ns = <0>;
130                 gpmc,we-off-ns = <40>;
131                 gpmc,oe-on-ns = <0>;
132                 gpmc,oe-off-ns = <54>;
133                 gpmc,access-ns = <64>;
134                 gpmc,rd-cycle-ns = <82>;
135                 gpmc,wr-cycle-ns = <82>;
136                 gpmc,wait-on-read = "true";
137                 gpmc,wait-on-write = "true";
138                 gpmc,bus-turnaround-ns = <0>;
139                 gpmc,cycle2cycle-delay-ns = <0>;
140                 gpmc,clk-activation-ns = <0>;
141                 gpmc,wait-monitoring-ns = <0>;
142                 gpmc,wr-access-ns = <40>;
143                 gpmc,wr-data-mux-bus-ns = <0>;
144
145                 #address-cells = <1>;
146                 #size-cells = <1>;
147                 elm_id = <&elm>;
148
149                 /* MTD partition table */
150                 partition@0 {
151                         label = "SPL";
152                         reg = <0x00000000 0x000080000>;
153                 };
154
155                 partition@1 {
156                         label = "U-boot";
157                         reg = <0x00080000 0x001e0000>;
158                 };
159
160                 partition@2 {
161                         label = "U-Boot Env";
162                         reg = <0x00260000 0x00020000>;
163                 };
164
165                 partition@3 {
166                         label = "Kernel";
167                         reg = <0x00280000 0x00500000>;
168                 };
169
170                 partition@4 {
171                         label = "File System";
172                         reg = <0x00780000 0x007880000>;
173                 };
174         };
175 };
176
177 &i2c0 {
178         status = "okay";
179         pinctrl-names = "default";
180         pinctrl-0 = <&i2c0_pins>;
181
182         clock-frequency = <400000>;
183
184         tps: tps@2d {
185                 reg = <0x2d>;
186         };
187 };
188
189 &mmc1 {
190         status = "okay";
191         vmmc-supply = <&vmmc>;
192         bus-width = <4>;
193 };
194
195 &uart0 {
196         status = "okay";
197         pinctrl-names = "default";
198         pinctrl-0 = <&uart0_pins>;
199 };
200
201 &usb {
202         status = "okay";
203
204         control@44e10620 {
205                 status = "okay";
206         };
207
208         usb-phy@47401300 {
209                 status = "okay";
210         };
211
212         usb-phy@47401b00 {
213                 status = "okay";
214         };
215
216         usb@47401000 {
217                 status = "okay";
218         };
219
220         usb@47401800 {
221                 status = "okay";
222                 dr_mode = "host";
223         };
224
225         dma-controller@47402000  {
226                 status = "okay";
227         };
228 };
229
230 #include "tps65910.dtsi"
231
232 &tps {
233         vcc1-supply = <&vbat>;
234         vcc2-supply = <&vbat>;
235         vcc3-supply = <&vbat>;
236         vcc4-supply = <&vbat>;
237         vcc5-supply = <&vbat>;
238         vcc6-supply = <&vbat>;
239         vcc7-supply = <&vbat>;
240         vccio-supply = <&vbat>;
241
242         regulators {
243                 vrtc_reg: regulator@0 {
244                         regulator-always-on;
245                 };
246
247                 vio_reg: regulator@1 {
248                         regulator-always-on;
249                 };
250
251                 vdd1_reg: regulator@2 {
252                         /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
253                         regulator-name = "vdd_mpu";
254                         regulator-min-microvolt = <912500>;
255                         regulator-max-microvolt = <1312500>;
256                         regulator-boot-on;
257                         regulator-always-on;
258                 };
259
260                 vdd2_reg: regulator@3 {
261                         /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
262                         regulator-name = "vdd_core";
263                         regulator-min-microvolt = <912500>;
264                         regulator-max-microvolt = <1150000>;
265                         regulator-boot-on;
266                         regulator-always-on;
267                 };
268
269                 vdd3_reg: regulator@4 {
270                         regulator-always-on;
271                 };
272
273                 vdig1_reg: regulator@5 {
274                         regulator-always-on;
275                 };
276
277                 vdig2_reg: regulator@6 {
278                         regulator-always-on;
279                 };
280
281                 vpll_reg: regulator@7 {
282                         regulator-always-on;
283                 };
284
285                 vdac_reg: regulator@8 {
286                         regulator-always-on;
287                 };
288
289                 vaux1_reg: regulator@9 {
290                         regulator-always-on;
291                 };
292
293                 vaux2_reg: regulator@10 {
294                         regulator-always-on;
295                 };
296
297                 vaux33_reg: regulator@11 {
298                         regulator-always-on;
299                 };
300
301                 vmmc_reg: regulator@12 {
302                         regulator-always-on;
303                 };
304         };
305 };
306