Blame view

arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi 18 KB
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
1
2
3
4
5
6
7
8
9
10
11
12
13
  /*
   * Samsung's Exynos5433 SoC pin-mux and pin-config device tree source
   *
   * Copyright (c) 2016 Samsung Electronics Co., Ltd.
   * Chanwoo Choi <cw00.choi@samsung.com>
   *
   * Samsung's Exynos5433 SoC pin-mux and pin-config options are listed as device
   * tree nodes are listed in this file.
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
   */
4c50383e8   Andi Shyti   arm64: dts: exyno...
14
  #include <dt-bindings/pinctrl/samsung.h>
d74b9db5e   Andi Shyti   arm64: dts: exyno...
15
16
17
18
19
20
  #define PIN(_func, _pin, _pull, _drv)					\
  	_pin {								\
  		samsung,pins = #_pin;					\
  		samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>;	\
  		samsung,pin-pud = <EXYNOS_PIN_PULL_ ##_pull>;		\
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_ ##_drv>;		\
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
21
22
23
24
25
26
27
28
29
  	}
  
  &pinctrl_alive {
  	gpa0: gpa0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		interrupt-parent = <&gic>;
cebef6be6   Marek Szyprowski   arm64: dts: exyno...
30
31
32
33
34
35
36
37
  		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
38
39
40
41
42
43
44
45
46
  		#interrupt-cells = <2>;
  	};
  
  	gpa1: gpa1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		interrupt-parent = <&gic>;
