blob: 08f82077b64d47b4012c2b1d64ccc2aa7fb52282 [file] [log] [blame]
Arnd Bergmann2d334292012-03-07 15:04:07 +00001/*
2 * Copyright 2011 ST-Ericsson AB
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
Linus Walleij2ce05a12013-08-07 15:37:52 +020013#include "ste-dbx5x0.dtsi"
Linus Walleij83200622014-02-03 14:32:20 +010014#include "ste-href-ab8500.dtsi"
Linus Walleij3bfdebb2013-11-13 10:32:20 +010015#include "ste-href-family-pinctrl.dtsi"
Arnd Bergmann2d334292012-03-07 15:04:07 +000016
17/ {
18 model = "Calao Systems Snowball platform with device tree";
Lee Jones79b40752012-10-15 10:07:55 +010019 compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500";
Arnd Bergmann2d334292012-03-07 15:04:07 +000020
Linus Walleij109978d2015-07-10 11:32:15 +020021 /* This stablilizes the serial port enumeration */
22 aliases {
23 serial0 = &ux500_serial0;
24 serial1 = &ux500_serial1;
25 serial2 = &ux500_serial2;
26 };
27
Arnd Bergmann2d334292012-03-07 15:04:07 +000028 memory {
29 reg = <0x00000000 0x20000000>;
30 };
31
Lee Jonesbc367482012-05-03 11:23:47 +010032 en_3v3_reg: en_3v3 {
33 compatible = "regulator-fixed";
Lee Jonesb0995762013-06-18 09:51:58 +010034 regulator-name = "en-3v3-fixed-supply";
35 regulator-min-microvolt = <3300000>;
36 regulator-max-microvolt = <3300000>;
37 /* AB8500 GPIOs start from 1 - offset 25 is GPIO26. */
38 gpio = <&ab8500_gpio 25 0x4>;
39 startup-delay-us = <5000>;
40 enable-active-high;
Lee Jonesbc367482012-05-03 11:23:47 +010041 };
42
Lee Jones7e0ce272012-03-15 16:46:17 +000043 gpio_keys {
44 compatible = "gpio-keys";
45 #address-cells = <1>;
46 #size-cells = <0>;
47
48 button@1 {
49 debounce_interval = <50>;
Sudeep Holla4db70622015-10-16 17:01:36 +010050 wakeup-source;
Lee Jones7e0ce272012-03-15 16:46:17 +000051 linux,code = <2>;
52 label = "userpb";
Lee Jones93b56982012-05-29 14:17:36 +080053 gpios = <&gpio1 0 0x4>;
Lee Jones7e0ce272012-03-15 16:46:17 +000054 };
55 button@2 {
56 debounce_interval = <50>;
Sudeep Holla4db70622015-10-16 17:01:36 +010057 wakeup-source;
Lee Jones7e0ce272012-03-15 16:46:17 +000058 linux,code = <3>;
Lee Jones3f3ed402012-04-13 15:05:07 +010059 label = "extkb1";
Lee Jones93b56982012-05-29 14:17:36 +080060 gpios = <&gpio4 23 0x4>;
Lee Jones7e0ce272012-03-15 16:46:17 +000061 };
62 button@3 {
63 debounce_interval = <50>;
Sudeep Holla4db70622015-10-16 17:01:36 +010064 wakeup-source;
Lee Jones7e0ce272012-03-15 16:46:17 +000065 linux,code = <4>;
Lee Jones3f3ed402012-04-13 15:05:07 +010066 label = "extkb2";
Lee Jones93b56982012-05-29 14:17:36 +080067 gpios = <&gpio4 24 0x4>;
Lee Jones7e0ce272012-03-15 16:46:17 +000068 };
69 button@4 {
70 debounce_interval = <50>;
Sudeep Holla4db70622015-10-16 17:01:36 +010071 wakeup-source;
Lee Jones7e0ce272012-03-15 16:46:17 +000072 linux,code = <5>;
Lee Jones3f3ed402012-04-13 15:05:07 +010073 label = "extkb3";
Lee Jones93b56982012-05-29 14:17:36 +080074 gpios = <&gpio5 1 0x4>;
Lee Jones7e0ce272012-03-15 16:46:17 +000075 };
76 button@5 {
77 debounce_interval = <50>;
Sudeep Holla4db70622015-10-16 17:01:36 +010078 wakeup-source;
Lee Jones7e0ce272012-03-15 16:46:17 +000079 linux,code = <6>;
Lee Jones3f3ed402012-04-13 15:05:07 +010080 label = "extkb4";
Lee Jones93b56982012-05-29 14:17:36 +080081 gpios = <&gpio5 2 0x4>;
Lee Jones7e0ce272012-03-15 16:46:17 +000082 };
83 };
84
85 leds {
86 compatible = "gpio-leds";
Linus Walleij2f4b84f2013-11-17 11:33:19 +010087 pinctrl-names = "default";
88 pinctrl-0 = <&gpioled_snowball_mode>;
Lee Jones7e0ce272012-03-15 16:46:17 +000089 used-led {
90 label = "user_led";
Lee Jones93b56982012-05-29 14:17:36 +080091 gpios = <&gpio4 14 0x4>;
Lee Jones7fd975f2012-06-15 09:30:30 +010092 default-state = "on";
Lee Jonesfd53d042012-05-02 09:48:38 +010093 linux,default-trigger = "heartbeat";
Lee Jones7e0ce272012-03-15 16:46:17 +000094 };
95 };
96
Gabriel Fernandezb1ba1432013-03-01 14:38:07 +010097 soc {
Linus Walleija12f7032013-11-13 15:59:40 +010098 usb_per5@a03e0000 {
99 pinctrl-names = "default", "sleep";
100 pinctrl-0 = <&musb_default_mode>;
101 pinctrl-1 = <&musb_sleep_mode>;
102 };
Lee Jonese6488062012-07-31 13:31:50 +0100103
104 sound {
105 compatible = "stericsson,snd-soc-mop500";
106
107 stericsson,cpu-dai = <&msp1 &msp3>;
108 stericsson,audio-codec = <&codec>;
109 };
110
Linus Walleij70b41ab2013-11-13 14:45:06 +0100111 msp0: msp@80123000 {
112 pinctrl-names = "default";
113 pinctrl-0 = <&msp0_default_mode>;
114 status = "okay";
115 };
116
Lee Jonesfe164522012-07-31 12:37:16 +0100117 msp1: msp@80124000 {
Linus Walleij70b41ab2013-11-13 14:45:06 +0100118 pinctrl-names = "default";
119 pinctrl-0 = <&msp1_default_mode>;
120 status = "okay";
121 };
122
123 msp2: msp@80117000 {
124 pinctrl-names = "default";
125 pinctrl-0 = <&msp2_default_mode>;
Lee Jonesfe164522012-07-31 12:37:16 +0100126 };
127
128 msp3: msp@80125000 {
129 status = "okay";
130 };
131
Lee Jones7e0ce272012-03-15 16:46:17 +0000132 external-bus@50000000 {
Lee Jonesbf76e062012-04-24 10:53:18 +0100133 status = "okay";
Lee Jones7e0ce272012-03-15 16:46:17 +0000134
Lee Jonesbf76e062012-04-24 10:53:18 +0100135 ethernet@0 {
136 compatible = "smsc,lan9115";
137 reg = <0 0x10000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200138 interrupts = <12 IRQ_TYPE_EDGE_RISING>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000139 interrupt-parent = <&gpio4>;
Lee Jonesbc367482012-05-03 11:23:47 +0100140 vdd33a-supply = <&en_3v3_reg>;
141 vddvario-supply = <&db8500_vape_reg>;
Linus Walleija48bf4b2013-11-17 10:02:22 +0100142 pinctrl-names = "default";
143 pinctrl-0 = <&eth_snowball_mode>;
Lee Jonesbc367482012-05-03 11:23:47 +0100144
Lee Jonesbf76e062012-04-24 10:53:18 +0100145 reg-shift = <1>;
146 reg-io-width = <2>;
147 smsc,force-internal-phy;
148 smsc,irq-active-high;
149 smsc,irq-push-pull;
Lee Jones7fb2afc2013-06-03 13:06:13 +0100150
151 clocks = <&prcc_pclk 3 0>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000152 };
153 };
154
Lee Jones383307c2013-04-02 14:21:54 +0100155 vmmci: regulator-gpio {
Ulf Hansson53d26692015-04-20 16:02:31 +0200156 compatible = "regulator-gpio";
157
Ulf Hanssona1ab5e42013-12-12 14:31:37 +0100158 gpios = <&gpio7 4 0x4>;
159 enable-gpio = <&gpio6 25 0x4>;
Ulf Hansson53d26692015-04-20 16:02:31 +0200160
161 regulator-min-microvolt = <1800000>;
162 regulator-max-microvolt = <2900000>;
163 regulator-name = "mmci-reg";
164 regulator-type = "voltage";
165
166 startup-delay-us = <100>;
167 enable-active-high;
168
169 states = <1800000 0x1
170 2900000 0x0>;
Lee Jones383307c2013-04-02 14:21:54 +0100171 };
172
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800173 // External Micro SD slot
Lee Jones81bf8c22012-09-26 12:55:56 +0100174 sdi0_per1@80126000 {
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800175 arm,primecell-periphid = <0x10480180>;
Linus Walleij90ccde42013-05-27 13:15:05 +0200176 max-frequency = <100000000>;
Lee Jones92a0f482012-09-26 11:12:48 +0100177 bus-width = <4>;
Ulf Hansson30cdd662014-03-18 20:34:04 +0100178 cap-mmc-highspeed;
Lee Jones4a85c7f2012-05-29 14:29:53 +0800179 vmmc-supply = <&ab8500_ldo_aux3_reg>;
Lee Jones383307c2013-04-02 14:21:54 +0100180 vqmmc-supply = <&vmmci>;
Linus Walleij1e662352013-11-13 13:46:57 +0100181 pinctrl-names = "default", "sleep";
182 pinctrl-0 = <&sdi0_default_mode>;
183 pinctrl-1 = <&sdi0_sleep_mode>;
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800184
Lee Jones93b56982012-05-29 14:17:36 +0800185 cd-gpios = <&gpio6 26 0x4>; // 218
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800186 cd-inverted;
187
188 status = "okay";
Lee Jones7e0ce272012-03-15 16:46:17 +0000189 };
190
Linus Walleij1e662352013-11-13 13:46:57 +0100191 // WLAN SDIO channel
192 sdi1_per2@80118000 {
193 arm,primecell-periphid = <0x10480180>;
194 max-frequency = <100000000>;
195 bus-width = <4>;
196 pinctrl-names = "default", "sleep";
197 pinctrl-0 = <&sdi1_default_mode>;
198 pinctrl-1 = <&sdi1_sleep_mode>;
199
200 status = "okay";
201 };
202
203 // Unused PoP eMMC - register and put it to sleep by default */
204 sdi2_per3@80005000 {
205 arm,primecell-periphid = <0x10480180>;
206 pinctrl-names = "default";
207 pinctrl-0 = <&sdi2_sleep_mode>;
208
209 status = "okay";
210 };
211
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800212 // On-board eMMC
Lee Jones81bf8c22012-09-26 12:55:56 +0100213 sdi4_per2@80114000 {
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800214 arm,primecell-periphid = <0x10480180>;
Linus Walleij90ccde42013-05-27 13:15:05 +0200215 max-frequency = <100000000>;
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800216 bus-width = <8>;
Ulf Hansson30cdd662014-03-18 20:34:04 +0100217 cap-mmc-highspeed;
Lee Jones4a85c7f2012-05-29 14:29:53 +0800218 vmmc-supply = <&ab8500_ldo_aux2_reg>;
Linus Walleij1e662352013-11-13 13:46:57 +0100219 pinctrl-names = "default", "sleep";
220 pinctrl-0 = <&sdi4_default_mode>;
221 pinctrl-1 = <&sdi4_sleep_mode>;
Lee Jones5e1ac7d2012-05-29 14:40:04 +0800222
223 status = "okay";
Lee Jones7e0ce272012-03-15 16:46:17 +0000224 };
225
Lee Jones4905af02012-03-07 17:35:04 +0000226 uart@80120000 {
Linus Walleij3bfdebb2013-11-13 10:32:20 +0100227 pinctrl-names = "default", "sleep";
228 pinctrl-0 = <&uart0_default_mode>;
229 pinctrl-1 = <&uart0_sleep_mode>;
Lee Jones4905af02012-03-07 17:35:04 +0000230 status = "okay";
231 };
232
Linus Walleij1d8aca92015-07-08 15:15:22 +0200233 /* This UART is unused and thus left disabled */
Lee Jones4905af02012-03-07 17:35:04 +0000234 uart@80121000 {
Linus Walleij3bfdebb2013-11-13 10:32:20 +0100235 pinctrl-names = "default", "sleep";
236 pinctrl-0 = <&uart1_default_mode>;
237 pinctrl-1 = <&uart1_sleep_mode>;
Lee Jones4905af02012-03-07 17:35:04 +0000238 };
239
240 uart@80007000 {
Linus Walleij3bfdebb2013-11-13 10:32:20 +0100241 pinctrl-names = "default", "sleep";
242 pinctrl-0 = <&uart2_default_mode>;
243 pinctrl-1 = <&uart2_sleep_mode>;
Lee Jones4905af02012-03-07 17:35:04 +0000244 status = "okay";
245 };
246
Linus Walleij96fee132013-11-13 11:10:07 +0100247 i2c@80004000 {
248 pinctrl-names = "default","sleep";
249 pinctrl-0 = <&i2c0_default_mode>;
250 pinctrl-1 = <&i2c0_sleep_mode>;
251 };
252
253 i2c@80122000 {
254 pinctrl-names = "default","sleep";
255 pinctrl-0 = <&i2c1_default_mode>;
256 pinctrl-1 = <&i2c1_sleep_mode>;
257 };
258
259 i2c@80128000 {
260 pinctrl-names = "default","sleep";
261 pinctrl-0 = <&i2c2_default_mode>;
262 pinctrl-1 = <&i2c2_sleep_mode>;
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200263 lsm303dlh@18 {
264 /* Accelerometer */
265 compatible = "st,lsm303dlh-accel";
266 st,drdy-int-pin = <1>;
267 reg = <0x18>;
268 vdd-supply = <&ab8500_ldo_aux1_reg>;
269 vddio-supply = <&db8500_vsmps2_reg>;
270 pinctrl-names = "default";
271 pinctrl-0 = <&accel_snowball_mode>;
Linus Walleij22a93162015-04-27 11:28:33 +0200272 interrupt-parent = <&gpio5>;
273 interrupts = <3 IRQ_TYPE_EDGE_RISING>, /* INT1 */
274 <4 IRQ_TYPE_EDGE_RISING>; /* INT2 */
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200275 };
Linus Walleij93deea92015-04-29 14:08:38 +0200276 lsm303dlh@1e {
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200277 /* Magnetometer */
Linus Walleij93deea92015-04-29 14:08:38 +0200278 compatible = "st,lsm303dlh-magn";
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200279 reg = <0x1e>;
280 vdd-supply = <&ab8500_ldo_aux1_reg>;
281 vddio-supply = <&db8500_vsmps2_reg>;
282 pinctrl-names = "default";
283 pinctrl-0 = <&magneto_snowball_mode>;
Linus Walleijc80b4012015-11-05 10:18:14 +0100284 interrupt-parent = <&gpio5>;
285 interrupts = <5 IRQ_TYPE_EDGE_RISING>; /* DRDY line */
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200286 };
287 l3g4200d@68 {
288 /* Gyroscope */
289 compatible = "st,l3g4200d-gyro";
290 st,drdy-int-pin = <2>;
291 reg = <0x68>;
292 vdd-supply = <&ab8500_ldo_aux1_reg>;
293 vddio-supply = <&db8500_vsmps2_reg>;
Linus Walleij22a93162015-04-27 11:28:33 +0200294 pinctrl-names = "default";
295 pinctrl-0 = <&gyro_snowball_mode>;
Linus Walleij22a93162015-04-27 11:28:33 +0200296 interrupt-parent = <&gpio5>;
Linus Walleijc80b4012015-11-05 10:18:14 +0100297 interrupts = <6 IRQ_TYPE_EDGE_RISING>, /* DRDY line */
298 <9 IRQ_TYPE_EDGE_RISING>; /* INT1 */
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200299 };
300 lsp001wm@5c {
301 /* Barometer/pressure sensor */
302 compatible = "st,lps001wp-press";
303 reg = <0x5c>;
304 vdd-supply = <&ab8500_ldo_aux1_reg>;
305 vddio-supply = <&db8500_vsmps2_reg>;
306 };
Linus Walleij96fee132013-11-13 11:10:07 +0100307 };
308
309 i2c@80110000 {
310 pinctrl-names = "default","sleep";
311 pinctrl-0 = <&i2c3_default_mode>;
312 pinctrl-1 = <&i2c3_sleep_mode>;
313 };
314
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100315 ssp@80002000 {
316 pinctrl-names = "default";
317 pinctrl-0 = <&ssp0_snowball_mode>;
318 };
319
hongbo.zhangdc1956b2012-11-15 18:56:43 +0800320 cpufreq-cooling {
321 status = "okay";
322 };
Linus Torvaldsdb5b0ae2012-12-13 10:39:26 -0800323
Lee Jones809efa52012-09-25 12:04:51 +0100324 prcmu@80157000 {
Lee Jones6cb7ea92013-09-18 16:03:07 +0100325 cpufreq {
326 status = "okay";
327 };
328
Lee Jones6c1d25b2013-04-02 14:21:51 +0100329 thermal@801573c0 {
330 num-trips = <4>;
331
332 trip0-temp = <70000>;
333 trip0-type = "active";
334 trip0-cdev-num = <1>;
335 trip0-cdev-name0 = "thermal-cpufreq-0";
336
337 trip1-temp = <75000>;
338 trip1-type = "active";
339 trip1-cdev-num = <1>;
340 trip1-cdev-name0 = "thermal-cpufreq-0";
341
342 trip2-temp = <80000>;
343 trip2-type = "active";
344 trip2-cdev-num = <1>;
345 trip2-cdev-name0 = "thermal-cpufreq-0";
346
347 trip3-temp = <85000>;
348 trip3-type = "critical";
349 trip3-cdev-num = <0>;
350
351 status = "okay";
352 };
353
Arnd Bergmannd52701d32013-03-12 09:39:01 +0100354 ab8500 {
Lee Jones924e82d2013-01-16 14:28:03 +0000355 ab8500-gpio {
356 compatible = "stericsson,ab8500-gpio";
357 };
358
Lee Jonesb0c8fad2013-06-07 17:11:21 +0100359 ext_regulators: ab8500-ext-regulators {
360 ab8500_ext1_reg: ab8500_ext1 {
361 regulator-name = "ab8500-ext-supply1";
362 };
363
364 ab8500_ext2_reg_reg: ab8500_ext2 {
365 regulator-name = "ab8500-ext-supply2";
366 };
367
368 ab8500_ext3_reg_reg: ab8500_ext3 {
369 regulator-name = "ab8500-ext-supply3";
370 };
371 };
372
Lee Jones809efa52012-09-25 12:04:51 +0100373 ab8500-regulators {
374 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
375 regulator-name = "V-DISPLAY";
376 };
377
378 ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
379 regulator-name = "V-eMMC1";
380 };
381
382 ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
383 regulator-name = "V-MMC-SD";
384 };
385
Fabio Baltieri99b38ee2013-04-09 11:16:56 +0200386 ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
Lee Jones809efa52012-09-25 12:04:51 +0100387 regulator-name = "V-INTCORE";
388 };
389
390 ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
391 regulator-name = "V-TVOUT";
392 };
393
394 ab8500_ldo_usb_reg: ab8500_ldo_usb {
395 regulator-name = "dummy";
396 };
397
398 ab8500_ldo_audio_reg: ab8500_ldo_audio {
399 regulator-name = "V-AUD";
400 };
401
402 ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
403 regulator-name = "V-AMIC1";
404 };
405
Fabio Baltieri5510ed92013-05-30 15:27:42 +0200406 ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 {
Lee Jones809efa52012-09-25 12:04:51 +0100407 regulator-name = "V-AMIC2";
408 };
409
410 ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
411 regulator-name = "V-DMIC";
412 };
413
414 ab8500_ldo_ana_reg: ab8500_ldo_ana {
415 regulator-name = "V-CSI/DSI";
416 };
417 };
418 };
419 };
Linus Walleij1e662352013-11-13 13:46:57 +0100420
421 pinctrl {
Linus Walleij4d4629f2013-11-17 11:52:32 +0100422 /*
423 * Set this up using hogs, as time goes by and as seems fit, these
424 * can be moved over to being controlled by respective device.
425 */
426 pinctrl-names = "default";
Linus Walleijd0e3bc82014-04-12 17:13:23 +0200427 pinctrl-0 = <&gbf_snowball_mode>,
Linus Walleij4d4629f2013-11-17 11:52:32 +0100428 <&wlan_snowball_mode>;
429
Linus Walleija48bf4b2013-11-17 10:02:22 +0100430 ethernet {
431 /*
432 * Mux in "SM" which is used for the
433 * SMSC911x Ethernet adapter
434 */
435 eth_snowball_mode: eth_snowball {
436 snowball_mux {
Linus Walleij68d41f22014-09-29 17:21:56 +0200437 function = "sm";
438 groups = "sm_b_1";
Linus Walleija48bf4b2013-11-17 10:02:22 +0100439 };
440 /* LAN IRQ pin */
441 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200442 pins = "GPIO140_B11";
Linus Walleija48bf4b2013-11-17 10:02:22 +0100443 ste,config = <&in_nopull>;
444 };
445 /* LAN reset pin */
446 snowball_cfg2 {
Linus Walleij1637d482014-09-30 12:16:25 +0200447 pins = "GPIO141_C12";
Linus Walleija48bf4b2013-11-17 10:02:22 +0100448 ste,config = <&gpio_out_hi>;
449 };
450
451 };
452 };
Linus Walleij1e662352013-11-13 13:46:57 +0100453 sdi0 {
454 sdi0_default_mode: sdi0_default {
455 snowball_mux {
Linus Walleij68d41f22014-09-29 17:21:56 +0200456 function = "mc0";
457 groups = "mc0dat31dir_a_1";
Linus Walleij1e662352013-11-13 13:46:57 +0100458 };
459 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200460 pins = "GPIO21_AB3"; /* DAT31DIR */
Linus Walleij1e662352013-11-13 13:46:57 +0100461 ste,config = <&out_hi>;
462 };
Linus Walleij1d8aca92015-07-08 15:15:22 +0200463 /* SD card detect GPIO pin, extend default state */
464 snowball_cfg2 {
465 pins = "GPIO218_AH11";
466 ste,config = <&gpio_in_pu>;
467 };
468 /* VMMCI level-shifter enable */
469 snowball_cfg3 {
470 pins = "GPIO217_AH12";
471 ste,config = <&gpio_out_lo>;
472 };
473 /* VMMCI level-shifter voltage select */
474 snowball_cfg4 {
475 pins = "GPIO228_AJ6";
476 ste,config = <&gpio_out_hi>;
477 };
Linus Walleij1e662352013-11-13 13:46:57 +0100478 };
479 };
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100480 ssp0 {
481 ssp0_snowball_mode: ssp0_snowball_default {
482 snowball_mux {
Linus Walleij68d41f22014-09-29 17:21:56 +0200483 function = "ssp0";
484 groups = "ssp0_a_1";
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100485 };
486 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200487 pins = "GPIO144_B13"; /* FRM */
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100488 ste,config = <&gpio_out_hi>;
489 };
490 snowball_cfg2 {
Linus Walleij1637d482014-09-30 12:16:25 +0200491 pins = "GPIO145_C13"; /* RXD */
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100492 ste,config = <&in_pd>;
493 };
494 snowball_cfg3 {
Linus Walleij1637d482014-09-30 12:16:25 +0200495 pins =
Linus Walleijfd8f9ea2013-11-17 11:13:21 +0100496 "GPIO146_D13", /* TXD */
497 "GPIO143_D12"; /* CLK */
498 ste,config = <&out_lo>;
499 };
500
501 };
502 };
Linus Walleij2f4b84f2013-11-17 11:33:19 +0100503 gpio_led {
504 gpioled_snowball_mode: gpioled_default {
505 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200506 pins = "GPIO142_C11";
Linus Walleij2f4b84f2013-11-17 11:33:19 +0100507 ste,config = <&gpio_out_hi>;
508 };
509
510 };
511 };
Linus Walleij4d4629f2013-11-17 11:52:32 +0100512 accelerometer {
513 accel_snowball_mode: accel_snowball {
514 /* Accelerometer lines */
515 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200516 pins =
Linus Walleij4d4629f2013-11-17 11:52:32 +0100517 "GPIO163_C20", /* ACCEL_IRQ1 */
518 "GPIO164_B21"; /* ACCEL_IRQ2 */
519 ste,config = <&gpio_in_pu>;
520 };
521 };
522 };
Linus Walleij22a93162015-04-27 11:28:33 +0200523 gyro {
524 gyro_snowball_mode: gyro_snowball {
525 snowball_cfg1 {
526 pins =
527 "GPIO166_A22", /* DRDY */
528 "GPIO169_D22"; /* INT */
529 ste,config = <&gpio_in_pu>;
530 };
531 };
532 };
Linus Walleij4d4629f2013-11-17 11:52:32 +0100533 magnetometer {
534 magneto_snowball_mode: magneto_snowball {
535 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200536 pins = "GPIO165_C21"; /* MAG_DRDY */
Linus Walleij4d4629f2013-11-17 11:52:32 +0100537 ste,config = <&gpio_in_pu>;
538 };
539 };
540 };
541 gbf {
542 gbf_snowball_mode: gbf_snowball {
543 /*
544 * GBF (GPS, Bluetooth, FM-radio) interface,
545 * pull low to reset state
546 */
547 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200548 pins = "GPIO171_D23"; /* GBF_ENA_RESET */
Linus Walleij4d4629f2013-11-17 11:52:32 +0100549 ste,config = <&gpio_out_lo>;
550 };
551 };
552 };
553 wlan {
554 wlan_snowball_mode: wlan_snowball {
555 /*
556 * Activate this mode with the WLAN chip.
557 * These are plain GPIO pins used by WLAN
558 */
559 snowball_cfg1 {
Linus Walleij1637d482014-09-30 12:16:25 +0200560 pins =
Linus Walleij4d4629f2013-11-17 11:52:32 +0100561 "GPIO161_D21", /* WLAN_PMU_EN */
562 "GPIO215_AH13"; /* WLAN_ENA */
563 ste,config = <&gpio_out_lo>;
564 };
565 snowball_cfg2 {
Linus Walleij1637d482014-09-30 12:16:25 +0200566 pins = "GPIO216_AG12"; /* WLAN_IRQ */
Linus Walleij4d4629f2013-11-17 11:52:32 +0100567 ste,config = <&gpio_in_pu>;
568 };
569 };
570 };
Linus Walleij1e662352013-11-13 13:46:57 +0100571 };
Linus Walleij817a5b92013-11-14 15:23:20 +0100572
573 mcde@a0350000 {
574 pinctrl-names = "default", "sleep";
575 pinctrl-0 = <&lcd_default_mode>;
576 pinctrl-1 = <&lcd_sleep_mode>;
577 };
Arnd Bergmann2d334292012-03-07 15:04:07 +0000578 };
579};