]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/exynos5420-peach-pit.dts
Merge tag 'linux-watchdog-4.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / exynos5420-peach-pit.dts
CommitLineData
cc4637f7 1// SPDX-License-Identifier: GPL-2.0
3528dd34
AK
2/*
3 * Google Peach Pit Rev 6+ board device tree source
4 *
5 * Copyright (c) 2014 Google, Inc
3528dd34
AK
6 */
7
8/dts-v1/;
9#include <dt-bindings/input/input.h>
10#include <dt-bindings/gpio/gpio.h>
064ac050 11#include <dt-bindings/interrupt-controller/irq.h>
fa781dda 12#include <dt-bindings/clock/maxim,max77802.h>
23c76dc6 13#include <dt-bindings/regulator/maxim,max77802.h>
ed7d1307 14#include <dt-bindings/sound/samsung-i2s.h>
3528dd34 15#include "exynos5420.dtsi"
4f0d20ec 16#include "exynos5420-cpus.dtsi"
3528dd34
AK
17
18/ {
19 model = "Google Peach Pit Rev 6+";
20
21 compatible = "google,pit-rev16",
22 "google,pit-rev15", "google,pit-rev14",
23 "google,pit-rev13", "google,pit-rev12",
24 "google,pit-rev11", "google,pit-rev10",
25 "google,pit-rev9", "google,pit-rev8",
26 "google,pit-rev7", "google,pit-rev6",
27 "google,pit", "google,peach","samsung,exynos5420",
28 "samsung,exynos5";
29
8060098b
DA
30 aliases {
31 /* Assign 20 so we don't get confused w/ builtin ones */
32 i2c20 = "/spi@12d40000/cros-ec@0/i2c-tunnel";
33 };
34
3b8fe985 35 backlight: backlight {
522c8ff5
TB
36 compatible = "pwm-backlight";
37 pwms = <&pwm 0 1000000 0>;
38 brightness-levels = <0 100 500 1000 1500 2000 2500 2800>;
39 default-brightness-level = <7>;
3b8fe985 40 power-supply = <&tps65090_fet1>;
522c8ff5
TB
41 pinctrl-0 = <&pwm0_out>;
42 pinctrl-names = "default";
3528dd34
AK
43 };
44
1d1b00aa
JMC
45 chosen {
46 stdout-path = "serial3:115200n8";
47 };
48
3528dd34
AK
49 fixed-rate-clocks {
50 oscclk {
51 compatible = "samsung,exynos5420-oscclk";
52 clock-frequency = <24000000>;
53 };
54 };
55
56 gpio-keys {
57 compatible = "gpio-keys";
58
59 pinctrl-names = "default";
1f3cde4b 60 pinctrl-0 = <&power_key_irq &lid_irq>;
3528dd34
AK
61
62 power {
63 label = "Power";
64 gpios = <&gpx1 2 GPIO_ACTIVE_LOW>;
65 linux,code = <KEY_POWER>;
36a0282a 66 wakeup-source;
3528dd34 67 };
1f3cde4b
JMC
68
69 lid-switch {
70 label = "Lid";
71 gpios = <&gpx3 4 GPIO_ACTIVE_LOW>;
72 linux,input-type = <5>; /* EV_SW */
73 linux,code = <0>; /* SW_LID */
74 debounce-interval = <1>;
36a0282a 75 wakeup-source;
1f3cde4b 76 };
3528dd34
AK
77 };
78
a0eb1095 79 memory@20000000 {
12676ee1 80 device_type = "memory";
522c8ff5 81 reg = <0x20000000 0x80000000>;
3528dd34 82 };
ead3993e
TB
83
84 sound {
85 compatible = "google,snow-audio-max98090";
86
a8d80b6b 87 samsung,model = "Peach-Pit-I2S-MAX98090";
ead3993e
TB
88 samsung,i2s-controller = <&i2s0>;
89 samsung,audio-codec = <&max98090>;
ed7d1307
SN
90
91 cpu {
92 sound-dai = <&i2s0 0>;
93 };
94
95 codec {
96 sound-dai = <&max98090>, <&hdmi>;
97 };
ead3993e 98 };
14a35ada
VG
99
100 usb300_vbus_reg: regulator-usb300 {
101 compatible = "regulator-fixed";
102 regulator-name = "P5.0V_USB3CON0";
103 regulator-min-microvolt = <5000000>;
104 regulator-max-microvolt = <5000000>;
31b9903c 105 gpio = <&gph0 0 GPIO_ACTIVE_HIGH>;
14a35ada
VG
106 pinctrl-names = "default";
107 pinctrl-0 = <&usb300_vbus_en>;
108 enable-active-high;
109 };
110
111 usb301_vbus_reg: regulator-usb301 {
112 compatible = "regulator-fixed";
113 regulator-name = "P5.0V_USB3CON1";
114 regulator-min-microvolt = <5000000>;
115 regulator-max-microvolt = <5000000>;
31b9903c 116 gpio = <&gph0 1 GPIO_ACTIVE_HIGH>;
14a35ada
VG
117 pinctrl-names = "default";
118 pinctrl-0 = <&usb301_vbus_en>;
119 enable-active-high;
120 };
8060098b
DA
121
122 vbat: fixed-regulator {
123 compatible = "regulator-fixed";
124 regulator-name = "vbat-supply";
125 regulator-boot-on;
126 regulator-always-on;
127 };
3b8fe985
AK
128
129 panel: panel {
130 compatible = "auo,b116xw03";
131 power-supply = <&tps65090_fet6>;
132 backlight = <&backlight>;
e07eb1ec
AK
133
134 port {
135 panel_in: endpoint {
136 remote-endpoint = <&bridge_out>;
137 };
138 };
3b8fe985 139 };
3cb18180
JMC
140
141 mmc1_pwrseq: mmc1_pwrseq {
142 compatible = "mmc-pwrseq-simple";
143 reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
144 clocks = <&max77802 MAX77802_CLK_32K_CP>;
145 clock-names = "ext_clock";
146 };
3528dd34
AK
147};
148
7b488038
NKC
149&adc {
150 status = "okay";
151 vdd-supply = <&ldo9_reg>;
152};
153
ed7d1307
SN
154&clock_audss {
155 assigned-clocks = <&clock_audss EXYNOS_MOUT_AUDSS>;
156 assigned-clock-parents = <&clock CLK_FOUT_EPLL>;
157};
158
8b51c5e7
BZ
159&cpu0 {
160 cpu-supply = <&buck2_reg>;
161};
162
163&cpu4 {
164 cpu-supply = <&buck6_reg>;
165};
166
522c8ff5
TB
167&dp {
168 status = "okay";
169 pinctrl-names = "default";
170 pinctrl-0 = <&dp_hpd_gpio>;
171 samsung,color-space = <0>;
522c8ff5
TB
172 samsung,color-depth = <1>;
173 samsung,link-rate = <0x06>;
174 samsung,lane-count = <2>;
12315576 175 hpd-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>;
e07eb1ec
AK
176
177 ports {
a7d7865f 178 port {
e07eb1ec
AK
179 dp_out: endpoint {
180 remote-endpoint = <&bridge_in>;
181 };
182 };
183 };
522c8ff5 184};
6ac189fc 185
522c8ff5
TB
186&fimd {
187 status = "okay";
188 samsung,invert-vclk;
189};
94b62c38 190
522c8ff5
TB
191&hdmi {
192 status = "okay";
05b01dd9 193 hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
522c8ff5
TB
194 pinctrl-names = "default";
195 pinctrl-0 = <&hdmi_hpd_irq>;
196 ddc = <&i2c_2>;
e634a152
RS
197
198 hdmi-en-supply = <&tps65090_fet7>;
199 vdd-supply = <&ldo8_reg>;
200 vdd_osc-supply = <&ldo10_reg>;
201 vdd_pll-supply = <&ldo8_reg>;
3528dd34
AK
202};
203
064ac050
JMC
204&hsi2c_4 {
205 status = "okay";
206 clock-frequency = <400000>;
207
fa781dda 208 max77802: max77802-pmic@9 {
064ac050
JMC
209 compatible = "maxim,max77802";
210 interrupt-parent = <&gpx3>;
211 interrupts = <1 IRQ_TYPE_NONE>;
212 pinctrl-names = "default";
213 pinctrl-0 = <&max77802_irq>, <&pmic_selb>,
214 <&pmic_dvs_1>, <&pmic_dvs_2>, <&pmic_dvs_3>;
215 wakeup-source;
216 reg = <0x9>;
217 #clock-cells = <1>;
218
219 inb1-supply = <&tps65090_dcdc2>;
220 inb2-supply = <&tps65090_dcdc1>;
221 inb3-supply = <&tps65090_dcdc2>;
222 inb4-supply = <&tps65090_dcdc2>;
223 inb5-supply = <&tps65090_dcdc1>;
224 inb6-supply = <&tps65090_dcdc2>;
225 inb7-supply = <&tps65090_dcdc1>;
226 inb8-supply = <&tps65090_dcdc1>;
227 inb9-supply = <&tps65090_dcdc1>;
228 inb10-supply = <&tps65090_dcdc1>;
229
230 inl1-supply = <&buck5_reg>;
231 inl2-supply = <&buck7_reg>;
232 inl3-supply = <&buck9_reg>;
233 inl4-supply = <&buck9_reg>;
234 inl5-supply = <&buck9_reg>;
235 inl6-supply = <&tps65090_dcdc2>;
236 inl7-supply = <&buck9_reg>;
237 inl9-supply = <&tps65090_dcdc2>;
238 inl10-supply = <&buck7_reg>;
239
240 regulators {
241 buck1_reg: BUCK1 {
242 regulator-name = "vdd_mif";
243 regulator-min-microvolt = <800000>;
244 regulator-max-microvolt = <1300000>;
245 regulator-always-on;
246 regulator-boot-on;
247 regulator-ramp-delay = <12500>;
23c76dc6
JMC
248 regulator-state-mem {
249 regulator-off-in-suspend;
250 };
064ac050
JMC
251 };
252
253 buck2_reg: BUCK2 {
254 regulator-name = "vdd_arm";
255 regulator-min-microvolt = <800000>;
256 regulator-max-microvolt = <1500000>;
257 regulator-always-on;
258 regulator-boot-on;
259 regulator-ramp-delay = <12500>;
23c76dc6
JMC
260 regulator-state-mem {
261 regulator-off-in-suspend;
262 };
064ac050
JMC
263 };
264
265 buck3_reg: BUCK3 {
266 regulator-name = "vdd_int";
267 regulator-min-microvolt = <800000>;
268 regulator-max-microvolt = <1400000>;
269 regulator-always-on;
270 regulator-boot-on;
271 regulator-ramp-delay = <12500>;
23c76dc6
JMC
272 regulator-state-mem {
273 regulator-off-in-suspend;
274 };
064ac050
JMC
275 };
276
277 buck4_reg: BUCK4 {
278 regulator-name = "vdd_g3d";
279 regulator-min-microvolt = <700000>;
280 regulator-max-microvolt = <1400000>;
281 regulator-always-on;
282 regulator-boot-on;
283 regulator-ramp-delay = <12500>;
23c76dc6
JMC
284 regulator-state-mem {
285 regulator-off-in-suspend;
286 };
064ac050
JMC
287 };
288
289 buck5_reg: BUCK5 {
290 regulator-name = "vdd_1v2";
291 regulator-min-microvolt = <1200000>;
292 regulator-max-microvolt = <1200000>;
064ac050 293 regulator-boot-on;
23c76dc6
JMC
294 regulator-state-mem {
295 regulator-off-in-suspend;
296 };
064ac050
JMC
297 };
298
299 buck6_reg: BUCK6 {
300 regulator-name = "vdd_kfc";
301 regulator-min-microvolt = <800000>;
302 regulator-max-microvolt = <1500000>;
303 regulator-always-on;
304 regulator-boot-on;
305 regulator-ramp-delay = <12500>;
23c76dc6
JMC
306 regulator-state-mem {
307 regulator-off-in-suspend;
308 };
064ac050
JMC
309 };
310
311 buck7_reg: BUCK7 {
312 regulator-name = "vdd_1v35";
313 regulator-min-microvolt = <1350000>;
314 regulator-max-microvolt = <1350000>;
064ac050 315 regulator-boot-on;
23c76dc6
JMC
316 regulator-state-mem {
317 regulator-on-in-suspend;
318 };
064ac050
JMC
319 };
320
321 buck8_reg: BUCK8 {
322 regulator-name = "vdd_emmc";
323 regulator-min-microvolt = <2850000>;
324 regulator-max-microvolt = <2850000>;
325 regulator-always-on;
326 regulator-boot-on;
23c76dc6
JMC
327 regulator-state-mem {
328 regulator-off-in-suspend;
329 };
064ac050
JMC
330 };
331
332 buck9_reg: BUCK9 {
333 regulator-name = "vdd_2v";
334 regulator-min-microvolt = <2000000>;
335 regulator-max-microvolt = <2000000>;
064ac050 336 regulator-boot-on;
23c76dc6
JMC
337 regulator-state-mem {
338 regulator-on-in-suspend;
339 };
064ac050
JMC
340 };
341
342 buck10_reg: BUCK10 {
343 regulator-name = "vdd_1v8";
344 regulator-min-microvolt = <1800000>;
345 regulator-max-microvolt = <1800000>;
064ac050 346 regulator-boot-on;
23c76dc6
JMC
347 regulator-state-mem {
348 regulator-on-in-suspend;
349 };
064ac050
JMC
350 };
351
352 ldo1_reg: LDO1 {
353 regulator-name = "vdd_1v0";
354 regulator-min-microvolt = <1000000>;
355 regulator-max-microvolt = <1000000>;
356 regulator-always-on;
23c76dc6
JMC
357 regulator-state-mem {
358 regulator-on-in-suspend;
359 regulator-mode = <MAX77802_OPMODE_LP>;
360 };
064ac050
JMC
361 };
362
363 ldo2_reg: LDO2 {
364 regulator-name = "vdd_1v2_2";
365 regulator-min-microvolt = <1200000>;
366 regulator-max-microvolt = <1200000>;
367 };
368
369 ldo3_reg: LDO3 {
370 regulator-name = "vdd_1v8_3";
371 regulator-min-microvolt = <1800000>;
372 regulator-max-microvolt = <1800000>;
373 regulator-always-on;
23c76dc6
JMC
374 regulator-state-mem {
375 regulator-on-in-suspend;
376 regulator-mode = <MAX77802_OPMODE_LP>;
377 };
064ac050
JMC
378 };
379
380 vqmmc_sdcard: ldo4_reg: LDO4 {
381 regulator-name = "vdd_sd";
382 regulator-min-microvolt = <1800000>;
383 regulator-max-microvolt = <2800000>;
384 regulator-always-on;
23c76dc6
JMC
385 regulator-state-mem {
386 regulator-off-in-suspend;
387 };
064ac050
JMC
388 };
389
390 ldo5_reg: LDO5 {
391 regulator-name = "vdd_1v8_5";
392 regulator-min-microvolt = <1800000>;
393 regulator-max-microvolt = <1800000>;
394 regulator-always-on;
23c76dc6
JMC
395 regulator-state-mem {
396 regulator-off-in-suspend;
397 };
064ac050
JMC
398 };
399
400 ldo6_reg: LDO6 {
401 regulator-name = "vdd_1v8_6";
402 regulator-min-microvolt = <1800000>;
403 regulator-max-microvolt = <1800000>;
404 regulator-always-on;
23c76dc6
JMC
405 regulator-state-mem {
406 regulator-off-in-suspend;
407 };
064ac050
JMC
408 };
409
410 ldo7_reg: LDO7 {
411 regulator-name = "vdd_1v8_7";
412 regulator-min-microvolt = <1800000>;
413 regulator-max-microvolt = <1800000>;
414 };
415
416 ldo8_reg: LDO8 {
417 regulator-name = "vdd_ldo8";
418 regulator-min-microvolt = <1000000>;
419 regulator-max-microvolt = <1000000>;
420 regulator-always-on;
23c76dc6
JMC
421 regulator-state-mem {
422 regulator-off-in-suspend;
423 };
064ac050
JMC
424 };
425
426 ldo9_reg: LDO9 {
427 regulator-name = "vdd_ldo9";
428 regulator-min-microvolt = <1800000>;
429 regulator-max-microvolt = <1800000>;
23c76dc6
JMC
430 regulator-state-mem {
431 regulator-on-in-suspend;
432 regulator-mode = <MAX77802_OPMODE_LP>;
433 };
064ac050
JMC
434 };
435
436 ldo10_reg: LDO10 {
437 regulator-name = "vdd_ldo10";
438 regulator-min-microvolt = <1800000>;
439 regulator-max-microvolt = <1800000>;
23c76dc6
JMC
440 regulator-state-mem {
441 regulator-off-in-suspend;
442 };
064ac050
JMC
443 };
444
445 ldo11_reg: LDO11 {
446 regulator-name = "vdd_ldo11";
447 regulator-min-microvolt = <1800000>;
448 regulator-max-microvolt = <1800000>;
449 regulator-always-on;
23c76dc6
JMC
450 regulator-state-mem {
451 regulator-on-in-suspend;
452 regulator-mode = <MAX77802_OPMODE_LP>;
453 };
064ac050
JMC
454 };
455
456 ldo12_reg: LDO12 {
457 regulator-name = "vdd_ldo12";
458 regulator-min-microvolt = <3000000>;
459 regulator-max-microvolt = <3000000>;
460 regulator-always-on;
23c76dc6
JMC
461 regulator-state-mem {
462 regulator-off-in-suspend;
463 };
064ac050
JMC
464 };
465
466 ldo13_reg: LDO13 {
467 regulator-name = "vdd_ldo13";
468 regulator-min-microvolt = <1800000>;
469 regulator-max-microvolt = <1800000>;
470 regulator-always-on;
23c76dc6
JMC
471 regulator-state-mem {
472 regulator-on-in-suspend;
473 regulator-mode = <MAX77802_OPMODE_LP>;
474 };
064ac050
JMC
475 };
476
477 ldo14_reg: LDO14 {
478 regulator-name = "vdd_ldo14";
479 regulator-min-microvolt = <1800000>;
480 regulator-max-microvolt = <1800000>;
481 regulator-always-on;
23c76dc6
JMC
482 regulator-state-mem {
483 regulator-off-in-suspend;
484 };
064ac050
JMC
485 };
486
487 ldo15_reg: LDO15 {
488 regulator-name = "vdd_ldo15";
489 regulator-min-microvolt = <1000000>;
490 regulator-max-microvolt = <1000000>;
491 regulator-always-on;
23c76dc6
JMC
492 regulator-state-mem {
493 regulator-off-in-suspend;
494 };
064ac050
JMC
495 };
496
497 ldo17_reg: LDO17 {
498 regulator-name = "vdd_g3ds";
499 regulator-min-microvolt = <900000>;
500 regulator-max-microvolt = <1400000>;
501 regulator-always-on;
23c76dc6
JMC
502 regulator-state-mem {
503 regulator-off-in-suspend;
504 };
064ac050
JMC
505 };
506
507 ldo18_reg: LDO18 {
508 regulator-name = "ldo_18";
509 regulator-min-microvolt = <1800000>;
510 regulator-max-microvolt = <1800000>;
511 };
512
513 ldo19_reg: LDO19 {
514 regulator-name = "ldo_19";
515 regulator-min-microvolt = <1800000>;
516 regulator-max-microvolt = <1800000>;
517 };
518
519 ldo20_reg: LDO20 {
520 regulator-name = "ldo_20";
521 regulator-min-microvolt = <1800000>;
522 regulator-max-microvolt = <1800000>;
523 regulator-always-on;
524 };
525
526 ldo21_reg: LDO21 {
527 regulator-name = "ldo_21";
528 regulator-min-microvolt = <2800000>;
529 regulator-max-microvolt = <2800000>;
530 };
531
532 ldo23_reg: LDO23 {
533 regulator-name = "ldo_23";
534 regulator-min-microvolt = <3300000>;
535 regulator-max-microvolt = <3300000>;
536 };
537 ldo24_reg: LDO24 {
538 regulator-name = "ldo_24";
539 regulator-min-microvolt = <2800000>;
540 regulator-max-microvolt = <2800000>;
541 };
542
543 ldo25_reg: LDO25 {
544 regulator-name = "ldo_25";
545 regulator-min-microvolt = <3300000>;
546 regulator-max-microvolt = <3300000>;
547 };
548
549 ldo26_reg: LDO26 {
550 regulator-name = "ldo_26";
551 regulator-min-microvolt = <1200000>;
552 regulator-max-microvolt = <1200000>;
553 };
554
555 ldo27_reg: LDO27 {
556 regulator-name = "ldo_27";
557 regulator-min-microvolt = <1200000>;
558 regulator-max-microvolt = <1200000>;
559 };
560
561 ldo28_reg: LDO28 {
562 regulator-name = "ldo_28";
563 regulator-min-microvolt = <1800000>;
564 regulator-max-microvolt = <1800000>;
565 };
566
567 ldo29_reg: LDO29 {
568 regulator-name = "ldo_29";
569 regulator-min-microvolt = <1800000>;
570 regulator-max-microvolt = <1800000>;
571 };
572
573 ldo30_reg: LDO30 {
574 regulator-name = "vdd_mifs";
575 regulator-min-microvolt = <1000000>;
576 regulator-max-microvolt = <1000000>;
577 regulator-always-on;
23c76dc6
JMC
578 regulator-state-mem {
579 regulator-off-in-suspend;
580 };
064ac050
JMC
581 };
582
583 ldo32_reg: LDO32 {
584 regulator-name = "ldo_32";
585 regulator-min-microvolt = <3000000>;
586 regulator-max-microvolt = <3000000>;
587 };
588
589 ldo33_reg: LDO33 {
590 regulator-name = "ldo_33";
591 regulator-min-microvolt = <2800000>;
592 regulator-max-microvolt = <2800000>;
593 };
594
595 ldo34_reg: LDO34 {
596 regulator-name = "ldo_34";
597 regulator-min-microvolt = <3000000>;
598 regulator-max-microvolt = <3000000>;
599 };
600
601 ldo35_reg: LDO35 {
602 regulator-name = "ldo_35";
603 regulator-min-microvolt = <1200000>;
604 regulator-max-microvolt = <1200000>;
605 };
606 };
607 };
608};
609
522c8ff5
TB
610&hsi2c_7 {
611 status = "okay";
8be6a6d0 612 clock-frequency = <400000>;
522c8ff5
TB
613
614 max98090: codec@10 {
615 compatible = "maxim,max98090";
616 reg = <0x10>;
6ff0b90d 617 interrupts = <2 IRQ_TYPE_NONE>;
522c8ff5
TB
618 interrupt-parent = <&gpx0>;
619 pinctrl-names = "default";
620 pinctrl-0 = <&max98090_irq>;
2fad972d
TB
621 clocks = <&pmu_system_controller 0>;
622 clock-names = "mclk";
ed7d1307 623 #sound-dai-cells = <0>;
14a35ada 624 };
dc0cf1a3
JMC
625
626 light-sensor@44 {
627 compatible = "isil,isl29018";
628 reg = <0x44>;
629 vcc-supply = <&tps65090_fet5>;
630 };
3b8fe985
AK
631
632 ps8625: lvds-bridge@48 {
633 compatible = "parade,ps8625";
634 reg = <0x48>;
635 sleep-gpios = <&gpx3 5 GPIO_ACTIVE_HIGH>;
636 reset-gpios = <&gpy7 7 GPIO_ACTIVE_HIGH>;
637 lane-count = <2>;
3b8fe985 638 use-external-pwm;
e07eb1ec
AK
639
640 ports {
a7d7865f
JMC
641 #address-cells = <1>;
642 #size-cells = <0>;
643
644 port@0 {
645 reg = <0>;
646
e07eb1ec
AK
647 bridge_out: endpoint {
648 remote-endpoint = <&panel_in>;
649 };
650 };
651
a7d7865f
JMC
652 port@1 {
653 reg = <1>;
654
e07eb1ec
AK
655 bridge_in: endpoint {
656 remote-endpoint = <&dp_out>;
657 };
658 };
659 };
660
3b8fe985 661 };
522c8ff5 662};
14a35ada 663
6a9e7318
SS
664&hsi2c_8 {
665 status = "okay";
666 clock-frequency = <333000>;
667
668 /* Atmel mXT336S */
669 trackpad@4b {
670 compatible = "atmel,maxtouch";
671 reg = <0x4b>;
672 interrupt-parent = <&gpx1>;
673 interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
674 wakeup-source;
675 pinctrl-names = "default";
676 pinctrl-0 = <&trackpad_irq>;
677 linux,gpio-keymap = <KEY_RESERVED
678 KEY_RESERVED
679 KEY_RESERVED /* GPIO0 */
680 KEY_RESERVED /* GPIO1 */
681 KEY_RESERVED /* GPIO2 */
682 BTN_LEFT>; /* GPIO3 */
683 };
684};
685
522c8ff5
TB
686&hsi2c_9 {
687 status = "okay";
688 clock-frequency = <400000>;
689
690 tpm@20 {
691 compatible = "infineon,slb9645tt";
692 reg = <0x20>;
693
694 /* Unused irq; but still need to configure the pins */
695 pinctrl-names = "default";
696 pinctrl-0 = <&tpm_irq>;
14a35ada
VG
697 };
698};
699
522c8ff5 700&i2c_2 {
3528dd34 701 status = "okay";
522c8ff5
TB
702 samsung,i2c-sda-delay = <100>;
703 samsung,i2c-max-bus-freq = <66000>;
704 samsung,i2c-slave-addr = <0x50>;
3528dd34
AK
705};
706
522c8ff5 707&i2s0 {
ed7d1307
SN
708 assigned-clocks = <&i2s0 CLK_I2S_RCLK_SRC>;
709 assigned-clock-parents = <&clock_audss EXYNOS_I2S_BUS>;
3528dd34
AK
710 status = "okay";
711};
712
1cb686c0
MS
713&mixer {
714 status = "okay";
715};
716
4cf98634 717/* eMMC flash */
3528dd34
AK
718&mmc_0 {
719 status = "okay";
65354307 720 mmc-hs200-1_8v;
aaa25a5a 721 cap-mmc-highspeed;
3528dd34 722 non-removable;
3528dd34
AK
723 clock-frequency = <400000000>;
724 samsung,dw-mshc-ciu-div = <3>;
725 samsung,dw-mshc-sdr-timing = <0 4>;
726 samsung,dw-mshc-ddr-timing = <0 2>;
4f59ebed
SJ
727 samsung,dw-mshc-hs400-timing = <0 2>;
728 samsung,read-strobe-delay = <90>;
3528dd34 729 pinctrl-names = "default";
4f59ebed 730 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8 &sd0_rclk>;
aaa25a5a 731 bus-width = <8>;
3528dd34
AK
732};
733
4cf98634 734/* WiFi SDIO module */
3cb18180
JMC
735&mmc_1 {
736 status = "okay";
29a2289d 737 non-removable;
3cb18180 738 cap-sdio-irq;
b2706879 739 keep-power-in-suspend;
3cb18180
JMC
740 clock-frequency = <400000000>;
741 samsung,dw-mshc-ciu-div = <1>;
742 samsung,dw-mshc-sdr-timing = <0 1>;
743 samsung,dw-mshc-ddr-timing = <0 2>;
744 pinctrl-names = "default";
745 pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, <&sd1_int>, <&sd1_bus1>,
746 <&sd1_bus4>, <&sd1_bus8>, <&wifi_en>;
747 bus-width = <4>;
748 cap-sd-highspeed;
749 mmc-pwrseq = <&mmc1_pwrseq>;
750 vqmmc-supply = <&buck10_reg>;
751};
752
4cf98634 753/* uSD card */
3528dd34
AK
754&mmc_2 {
755 status = "okay";
aaa25a5a 756 cap-sd-highspeed;
3528dd34
AK
757 card-detect-delay = <200>;
758 clock-frequency = <400000000>;
759 samsung,dw-mshc-ciu-div = <3>;
760 samsung,dw-mshc-sdr-timing = <2 3>;
761 samsung,dw-mshc-ddr-timing = <1 2>;
762 pinctrl-names = "default";
af6ad88a 763 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
aaa25a5a 764 bus-width = <4>;
3528dd34
AK
765};
766
ead3993e 767
522c8ff5 768&pinctrl_0 {
ac5ce09e
DA
769 pinctrl-names = "default";
770 pinctrl-0 = <&mask_tpm_reset>;
771
3cb18180
JMC
772 wifi_en: wifi-en {
773 samsung,pins = "gpx0-0";
a2f2bc38
KK
774 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
775 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
776 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
3cb18180
JMC
777 };
778
522c8ff5
TB
779 max98090_irq: max98090-irq {
780 samsung,pins = "gpx0-2";
a2f2bc38
KK
781 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
782 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
783 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
ead3993e 784 };
ead3993e 785
ac5ce09e
DA
786 /* We need GPX0_6 to be low at sleep time; just keep it low always */
787 mask_tpm_reset: mask-tpm-reset {
788 samsung,pins = "gpx0-6";
a2f2bc38
KK
789 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
790 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
791 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
ac5ce09e
DA
792 samsung,pin-val = <0>;
793 };
794
522c8ff5
TB
795 tpm_irq: tpm-irq {
796 samsung,pins = "gpx1-0";
a2f2bc38
KK
797 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
798 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
799 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
522c8ff5 800 };
3528dd34 801
6a9e7318
SS
802 trackpad_irq: trackpad-irq {
803 samsung,pins = "gpx1-1";
a2f2bc38
KK
804 samsung,pin-function = <EXYNOS_PIN_FUNC_F>;
805 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
806 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
6a9e7318
SS
807 };
808
522c8ff5
TB
809 power_key_irq: power-key-irq {
810 samsung,pins = "gpx1-2";
a2f2bc38
KK
811 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
812 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
813 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
522c8ff5 814 };
3528dd34 815
8060098b
DA
816 ec_irq: ec-irq {
817 samsung,pins = "gpx1-5";
a2f2bc38
KK
818 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
819 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
820 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
8060098b
DA
821 };
822
823 tps65090_irq: tps65090-irq {
824 samsung,pins = "gpx2-5";
a2f2bc38
KK
825 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
826 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
827 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
8060098b
DA
828 };
829
522c8ff5
TB
830 dp_hpd_gpio: dp_hpd_gpio {
831 samsung,pins = "gpx2-6";
a2f2bc38
KK
832 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
833 samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
834 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
522c8ff5
TB
835 };
836
064ac050
JMC
837 max77802_irq: max77802-irq {
838 samsung,pins = "gpx3-1";
a2f2bc38
KK
839 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
840 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
841 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
064ac050
JMC
842 };
843
1f3cde4b
JMC
844 lid_irq: lid-irq {
845 samsung,pins = "gpx3-4";
a2f2bc38
KK
846 samsung,pin-function = <EXYNOS_PIN_FUNC_F>;
847 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
848 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
1f3cde4b
JMC
849 };
850
522c8ff5
TB
851 hdmi_hpd_irq: hdmi-hpd-irq {
852 samsung,pins = "gpx3-7";
a2f2bc38
KK
853 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
854 samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
855 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
3528dd34 856 };
064ac050
JMC
857
858 pmic_dvs_1: pmic-dvs-1 {
859 samsung,pins = "gpy7-6";
a2f2bc38
KK
860 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
861 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
862 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
064ac050
JMC
863 };
864};
865
3cb18180
JMC
866&pinctrl_1 {
867 /* Adjust WiFi drive strengths lower for EMI */
868 sd1_clk: sd1-clk {
a2f2bc38 869 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
3cb18180
JMC
870 };
871
872 sd1_cmd: sd1-cmd {
a2f2bc38 873 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
3cb18180
JMC
874 };
875
876 sd1_bus1: sd1-bus-width1 {
a2f2bc38 877 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
3cb18180
JMC
878 };
879
880 sd1_bus4: sd1-bus-width4 {
a2f2bc38 881 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
3cb18180
JMC
882 };
883
884 sd1_bus8: sd1-bus-width8 {
a2f2bc38 885 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
3cb18180
JMC
886 };
887};
888
064ac050
JMC
889&pinctrl_2 {
890 pmic_dvs_2: pmic-dvs-2 {
891 samsung,pins = "gpj4-2";
a2f2bc38
KK
892 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
893 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
894 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
064ac050
JMC
895 };
896
897 pmic_dvs_3: pmic-dvs-3 {
898 samsung,pins = "gpj4-3";
a2f2bc38
KK
899 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
900 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
901 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
064ac050 902 };
3528dd34
AK
903};
904
522c8ff5 905&pinctrl_3 {
8060098b
DA
906 /* Drive SPI lines at x2 for better integrity */
907 spi2-bus {
a2f2bc38 908 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
8060098b
DA
909 };
910
911 /* Drive SPI chip select at x2 for better integrity */
912 ec_spi_cs: ec-spi-cs {
913 samsung,pins = "gpb1-2";
a2f2bc38
KK
914 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
915 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
916 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV3>;
8060098b
DA
917 };
918
522c8ff5
TB
919 usb300_vbus_en: usb300-vbus-en {
920 samsung,pins = "gph0-0";
a2f2bc38
KK
921 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
922 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
923 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
522c8ff5
TB
924 };
925
926 usb301_vbus_en: usb301-vbus-en {
927 samsung,pins = "gph0-1";
a2f2bc38
KK
928 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
929 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
930 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
522c8ff5 931 };
064ac050
JMC
932
933 pmic_selb: pmic-selb {
934 samsung,pins = "gph0-2", "gph0-3", "gph0-4", "gph0-5",
935 "gph0-6";
a2f2bc38
KK
936 samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
937 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
938 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
064ac050 939 };
522c8ff5
TB
940};
941
b8bb9baa
AA
942&pmu_system_controller {
943 assigned-clocks = <&pmu_system_controller 0>;
944 assigned-clock-parents = <&clock CLK_FIN_PLL>;
945};
946
522c8ff5 947&rtc {
6ac189fc 948 status = "okay";
fa781dda
JMC
949 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
950 clock-names = "rtc", "rtc_src";
6ac189fc
RS
951};
952
8060098b
DA
953&spi_2 {
954 status = "okay";
955 num-cs = <1>;
956 samsung,spi-src-clk = <0>;
31b9903c 957 cs-gpios = <&gpb1 2 GPIO_ACTIVE_HIGH>;
8060098b
DA
958
959 cros_ec: cros-ec@0 {
960 compatible = "google,cros-ec-spi";
961 interrupt-parent = <&gpx1>;
6ff0b90d 962 interrupts = <5 IRQ_TYPE_NONE>;
8060098b
DA
963 pinctrl-names = "default";
964 pinctrl-0 = <&ec_spi_cs &ec_irq>;
965 reg = <0>;
966 spi-max-frequency = <3125000>;
27e6699c 967 google,has-vbc-nvram;
8060098b
DA
968
969 controller-data {
970 samsung,spi-feedback-delay = <1>;
971 };
972
973 i2c-tunnel {
974 compatible = "google,cros-ec-i2c-tunnel";
975 #address-cells = <1>;
976 #size-cells = <0>;
977 google,remote-bus = <0>;
978
979 battery: sbs-battery@b {
980 compatible = "sbs,sbs-battery";
981 reg = <0xb>;
982 sbs,poll-retry-count = <1>;
983 sbs,i2c-retry-count = <2>;
984 };
985
986 power-regulator@48 {
987 compatible = "ti,tps65090";
988 reg = <0x48>;
989
990 /*
991 * Config irq to disable internal pulls
992 * even though we run in polling mode.
993 */
994 pinctrl-names = "default";
995 pinctrl-0 = <&tps65090_irq>;
996
997 vsys1-supply = <&vbat>;
998 vsys2-supply = <&vbat>;
999 vsys3-supply = <&vbat>;
1000 infet1-supply = <&vbat>;
a130548d
JMC
1001 infet2-supply = <&tps65090_dcdc1>;
1002 infet3-supply = <&tps65090_dcdc2>;
1003 infet4-supply = <&tps65090_dcdc2>;
1004 infet5-supply = <&tps65090_dcdc2>;
1005 infet6-supply = <&tps65090_dcdc2>;
1006 infet7-supply = <&tps65090_dcdc1>;
8060098b
DA
1007 vsys-l1-supply = <&vbat>;
1008 vsys-l2-supply = <&vbat>;
1009
1010 regulators {
1011 tps65090_dcdc1: dcdc1 {
1012 ti,enable-ext-control;
1013 };
1014 tps65090_dcdc2: dcdc2 {
1015 ti,enable-ext-control;
1016 };
1017 tps65090_dcdc3: dcdc3 {
1018 ti,enable-ext-control;
1019 };
1020 tps65090_fet1: fet1 {
1021 regulator-name = "vcd_led";
1022 };
1023 tps65090_fet2: fet2 {
1024 regulator-name = "video_mid";
1025 regulator-always-on;
1026 };
1027 tps65090_fet3: fet3 {
1028 regulator-name = "wwan_r";
1029 regulator-always-on;
1030 };
1031 tps65090_fet4: fet4 {
1032 regulator-name = "sdcard";
1033 regulator-always-on;
1034 };
1035 tps65090_fet5: fet5 {
1036 regulator-name = "camout";
ae845476 1037 regulator-always-on;
8060098b
DA
1038 };
1039 tps65090_fet6: fet6 {
1040 regulator-name = "lcd_vdd";
1041 };
1042 tps65090_fet7: fet7 {
1043 regulator-name = "video_mid_1a";
1044 regulator-always-on;
1045 };
1046 tps65090_ldo1: ldo1 {
1047 };
1048 tps65090_ldo2: ldo2 {
1049 };
1050 };
1051
1052 charger {
1053 compatible = "ti,tps65090-charger";
1054 };
1055 };
1056 };
1057 };
1058};
1059
3a3cf6c4 1060&serial_3 {
6ac189fc 1061 status = "okay";
6ac189fc
RS
1062};
1063
aff138bf
JMC
1064&tmu_cpu0 {
1065 vtmu-supply = <&ldo10_reg>;
1066};
1067
1068&tmu_cpu1 {
1069 vtmu-supply = <&ldo10_reg>;
1070};
1071
1072&tmu_cpu2 {
1073 vtmu-supply = <&ldo10_reg>;
1074};
1075
1076&tmu_cpu3 {
1077 vtmu-supply = <&ldo10_reg>;
1078};
1079
1080&tmu_gpu {
1081 vtmu-supply = <&ldo10_reg>;
1082};
1083
e1c69efc
SS
1084&usbdrd_dwc3_0 {
1085 dr_mode = "host";
1086};
1087
1088&usbdrd_dwc3_1 {
1089 dr_mode = "host";
1090};
1091
0ce9f47a 1092&usbdrd_phy0 {
14a35ada
VG
1093 vbus-supply = <&usb300_vbus_reg>;
1094};
1095
0ce9f47a 1096&usbdrd_phy1 {
14a35ada
VG
1097 vbus-supply = <&usb301_vbus_reg>;
1098};
1099
3528dd34
AK
1100/*
1101 * Use longest HW watchdog in SoC (32 seconds) since the hardware
1102 * watchdog provides no debugging information (compared to soft/hard
1103 * lockup detectors) and so should be last resort.
1104 */
1105&watchdog {
1106 timeout-sec = <32>;
1107};
ead3993e 1108
8060098b 1109#include "cros-ec-keyboard.dtsi"
7b488038 1110#include "cros-adc-thermistors.dtsi"