cebef6be6   Marek Szyprowski   arm64: dts: exyno...
47
48
49
50
51
52
53
54
  		interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
  			     <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
  		#interrupt-cells = <2>;
  	};
  
  	gpa2: gpa2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpa3: gpa3 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpf1: gpf1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpf2: gpf2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpf3: gpf3 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpf4: gpf4 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpf5: gpf5 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  };
  
  &pinctrl_aud {
  	gpz0: gpz0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpz1: gpz1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	i2s0_bus: i2s0-bus {
  		samsung,pins = "gpz0-0", "gpz0-1", "gpz0-2", "gpz0-3",
  				"gpz0-4", "gpz0-5", "gpz0-6";
4c50383e8   Andi Shyti   arm64: dts: exyno...
135
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
20422a0c2   Marek Szyprowski   arm64: dts: exyno...
136
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
4c50383e8   Andi Shyti   arm64: dts: exyno...
137
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
138
139
140
141
  	};
  
  	pcm0_bus: pcm0-bus {
  		samsung,pins = "gpz1-0", "gpz1-1", "gpz1-2", "gpz1-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
142
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
20422a0c2   Marek Szyprowski   arm64: dts: exyno...
143
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
4c50383e8   Andi Shyti   arm64: dts: exyno...
144
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
145
146
147
148
  	};
  
  	uart_aud_bus: uart-aud-bus {
  		samsung,pins = "gpz1-3", "gpz1-2", "gpz1-1", "gpz1-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
149
150
151
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
  	};
  };
  
  &pinctrl_cpif {
  	gpv6: gpv6 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  };
  
  &pinctrl_ese {
  	gpj2: gpj2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  };
  
  &pinctrl_finger {
  	gpd5: gpd5 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	spi2_bus: spi2-bus {
  		samsung,pins = "gpd5-0", "gpd5-2", "gpd5-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
186
187
188
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
189
190
191
192
  	};
  
  	hs_i2c6_bus: hs-i2c6-bus {
  		samsung,pins = "gpd5-3", "gpd5-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
193
194
195
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
  	};
  };
  
  &pinctrl_fsys {
  	gph1: gph1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpr4: gpr4 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpr0: gpr0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpr1: gpr1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpr2: gpr2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpr3: gpr3 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	sd0_clk: sd0-clk {
  		samsung,pins = "gpr0-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
250
251
252
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
253
254
255
256
  	};
  
  	sd0_cmd: sd0-cmd {
  		samsung,pins = "gpr0-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
257
258
259
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
260
261
262
263
  	};
  
  	sd0_rdqs: sd0-rdqs {
  		samsung,pins = "gpr0-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
264
265
266
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
267
268
269
270
  	};
  
  	sd0_qrdy: sd0-qrdy {
  		samsung,pins = "gpr0-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
271
272
273
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
274
275
276
277
  	};
  
  	sd0_bus1: sd0-bus-width1 {
  		samsung,pins = "gpr1-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
278
279
280
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
281
282
283
284
  	};
  
  	sd0_bus4: sd0-bus-width4 {
  		samsung,pins = "gpr1-1", "gpr1-2", "gpr1-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
285
286
287
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
288
289
290
291
  	};
  
  	sd0_bus8: sd0-bus-width8 {
  		samsung,pins = "gpr1-4", "gpr1-5", "gpr1-6", "gpr1-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
292
293
294
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
295
296
297
298
  	};
  
  	sd1_clk: sd1-clk {
  		samsung,pins = "gpr2-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
299
300
301
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
302
303
304
305
  	};
  
  	sd1_cmd: sd1-cmd {
  		samsung,pins = "gpr2-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
306
307
308
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
309
310
311
312
  	};
  
  	sd1_bus1: sd1-bus-width1 {
  		samsung,pins = "gpr3-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
313
314
315
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
316
317
318
319
  	};
  
  	sd1_bus4: sd1-bus-width4 {
  		samsung,pins = "gpr3-1", "gpr3-2", "gpr3-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
320
321
322
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
323
324
325
326
  	};
  
  	sd1_bus8: sd1-bus-width8 {
  		samsung,pins = "gpr3-4", "gpr3-5", "gpr3-6", "gpr3-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
327
328
329
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
330
331
332
333
  	};
  
  	pcie_bus: pcie_bus {
  		samsung,pins = "gpr3-4", "gpr3-5", "gpr3-6", "gpr3-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
334
335
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
336
337
338
339
  	};
  
  	sd2_clk: sd2-clk {
  		samsung,pins = "gpr4-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
340
341
342
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
343
344
345
346
  	};
  
  	sd2_cmd: sd2-cmd {
  		samsung,pins = "gpr4-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
347
348
349
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
350
351
352
353
  	};
  
  	sd2_cd: sd2-cd {
  		samsung,pins = "gpr4-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
354
355
356
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
357
358
359
360
  	};
  
  	sd2_bus1: sd2-bus-width1 {
  		samsung,pins = "gpr4-3";
4c50383e8   Andi Shyti   arm64: dts: exyno...
361
362
363
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
364
365
366
367
  	};
  
  	sd2_bus4: sd2-bus-width4 {
  		samsung,pins = "gpr4-4", "gpr4-5", "gpr4-6";
4c50383e8   Andi Shyti   arm64: dts: exyno...
368
369
370
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR4>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
371
372
373
374
  	};
  
  	sd2_clk_output: sd2-clk-output {
  		samsung,pins = "gpr4-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
375
376
377
  		samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR3>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
378
379
380
381
  	};
  
  	sd2_cmd_output: sd2-cmd-output {
  		samsung,pins = "gpr4-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
382
383
384
  		samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR3>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
  	};
  };
  
  &pinctrl_imem {
  	gpf0: gpf0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  };
  
  &pinctrl_nfc {
  	gpj0: gpj0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	hs_i2c4_bus: hs-i2c4-bus {
  		samsung,pins = "gpj0-1", "gpj0-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
409
410
411
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
  	};
  };
  
  &pinctrl_peric {
  	gpv7: gpv7 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpb0: gpb0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpc0: gpc0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpc1: gpc1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpc2: gpc2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpc3: gpc3 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpg0: gpg0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd0: gpd0 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd1: gpd1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd2: gpd2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd4: gpd4 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd8: gpd8 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd6: gpd6 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpd7: gpd7 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpg1: gpg1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpg2: gpg2 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	gpg3: gpg3 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	hs_i2c8_bus: hs-i2c8-bus {
  		samsung,pins = "gpb0-1", "gpb0-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
554
555
556
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
557
558
559
560
  	};
  
  	hs_i2c9_bus: hs-i2c9-bus {
  		samsung,pins = "gpb0-3", "gpb0-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
561
562
563
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
564
565
566
567
568
  	};
  
  	i2s1_bus: i2s1-bus {
  		samsung,pins = "gpd4-0", "gpd4-1", "gpd4-2",
  				"gpd4-3", "gpd4-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
569
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
20422a0c2   Marek Szyprowski   arm64: dts: exyno...
570
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
4c50383e8   Andi Shyti   arm64: dts: exyno...
571
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
572
573
574
575
576
  	};
  
  	pcm1_bus: pcm1-bus {
  		samsung,pins = "gpd4-0", "gpd4-1", "gpd4-2",
  				"gpd4-3", "gpd4-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
577
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
20422a0c2   Marek Szyprowski   arm64: dts: exyno...
578
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
4c50383e8   Andi Shyti   arm64: dts: exyno...
579
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
580
581
582
583
  	};
  
  	spdif_bus: spdif-bus {
  		samsung,pins = "gpd4-3", "gpd4-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
584
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
20422a0c2   Marek Szyprowski   arm64: dts: exyno...
585
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
4c50383e8   Andi Shyti   arm64: dts: exyno...
586
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
587
588
589
590
  	};
  
  	fimc_is_spi_pin0: fimc-is-spi-pin0 {
  		samsung,pins = "gpc3-3", "gpc3-2", "gpc3-1", "gpc3-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
591
592
593
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
594
595
596
597
  	};
  
  	fimc_is_spi_pin1: fimc-is-spi-pin1 {
  		samsung,pins = "gpc3-7", "gpc3-6", "gpc3-5", "gpc3-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
598
599
600
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
601
602
603
604
  	};
  
  	uart0_bus: uart0-bus {
  		samsung,pins = "gpd0-3", "gpd0-2", "gpd0-1", "gpd0-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
605
606
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
607
608
609
610
  	};
  
  	hs_i2c2_bus: hs-i2c2-bus {
  		samsung,pins = "gpd0-3", "gpd0-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
611
612
613
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
614
615
616
617
  	};
  
  	uart2_bus: uart2-bus {
  		samsung,pins = "gpd1-5", "gpd1-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
618
619
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
620
621
622
623
  	};
  
  	uart1_bus: uart1-bus {
  		samsung,pins = "gpd1-3", "gpd1-2", "gpd1-1", "gpd1-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
624
625
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
626
627
628
629
  	};
  
  	hs_i2c3_bus: hs-i2c3-bus {
  		samsung,pins = "gpd1-3", "gpd1-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
630
631
632
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
633
634
635
636
  	};
  
  	hs_i2c0_bus: hs-i2c0-bus {
  		samsung,pins = "gpd2-1", "gpd2-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
637
638
639
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
640
641
642
643
  	};
  
  	hs_i2c1_bus: hs-i2c1-bus {
  		samsung,pins = "gpd2-3", "gpd2-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
644
645
646
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
647
648
649
650
  	};
  
  	pwm0_out: pwm0-out {
  		samsung,pins = "gpd2-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
651
652
653
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
654
655
656
657
  	};
  
  	pwm1_out: pwm1-out {
  		samsung,pins = "gpd2-5";
4c50383e8   Andi Shyti   arm64: dts: exyno...
658
659
660
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
661
662
663
664
  	};
  
  	pwm2_out: pwm2-out {
  		samsung,pins = "gpd2-6";
4c50383e8   Andi Shyti   arm64: dts: exyno...
665
666
667
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
668
669
670
671
  	};
  
  	pwm3_out: pwm3-out {
  		samsung,pins = "gpd2-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
672
673
674
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
675
676
677
678
  	};
  
  	spi1_bus: spi1-bus {
  		samsung,pins = "gpd6-2", "gpd6-4", "gpd6-5";
4c50383e8   Andi Shyti   arm64: dts: exyno...
679
680
681
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
682
683
684
685
  	};
  
  	hs_i2c7_bus: hs-i2c7-bus {
  		samsung,pins = "gpd2-7", "gpd2-6";
4c50383e8   Andi Shyti   arm64: dts: exyno...
686
687
688
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
689
690
691
692
  	};
  
  	spi0_bus: spi0-bus {
  		samsung,pins = "gpd8-0", "gpd6-0", "gpd6-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
693
694
695
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
696
697
698
699
  	};
  
  	hs_i2c10_bus: hs-i2c10-bus {
  		samsung,pins = "gpg3-1", "gpg3-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
700
701
702
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
703
704
705
706
  	};
  
  	hs_i2c11_bus: hs-i2c11-bus {
  		samsung,pins = "gpg3-3", "gpg3-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
707
708
709
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
710
711
712
713
  	};
  
  	spi3_bus: spi3-bus {
  		samsung,pins = "gpg3-4", "gpg3-6", "gpg3-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
714
715
716
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
717
718
719
720
  	};
  
  	spi4_bus: spi4-bus {
  		samsung,pins = "gpv7-1", "gpv7-3", "gpv7-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
721
722
723
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
724
725
726
727
  	};
  
  	fimc_is_uart: fimc-is-uart {
  		samsung,pins = "gpc1-1", "gpc0-7";
4c50383e8   Andi Shyti   arm64: dts: exyno...
728
729
730
  		samsung,pin-function = <EXYNOS_PIN_FUNC_3>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
731
732
733
734
  	};
  
  	fimc_is_ch0_i2c: fimc-is-ch0_i2c {
  		samsung,pins = "gpc2-1", "gpc2-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
735
736
737
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
738
739
740
741
  	};
  
  	fimc_is_ch0_mclk: fimc-is-ch0_mclk {
  		samsung,pins = "gpd7-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
742
743
744
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
745
746
747
748
  	};
  
  	fimc_is_ch1_i2c: fimc-is-ch1-i2c {
  		samsung,pins = "gpc2-3", "gpc2-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
749
750
751
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
752
753
754
755
  	};
  
  	fimc_is_ch1_mclk: fimc-is-ch1-mclk {
  		samsung,pins = "gpd7-1";
4c50383e8   Andi Shyti   arm64: dts: exyno...
756
757
758
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
759
760
761
762
  	};
  
  	fimc_is_ch2_i2c: fimc-is-ch2-i2c {
  		samsung,pins = "gpc2-5", "gpc2-4";
4c50383e8   Andi Shyti   arm64: dts: exyno...
763
764
765
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
766
767
768
769
  	};
  
  	fimc_is_ch2_mclk: fimc-is-ch2-mclk {
  		samsung,pins = "gpd7-2";
4c50383e8   Andi Shyti   arm64: dts: exyno...
770
771
772
  		samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
773
774
775
776
777
778
779
780
781
782
783
784
785
786
  	};
  };
  
  &pinctrl_touch {
  	gpj1: gpj1 {
  		gpio-controller;
  		#gpio-cells = <2>;
  
  		interrupt-controller;
  		#interrupt-cells = <2>;
  	};
  
  	hs_i2c5_bus: hs-i2c5-bus {
  		samsung,pins = "gpj1-1", "gpj1-0";
4c50383e8   Andi Shyti   arm64: dts: exyno...
787
788
789
  		samsung,pin-function = <EXYNOS_PIN_FUNC_4>;
  		samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  		samsung,pin-drv = <EXYNOS5433_PIN_DRV_FAST_SR1>;
5f04c4cfc   Chanwoo Choi   arm64: dts: exyno...
790
791
  	};
  };