1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2013, Sony Mobile Communications AB.
4 */
5
6#include <linux/module.h>
7#include <linux/of.h>
8#include <linux/platform_device.h>
9
10#include "pinctrl-msm.h"
11
12static const struct pinctrl_pin_desc msm8x74_pins[] = {
13 PINCTRL_PIN(0, "GPIO_0"),
14 PINCTRL_PIN(1, "GPIO_1"),
15 PINCTRL_PIN(2, "GPIO_2"),
16 PINCTRL_PIN(3, "GPIO_3"),
17 PINCTRL_PIN(4, "GPIO_4"),
18 PINCTRL_PIN(5, "GPIO_5"),
19 PINCTRL_PIN(6, "GPIO_6"),
20 PINCTRL_PIN(7, "GPIO_7"),
21 PINCTRL_PIN(8, "GPIO_8"),
22 PINCTRL_PIN(9, "GPIO_9"),
23 PINCTRL_PIN(10, "GPIO_10"),
24 PINCTRL_PIN(11, "GPIO_11"),
25 PINCTRL_PIN(12, "GPIO_12"),
26 PINCTRL_PIN(13, "GPIO_13"),
27 PINCTRL_PIN(14, "GPIO_14"),
28 PINCTRL_PIN(15, "GPIO_15"),
29 PINCTRL_PIN(16, "GPIO_16"),
30 PINCTRL_PIN(17, "GPIO_17"),
31 PINCTRL_PIN(18, "GPIO_18"),
32 PINCTRL_PIN(19, "GPIO_19"),
33 PINCTRL_PIN(20, "GPIO_20"),
34 PINCTRL_PIN(21, "GPIO_21"),
35 PINCTRL_PIN(22, "GPIO_22"),
36 PINCTRL_PIN(23, "GPIO_23"),
37 PINCTRL_PIN(24, "GPIO_24"),
38 PINCTRL_PIN(25, "GPIO_25"),
39 PINCTRL_PIN(26, "GPIO_26"),
40 PINCTRL_PIN(27, "GPIO_27"),
41 PINCTRL_PIN(28, "GPIO_28"),
42 PINCTRL_PIN(29, "GPIO_29"),
43 PINCTRL_PIN(30, "GPIO_30"),
44 PINCTRL_PIN(31, "GPIO_31"),
45 PINCTRL_PIN(32, "GPIO_32"),
46 PINCTRL_PIN(33, "GPIO_33"),
47 PINCTRL_PIN(34, "GPIO_34"),
48 PINCTRL_PIN(35, "GPIO_35"),
49 PINCTRL_PIN(36, "GPIO_36"),
50 PINCTRL_PIN(37, "GPIO_37"),
51 PINCTRL_PIN(38, "GPIO_38"),
52 PINCTRL_PIN(39, "GPIO_39"),
53 PINCTRL_PIN(40, "GPIO_40"),
54 PINCTRL_PIN(41, "GPIO_41"),
55 PINCTRL_PIN(42, "GPIO_42"),
56 PINCTRL_PIN(43, "GPIO_43"),
57 PINCTRL_PIN(44, "GPIO_44"),
58 PINCTRL_PIN(45, "GPIO_45"),
59 PINCTRL_PIN(46, "GPIO_46"),
60 PINCTRL_PIN(47, "GPIO_47"),
61 PINCTRL_PIN(48, "GPIO_48"),
62 PINCTRL_PIN(49, "GPIO_49"),
63 PINCTRL_PIN(50, "GPIO_50"),
64 PINCTRL_PIN(51, "GPIO_51"),
65 PINCTRL_PIN(52, "GPIO_52"),
66 PINCTRL_PIN(53, "GPIO_53"),
67 PINCTRL_PIN(54, "GPIO_54"),
68 PINCTRL_PIN(55, "GPIO_55"),
69 PINCTRL_PIN(56, "GPIO_56"),
70 PINCTRL_PIN(57, "GPIO_57"),
71 PINCTRL_PIN(58, "GPIO_58"),
72 PINCTRL_PIN(59, "GPIO_59"),
73 PINCTRL_PIN(60, "GPIO_60"),
74 PINCTRL_PIN(61, "GPIO_61"),
75 PINCTRL_PIN(62, "GPIO_62"),
76 PINCTRL_PIN(63, "GPIO_63"),
77 PINCTRL_PIN(64, "GPIO_64"),
78 PINCTRL_PIN(65, "GPIO_65"),
79 PINCTRL_PIN(66, "GPIO_66"),
80 PINCTRL_PIN(67, "GPIO_67"),
81 PINCTRL_PIN(68, "GPIO_68"),
82 PINCTRL_PIN(69, "GPIO_69"),
83 PINCTRL_PIN(70, "GPIO_70"),
84 PINCTRL_PIN(71, "GPIO_71"),
85 PINCTRL_PIN(72, "GPIO_72"),
86 PINCTRL_PIN(73, "GPIO_73"),
87 PINCTRL_PIN(74, "GPIO_74"),
88 PINCTRL_PIN(75, "GPIO_75"),
89 PINCTRL_PIN(76, "GPIO_76"),
90 PINCTRL_PIN(77, "GPIO_77"),
91 PINCTRL_PIN(78, "GPIO_78"),
92 PINCTRL_PIN(79, "GPIO_79"),
93 PINCTRL_PIN(80, "GPIO_80"),
94 PINCTRL_PIN(81, "GPIO_81"),
95 PINCTRL_PIN(82, "GPIO_82"),
96 PINCTRL_PIN(83, "GPIO_83"),
97 PINCTRL_PIN(84, "GPIO_84"),
98 PINCTRL_PIN(85, "GPIO_85"),
99 PINCTRL_PIN(86, "GPIO_86"),
100 PINCTRL_PIN(87, "GPIO_87"),
101 PINCTRL_PIN(88, "GPIO_88"),
102 PINCTRL_PIN(89, "GPIO_89"),
103 PINCTRL_PIN(90, "GPIO_90"),
104 PINCTRL_PIN(91, "GPIO_91"),
105 PINCTRL_PIN(92, "GPIO_92"),
106 PINCTRL_PIN(93, "GPIO_93"),
107 PINCTRL_PIN(94, "GPIO_94"),
108 PINCTRL_PIN(95, "GPIO_95"),
109 PINCTRL_PIN(96, "GPIO_96"),
110 PINCTRL_PIN(97, "GPIO_97"),
111 PINCTRL_PIN(98, "GPIO_98"),
112 PINCTRL_PIN(99, "GPIO_99"),
113 PINCTRL_PIN(100, "GPIO_100"),
114 PINCTRL_PIN(101, "GPIO_101"),
115 PINCTRL_PIN(102, "GPIO_102"),
116 PINCTRL_PIN(103, "GPIO_103"),
117 PINCTRL_PIN(104, "GPIO_104"),
118 PINCTRL_PIN(105, "GPIO_105"),
119 PINCTRL_PIN(106, "GPIO_106"),
120 PINCTRL_PIN(107, "GPIO_107"),
121 PINCTRL_PIN(108, "GPIO_108"),
122 PINCTRL_PIN(109, "GPIO_109"),
123 PINCTRL_PIN(110, "GPIO_110"),
124 PINCTRL_PIN(111, "GPIO_111"),
125 PINCTRL_PIN(112, "GPIO_112"),
126 PINCTRL_PIN(113, "GPIO_113"),
127 PINCTRL_PIN(114, "GPIO_114"),
128 PINCTRL_PIN(115, "GPIO_115"),
129 PINCTRL_PIN(116, "GPIO_116"),
130 PINCTRL_PIN(117, "GPIO_117"),
131 PINCTRL_PIN(118, "GPIO_118"),
132 PINCTRL_PIN(119, "GPIO_119"),
133 PINCTRL_PIN(120, "GPIO_120"),
134 PINCTRL_PIN(121, "GPIO_121"),
135 PINCTRL_PIN(122, "GPIO_122"),
136 PINCTRL_PIN(123, "GPIO_123"),
137 PINCTRL_PIN(124, "GPIO_124"),
138 PINCTRL_PIN(125, "GPIO_125"),
139 PINCTRL_PIN(126, "GPIO_126"),
140 PINCTRL_PIN(127, "GPIO_127"),
141 PINCTRL_PIN(128, "GPIO_128"),
142 PINCTRL_PIN(129, "GPIO_129"),
143 PINCTRL_PIN(130, "GPIO_130"),
144 PINCTRL_PIN(131, "GPIO_131"),
145 PINCTRL_PIN(132, "GPIO_132"),
146 PINCTRL_PIN(133, "GPIO_133"),
147 PINCTRL_PIN(134, "GPIO_134"),
148 PINCTRL_PIN(135, "GPIO_135"),
149 PINCTRL_PIN(136, "GPIO_136"),
150 PINCTRL_PIN(137, "GPIO_137"),
151 PINCTRL_PIN(138, "GPIO_138"),
152 PINCTRL_PIN(139, "GPIO_139"),
153 PINCTRL_PIN(140, "GPIO_140"),
154 PINCTRL_PIN(141, "GPIO_141"),
155 PINCTRL_PIN(142, "GPIO_142"),
156 PINCTRL_PIN(143, "GPIO_143"),
157 PINCTRL_PIN(144, "GPIO_144"),
158 PINCTRL_PIN(145, "GPIO_145"),
159
160 PINCTRL_PIN(146, "SDC1_CLK"),
161 PINCTRL_PIN(147, "SDC1_CMD"),
162 PINCTRL_PIN(148, "SDC1_DATA"),
163 PINCTRL_PIN(149, "SDC2_CLK"),
164 PINCTRL_PIN(150, "SDC2_CMD"),
165 PINCTRL_PIN(151, "SDC2_DATA"),
166 PINCTRL_PIN(152, "HSIC_STROBE"),
167 PINCTRL_PIN(153, "HSIC_DATA"),
168};
169
170#define DECLARE_MSM_GPIO_PINS(pin) static const unsigned int gpio##pin##_pins[] = { pin }
171DECLARE_MSM_GPIO_PINS(0);
172DECLARE_MSM_GPIO_PINS(1);
173DECLARE_MSM_GPIO_PINS(2);
174DECLARE_MSM_GPIO_PINS(3);
175DECLARE_MSM_GPIO_PINS(4);
176DECLARE_MSM_GPIO_PINS(5);
177DECLARE_MSM_GPIO_PINS(6);
178DECLARE_MSM_GPIO_PINS(7);
179DECLARE_MSM_GPIO_PINS(8);
180DECLARE_MSM_GPIO_PINS(9);
181DECLARE_MSM_GPIO_PINS(10);
182DECLARE_MSM_GPIO_PINS(11);
183DECLARE_MSM_GPIO_PINS(12);
184DECLARE_MSM_GPIO_PINS(13);
185DECLARE_MSM_GPIO_PINS(14);
186DECLARE_MSM_GPIO_PINS(15);
187DECLARE_MSM_GPIO_PINS(16);
188DECLARE_MSM_GPIO_PINS(17);
189DECLARE_MSM_GPIO_PINS(18);
190DECLARE_MSM_GPIO_PINS(19);
191DECLARE_MSM_GPIO_PINS(20);
192DECLARE_MSM_GPIO_PINS(21);
193DECLARE_MSM_GPIO_PINS(22);
194DECLARE_MSM_GPIO_PINS(23);
195DECLARE_MSM_GPIO_PINS(24);
196DECLARE_MSM_GPIO_PINS(25);
197DECLARE_MSM_GPIO_PINS(26);
198DECLARE_MSM_GPIO_PINS(27);
199DECLARE_MSM_GPIO_PINS(28);
200DECLARE_MSM_GPIO_PINS(29);
201DECLARE_MSM_GPIO_PINS(30);
202DECLARE_MSM_GPIO_PINS(31);
203DECLARE_MSM_GPIO_PINS(32);
204DECLARE_MSM_GPIO_PINS(33);
205DECLARE_MSM_GPIO_PINS(34);
206DECLARE_MSM_GPIO_PINS(35);
207DECLARE_MSM_GPIO_PINS(36);
208DECLARE_MSM_GPIO_PINS(37);
209DECLARE_MSM_GPIO_PINS(38);
210DECLARE_MSM_GPIO_PINS(39);
211DECLARE_MSM_GPIO_PINS(40);
212DECLARE_MSM_GPIO_PINS(41);
213DECLARE_MSM_GPIO_PINS(42);
214DECLARE_MSM_GPIO_PINS(43);
215DECLARE_MSM_GPIO_PINS(44);
216DECLARE_MSM_GPIO_PINS(45);
217DECLARE_MSM_GPIO_PINS(46);
218DECLARE_MSM_GPIO_PINS(47);
219DECLARE_MSM_GPIO_PINS(48);
220DECLARE_MSM_GPIO_PINS(49);
221DECLARE_MSM_GPIO_PINS(50);
222DECLARE_MSM_GPIO_PINS(51);
223DECLARE_MSM_GPIO_PINS(52);
224DECLARE_MSM_GPIO_PINS(53);
225DECLARE_MSM_GPIO_PINS(54);
226DECLARE_MSM_GPIO_PINS(55);
227DECLARE_MSM_GPIO_PINS(56);
228DECLARE_MSM_GPIO_PINS(57);
229DECLARE_MSM_GPIO_PINS(58);
230DECLARE_MSM_GPIO_PINS(59);
231DECLARE_MSM_GPIO_PINS(60);
232DECLARE_MSM_GPIO_PINS(61);
233DECLARE_MSM_GPIO_PINS(62);
234DECLARE_MSM_GPIO_PINS(63);
235DECLARE_MSM_GPIO_PINS(64);
236DECLARE_MSM_GPIO_PINS(65);
237DECLARE_MSM_GPIO_PINS(66);
238DECLARE_MSM_GPIO_PINS(67);
239DECLARE_MSM_GPIO_PINS(68);
240DECLARE_MSM_GPIO_PINS(69);
241DECLARE_MSM_GPIO_PINS(70);
242DECLARE_MSM_GPIO_PINS(71);
243DECLARE_MSM_GPIO_PINS(72);
244DECLARE_MSM_GPIO_PINS(73);
245DECLARE_MSM_GPIO_PINS(74);
246DECLARE_MSM_GPIO_PINS(75);
247DECLARE_MSM_GPIO_PINS(76);
248DECLARE_MSM_GPIO_PINS(77);
249DECLARE_MSM_GPIO_PINS(78);
250DECLARE_MSM_GPIO_PINS(79);
251DECLARE_MSM_GPIO_PINS(80);
252DECLARE_MSM_GPIO_PINS(81);
253DECLARE_MSM_GPIO_PINS(82);
254DECLARE_MSM_GPIO_PINS(83);
255DECLARE_MSM_GPIO_PINS(84);
256DECLARE_MSM_GPIO_PINS(85);
257DECLARE_MSM_GPIO_PINS(86);
258DECLARE_MSM_GPIO_PINS(87);
259DECLARE_MSM_GPIO_PINS(88);
260DECLARE_MSM_GPIO_PINS(89);
261DECLARE_MSM_GPIO_PINS(90);
262DECLARE_MSM_GPIO_PINS(91);
263DECLARE_MSM_GPIO_PINS(92);
264DECLARE_MSM_GPIO_PINS(93);
265DECLARE_MSM_GPIO_PINS(94);
266DECLARE_MSM_GPIO_PINS(95);
267DECLARE_MSM_GPIO_PINS(96);
268DECLARE_MSM_GPIO_PINS(97);
269DECLARE_MSM_GPIO_PINS(98);
270DECLARE_MSM_GPIO_PINS(99);
271DECLARE_MSM_GPIO_PINS(100);
272DECLARE_MSM_GPIO_PINS(101);
273DECLARE_MSM_GPIO_PINS(102);
274DECLARE_MSM_GPIO_PINS(103);
275DECLARE_MSM_GPIO_PINS(104);
276DECLARE_MSM_GPIO_PINS(105);
277DECLARE_MSM_GPIO_PINS(106);
278DECLARE_MSM_GPIO_PINS(107);
279DECLARE_MSM_GPIO_PINS(108);
280DECLARE_MSM_GPIO_PINS(109);
281DECLARE_MSM_GPIO_PINS(110);
282DECLARE_MSM_GPIO_PINS(111);
283DECLARE_MSM_GPIO_PINS(112);
284DECLARE_MSM_GPIO_PINS(113);
285DECLARE_MSM_GPIO_PINS(114);
286DECLARE_MSM_GPIO_PINS(115);
287DECLARE_MSM_GPIO_PINS(116);
288DECLARE_MSM_GPIO_PINS(117);
289DECLARE_MSM_GPIO_PINS(118);
290DECLARE_MSM_GPIO_PINS(119);
291DECLARE_MSM_GPIO_PINS(120);
292DECLARE_MSM_GPIO_PINS(121);
293DECLARE_MSM_GPIO_PINS(122);
294DECLARE_MSM_GPIO_PINS(123);
295DECLARE_MSM_GPIO_PINS(124);
296DECLARE_MSM_GPIO_PINS(125);
297DECLARE_MSM_GPIO_PINS(126);
298DECLARE_MSM_GPIO_PINS(127);
299DECLARE_MSM_GPIO_PINS(128);
300DECLARE_MSM_GPIO_PINS(129);
301DECLARE_MSM_GPIO_PINS(130);
302DECLARE_MSM_GPIO_PINS(131);
303DECLARE_MSM_GPIO_PINS(132);
304DECLARE_MSM_GPIO_PINS(133);
305DECLARE_MSM_GPIO_PINS(134);
306DECLARE_MSM_GPIO_PINS(135);
307DECLARE_MSM_GPIO_PINS(136);
308DECLARE_MSM_GPIO_PINS(137);
309DECLARE_MSM_GPIO_PINS(138);
310DECLARE_MSM_GPIO_PINS(139);
311DECLARE_MSM_GPIO_PINS(140);
312DECLARE_MSM_GPIO_PINS(141);
313DECLARE_MSM_GPIO_PINS(142);
314DECLARE_MSM_GPIO_PINS(143);
315DECLARE_MSM_GPIO_PINS(144);
316DECLARE_MSM_GPIO_PINS(145);
317
318static const unsigned int sdc1_clk_pins[] = { 146 };
319static const unsigned int sdc1_cmd_pins[] = { 147 };
320static const unsigned int sdc1_data_pins[] = { 148 };
321static const unsigned int sdc2_clk_pins[] = { 149 };
322static const unsigned int sdc2_cmd_pins[] = { 150 };
323static const unsigned int sdc2_data_pins[] = { 151 };
324static const unsigned int hsic_strobe_pins[] = { 152 };
325static const unsigned int hsic_data_pins[] = { 153 };
326
327#define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \
328 { \
329 .grp = PINCTRL_PINGROUP("gpio" #id, \
330 gpio##id##_pins, \
331 ARRAY_SIZE(gpio##id##_pins)), \
332 .funcs = (int[]){ \
333 msm_mux_gpio, \
334 msm_mux_##f1, \
335 msm_mux_##f2, \
336 msm_mux_##f3, \
337 msm_mux_##f4, \
338 msm_mux_##f5, \
339 msm_mux_##f6, \
340 msm_mux_##f7 \
341 }, \
342 .nfuncs = 8, \
343 .ctl_reg = 0x1000 + 0x10 * id, \
344 .io_reg = 0x1004 + 0x10 * id, \
345 .intr_cfg_reg = 0x1008 + 0x10 * id, \
346 .intr_status_reg = 0x100c + 0x10 * id, \
347 .intr_target_reg = 0x1008 + 0x10 * id, \
348 .mux_bit = 2, \
349 .pull_bit = 0, \
350 .drv_bit = 6, \
351 .oe_bit = 9, \
352 .in_bit = 0, \
353 .out_bit = 1, \
354 .intr_enable_bit = 0, \
355 .intr_status_bit = 0, \
356 .intr_target_bit = 5, \
357 .intr_target_kpss_val = 4, \
358 .intr_raw_status_bit = 4, \
359 .intr_polarity_bit = 1, \
360 .intr_detection_bit = 2, \
361 .intr_detection_width = 2, \
362 }
363
364#define SDC_PINGROUP(pg_name, ctl, pull, drv) \
365 { \
366 .grp = PINCTRL_PINGROUP(#pg_name, \
367 pg_name##_pins, \
368 ARRAY_SIZE(pg_name##_pins)), \
369 .ctl_reg = ctl, \
370 .io_reg = 0, \
371 .intr_cfg_reg = 0, \
372 .intr_status_reg = 0, \
373 .intr_target_reg = 0, \
374 .mux_bit = -1, \
375 .pull_bit = pull, \
376 .drv_bit = drv, \
377 .oe_bit = -1, \
378 .in_bit = -1, \
379 .out_bit = -1, \
380 .intr_enable_bit = -1, \
381 .intr_status_bit = -1, \
382 .intr_target_bit = -1, \
383 .intr_target_kpss_val = -1, \
384 .intr_raw_status_bit = -1, \
385 .intr_polarity_bit = -1, \
386 .intr_detection_bit = -1, \
387 .intr_detection_width = -1, \
388 }
389
390#define HSIC_PINGROUP(pg_name, ctl) \
391 { \
392 .grp = PINCTRL_PINGROUP(#pg_name, \
393 pg_name##_pins, \
394 ARRAY_SIZE(pg_name##_pins)), \
395 .funcs = (int[]){ \
396 msm_mux_gpio, \
397 msm_mux_hsic_ctl, \
398 }, \
399 .nfuncs = 2, \
400 .ctl_reg = ctl, \
401 .io_reg = 0, \
402 .intr_cfg_reg = 0, \
403 .intr_status_reg = 0, \
404 .intr_target_reg = 0, \
405 .mux_bit = 25, \
406 .pull_bit = -1, \
407 .drv_bit = -1, \
408 .oe_bit = -1, \
409 .in_bit = -1, \
410 .out_bit = -1, \
411 .intr_enable_bit = -1, \
412 .intr_status_bit = -1, \
413 .intr_target_bit = -1, \
414 .intr_target_kpss_val = -1, \
415 .intr_raw_status_bit = -1, \
416 .intr_polarity_bit = -1, \
417 .intr_detection_bit = -1, \
418 .intr_detection_width = -1, \
419 }
420
421/*
422 * TODO: Add the rest of the possible functions and fill out
423 * the pingroup table below.
424 */
425enum msm8x74_functions {
426 msm_mux_gpio,
427 msm_mux_cci_i2c0,
428 msm_mux_cci_i2c1,
429 msm_mux_blsp_i2c1,
430 msm_mux_blsp_i2c2,
431 msm_mux_blsp_i2c3,
432 msm_mux_blsp_i2c4,
433 msm_mux_blsp_i2c5,
434 msm_mux_blsp_i2c6,
435 msm_mux_blsp_i2c7,
436 msm_mux_blsp_i2c8,
437 msm_mux_blsp_i2c9,
438 msm_mux_blsp_i2c10,
439 msm_mux_blsp_i2c11,
440 msm_mux_blsp_i2c12,
441 msm_mux_blsp_spi1,
442 msm_mux_blsp_spi1_cs1,
443 msm_mux_blsp_spi1_cs2,
444 msm_mux_blsp_spi1_cs3,
445 msm_mux_blsp_spi2,
446 msm_mux_blsp_spi2_cs1,
447 msm_mux_blsp_spi2_cs2,
448 msm_mux_blsp_spi2_cs3,
449 msm_mux_blsp_spi3,
450 msm_mux_blsp_spi4,
451 msm_mux_blsp_spi5,
452 msm_mux_blsp_spi6,
453 msm_mux_blsp_spi7,
454 msm_mux_blsp_spi8,
455 msm_mux_blsp_spi9,
456 msm_mux_blsp_spi10,
457 msm_mux_blsp_spi10_cs1,
458 msm_mux_blsp_spi10_cs2,
459 msm_mux_blsp_spi10_cs3,
460 msm_mux_blsp_spi11,
461 msm_mux_blsp_spi12,
462 msm_mux_blsp_uart1,
463 msm_mux_blsp_uart2,
464 msm_mux_blsp_uart3,
465 msm_mux_blsp_uart4,
466 msm_mux_blsp_uart5,
467 msm_mux_blsp_uart6,
468 msm_mux_blsp_uart7,
469 msm_mux_blsp_uart8,
470 msm_mux_blsp_uart9,
471 msm_mux_blsp_uart10,
472 msm_mux_blsp_uart11,
473 msm_mux_blsp_uart12,
474 msm_mux_blsp_uim1,
475 msm_mux_blsp_uim2,
476 msm_mux_blsp_uim3,
477 msm_mux_blsp_uim4,
478 msm_mux_blsp_uim5,
479 msm_mux_blsp_uim6,
480 msm_mux_blsp_uim7,
481 msm_mux_blsp_uim8,
482 msm_mux_blsp_uim9,
483 msm_mux_blsp_uim10,
484 msm_mux_blsp_uim11,
485 msm_mux_blsp_uim12,
486 msm_mux_uim1,
487 msm_mux_uim2,
488 msm_mux_uim_batt_alarm,
489 msm_mux_sdc3,
490 msm_mux_sdc4,
491 msm_mux_gcc_gp_clk1,
492 msm_mux_gcc_gp_clk2,
493 msm_mux_gcc_gp_clk3,
494 msm_mux_qua_mi2s,
495 msm_mux_pri_mi2s,
496 msm_mux_spkr_mi2s,
497 msm_mux_ter_mi2s,
498 msm_mux_sec_mi2s,
499 msm_mux_hdmi_cec,
500 msm_mux_hdmi_ddc,
501 msm_mux_hdmi_hpd,
502 msm_mux_edp_hpd,
503 msm_mux_mdp_vsync,
504 msm_mux_cam_mclk0,
505 msm_mux_cam_mclk1,
506 msm_mux_cam_mclk2,
507 msm_mux_cam_mclk3,
508 msm_mux_cci_timer0,
509 msm_mux_cci_timer1,
510 msm_mux_cci_timer2,
511 msm_mux_cci_timer3,
512 msm_mux_cci_timer4,
513 msm_mux_cci_async_in0,
514 msm_mux_cci_async_in1,
515 msm_mux_cci_async_in2,
516 msm_mux_gp_pdm0,
517 msm_mux_gp_pdm1,
518 msm_mux_gp_pdm2,
519 msm_mux_gp0_clk,
520 msm_mux_gp1_clk,
521 msm_mux_gp_mn,
522 msm_mux_tsif1,
523 msm_mux_tsif2,
524 msm_mux_hsic,
525 msm_mux_grfc,
526 msm_mux_audio_ref_clk,
527 msm_mux_bt,
528 msm_mux_fm,
529 msm_mux_wlan,
530 msm_mux_slimbus,
531 msm_mux_hsic_ctl,
532 msm_mux_NA,
533};
534
535static const char * const gpio_groups[] = {
536 "gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
537 "gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
538 "gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
539 "gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
540 "gpio29", "gpio30", "gpio31", "gpio32", "gpio33", "gpio34", "gpio35",
541 "gpio36", "gpio37", "gpio38", "gpio39", "gpio40", "gpio41", "gpio42",
542 "gpio43", "gpio44", "gpio45", "gpio46", "gpio47", "gpio48", "gpio49",
543 "gpio50", "gpio51", "gpio52", "gpio53", "gpio54", "gpio55", "gpio56",
544 "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
545 "gpio64", "gpio65", "gpio66", "gpio67", "gpio68", "gpio69", "gpio70",
546 "gpio71", "gpio72", "gpio73", "gpio74", "gpio75", "gpio76", "gpio77",
547 "gpio78", "gpio79", "gpio80", "gpio81", "gpio82", "gpio83", "gpio84",
548 "gpio85", "gpio86", "gpio87", "gpio88", "gpio89", "gpio90", "gpio91",
549 "gpio92", "gpio93", "gpio94", "gpio95", "gpio96", "gpio97", "gpio98",
550 "gpio99", "gpio100", "gpio101", "gpio102", "gpio103", "gpio104",
551 "gpio105", "gpio106", "gpio107", "gpio108", "gpio109", "gpio110",
552 "gpio111", "gpio112", "gpio113", "gpio114", "gpio115", "gpio116",
553 "gpio117", "gpio118", "gpio119", "gpio120", "gpio121", "gpio122",
554 "gpio123", "gpio124", "gpio125", "gpio126", "gpio127", "gpio128",
555 "gpio129", "gpio130", "gpio131", "gpio132", "gpio133", "gpio134",
556 "gpio135", "gpio136", "gpio137", "gpio138", "gpio139", "gpio140",
557 "gpio141", "gpio142", "gpio143", "gpio144", "gpio145", "hsic_data",
558 "hsic_strobe",
559};
560
561static const char * const blsp_uart1_groups[] = {
562 "gpio0", "gpio1", "gpio2", "gpio3"
563};
564static const char * const blsp_uim1_groups[] = { "gpio0", "gpio1" };
565static const char * const blsp_i2c1_groups[] = { "gpio2", "gpio3" };
566static const char * const blsp_spi1_groups[] = {
567 "gpio0", "gpio1", "gpio2", "gpio3"
568};
569static const char * const blsp_spi1_cs1_groups[] = { "gpio8" };
570static const char * const blsp_spi1_cs2_groups[] = { "gpio9", "gpio11" };
571static const char * const blsp_spi1_cs3_groups[] = { "gpio10" };
572
573static const char * const blsp_uart2_groups[] = {
574 "gpio4", "gpio5", "gpio6", "gpio7"
575};
576static const char * const blsp_uim2_groups[] = { "gpio4", "gpio5" };
577static const char * const blsp_i2c2_groups[] = { "gpio6", "gpio7" };
578static const char * const blsp_spi2_groups[] = {
579 "gpio4", "gpio5", "gpio6", "gpio7"
580};
581static const char * const blsp_spi2_cs1_groups[] = { "gpio53", "gpio62" };
582static const char * const blsp_spi2_cs2_groups[] = { "gpio54", "gpio63" };
583static const char * const blsp_spi2_cs3_groups[] = { "gpio66" };
584
585static const char * const blsp_uart3_groups[] = {
586 "gpio8", "gpio9", "gpio10", "gpio11"
587};
588static const char * const blsp_uim3_groups[] = { "gpio8", "gpio9" };
589static const char * const blsp_i2c3_groups[] = { "gpio10", "gpio11" };
590static const char * const blsp_spi3_groups[] = {
591 "gpio8", "gpio9", "gpio10", "gpio11"
592};
593
594static const char * const cci_i2c0_groups[] = { "gpio19", "gpio20" };
595static const char * const cci_i2c1_groups[] = { "gpio21", "gpio22" };
596
597static const char * const blsp_uart4_groups[] = {
598 "gpio19", "gpio20", "gpio21", "gpio22"
599};
600static const char * const blsp_uim4_groups[] = { "gpio19", "gpio20" };
601static const char * const blsp_i2c4_groups[] = { "gpio21", "gpio22" };
602static const char * const blsp_spi4_groups[] = {
603 "gpio19", "gpio20", "gpio21", "gpio22"
604};
605
606static const char * const blsp_uart5_groups[] = {
607 "gpio23", "gpio24", "gpio25", "gpio26"
608};
609static const char * const blsp_uim5_groups[] = { "gpio23", "gpio24" };
610static const char * const blsp_i2c5_groups[] = { "gpio25", "gpio26" };
611static const char * const blsp_spi5_groups[] = {
612 "gpio23", "gpio24", "gpio25", "gpio26"
613};
614
615static const char * const blsp_uart6_groups[] = {
616 "gpio27", "gpio28", "gpio29", "gpio30"
617};
618static const char * const blsp_uim6_groups[] = { "gpio27", "gpio28" };
619static const char * const blsp_i2c6_groups[] = { "gpio29", "gpio30" };
620static const char * const blsp_spi6_groups[] = {
621 "gpio27", "gpio28", "gpio29", "gpio30"
622};
623
624static const char * const blsp_uart7_groups[] = {
625 "gpio41", "gpio42", "gpio43", "gpio44"
626};
627static const char * const blsp_uim7_groups[] = { "gpio41", "gpio42" };
628static const char * const blsp_i2c7_groups[] = { "gpio43", "gpio44" };
629static const char * const blsp_spi7_groups[] = {
630 "gpio41", "gpio42", "gpio43", "gpio44"
631};
632
633static const char * const blsp_uart8_groups[] = {
634 "gpio45", "gpio46", "gpio47", "gpio48"
635};
636static const char * const blsp_uim8_groups[] = { "gpio45", "gpio46" };
637static const char * const blsp_i2c8_groups[] = { "gpio47", "gpio48" };
638static const char * const blsp_spi8_groups[] = {
639 "gpio45", "gpio46", "gpio47", "gpio48"
640};
641
642static const char * const blsp_uart9_groups[] = {
643 "gpio49", "gpio50", "gpio51", "gpio52"
644};
645static const char * const blsp_uim9_groups[] = { "gpio49", "gpio50" };
646static const char * const blsp_i2c9_groups[] = { "gpio51", "gpio52" };
647static const char * const blsp_spi9_groups[] = {
648 "gpio49", "gpio50", "gpio51", "gpio52"
649};
650
651static const char * const blsp_uart10_groups[] = {
652 "gpio53", "gpio54", "gpio55", "gpio56"
653};
654static const char * const blsp_uim10_groups[] = { "gpio53", "gpio54" };
655static const char * const blsp_i2c10_groups[] = { "gpio55", "gpio56" };
656static const char * const blsp_spi10_groups[] = {
657 "gpio53", "gpio54", "gpio55", "gpio56"
658};
659static const char * const blsp_spi10_cs1_groups[] = { "gpio47", "gpio67" };
660static const char * const blsp_spi10_cs2_groups[] = { "gpio48", "gpio68" };
661static const char * const blsp_spi10_cs3_groups[] = { "gpio90" };
662
663static const char * const blsp_uart11_groups[] = {
664 "gpio81", "gpio82", "gpio83", "gpio84"
665};
666static const char * const blsp_uim11_groups[] = { "gpio81", "gpio82" };
667static const char * const blsp_i2c11_groups[] = { "gpio83", "gpio84" };
668static const char * const blsp_spi11_groups[] = {
669 "gpio81", "gpio82", "gpio83", "gpio84"
670};
671
672static const char * const blsp_uart12_groups[] = {
673 "gpio85", "gpio86", "gpio87", "gpio88"
674};
675static const char * const blsp_uim12_groups[] = { "gpio85", "gpio86" };
676static const char * const blsp_i2c12_groups[] = { "gpio87", "gpio88" };
677static const char * const blsp_spi12_groups[] = {
678 "gpio85", "gpio86", "gpio87", "gpio88"
679};
680
681static const char * const uim1_groups[] = {
682 "gpio97", "gpio98", "gpio99", "gpio100"
683};
684
685static const char * const uim2_groups[] = {
686 "gpio49", "gpio50", "gpio51", "gpio52"
687};
688
689static const char * const uim_batt_alarm_groups[] = { "gpio101" };
690
691static const char * const sdc3_groups[] = {
692 "gpio35", "gpio36", "gpio37", "gpio38", "gpio39", "gpio40"
693};
694
695static const char * const sdc4_groups[] = {
696 "gpio91", "gpio92", "gpio93", "gpio94", "gpio95", "gpio96"
697};
698
699static const char * const gp0_clk_groups[] = { "gpio26" };
700static const char * const gp1_clk_groups[] = { "gpio27", "gpio57", "gpio78" };
701static const char * const gp_mn_groups[] = { "gpio29" };
702static const char * const gcc_gp_clk1_groups[] = { "gpio57", "gpio78" };
703static const char * const gcc_gp_clk2_groups[] = { "gpio58", "gpio81" };
704static const char * const gcc_gp_clk3_groups[] = { "gpio59", "gpio82" };
705
706static const char * const qua_mi2s_groups[] = {
707 "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
708};
709
710static const char * const pri_mi2s_groups[] = {
711 "gpio64", "gpio65", "gpio66", "gpio67", "gpio68"
712};
713
714static const char * const spkr_mi2s_groups[] = {
715 "gpio69", "gpio70", "gpio71", "gpio72"
716};
717
718static const char * const ter_mi2s_groups[] = {
719 "gpio73", "gpio74", "gpio75", "gpio76", "gpio77"
720};
721
722static const char * const sec_mi2s_groups[] = {
723 "gpio78", "gpio79", "gpio80", "gpio81", "gpio82"
724};
725
726static const char * const hdmi_cec_groups[] = { "gpio31" };
727static const char * const hdmi_ddc_groups[] = { "gpio32", "gpio33" };
728static const char * const hdmi_hpd_groups[] = { "gpio34" };
729static const char * const edp_hpd_groups[] = { "gpio102" };
730
731static const char * const mdp_vsync_groups[] = { "gpio12", "gpio13", "gpio14" };
732static const char * const cam_mclk0_groups[] = { "gpio15" };
733static const char * const cam_mclk1_groups[] = { "gpio16" };
734static const char * const cam_mclk2_groups[] = { "gpio17" };
735static const char * const cam_mclk3_groups[] = { "gpio18" };
736
737static const char * const cci_timer0_groups[] = { "gpio23" };
738static const char * const cci_timer1_groups[] = { "gpio24" };
739static const char * const cci_timer2_groups[] = { "gpio25" };
740static const char * const cci_timer3_groups[] = { "gpio26" };
741static const char * const cci_timer4_groups[] = { "gpio27" };
742static const char * const cci_async_in0_groups[] = { "gpio28" };
743static const char * const cci_async_in1_groups[] = { "gpio26" };
744static const char * const cci_async_in2_groups[] = { "gpio27" };
745
746static const char * const gp_pdm0_groups[] = { "gpio54", "gpio68" };
747static const char * const gp_pdm1_groups[] = { "gpio74", "gpio86" };
748static const char * const gp_pdm2_groups[] = { "gpio63", "gpio79" };
749
750static const char * const tsif1_groups[] = {
751 "gpio89", "gpio90", "gpio91", "gpio92"
752};
753
754static const char * const tsif2_groups[] = {
755 "gpio93", "gpio94", "gpio95", "gpio96"
756};
757
758static const char * const hsic_groups[] = { "gpio144", "gpio145" };
759static const char * const grfc_groups[] = {
760 "gpio104", "gpio105", "gpio106", "gpio107", "gpio108", "gpio109",
761 "gpio110", "gpio111", "gpio112", "gpio113", "gpio114", "gpio115",
762 "gpio116", "gpio117", "gpio118", "gpio119", "gpio120", "gpio121",
763 "gpio122", "gpio123", "gpio124", "gpio125", "gpio126", "gpio127",
764 "gpio128", "gpio136", "gpio137", "gpio141", "gpio143"
765};
766
767static const char * const audio_ref_clk_groups[] = { "gpio69" };
768
769static const char * const bt_groups[] = { "gpio35", "gpio43", "gpio44" };
770
771static const char * const fm_groups[] = { "gpio41", "gpio42" };
772
773static const char * const wlan_groups[] = {
774 "gpio36", "gpio37", "gpio38", "gpio39", "gpio40"
775};
776
777static const char * const slimbus_groups[] = { "gpio70", "gpio71" };
778static const char * const hsic_ctl_groups[] = { "hsic_strobe", "hsic_data" };
779
780static const struct pinfunction msm8x74_functions[] = {
781 MSM_PIN_FUNCTION(gpio),
782 MSM_PIN_FUNCTION(cci_i2c0),
783 MSM_PIN_FUNCTION(cci_i2c1),
784 MSM_PIN_FUNCTION(uim1),
785 MSM_PIN_FUNCTION(uim2),
786 MSM_PIN_FUNCTION(uim_batt_alarm),
787 MSM_PIN_FUNCTION(blsp_uim1),
788 MSM_PIN_FUNCTION(blsp_uim2),
789 MSM_PIN_FUNCTION(blsp_uim3),
790 MSM_PIN_FUNCTION(blsp_uim4),
791 MSM_PIN_FUNCTION(blsp_uim5),
792 MSM_PIN_FUNCTION(blsp_uim6),
793 MSM_PIN_FUNCTION(blsp_uim7),
794 MSM_PIN_FUNCTION(blsp_uim8),
795 MSM_PIN_FUNCTION(blsp_uim9),
796 MSM_PIN_FUNCTION(blsp_uim10),
797 MSM_PIN_FUNCTION(blsp_uim11),
798 MSM_PIN_FUNCTION(blsp_uim12),
799 MSM_PIN_FUNCTION(blsp_i2c1),
800 MSM_PIN_FUNCTION(blsp_i2c2),
801 MSM_PIN_FUNCTION(blsp_i2c3),
802 MSM_PIN_FUNCTION(blsp_i2c4),
803 MSM_PIN_FUNCTION(blsp_i2c5),
804 MSM_PIN_FUNCTION(blsp_i2c6),
805 MSM_PIN_FUNCTION(blsp_i2c7),
806 MSM_PIN_FUNCTION(blsp_i2c8),
807 MSM_PIN_FUNCTION(blsp_i2c9),
808 MSM_PIN_FUNCTION(blsp_i2c10),
809 MSM_PIN_FUNCTION(blsp_i2c11),
810 MSM_PIN_FUNCTION(blsp_i2c12),
811 MSM_PIN_FUNCTION(blsp_spi1),
812 MSM_PIN_FUNCTION(blsp_spi1_cs1),
813 MSM_PIN_FUNCTION(blsp_spi1_cs2),
814 MSM_PIN_FUNCTION(blsp_spi1_cs3),
815 MSM_PIN_FUNCTION(blsp_spi2),
816 MSM_PIN_FUNCTION(blsp_spi2_cs1),
817 MSM_PIN_FUNCTION(blsp_spi2_cs2),
818 MSM_PIN_FUNCTION(blsp_spi2_cs3),
819 MSM_PIN_FUNCTION(blsp_spi3),
820 MSM_PIN_FUNCTION(blsp_spi4),
821 MSM_PIN_FUNCTION(blsp_spi5),
822 MSM_PIN_FUNCTION(blsp_spi6),
823 MSM_PIN_FUNCTION(blsp_spi7),
824 MSM_PIN_FUNCTION(blsp_spi8),
825 MSM_PIN_FUNCTION(blsp_spi9),
826 MSM_PIN_FUNCTION(blsp_spi10),
827 MSM_PIN_FUNCTION(blsp_spi10_cs1),
828 MSM_PIN_FUNCTION(blsp_spi10_cs2),
829 MSM_PIN_FUNCTION(blsp_spi10_cs3),
830 MSM_PIN_FUNCTION(blsp_spi11),
831 MSM_PIN_FUNCTION(blsp_spi12),
832 MSM_PIN_FUNCTION(blsp_uart1),
833 MSM_PIN_FUNCTION(blsp_uart2),
834 MSM_PIN_FUNCTION(blsp_uart3),
835 MSM_PIN_FUNCTION(blsp_uart4),
836 MSM_PIN_FUNCTION(blsp_uart5),
837 MSM_PIN_FUNCTION(blsp_uart6),
838 MSM_PIN_FUNCTION(blsp_uart7),
839 MSM_PIN_FUNCTION(blsp_uart8),
840 MSM_PIN_FUNCTION(blsp_uart9),
841 MSM_PIN_FUNCTION(blsp_uart10),
842 MSM_PIN_FUNCTION(blsp_uart11),
843 MSM_PIN_FUNCTION(blsp_uart12),
844 MSM_PIN_FUNCTION(sdc3),
845 MSM_PIN_FUNCTION(sdc4),
846 MSM_PIN_FUNCTION(gcc_gp_clk1),
847 MSM_PIN_FUNCTION(gcc_gp_clk2),
848 MSM_PIN_FUNCTION(gcc_gp_clk3),
849 MSM_PIN_FUNCTION(qua_mi2s),
850 MSM_PIN_FUNCTION(pri_mi2s),
851 MSM_PIN_FUNCTION(spkr_mi2s),
852 MSM_PIN_FUNCTION(ter_mi2s),
853 MSM_PIN_FUNCTION(sec_mi2s),
854 MSM_PIN_FUNCTION(mdp_vsync),
855 MSM_PIN_FUNCTION(cam_mclk0),
856 MSM_PIN_FUNCTION(cam_mclk1),
857 MSM_PIN_FUNCTION(cam_mclk2),
858 MSM_PIN_FUNCTION(cam_mclk3),
859 MSM_PIN_FUNCTION(cci_timer0),
860 MSM_PIN_FUNCTION(cci_timer1),
861 MSM_PIN_FUNCTION(cci_timer2),
862 MSM_PIN_FUNCTION(cci_timer3),
863 MSM_PIN_FUNCTION(cci_timer4),
864 MSM_PIN_FUNCTION(cci_async_in0),
865 MSM_PIN_FUNCTION(cci_async_in1),
866 MSM_PIN_FUNCTION(cci_async_in2),
867 MSM_PIN_FUNCTION(hdmi_cec),
868 MSM_PIN_FUNCTION(hdmi_ddc),
869 MSM_PIN_FUNCTION(hdmi_hpd),
870 MSM_PIN_FUNCTION(edp_hpd),
871 MSM_PIN_FUNCTION(gp_pdm0),
872 MSM_PIN_FUNCTION(gp_pdm1),
873 MSM_PIN_FUNCTION(gp_pdm2),
874 MSM_PIN_FUNCTION(gp0_clk),
875 MSM_PIN_FUNCTION(gp1_clk),
876 MSM_PIN_FUNCTION(gp_mn),
877 MSM_PIN_FUNCTION(tsif1),
878 MSM_PIN_FUNCTION(tsif2),
879 MSM_PIN_FUNCTION(hsic),
880 MSM_PIN_FUNCTION(grfc),
881 MSM_PIN_FUNCTION(audio_ref_clk),
882 MSM_PIN_FUNCTION(bt),
883 MSM_PIN_FUNCTION(fm),
884 MSM_PIN_FUNCTION(wlan),
885 MSM_PIN_FUNCTION(slimbus),
886 MSM_PIN_FUNCTION(hsic_ctl),
887};
888
889static const struct msm_pingroup msm8x74_groups[] = {
890 PINGROUP(0, blsp_spi1, blsp_uart1, blsp_uim1, NA, NA, NA, NA),
891 PINGROUP(1, blsp_spi1, blsp_uart1, blsp_uim1, NA, NA, NA, NA),
892 PINGROUP(2, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA),
893 PINGROUP(3, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA),
894 PINGROUP(4, blsp_spi2, blsp_uart2, blsp_uim2, NA, NA, NA, NA),
895 PINGROUP(5, blsp_spi2, blsp_uart2, blsp_uim2, NA, NA, NA, NA),
896 PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA),
897 PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA),
898 PINGROUP(8, blsp_spi3, blsp_uart3, blsp_uim3, blsp_spi1_cs1, NA, NA, NA),
899 PINGROUP(9, blsp_spi3, blsp_uart3, blsp_uim3, blsp_spi1_cs2, NA, NA, NA),
900 PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, blsp_spi1_cs3, NA, NA, NA),
901 PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, blsp_spi1_cs2, NA, NA, NA),
902 PINGROUP(12, mdp_vsync, NA, NA, NA, NA, NA, NA),
903 PINGROUP(13, mdp_vsync, NA, NA, NA, NA, NA, NA),
904 PINGROUP(14, mdp_vsync, NA, NA, NA, NA, NA, NA),
905 PINGROUP(15, cam_mclk0, NA, NA, NA, NA, NA, NA),
906 PINGROUP(16, cam_mclk1, NA, NA, NA, NA, NA, NA),
907 PINGROUP(17, cam_mclk2, NA, NA, NA, NA, NA, NA),
908 PINGROUP(18, cam_mclk3, NA, NA, NA, NA, NA, NA),
909 PINGROUP(19, cci_i2c0, blsp_spi4, blsp_uart4, blsp_uim4, NA, NA, NA),
910 PINGROUP(20, cci_i2c0, blsp_spi4, blsp_uart4, blsp_uim4, NA, NA, NA),
911 PINGROUP(21, cci_i2c1, blsp_spi4, blsp_uart4, blsp_i2c4, NA, NA, NA),
912 PINGROUP(22, cci_i2c1, blsp_spi4, blsp_uart4, blsp_i2c4, NA, NA, NA),
913 PINGROUP(23, cci_timer0, blsp_spi5, blsp_uart5, blsp_uim5, NA, NA, NA),
914 PINGROUP(24, cci_timer1, blsp_spi5, blsp_uart5, blsp_uim5, NA, NA, NA),
915 PINGROUP(25, cci_timer2, blsp_spi5, blsp_uart5, blsp_i2c5, NA, NA, NA),
916 PINGROUP(26, cci_timer3, cci_async_in1, blsp_spi5, blsp_uart5, blsp_i2c5, gp0_clk, NA),
917 PINGROUP(27, cci_timer4, cci_async_in2, blsp_spi6, blsp_uart6, blsp_i2c6, gp1_clk, NA),
918 PINGROUP(28, cci_async_in0, blsp_spi6, blsp_uart6, blsp_uim6, NA, NA, NA),
919 PINGROUP(29, blsp_spi6, blsp_uart6, blsp_i2c6, gp_mn, NA, NA, NA),
920 PINGROUP(30, blsp_spi6, blsp_uart6, blsp_i2c6, NA, NA, NA, NA),
921 PINGROUP(31, hdmi_cec, NA, NA, NA, NA, NA, NA),
922 PINGROUP(32, hdmi_ddc, NA, NA, NA, NA, NA, NA),
923 PINGROUP(33, hdmi_ddc, NA, NA, NA, NA, NA, NA),
924 PINGROUP(34, hdmi_hpd, NA, NA, NA, NA, NA, NA),
925 PINGROUP(35, bt, sdc3, NA, NA, NA, NA, NA),
926 PINGROUP(36, wlan, sdc3, NA, NA, NA, NA, NA),
927 PINGROUP(37, wlan, sdc3, NA, NA, NA, NA, NA),
928 PINGROUP(38, wlan, sdc3, NA, NA, NA, NA, NA),
929 PINGROUP(39, wlan, sdc3, NA, NA, NA, NA, NA),
930 PINGROUP(40, wlan, sdc3, NA, NA, NA, NA, NA),
931 PINGROUP(41, fm, blsp_spi7, blsp_uart7, blsp_uim7, NA, NA, NA),
932 PINGROUP(42, fm, blsp_spi7, blsp_uart7, blsp_uim7, NA, NA, NA),
933 PINGROUP(43, bt, blsp_spi7, blsp_uart7, blsp_i2c7, NA, NA, NA),
934 PINGROUP(44, bt, blsp_spi7, blsp_uart7, blsp_i2c7, NA, NA, NA),
935 PINGROUP(45, blsp_spi8, blsp_uart8, blsp_uim8, NA, NA, NA, NA),
936 PINGROUP(46, blsp_spi8, blsp_uart8, blsp_uim8, NA, NA, NA, NA),
937 PINGROUP(47, blsp_spi8, blsp_uart8, blsp_i2c8, blsp_spi10_cs1, NA, NA, NA),
938 PINGROUP(48, blsp_spi8, blsp_uart8, blsp_i2c8, blsp_spi10_cs2, NA, NA, NA),
939 PINGROUP(49, uim2, blsp_spi9, blsp_uart9, blsp_uim9, NA, NA, NA),
940 PINGROUP(50, uim2, blsp_spi9, blsp_uart9, blsp_uim9, NA, NA, NA),
941 PINGROUP(51, uim2, blsp_spi9, blsp_uart9, blsp_i2c9, NA, NA, NA),
942 PINGROUP(52, uim2, blsp_spi9, blsp_uart9, blsp_i2c9, NA, NA, NA),
943 PINGROUP(53, blsp_spi10, blsp_uart10, blsp_uim10, blsp_spi2_cs1, NA, NA, NA),
944 PINGROUP(54, blsp_spi10, blsp_uart10, blsp_uim10, blsp_spi2_cs2, gp_pdm0, NA, NA),
945 PINGROUP(55, blsp_spi10, blsp_uart10, blsp_i2c10, NA, NA, NA, NA),
946 PINGROUP(56, blsp_spi10, blsp_uart10, blsp_i2c10, NA, NA, NA, NA),
947 PINGROUP(57, qua_mi2s, gcc_gp_clk1, NA, NA, NA, NA, NA),
948 PINGROUP(58, qua_mi2s, gcc_gp_clk2, NA, NA, NA, NA, NA),
949 PINGROUP(59, qua_mi2s, gcc_gp_clk3, NA, NA, NA, NA, NA),
950 PINGROUP(60, qua_mi2s, NA, NA, NA, NA, NA, NA),
951 PINGROUP(61, qua_mi2s, NA, NA, NA, NA, NA, NA),
952 PINGROUP(62, qua_mi2s, blsp_spi2_cs1, NA, NA, NA, NA, NA),
953 PINGROUP(63, qua_mi2s, blsp_spi2_cs2, gp_pdm2, NA, NA, NA, NA),
954 PINGROUP(64, pri_mi2s, NA, NA, NA, NA, NA, NA),
955 PINGROUP(65, pri_mi2s, NA, NA, NA, NA, NA, NA),
956 PINGROUP(66, pri_mi2s, blsp_spi2_cs3, NA, NA, NA, NA, NA),
957 PINGROUP(67, pri_mi2s, blsp_spi10_cs1, NA, NA, NA, NA, NA),
958 PINGROUP(68, pri_mi2s, blsp_spi10_cs2, gp_pdm0, NA, NA, NA, NA),
959 PINGROUP(69, spkr_mi2s, audio_ref_clk, NA, NA, NA, NA, NA),
960 PINGROUP(70, slimbus, spkr_mi2s, NA, NA, NA, NA, NA),
961 PINGROUP(71, slimbus, spkr_mi2s, NA, NA, NA, NA, NA),
962 PINGROUP(72, spkr_mi2s, NA, NA, NA, NA, NA, NA),
963 PINGROUP(73, ter_mi2s, NA, NA, NA, NA, NA, NA),
964 PINGROUP(74, ter_mi2s, gp_pdm1, NA, NA, NA, NA, NA),
965 PINGROUP(75, ter_mi2s, NA, NA, NA, NA, NA, NA),
966 PINGROUP(76, ter_mi2s, NA, NA, NA, NA, NA, NA),
967 PINGROUP(77, ter_mi2s, NA, NA, NA, NA, NA, NA),
968 PINGROUP(78, sec_mi2s, gcc_gp_clk1, NA, NA, NA, NA, NA),
969 PINGROUP(79, sec_mi2s, gp_pdm2, NA, NA, NA, NA, NA),
970 PINGROUP(80, sec_mi2s, NA, NA, NA, NA, NA, NA),
971 PINGROUP(81, sec_mi2s, blsp_spi11, blsp_uart11, blsp_uim11, gcc_gp_clk2, NA, NA),
972 PINGROUP(82, sec_mi2s, blsp_spi11, blsp_uart11, blsp_uim11, gcc_gp_clk3, NA, NA),
973 PINGROUP(83, blsp_spi11, blsp_uart11, blsp_i2c11, NA, NA, NA, NA),
974 PINGROUP(84, blsp_spi11, blsp_uart11, blsp_i2c11, NA, NA, NA, NA),
975 PINGROUP(85, blsp_spi12, blsp_uart12, blsp_uim12, NA, NA, NA, NA),
976 PINGROUP(86, blsp_spi12, blsp_uart12, blsp_uim12, gp_pdm1, NA, NA, NA),
977 PINGROUP(87, blsp_spi12, blsp_uart12, blsp_i2c12, NA, NA, NA, NA),
978 PINGROUP(88, blsp_spi12, blsp_uart12, blsp_i2c12, NA, NA, NA, NA),
979 PINGROUP(89, tsif1, NA, NA, NA, NA, NA, NA),
980 PINGROUP(90, tsif1, blsp_spi10_cs3, NA, NA, NA, NA, NA),
981 PINGROUP(91, tsif1, sdc4, NA, NA, NA, NA, NA),
982 PINGROUP(92, tsif1, sdc4, NA, NA, NA, NA, NA),
983 PINGROUP(93, tsif2, sdc4, NA, NA, NA, NA, NA),
984 PINGROUP(94, tsif2, sdc4, NA, NA, NA, NA, NA),
985 PINGROUP(95, tsif2, sdc4, NA, NA, NA, NA, NA),
986 PINGROUP(96, tsif2, sdc4, NA, NA, NA, NA, NA),
987 PINGROUP(97, uim1, NA, NA, NA, NA, NA, NA),
988 PINGROUP(98, uim1, NA, NA, NA, NA, NA, NA),
989 PINGROUP(99, uim1, NA, NA, NA, NA, NA, NA),
990 PINGROUP(100, uim1, NA, NA, NA, NA, NA, NA),
991 PINGROUP(101, uim_batt_alarm, NA, NA, NA, NA, NA, NA),
992 PINGROUP(102, edp_hpd, NA, NA, NA, NA, NA, NA),
993 PINGROUP(103, NA, NA, NA, NA, NA, NA, NA),
994 PINGROUP(104, grfc, NA, NA, NA, NA, NA, NA),
995 PINGROUP(105, grfc, NA, NA, NA, NA, NA, NA),
996 PINGROUP(106, grfc, NA, NA, NA, NA, NA, NA),
997 PINGROUP(107, grfc, NA, NA, NA, NA, NA, NA),
998 PINGROUP(108, grfc, NA, NA, NA, NA, NA, NA),
999 PINGROUP(109, grfc, NA, NA, NA, NA, NA, NA),
1000 PINGROUP(110, grfc, NA, NA, NA, NA, NA, NA),
1001 PINGROUP(111, grfc, NA, NA, NA, NA, NA, NA),
1002 PINGROUP(112, grfc, NA, NA, NA, NA, NA, NA),
1003 PINGROUP(113, grfc, NA, NA, NA, NA, NA, NA),
1004 PINGROUP(114, grfc, NA, NA, NA, NA, NA, NA),
1005 PINGROUP(115, grfc, NA, NA, NA, NA, NA, NA),
1006 PINGROUP(116, grfc, NA, NA, NA, NA, NA, NA),
1007 PINGROUP(117, grfc, NA, NA, NA, NA, NA, NA),
1008 PINGROUP(118, grfc, NA, NA, NA, NA, NA, NA),
1009 PINGROUP(119, grfc, NA, NA, NA, NA, NA, NA),
1010 PINGROUP(120, grfc, NA, NA, NA, NA, NA, NA),
1011 PINGROUP(121, grfc, NA, NA, NA, NA, NA, NA),
1012 PINGROUP(122, grfc, NA, NA, NA, NA, NA, NA),
1013 PINGROUP(123, grfc, NA, NA, NA, NA, NA, NA),
1014 PINGROUP(124, grfc, NA, NA, NA, NA, NA, NA),
1015 PINGROUP(125, grfc, NA, NA, NA, NA, NA, NA),
1016 PINGROUP(126, grfc, NA, NA, NA, NA, NA, NA),
1017 PINGROUP(127, grfc, NA, NA, NA, NA, NA, NA),
1018 PINGROUP(128, NA, grfc, NA, NA, NA, NA, NA),
1019 PINGROUP(129, NA, NA, NA, NA, NA, NA, NA),
1020 PINGROUP(130, NA, NA, NA, NA, NA, NA, NA),
1021 PINGROUP(131, NA, NA, NA, NA, NA, NA, NA),
1022 PINGROUP(132, NA, NA, NA, NA, NA, NA, NA),
1023 PINGROUP(133, NA, NA, NA, NA, NA, NA, NA),
1024 PINGROUP(134, NA, NA, NA, NA, NA, NA, NA),
1025 PINGROUP(135, NA, NA, NA, NA, NA, NA, NA),
1026 PINGROUP(136, NA, grfc, NA, NA, NA, NA, NA),
1027 PINGROUP(137, NA, grfc, NA, NA, NA, NA, NA),
1028 PINGROUP(138, NA, NA, NA, NA, NA, NA, NA),
1029 PINGROUP(139, NA, NA, NA, NA, NA, NA, NA),
1030 PINGROUP(140, NA, NA, NA, NA, NA, NA, NA),
1031 PINGROUP(141, NA, grfc, NA, NA, NA, NA, NA),
1032 PINGROUP(142, NA, NA, NA, NA, NA, NA, NA),
1033 PINGROUP(143, NA, grfc, NA, NA, NA, NA, NA),
1034 PINGROUP(144, hsic, NA, NA, NA, NA, NA, NA),
1035 PINGROUP(145, hsic, NA, NA, NA, NA, NA, NA),
1036 SDC_PINGROUP(sdc1_clk, 0x2044, 13, 6),
1037 SDC_PINGROUP(sdc1_cmd, 0x2044, 11, 3),
1038 SDC_PINGROUP(sdc1_data, 0x2044, 9, 0),
1039 SDC_PINGROUP(sdc2_clk, 0x2048, 14, 6),
1040 SDC_PINGROUP(sdc2_cmd, 0x2048, 11, 3),
1041 SDC_PINGROUP(sdc2_data, 0x2048, 9, 0),
1042 HSIC_PINGROUP(hsic_strobe, 0x2050),
1043 HSIC_PINGROUP(hsic_data, 0x2054),
1044};
1045
1046#define NUM_GPIO_PINGROUPS 146
1047
1048static const struct msm_gpio_wakeirq_map msm8x74_mpm_map[] = {
1049 { 1, 4 }, { 5, 5 }, { 9, 6 }, { 18, 7 }, { 20, 8 }, { 24, 9 },
1050 { 27, 10 }, { 28, 11 }, { 34, 12 }, { 35, 13 }, { 37, 14 }, { 42, 15 },
1051 { 44, 16 }, { 46, 17 }, { 50, 18 }, { 54, 19 }, { 59, 20 }, { 61, 21 },
1052 { 62, 22 }, { 64, 23 }, { 65, 24 }, { 66, 25 }, { 67, 26 }, { 68, 27 },
1053 { 71, 28 }, { 72, 29 }, { 73, 30 }, { 74, 31 }, { 75, 32 }, { 77, 33 },
1054 { 79, 34 }, { 80, 35 }, { 82, 36 }, { 86, 37 }, { 92, 38 }, { 93, 39 },
1055 { 95, 40 }, { 102, 3 }, { 144, 41 },
1056};
1057
1058static const struct msm_pinctrl_soc_data msm8x74_pinctrl = {
1059 .pins = msm8x74_pins,
1060 .npins = ARRAY_SIZE(msm8x74_pins),
1061 .functions = msm8x74_functions,
1062 .nfunctions = ARRAY_SIZE(msm8x74_functions),
1063 .groups = msm8x74_groups,
1064 .ngroups = ARRAY_SIZE(msm8x74_groups),
1065 .ngpios = NUM_GPIO_PINGROUPS,
1066 .wakeirq_map = msm8x74_mpm_map,
1067 .nwakeirq_map = ARRAY_SIZE(msm8x74_mpm_map),
1068};
1069
1070static int msm8x74_pinctrl_probe(struct platform_device *pdev)
1071{
1072 return msm_pinctrl_probe(pdev, soc_data: &msm8x74_pinctrl);
1073}
1074
1075static const struct of_device_id msm8x74_pinctrl_of_match[] = {
1076 { .compatible = "qcom,msm8974-pinctrl", },
1077 { },
1078};
1079
1080static struct platform_driver msm8x74_pinctrl_driver = {
1081 .driver = {
1082 .name = "msm8x74-pinctrl",
1083 .of_match_table = msm8x74_pinctrl_of_match,
1084 },
1085 .probe = msm8x74_pinctrl_probe,
1086 .remove_new = msm_pinctrl_remove,
1087};
1088
1089static int __init msm8x74_pinctrl_init(void)
1090{
1091 return platform_driver_register(&msm8x74_pinctrl_driver);
1092}
1093arch_initcall(msm8x74_pinctrl_init);
1094
1095static void __exit msm8x74_pinctrl_exit(void)
1096{
1097 platform_driver_unregister(&msm8x74_pinctrl_driver);
1098}
1099module_exit(msm8x74_pinctrl_exit);
1100
1101MODULE_AUTHOR("Bjorn Andersson <bjorn.andersson@sonymobile.com>");
1102MODULE_DESCRIPTION("Qualcomm MSM8x74 pinctrl driver");
1103MODULE_LICENSE("GPL v2");
1104MODULE_DEVICE_TABLE(of, msm8x74_pinctrl_of_match);
1105
1106

source code of linux/drivers/pinctrl/qcom/pinctrl-msm8x74.c