xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm630-sony-xperia-nile.dtsi (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
2c66ec88fSEmmanuel Vadot/*
3354d7675SEmmanuel Vadot * Copyright (c) 2020, Konrad Dybcio <konrad.dybcio@somainline.org>
4354d7675SEmmanuel Vadot * Copyright (c) 2020, AngeloGioacchino Del Regno
5354d7675SEmmanuel Vadot *                     <angelogioacchino.delregno@somainline.org>
6c66ec88fSEmmanuel Vadot */
7c66ec88fSEmmanuel Vadot
8c66ec88fSEmmanuel Vadot#include "pm660.dtsi"
9c66ec88fSEmmanuel Vadot#include "pm660l.dtsi"
10c66ec88fSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
11c66ec88fSEmmanuel Vadot#include <dt-bindings/input/input.h>
12c66ec88fSEmmanuel Vadot#include <dt-bindings/input/gpio-keys.h>
13b97ee269SEmmanuel Vadot#include <dt-bindings/leds/common.h>
14c66ec88fSEmmanuel Vadot
15c66ec88fSEmmanuel Vadot/ {
16c66ec88fSEmmanuel Vadot	/* required for bootloader to select correct board */
17c66ec88fSEmmanuel Vadot	qcom,msm-id = <318 0>;
18c66ec88fSEmmanuel Vadot	qcom,board-id = <8 1>;
19c66ec88fSEmmanuel Vadot	qcom,pmic-id = <0x1001b 0x101011a 0x00 0x00 0x1001b 0x201011a 0x00 0x00>;
20c66ec88fSEmmanuel Vadot
21c66ec88fSEmmanuel Vadot	/* This part enables graphical output via bootloader-enabled display */
22c66ec88fSEmmanuel Vadot	chosen {
23c66ec88fSEmmanuel Vadot		bootargs = "earlycon=tty0 console=tty0";
24c66ec88fSEmmanuel Vadot
25c66ec88fSEmmanuel Vadot		#address-cells = <2>;
26c66ec88fSEmmanuel Vadot		#size-cells = <2>;
27c66ec88fSEmmanuel Vadot		ranges;
28c66ec88fSEmmanuel Vadot
29c66ec88fSEmmanuel Vadot		stdout-path = "framebuffer0";
30c66ec88fSEmmanuel Vadot
31c66ec88fSEmmanuel Vadot		framebuffer0: framebuffer@9d400000 {
32c66ec88fSEmmanuel Vadot			compatible = "simple-framebuffer";
33c66ec88fSEmmanuel Vadot			reg = <0 0x9d400000 0 (1920 * 1080 * 4)>;
34c66ec88fSEmmanuel Vadot			width = <1080>;
35c66ec88fSEmmanuel Vadot			height = <1920>;
36c66ec88fSEmmanuel Vadot			stride = <(1080 * 4)>;
37c66ec88fSEmmanuel Vadot			format = "a8r8g8b8";
38c66ec88fSEmmanuel Vadot			status = "okay";
39c66ec88fSEmmanuel Vadot		};
40c66ec88fSEmmanuel Vadot	};
41c66ec88fSEmmanuel Vadot
42354d7675SEmmanuel Vadot	board_vbat: vbat-regulator {
43354d7675SEmmanuel Vadot		compatible = "regulator-fixed";
44354d7675SEmmanuel Vadot		regulator-name = "VBAT";
45354d7675SEmmanuel Vadot
46354d7675SEmmanuel Vadot		regulator-min-microvolt = <4000000>;
47354d7675SEmmanuel Vadot		regulator-max-microvolt = <4000000>;
48354d7675SEmmanuel Vadot		regulator-always-on;
49354d7675SEmmanuel Vadot		regulator-boot-on;
50354d7675SEmmanuel Vadot	};
51354d7675SEmmanuel Vadot
52354d7675SEmmanuel Vadot	vph_pwr: vph-pwr-regulator {
53354d7675SEmmanuel Vadot		compatible = "regulator-fixed";
54354d7675SEmmanuel Vadot		regulator-name = "vph_pwr";
55354d7675SEmmanuel Vadot
56354d7675SEmmanuel Vadot		regulator-always-on;
57354d7675SEmmanuel Vadot		regulator-boot-on;
58354d7675SEmmanuel Vadot	};
59354d7675SEmmanuel Vadot
60354d7675SEmmanuel Vadot	cam_vdig_imx300_219_vreg: cam_vdig_imx300_219_vreg {
61354d7675SEmmanuel Vadot		compatible = "regulator-fixed";
62354d7675SEmmanuel Vadot		regulator-name = "cam_vdig_imx300_219_vreg";
63354d7675SEmmanuel Vadot		startup-delay-us = <0>;
64354d7675SEmmanuel Vadot		enable-active-high;
65354d7675SEmmanuel Vadot		gpio = <&tlmm 52 GPIO_ACTIVE_HIGH>;
66354d7675SEmmanuel Vadot		pinctrl-names = "default";
67354d7675SEmmanuel Vadot		pinctrl-0 = <&cam_vdig_default>;
68354d7675SEmmanuel Vadot	};
69354d7675SEmmanuel Vadot
70354d7675SEmmanuel Vadot	cam_vana_front_vreg: cam_vana_front_vreg {
71354d7675SEmmanuel Vadot		compatible = "regulator-fixed";
72354d7675SEmmanuel Vadot		regulator-name = "cam_vana_front_vreg";
73354d7675SEmmanuel Vadot		startup-delay-us = <0>;
74354d7675SEmmanuel Vadot		enable-active-high;
75354d7675SEmmanuel Vadot		gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
76354d7675SEmmanuel Vadot		pinctrl-names = "default";
77354d7675SEmmanuel Vadot		pinctrl-0 = <&imx219_vana_default>;
78354d7675SEmmanuel Vadot	};
79354d7675SEmmanuel Vadot
80354d7675SEmmanuel Vadot	cam_vana_rear_vreg: cam_vana_rear_vreg {
81354d7675SEmmanuel Vadot		compatible = "regulator-fixed";
82354d7675SEmmanuel Vadot		regulator-name = "cam_vana_rear_vreg";
83354d7675SEmmanuel Vadot		startup-delay-us = <0>;
84354d7675SEmmanuel Vadot		enable-active-high;
85354d7675SEmmanuel Vadot		gpio = <&tlmm 50 GPIO_ACTIVE_HIGH>;
86354d7675SEmmanuel Vadot		regulator-always-on;
87354d7675SEmmanuel Vadot		pinctrl-names = "default";
88354d7675SEmmanuel Vadot		pinctrl-0 = <&imx300_vana_default>;
89354d7675SEmmanuel Vadot	};
90354d7675SEmmanuel Vadot
91b97ee269SEmmanuel Vadot	gpio-keys {
92c66ec88fSEmmanuel Vadot		compatible = "gpio-keys";
93c66ec88fSEmmanuel Vadot
94b97ee269SEmmanuel Vadot		key-camera-focus {
95c66ec88fSEmmanuel Vadot			label = "Camera Focus";
96c66ec88fSEmmanuel Vadot			gpios = <&tlmm 64 GPIO_ACTIVE_LOW>;
97c66ec88fSEmmanuel Vadot			linux,input-type = <1>;
98c66ec88fSEmmanuel Vadot			linux,code = <KEY_CAMERA_FOCUS>;
99c66ec88fSEmmanuel Vadot			debounce-interval = <15>;
100c66ec88fSEmmanuel Vadot		};
101c66ec88fSEmmanuel Vadot
102b97ee269SEmmanuel Vadot		key-camera-snapshot {
103c66ec88fSEmmanuel Vadot			label = "Camera Snapshot";
104c66ec88fSEmmanuel Vadot			gpios = <&tlmm 113 GPIO_ACTIVE_LOW>;
105c66ec88fSEmmanuel Vadot			linux,input-type = <1>;
106c66ec88fSEmmanuel Vadot			linux,code = <KEY_CAMERA>;
107c66ec88fSEmmanuel Vadot			debounce-interval = <15>;
108c66ec88fSEmmanuel Vadot		};
109c66ec88fSEmmanuel Vadot
110b97ee269SEmmanuel Vadot		key-vol-down {
111c66ec88fSEmmanuel Vadot			label = "Volume Down";
112c66ec88fSEmmanuel Vadot			gpios = <&pm660l_gpios 7 GPIO_ACTIVE_LOW>;
113c66ec88fSEmmanuel Vadot			linux,input-type = <1>;
114c66ec88fSEmmanuel Vadot			linux,code = <KEY_VOLUMEDOWN>;
115c66ec88fSEmmanuel Vadot			gpio-key,wakeup;
116c66ec88fSEmmanuel Vadot			debounce-interval = <15>;
117c66ec88fSEmmanuel Vadot		};
118c66ec88fSEmmanuel Vadot	};
119c66ec88fSEmmanuel Vadot
120c66ec88fSEmmanuel Vadot	reserved-memory {
121c66ec88fSEmmanuel Vadot		#address-cells = <2>;
122c66ec88fSEmmanuel Vadot		#size-cells = <2>;
123c66ec88fSEmmanuel Vadot		ranges;
124c66ec88fSEmmanuel Vadot
125c66ec88fSEmmanuel Vadot		ramoops@ffc00000 {
126c66ec88fSEmmanuel Vadot			compatible = "ramoops";
127c66ec88fSEmmanuel Vadot			reg = <0x0 0xffc00000 0x0 0x100000>;
128c66ec88fSEmmanuel Vadot			record-size = <0x10000>;
129c66ec88fSEmmanuel Vadot			console-size = <0x60000>;
130c66ec88fSEmmanuel Vadot			ftrace-size = <0x10000>;
131c66ec88fSEmmanuel Vadot			pmsg-size = <0x20000>;
132c66ec88fSEmmanuel Vadot			ecc-size = <16>;
133c66ec88fSEmmanuel Vadot			status = "okay";
134c66ec88fSEmmanuel Vadot		};
135c66ec88fSEmmanuel Vadot
136c66ec88fSEmmanuel Vadot		debug_region@ffb00000 {
137c66ec88fSEmmanuel Vadot			reg = <0x00 0xffb00000 0x00 0x100000>;
138c66ec88fSEmmanuel Vadot			no-map;
139c66ec88fSEmmanuel Vadot		};
140c66ec88fSEmmanuel Vadot
141c66ec88fSEmmanuel Vadot		removed_region@85800000 {
142c66ec88fSEmmanuel Vadot			reg = <0x00 0x85800000 0x00 0x3700000>;
143c66ec88fSEmmanuel Vadot			no-map;
144c66ec88fSEmmanuel Vadot		};
145c66ec88fSEmmanuel Vadot	};
146c66ec88fSEmmanuel Vadot
147354d7675SEmmanuel Vadot	/*
148354d7675SEmmanuel Vadot	 * Until we hook up type-c detection, we
149354d7675SEmmanuel Vadot	 * have to stick with this. But it works.
150354d7675SEmmanuel Vadot	 */
151354d7675SEmmanuel Vadot	extcon_usb: extcon-usb {
152354d7675SEmmanuel Vadot		compatible = "linux,extcon-usb-gpio";
153354d7675SEmmanuel Vadot		id-gpio = <&tlmm 58 GPIO_ACTIVE_HIGH>;
154354d7675SEmmanuel Vadot	};
155c66ec88fSEmmanuel Vadot};
156c66ec88fSEmmanuel Vadot
157354d7675SEmmanuel Vadot&adsp_pil {
158*8bab661aSEmmanuel Vadot	firmware-name = "qcom/sdm630/Sony/nile/adsp.mdt";
159c66ec88fSEmmanuel Vadot};
160c66ec88fSEmmanuel Vadot
161354d7675SEmmanuel Vadot&blsp_i2c1 {
162354d7675SEmmanuel Vadot	status = "okay";
163354d7675SEmmanuel Vadot
164354d7675SEmmanuel Vadot	touchscreen: synaptics-rmi4-i2c@70 {
165354d7675SEmmanuel Vadot		compatible = "syna,rmi4-i2c";
166354d7675SEmmanuel Vadot		reg = <0x70>;
167354d7675SEmmanuel Vadot		#address-cells = <1>;
168354d7675SEmmanuel Vadot		#size-cells = <0>;
169354d7675SEmmanuel Vadot		interrupts-extended = <&tlmm 45 0x2008>;
170354d7675SEmmanuel Vadot
171354d7675SEmmanuel Vadot		pinctrl-names = "default";
172354d7675SEmmanuel Vadot		pinctrl-0 = <&ts_int_active &ts_lcd_id_active>;
173354d7675SEmmanuel Vadot
174354d7675SEmmanuel Vadot		syna,reset-delay-ms = <200>;
175354d7675SEmmanuel Vadot		syna,startup-delay-ms = <220>;
176354d7675SEmmanuel Vadot
177354d7675SEmmanuel Vadot		rmi4-f01@1 {
178354d7675SEmmanuel Vadot			reg = <0x01>;
179354d7675SEmmanuel Vadot			syna,nosleep-mode = <1>;
180354d7675SEmmanuel Vadot		};
181354d7675SEmmanuel Vadot
182354d7675SEmmanuel Vadot		rmi4-f11@11 {
183354d7675SEmmanuel Vadot			reg = <0x11>;
184354d7675SEmmanuel Vadot			syna,sensor-type = <1>;
185354d7675SEmmanuel Vadot		};
186354d7675SEmmanuel Vadot	};
187354d7675SEmmanuel Vadot};
188354d7675SEmmanuel Vadot
189354d7675SEmmanuel Vadot&blsp_i2c2 {
190c66ec88fSEmmanuel Vadot	status = "okay";
191c66ec88fSEmmanuel Vadot
192c66ec88fSEmmanuel Vadot	/* SMB1351 charger */
193c66ec88fSEmmanuel Vadot};
194c66ec88fSEmmanuel Vadot
195c66ec88fSEmmanuel Vadot/* I2C3, 4, 5, 7 and 8 are disabled on this board. */
196c66ec88fSEmmanuel Vadot
197354d7675SEmmanuel Vadot&blsp_i2c6 {
198c66ec88fSEmmanuel Vadot	status = "okay";
199c66ec88fSEmmanuel Vadot
200c66ec88fSEmmanuel Vadot	/* NXP NFC */
201c66ec88fSEmmanuel Vadot};
202354d7675SEmmanuel Vadot
203354d7675SEmmanuel Vadot&blsp1_uart2 {
204354d7675SEmmanuel Vadot	status = "okay";
205354d7675SEmmanuel Vadot
206354d7675SEmmanuel Vadot	/* MSM serial console */
207c66ec88fSEmmanuel Vadot};
208354d7675SEmmanuel Vadot
209354d7675SEmmanuel Vadot&blsp2_uart1 {
210354d7675SEmmanuel Vadot	status = "okay";
211354d7675SEmmanuel Vadot
212354d7675SEmmanuel Vadot	/* HCI Bluetooth */
213354d7675SEmmanuel Vadot};
214354d7675SEmmanuel Vadot
215b97ee269SEmmanuel Vadot&pm660l_lpg {
216b97ee269SEmmanuel Vadot	qcom,power-source = <1>;
217b97ee269SEmmanuel Vadot
218b97ee269SEmmanuel Vadot	status = "okay";
219b97ee269SEmmanuel Vadot
220b97ee269SEmmanuel Vadot	multi-led {
221b97ee269SEmmanuel Vadot		color = <LED_COLOR_ID_RGB>;
222b97ee269SEmmanuel Vadot		function = LED_FUNCTION_STATUS;
223b97ee269SEmmanuel Vadot
224b97ee269SEmmanuel Vadot		#address-cells = <1>;
225b97ee269SEmmanuel Vadot		#size-cells = <0>;
226b97ee269SEmmanuel Vadot
227b97ee269SEmmanuel Vadot		led@1 {
228b97ee269SEmmanuel Vadot			reg = <1>;
229b97ee269SEmmanuel Vadot			color = <LED_COLOR_ID_BLUE>;
230b97ee269SEmmanuel Vadot		};
231b97ee269SEmmanuel Vadot
232b97ee269SEmmanuel Vadot		led@2 {
233b97ee269SEmmanuel Vadot			reg = <2>;
234b97ee269SEmmanuel Vadot			color = <LED_COLOR_ID_GREEN>;
235b97ee269SEmmanuel Vadot		};
236b97ee269SEmmanuel Vadot
237b97ee269SEmmanuel Vadot		led@3 {
238b97ee269SEmmanuel Vadot			reg = <3>;
239b97ee269SEmmanuel Vadot			color = <LED_COLOR_ID_RED>;
240b97ee269SEmmanuel Vadot		};
241b97ee269SEmmanuel Vadot	};
242b97ee269SEmmanuel Vadot};
243b97ee269SEmmanuel Vadot
244e67e8565SEmmanuel Vadot&pon_pwrkey {
245e67e8565SEmmanuel Vadot	status = "okay";
246354d7675SEmmanuel Vadot};
247e67e8565SEmmanuel Vadot
248e67e8565SEmmanuel Vadot&pon_resin {
249e67e8565SEmmanuel Vadot	status = "okay";
250e67e8565SEmmanuel Vadot
251e67e8565SEmmanuel Vadot	linux,code = <KEY_VOLUMEUP>;
252354d7675SEmmanuel Vadot};
253354d7675SEmmanuel Vadot
254b97ee269SEmmanuel Vadot&qusb2phy0 {
255354d7675SEmmanuel Vadot	status = "okay";
256354d7675SEmmanuel Vadot
257354d7675SEmmanuel Vadot	vdd-supply = <&vreg_l1b_0p925>;
258354d7675SEmmanuel Vadot	vdda-pll-supply = <&vreg_l10a_1p8>;
259354d7675SEmmanuel Vadot	vdda-phy-dpdm-supply = <&vreg_l7b_3p125>;
260354d7675SEmmanuel Vadot};
261354d7675SEmmanuel Vadot
262354d7675SEmmanuel Vadot&rpm_requests {
263*8bab661aSEmmanuel Vadot	regulators-0 {
264354d7675SEmmanuel Vadot		compatible = "qcom,rpm-pm660l-regulators";
265354d7675SEmmanuel Vadot
266354d7675SEmmanuel Vadot		vdd_s1-supply = <&vph_pwr>;
267354d7675SEmmanuel Vadot		vdd_s2-supply = <&vph_pwr>;
268354d7675SEmmanuel Vadot		vdd_s3_s4-supply = <&vph_pwr>;
269354d7675SEmmanuel Vadot		vdd_s5-supply = <&vph_pwr>;
270354d7675SEmmanuel Vadot		vdd_s6-supply = <&vph_pwr>;
271354d7675SEmmanuel Vadot
272354d7675SEmmanuel Vadot		vdd_l1_l9_l10-supply = <&vreg_s2b_1p05>;
273354d7675SEmmanuel Vadot		vdd_l2-supply = <&vreg_bob>;
274354d7675SEmmanuel Vadot		vdd_l3_l5_l7_l8-supply = <&vreg_bob>;
275354d7675SEmmanuel Vadot		vdd_l4_l6-supply = <&vreg_bob>;
276354d7675SEmmanuel Vadot		vdd_bob-supply = <&vph_pwr>;
277354d7675SEmmanuel Vadot
278354d7675SEmmanuel Vadot		vreg_s1b_1p125: s1 {
279354d7675SEmmanuel Vadot			regulator-min-microvolt = <1125000>;
280354d7675SEmmanuel Vadot			regulator-max-microvolt = <1125000>;
281354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <200>;
282354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
283354d7675SEmmanuel Vadot		};
284354d7675SEmmanuel Vadot
285354d7675SEmmanuel Vadot		vreg_s2b_1p05: s2 {
286354d7675SEmmanuel Vadot			regulator-min-microvolt = <1050000>;
287354d7675SEmmanuel Vadot			regulator-max-microvolt = <1050000>;
288354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <200>;
289354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
290354d7675SEmmanuel Vadot		};
291354d7675SEmmanuel Vadot
292354d7675SEmmanuel Vadot		/*
293354d7675SEmmanuel Vadot		 * At least on Nile's configuration, S3B/S4B (VDD_CX) and
294354d7675SEmmanuel Vadot		 * S5B (VDD_MX) are managed only through RPM Power Domains.
295354d7675SEmmanuel Vadot		 * Trying to set a voltage on the main supply will create
296354d7675SEmmanuel Vadot		 * havoc and freeze the SoC.
297354d7675SEmmanuel Vadot		 * In any case, reference voltages for these regulators are:
298354d7675SEmmanuel Vadot		 * S3B/S4B: 0.870V
299354d7675SEmmanuel Vadot		 * S5B: 0.915V
300354d7675SEmmanuel Vadot		 */
301354d7675SEmmanuel Vadot
302354d7675SEmmanuel Vadot		/* LDOs */
303354d7675SEmmanuel Vadot		vreg_l1b_0p925: l1 {
304354d7675SEmmanuel Vadot			regulator-min-microvolt = <920000>;
305354d7675SEmmanuel Vadot			regulator-max-microvolt = <928000>;
306354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
307354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
308354d7675SEmmanuel Vadot			regulator-allow-set-load;
309354d7675SEmmanuel Vadot		};
310354d7675SEmmanuel Vadot
311354d7675SEmmanuel Vadot		vreg_l2b_2p95: l2 {
312354d7675SEmmanuel Vadot			/*
313354d7675SEmmanuel Vadot			 * This regulator supports 1.648 - 3.104V on this board
314354d7675SEmmanuel Vadot			 * but we set a max voltage of anything less than 2.7V
315354d7675SEmmanuel Vadot			 * to satisfy a condition in sdhci.c that will disable
316354d7675SEmmanuel Vadot			 * 3.3V SDHCI signaling, which happens to be not really
317354d7675SEmmanuel Vadot			 * supported on the Xperia Nile/Ganges platform.
318354d7675SEmmanuel Vadot			 */
319354d7675SEmmanuel Vadot			regulator-min-microvolt = <1648000>;
320354d7675SEmmanuel Vadot			regulator-max-microvolt = <2696000>;
321354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
322354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
323354d7675SEmmanuel Vadot			regulator-allow-set-load;
324354d7675SEmmanuel Vadot		};
325354d7675SEmmanuel Vadot
326354d7675SEmmanuel Vadot		vreg_l3b_3p0: l3 {
327354d7675SEmmanuel Vadot			regulator-min-microvolt = <2800000>;
328354d7675SEmmanuel Vadot			regulator-max-microvolt = <2800000>;
329354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
330354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
331354d7675SEmmanuel Vadot			regulator-min-microamp = <200>;
332354d7675SEmmanuel Vadot			regulator-max-microamp = <600000>;
333354d7675SEmmanuel Vadot			regulator-system-load = <100000>;
334354d7675SEmmanuel Vadot			regulator-allow-set-load;
335354d7675SEmmanuel Vadot		};
336354d7675SEmmanuel Vadot
3378cc087a1SEmmanuel Vadot		vreg_l4b_2p95: l4 {
338354d7675SEmmanuel Vadot			regulator-min-microvolt = <2944000>;
339354d7675SEmmanuel Vadot			regulator-max-microvolt = <2952000>;
340354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
341354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
342354d7675SEmmanuel Vadot
343354d7675SEmmanuel Vadot			regulator-min-microamp = <200>;
344354d7675SEmmanuel Vadot			regulator-max-microamp = <600000>;
345354d7675SEmmanuel Vadot			regulator-system-load = <570000>;
346354d7675SEmmanuel Vadot			regulator-allow-set-load;
347354d7675SEmmanuel Vadot		};
348354d7675SEmmanuel Vadot
349354d7675SEmmanuel Vadot		/*
350354d7675SEmmanuel Vadot		 * Downstream specifies a range of 1721-3600mV,
351354d7675SEmmanuel Vadot		 * but the only assigned consumers are SDHCI2 VMMC
352354d7675SEmmanuel Vadot		 * and Coresight QPDI that both request pinned 2.95V.
353354d7675SEmmanuel Vadot		 * Tighten the range to 1.8-3.328 (closest to 3.3) to
354354d7675SEmmanuel Vadot		 * make the mmc driver happy.
355354d7675SEmmanuel Vadot		 */
3568cc087a1SEmmanuel Vadot		vreg_l5b_2p95: l5 {
357354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
358354d7675SEmmanuel Vadot			regulator-max-microvolt = <3328000>;
359354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
360354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
361354d7675SEmmanuel Vadot			regulator-allow-set-load;
362354d7675SEmmanuel Vadot			regulator-system-load = <800000>;
363354d7675SEmmanuel Vadot		};
364354d7675SEmmanuel Vadot
365354d7675SEmmanuel Vadot		vreg_l6b_3p3: l6 {
366354d7675SEmmanuel Vadot			regulator-min-microvolt = <1704000>;
367354d7675SEmmanuel Vadot			regulator-max-microvolt = <3312000>;
368354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
369354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
370354d7675SEmmanuel Vadot		};
371354d7675SEmmanuel Vadot
372354d7675SEmmanuel Vadot		vreg_l7b_3p125: l7 {
373354d7675SEmmanuel Vadot			regulator-min-microvolt = <2704000>;
374354d7675SEmmanuel Vadot			regulator-max-microvolt = <3128000>;
375354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
376354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
377354d7675SEmmanuel Vadot		};
378354d7675SEmmanuel Vadot
379354d7675SEmmanuel Vadot		vreg_l8b_3p3: l8 {
380354d7675SEmmanuel Vadot			regulator-min-microvolt = <2800000>;
381354d7675SEmmanuel Vadot			regulator-max-microvolt = <3400000>;
382354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
383354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
384354d7675SEmmanuel Vadot		};
385354d7675SEmmanuel Vadot
386354d7675SEmmanuel Vadot		/* L9B (870mV) is currently unused */
387354d7675SEmmanuel Vadot		/* L10B (915mV) is currently unused */
388354d7675SEmmanuel Vadot
389354d7675SEmmanuel Vadot		vreg_bob: bob {
390354d7675SEmmanuel Vadot			regulator-min-microvolt = <3304000>;
391354d7675SEmmanuel Vadot			regulator-max-microvolt = <3624000>;
392354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <500>;
393354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
394354d7675SEmmanuel Vadot		};
395354d7675SEmmanuel Vadot	};
396354d7675SEmmanuel Vadot
397*8bab661aSEmmanuel Vadot	regulators-1 {
398354d7675SEmmanuel Vadot		compatible = "qcom,rpm-pm660-regulators";
399354d7675SEmmanuel Vadot
400354d7675SEmmanuel Vadot		vdd_s1-supply = <&vph_pwr>;
401354d7675SEmmanuel Vadot		vdd_s2-supply = <&vph_pwr>;
402354d7675SEmmanuel Vadot		vdd_s3-supply = <&vph_pwr>;
403354d7675SEmmanuel Vadot		vdd_s4-supply = <&vph_pwr>;
404354d7675SEmmanuel Vadot		vdd_s5-supply = <&vph_pwr>;
405354d7675SEmmanuel Vadot		vdd_s6-supply = <&vph_pwr>;
406354d7675SEmmanuel Vadot
407354d7675SEmmanuel Vadot		vdd_l1_l6_l7-supply = <&vreg_s5a_1p35>;
408354d7675SEmmanuel Vadot		vdd_l2_l3-supply = <&vreg_s2b_1p05>;
409354d7675SEmmanuel Vadot		vdd_l5-supply = <&vreg_s2b_1p05>;
410354d7675SEmmanuel Vadot		vdd_l8_l9_l10_l11_l12_l13_l14-supply = <&vreg_s4a_2p04>;
411354d7675SEmmanuel Vadot		vdd_l15_l16_l17_l18_l19-supply = <&vreg_bob>;
412354d7675SEmmanuel Vadot
413354d7675SEmmanuel Vadot		/*
414354d7675SEmmanuel Vadot		 * S1A (FTAPC0), S2A (FTAPC1), S3A (HFAPC1) are managed
415354d7675SEmmanuel Vadot		 * by the Core Power Reduction hardened (CPRh) and the
416354d7675SEmmanuel Vadot		 * Operating State Manager (OSM) HW automatically.
417354d7675SEmmanuel Vadot		 */
418354d7675SEmmanuel Vadot
419354d7675SEmmanuel Vadot		vreg_s4a_2p04: s4 {
420354d7675SEmmanuel Vadot			regulator-min-microvolt = <2040000>;
421354d7675SEmmanuel Vadot			regulator-max-microvolt = <2040000>;
422354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <200>;
423354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
424354d7675SEmmanuel Vadot			regulator-always-on;
425354d7675SEmmanuel Vadot		};
426354d7675SEmmanuel Vadot
427354d7675SEmmanuel Vadot		vreg_s5a_1p35: s5 {
428354d7675SEmmanuel Vadot			regulator-min-microvolt = <1224000>;
429354d7675SEmmanuel Vadot			regulator-max-microvolt = <1350000>;
430354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <200>;
431354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
432354d7675SEmmanuel Vadot		};
433354d7675SEmmanuel Vadot
434354d7675SEmmanuel Vadot		vreg_s6a_0p87: s6 {
435354d7675SEmmanuel Vadot			regulator-min-microvolt = <504000>;
436354d7675SEmmanuel Vadot			regulator-max-microvolt = <992000>;
437354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <150>;
438354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
439354d7675SEmmanuel Vadot		};
440354d7675SEmmanuel Vadot
441354d7675SEmmanuel Vadot		/* LDOs */
442354d7675SEmmanuel Vadot		vreg_l1a_1p225: l1 {
443354d7675SEmmanuel Vadot			regulator-min-microvolt = <1226000>;
444354d7675SEmmanuel Vadot			regulator-max-microvolt = <1250000>;
445354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
446354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
447354d7675SEmmanuel Vadot			regulator-allow-set-load;
448354d7675SEmmanuel Vadot		};
449354d7675SEmmanuel Vadot
450354d7675SEmmanuel Vadot		vreg_l2a_1p0: l2 {
451354d7675SEmmanuel Vadot			regulator-min-microvolt = <944000>;
452354d7675SEmmanuel Vadot			regulator-max-microvolt = <1008000>;
453354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
454354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
455354d7675SEmmanuel Vadot		};
456354d7675SEmmanuel Vadot
457354d7675SEmmanuel Vadot		vreg_l3a_1p0: l3 {
458354d7675SEmmanuel Vadot			regulator-min-microvolt = <944000>;
459354d7675SEmmanuel Vadot			regulator-max-microvolt = <1008000>;
460354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
461354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
462354d7675SEmmanuel Vadot		};
463354d7675SEmmanuel Vadot
464354d7675SEmmanuel Vadot		vreg_l5a_0p848: l5 {
465354d7675SEmmanuel Vadot			regulator-min-microvolt = <800000>;
466354d7675SEmmanuel Vadot			regulator-max-microvolt = <952000>;
467354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
468354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
469354d7675SEmmanuel Vadot		};
470354d7675SEmmanuel Vadot
471354d7675SEmmanuel Vadot		vreg_l6a_1p3: l6 {
472354d7675SEmmanuel Vadot			regulator-min-microvolt = <1304000>;
473354d7675SEmmanuel Vadot			regulator-max-microvolt = <1368000>;
474354d7675SEmmanuel Vadot			regulator-allow-set-load;
475354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
476354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
477354d7675SEmmanuel Vadot		};
478354d7675SEmmanuel Vadot
479354d7675SEmmanuel Vadot		vreg_l7a_1p2: l7 {
480354d7675SEmmanuel Vadot			regulator-min-microvolt = <1200000>;
481354d7675SEmmanuel Vadot			regulator-max-microvolt = <1200000>;
482354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
483354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
484354d7675SEmmanuel Vadot		};
485354d7675SEmmanuel Vadot
486354d7675SEmmanuel Vadot		vreg_l8a_1p8: l8 {
487354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
488354d7675SEmmanuel Vadot			regulator-max-microvolt = <1800000>;
489354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
490354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
491354d7675SEmmanuel Vadot			regulator-system-load = <325000>;
492354d7675SEmmanuel Vadot			regulator-allow-set-load;
493354d7675SEmmanuel Vadot		};
494354d7675SEmmanuel Vadot
495354d7675SEmmanuel Vadot		vreg_l9a_1p8: l9 {
496354d7675SEmmanuel Vadot			regulator-min-microvolt = <1804000>;
497354d7675SEmmanuel Vadot			regulator-max-microvolt = <1896000>;
498354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
499354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
500354d7675SEmmanuel Vadot			regulator-allow-set-load;
501354d7675SEmmanuel Vadot		};
502354d7675SEmmanuel Vadot
503354d7675SEmmanuel Vadot		vreg_l10a_1p8: l10 {
504354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
505354d7675SEmmanuel Vadot			regulator-max-microvolt = <1944000>;
506354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
507354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
508354d7675SEmmanuel Vadot			regulator-allow-set-load;
509354d7675SEmmanuel Vadot		};
510354d7675SEmmanuel Vadot
511354d7675SEmmanuel Vadot		vreg_l11a_1p8: l11 {
512354d7675SEmmanuel Vadot			regulator-min-microvolt = <1784000>;
513354d7675SEmmanuel Vadot			regulator-max-microvolt = <1944000>;
514354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
515354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
516354d7675SEmmanuel Vadot		};
517354d7675SEmmanuel Vadot
518354d7675SEmmanuel Vadot		vreg_l12a_1p8: l12 {
519354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
520354d7675SEmmanuel Vadot			regulator-max-microvolt = <1944000>;
521354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
522354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
523354d7675SEmmanuel Vadot		};
524354d7675SEmmanuel Vadot
525354d7675SEmmanuel Vadot		/* This gives power to the LPDDR4: never turn it off! */
526354d7675SEmmanuel Vadot		vreg_l13a_1p8: l13 {
527354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
528354d7675SEmmanuel Vadot			regulator-max-microvolt = <1944000>;
529354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
530354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
531354d7675SEmmanuel Vadot			regulator-boot-on;
532354d7675SEmmanuel Vadot			regulator-always-on;
533354d7675SEmmanuel Vadot		};
534354d7675SEmmanuel Vadot
535354d7675SEmmanuel Vadot		vreg_l14a_1p8: l14 {
536354d7675SEmmanuel Vadot			regulator-min-microvolt = <1710000>;
537354d7675SEmmanuel Vadot			regulator-max-microvolt = <1904000>;
538354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
539354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
540354d7675SEmmanuel Vadot		};
541354d7675SEmmanuel Vadot
542354d7675SEmmanuel Vadot		vreg_l15a_1p8: l15 {
543354d7675SEmmanuel Vadot			regulator-min-microvolt = <1648000>;
544354d7675SEmmanuel Vadot			regulator-max-microvolt = <2952000>;
545354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
546354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
547354d7675SEmmanuel Vadot		};
548354d7675SEmmanuel Vadot
549354d7675SEmmanuel Vadot		/* L16A (2.70V) is unused */
550354d7675SEmmanuel Vadot
551354d7675SEmmanuel Vadot		vreg_l17a_1p8: l17 {
552354d7675SEmmanuel Vadot			regulator-min-microvolt = <1648000>;
553354d7675SEmmanuel Vadot			regulator-max-microvolt = <2952000>;
554354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
555354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
556354d7675SEmmanuel Vadot		};
557354d7675SEmmanuel Vadot
558354d7675SEmmanuel Vadot		vreg_l18a_1v8: l18 {
559354d7675SEmmanuel Vadot			regulator-min-microvolt = <1800000>;
560354d7675SEmmanuel Vadot			regulator-max-microvolt = <1800000>;
561354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
562354d7675SEmmanuel Vadot			regulator-ramp-delay = <10>;
563354d7675SEmmanuel Vadot			regulator-min-microamp = <200>;
564354d7675SEmmanuel Vadot			regulator-max-microamp = <50000>;
565354d7675SEmmanuel Vadot			regulator-system-load = <10000>;
566354d7675SEmmanuel Vadot			regulator-allow-set-load;
567354d7675SEmmanuel Vadot		};
568354d7675SEmmanuel Vadot
569354d7675SEmmanuel Vadot		vreg_l19a_3p3: l19 {
570354d7675SEmmanuel Vadot			regulator-min-microvolt = <3312000>;
571354d7675SEmmanuel Vadot			regulator-max-microvolt = <3400000>;
572354d7675SEmmanuel Vadot			regulator-enable-ramp-delay = <250>;
573354d7675SEmmanuel Vadot			regulator-ramp-delay = <0>;
574354d7675SEmmanuel Vadot			regulator-allow-set-load;
575354d7675SEmmanuel Vadot		};
576354d7675SEmmanuel Vadot	};
577354d7675SEmmanuel Vadot};
578354d7675SEmmanuel Vadot
579b97ee269SEmmanuel Vadot&sdc2_state_on {
580*8bab661aSEmmanuel Vadot	sd-cd-pins {
581b97ee269SEmmanuel Vadot		pins = "gpio54";
582*8bab661aSEmmanuel Vadot		function = "gpio";
583b97ee269SEmmanuel Vadot		bias-pull-up;
584b97ee269SEmmanuel Vadot		drive-strength = <2>;
585b97ee269SEmmanuel Vadot	};
586b97ee269SEmmanuel Vadot};
587b97ee269SEmmanuel Vadot
588b97ee269SEmmanuel Vadot&sdc2_state_off {
589*8bab661aSEmmanuel Vadot	sd-cd-pins {
590b97ee269SEmmanuel Vadot		pins = "gpio54";
591*8bab661aSEmmanuel Vadot		function = "gpio";
592b97ee269SEmmanuel Vadot		bias-disable;
593b97ee269SEmmanuel Vadot		drive-strength = <2>;
594b97ee269SEmmanuel Vadot	};
595b97ee269SEmmanuel Vadot};
596b97ee269SEmmanuel Vadot
597354d7675SEmmanuel Vadot&sdhc_1 {
598354d7675SEmmanuel Vadot	status = "okay";
599354d7675SEmmanuel Vadot	supports-cqe;
600354d7675SEmmanuel Vadot
601354d7675SEmmanuel Vadot	/* SoMC Nile platform's eMMC doesn't support HS200 mode */
602354d7675SEmmanuel Vadot	mmc-ddr-1_8v;
603354d7675SEmmanuel Vadot	mmc-hs400-1_8v;
604354d7675SEmmanuel Vadot	mmc-hs400-enhanced-strobe;
605354d7675SEmmanuel Vadot
6068cc087a1SEmmanuel Vadot	vmmc-supply = <&vreg_l4b_2p95>;
607354d7675SEmmanuel Vadot	vqmmc-supply = <&vreg_l8a_1p8>;
608354d7675SEmmanuel Vadot};
609354d7675SEmmanuel Vadot
610354d7675SEmmanuel Vadot&sdhc_2 {
611354d7675SEmmanuel Vadot	status = "okay";
612354d7675SEmmanuel Vadot
6138cc087a1SEmmanuel Vadot	vmmc-supply = <&vreg_l5b_2p95>;
614354d7675SEmmanuel Vadot	vqmmc-supply = <&vreg_l2b_2p95>;
615354d7675SEmmanuel Vadot};
616354d7675SEmmanuel Vadot
617354d7675SEmmanuel Vadot&tlmm {
618354d7675SEmmanuel Vadot	gpio-reserved-ranges = <8 4>;
619354d7675SEmmanuel Vadot
620*8bab661aSEmmanuel Vadot	ts_int_active: ts-int-active-state {
621354d7675SEmmanuel Vadot		pins = "gpio45";
622*8bab661aSEmmanuel Vadot		function = "gpio";
623354d7675SEmmanuel Vadot		drive-strength = <8>;
624354d7675SEmmanuel Vadot		bias-pull-up;
625354d7675SEmmanuel Vadot	};
626354d7675SEmmanuel Vadot
627*8bab661aSEmmanuel Vadot	ts_lcd_id_active: ts-lcd-id-active-state {
628354d7675SEmmanuel Vadot		pins = "gpio56";
629*8bab661aSEmmanuel Vadot		function = "gpio";
630354d7675SEmmanuel Vadot		drive-strength = <8>;
631354d7675SEmmanuel Vadot		bias-disable;
632354d7675SEmmanuel Vadot	};
633354d7675SEmmanuel Vadot
634*8bab661aSEmmanuel Vadot	imx300_vana_default: imx300-vana-default-state {
635354d7675SEmmanuel Vadot		pins = "gpio50";
636354d7675SEmmanuel Vadot		function = "gpio";
637354d7675SEmmanuel Vadot		bias-disable;
638354d7675SEmmanuel Vadot		drive-strength = <2>;
639354d7675SEmmanuel Vadot	};
640354d7675SEmmanuel Vadot
641*8bab661aSEmmanuel Vadot	imx219_vana_default: imx219-vana-default-state {
642354d7675SEmmanuel Vadot		pins = "gpio51";
643354d7675SEmmanuel Vadot		function = "gpio";
644354d7675SEmmanuel Vadot		bias-disable;
645354d7675SEmmanuel Vadot		drive-strength = <2>;
646354d7675SEmmanuel Vadot	};
647354d7675SEmmanuel Vadot
648*8bab661aSEmmanuel Vadot	cam_vdig_default: cam-vdig-default-state {
649354d7675SEmmanuel Vadot		pins = "gpio52";
650354d7675SEmmanuel Vadot		function = "gpio";
651354d7675SEmmanuel Vadot		bias-disable;
652354d7675SEmmanuel Vadot		drive-strength = <2>;
653354d7675SEmmanuel Vadot	};
654354d7675SEmmanuel Vadot};
655354d7675SEmmanuel Vadot
656354d7675SEmmanuel Vadot&usb3 {
657354d7675SEmmanuel Vadot	status = "okay";
658354d7675SEmmanuel Vadot};
659354d7675SEmmanuel Vadot
660354d7675SEmmanuel Vadot&usb3_dwc3 {
661354d7675SEmmanuel Vadot	dr_mode = "peripheral";
662354d7675SEmmanuel Vadot	extcon = <&extcon_usb>;
663c66ec88fSEmmanuel Vadot};
664