• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2020, Linaro Ltd.
4 */
5
6/dts-v1/;
7
8#include <dt-bindings/gpio/gpio.h>
9#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
10#include "sm8250.dtsi"
11#include "pm8150.dtsi"
12#include "pm8150b.dtsi"
13#include "pm8150l.dtsi"
14
15/ {
16	model = "Qualcomm Technologies, Inc. Robotics RB5";
17	compatible = "qcom,qrb5165-rb5", "qcom,sm8250";
18
19	aliases {
20		serial0 = &uart12;
21	};
22
23	chosen {
24		stdout-path = "serial0:115200n8";
25	};
26
27	dc12v: dc12v-regulator {
28		compatible = "regulator-fixed";
29		regulator-name = "DC12V";
30		regulator-min-microvolt = <12000000>;
31		regulator-max-microvolt = <12000000>;
32		regulator-always-on;
33	};
34
35	leds {
36		compatible = "gpio-leds";
37
38		user4 {
39			label = "green:user4";
40			gpios = <&pm8150_gpios 10 GPIO_ACTIVE_HIGH>;
41			linux,default-trigger = "panic-indicator";
42			default-state = "off";
43		};
44
45		wlan {
46			label = "yellow:wlan";
47			gpios = <&pm8150_gpios 9 GPIO_ACTIVE_HIGH>;
48			linux,default-trigger = "phy0tx";
49			default-state = "off";
50		};
51
52		bt {
53			label = "blue:bt";
54			gpios = <&pm8150_gpios 7 GPIO_ACTIVE_HIGH>;
55			linux,default-trigger = "bluetooth-power";
56			default-state = "off";
57		};
58
59	};
60
61	vbat: vbat-regulator {
62		compatible = "regulator-fixed";
63		regulator-name = "VBAT";
64		vin-supply = <&vreg_l11c_3p3>;
65		regulator-min-microvolt = <4200000>;
66		regulator-max-microvolt = <4200000>;
67		regulator-always-on;
68	};
69
70	vbat_som: vbat-som-regulator {
71		compatible = "regulator-fixed";
72		regulator-name = "VBAT_SOM";
73		vin-supply = <&dc12v>;
74		regulator-min-microvolt = <4200000>;
75		regulator-max-microvolt = <4200000>;
76		regulator-always-on;
77	};
78
79	vdc_3v3: vdc-3v3-regulator {
80		compatible = "regulator-fixed";
81		regulator-name = "VDC_3V3";
82		vin-supply = <&dc12v>;
83		regulator-min-microvolt = <3300000>;
84		regulator-max-microvolt = <3300000>;
85		regulator-always-on;
86	};
87
88	vdc_5v: vdc-5v-regulator {
89		compatible = "regulator-fixed";
90		regulator-name = "VDC_5V";
91
92		regulator-min-microvolt = <5000000>;
93		regulator-max-microvolt = <5000000>;
94		regulator-always-on;
95		vin-supply = <&vreg_l11c_3p3>;
96	};
97
98	vph_pwr: vph-pwr-regulator {
99		compatible = "regulator-fixed";
100		regulator-name = "vph_pwr";
101		regulator-min-microvolt = <3700000>;
102		regulator-max-microvolt = <3700000>;
103		regulator-always-on;
104	};
105
106	vreg_s4a_1p8: vreg-s4a-1p8 {
107		compatible = "regulator-fixed";
108		regulator-name = "vreg_s4a_1p8";
109		regulator-min-microvolt = <1800000>;
110		regulator-max-microvolt = <1800000>;
111		regulator-always-on;
112	};
113};
114
115&apps_rsc {
116	pm8009-rpmh-regulators {
117		compatible = "qcom,pm8009-1-rpmh-regulators";
118		qcom,pmic-id = "f";
119
120		vdd-s1-supply = <&vph_pwr>;
121		vdd-s2-supply = <&vph_pwr>;
122		vdd-l2-supply = <&vreg_s8c_1p3>;
123		vdd-l5-l6-supply = <&vreg_bob>;
124		vdd-l7-supply = <&vreg_s4a_1p8>;
125
126		vreg_s2f_0p95: smps2 {
127			regulator-name = "vreg_s2f_0p95";
128			regulator-min-microvolt = <900000>;
129			regulator-max-microvolt = <952000>;
130			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
131		};
132
133		vreg_l1f_1p1: ldo1 {
134			regulator-name = "vreg_l1f_1p1";
135			regulator-min-microvolt = <1104000>;
136			regulator-max-microvolt = <1104000>;
137			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
138		};
139
140		vreg_l2f_1p2: ldo2 {
141			regulator-name = "vreg_l2f_1p2";
142			regulator-min-microvolt = <1200000>;
143			regulator-max-microvolt = <1200000>;
144			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
145		};
146
147		vreg_l6f_2p8: ldo6 {
148			regulator-name = "vreg_l6f_2p8";
149			regulator-min-microvolt = <2800000>;
150			regulator-max-microvolt = <2800000>;
151			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
152		};
153
154		vreg_l7f_1p8: ldo7 {
155			regulator-name = "vreg_l7f_1p8";
156			regulator-min-microvolt = <1800000>;
157			regulator-max-microvolt = <1800000>;
158			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
159		};
160	};
161
162	pm8150-rpmh-regulators {
163		compatible = "qcom,pm8150-rpmh-regulators";
164		qcom,pmic-id = "a";
165
166		vdd-s1-supply = <&vph_pwr>;
167		vdd-s2-supply = <&vph_pwr>;
168		vdd-s3-supply = <&vph_pwr>;
169		vdd-s4-supply = <&vph_pwr>;
170		vdd-s5-supply = <&vph_pwr>;
171		vdd-s6-supply = <&vph_pwr>;
172		vdd-s7-supply = <&vph_pwr>;
173		vdd-s8-supply = <&vph_pwr>;
174		vdd-s9-supply = <&vph_pwr>;
175		vdd-s10-supply = <&vph_pwr>;
176		vdd-l2-l10-supply = <&vreg_bob>;
177		vdd-l3-l4-l5-l18-supply = <&vreg_s6a_0p95>;
178		vdd-l6-l9-supply = <&vreg_s8c_1p3>;
179		vdd-l7-l12-l14-l15-supply = <&vreg_s5a_1p9>;
180		vdd-l13-l16-l17-supply = <&vreg_bob>;
181
182		vreg_l2a_3p1: ldo2 {
183			regulator-name = "vreg_l2a_3p1";
184			regulator-min-microvolt = <3072000>;
185			regulator-max-microvolt = <3072000>;
186			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
187		};
188
189		vreg_l3a_0p9: ldo3 {
190			regulator-name = "vreg_l3a_0p9";
191			regulator-min-microvolt = <928000>;
192			regulator-max-microvolt = <932000>;
193			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
194		};
195
196		vreg_l5a_0p88: ldo5 {
197			regulator-name = "vreg_l5a_0p88";
198			regulator-min-microvolt = <880000>;
199			regulator-max-microvolt = <880000>;
200			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
201		};
202
203		vreg_l6a_1p2: ldo6 {
204			regulator-name = "vreg_l6a_1p2";
205			regulator-min-microvolt = <1200000>;
206			regulator-max-microvolt = <1200000>;
207			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
208		};
209
210		vreg_l7a_1p7: ldo7 {
211			regulator-name = "vreg_l7a_1p7";
212			regulator-min-microvolt = <1704000>;
213			regulator-max-microvolt = <1800000>;
214			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
215		};
216
217		vreg_l9a_1p2: ldo9 {
218			regulator-name = "vreg_l9a_1p2";
219			regulator-min-microvolt = <1200000>;
220			regulator-max-microvolt = <1200000>;
221			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
222		};
223
224		vreg_l10a_1p8: ldo10 {
225			regulator-name = "vreg_l10a_1p8";
226			regulator-min-microvolt = <1800000>;
227			regulator-max-microvolt = <1800000>;
228			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
229		};
230
231		vreg_l12a_1p8: ldo12 {
232			regulator-name = "vreg_l12a_1p8";
233			regulator-min-microvolt = <1800000>;
234			regulator-max-microvolt = <1800000>;
235			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
236		};
237
238		vreg_l13a_ts_3p0: ldo13 {
239			regulator-name = "vreg_l13a_ts_3p0";
240			regulator-min-microvolt = <3008000>;
241			regulator-max-microvolt = <3008000>;
242			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
243		};
244
245		vreg_l14a_1p8: ldo14 {
246			regulator-name = "vreg_l14a_1p8";
247			regulator-min-microvolt = <1800000>;
248			regulator-max-microvolt = <1880000>;
249			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
250		};
251
252		vreg_l15a_1p8: ldo15 {
253			regulator-name = "vreg_l15a_1p8";
254			regulator-min-microvolt = <1800000>;
255			regulator-max-microvolt = <1800000>;
256			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
257		};
258
259		vreg_l16a_2p7: ldo16 {
260			regulator-name = "vreg_l16a_2p7";
261			regulator-min-microvolt = <2704000>;
262			regulator-max-microvolt = <2960000>;
263			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
264		};
265
266		vreg_l17a_3p0: ldo17 {
267			regulator-name = "vreg_l17a_3p0";
268			regulator-min-microvolt = <2856000>;
269			regulator-max-microvolt = <3008000>;
270			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
271		};
272
273		vreg_l18a_0p92: ldo18 {
274			regulator-name = "vreg_l18a_0p92";
275			regulator-min-microvolt = <800000>;
276			regulator-max-microvolt = <912000>;
277			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
278		};
279
280		vreg_s5a_1p9: smps5 {
281			regulator-name = "vreg_s5a_1p9";
282			regulator-min-microvolt = <1904000>;
283			regulator-max-microvolt = <2000000>;
284			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
285		};
286
287		vreg_s6a_0p95: smps6 {
288			regulator-name = "vreg_s6a_0p95";
289			regulator-min-microvolt = <920000>;
290			regulator-max-microvolt = <1128000>;
291			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
292		};
293	};
294
295	pm8150l-rpmh-regulators {
296		compatible = "qcom,pm8150l-rpmh-regulators";
297		qcom,pmic-id = "c";
298
299		vdd-s1-supply = <&vph_pwr>;
300		vdd-s2-supply = <&vph_pwr>;
301		vdd-s3-supply = <&vph_pwr>;
302		vdd-s4-supply = <&vph_pwr>;
303		vdd-s5-supply = <&vph_pwr>;
304		vdd-s6-supply = <&vph_pwr>;
305		vdd-s7-supply = <&vph_pwr>;
306		vdd-s8-supply = <&vph_pwr>;
307		vdd-l1-l8-supply = <&vreg_s4a_1p8>;
308		vdd-l2-l3-supply = <&vreg_s8c_1p3>;
309		vdd-l4-l5-l6-supply = <&vreg_bob>;
310		vdd-l7-l11-supply = <&vreg_bob>;
311		vdd-l9-l10-supply = <&vreg_bob>;
312		vdd-bob-supply = <&vph_pwr>;
313
314		vreg_bob: bob {
315			regulator-name = "vreg_bob";
316			regulator-min-microvolt = <3008000>;
317			regulator-max-microvolt = <4000000>;
318			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
319		};
320
321		vreg_l1c_1p8: ldo1 {
322			regulator-name = "vreg_l1c_1p8";
323			regulator-min-microvolt = <1800000>;
324			regulator-max-microvolt = <1800000>;
325			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
326		};
327
328		vreg_l2c_1p2: ldo2 {
329			regulator-name = "vreg_l2c_1p2";
330			regulator-min-microvolt = <1200000>;
331			regulator-max-microvolt = <1200000>;
332			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
333		};
334
335		vreg_l3c_0p8: ldo3 {
336			regulator-name = "vreg_l3c_0p8";
337			regulator-min-microvolt = <800000>;
338			regulator-max-microvolt = <800000>;
339			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
340		};
341
342		vreg_l4c_1p7: ldo4 {
343			regulator-name = "vreg_l4c_1p7";
344			regulator-min-microvolt = <1704000>;
345			regulator-max-microvolt = <2928000>;
346			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
347		};
348
349		vreg_l5c_1p8: ldo5 {
350			regulator-name = "vreg_l5c_1p8";
351			regulator-min-microvolt = <1800000>;
352			regulator-max-microvolt = <2928000>;
353			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
354		};
355
356		vreg_l6c_2p96: ldo6 {
357			regulator-name = "vreg_l6c_2p96";
358			regulator-min-microvolt = <1800000>;
359			regulator-max-microvolt = <2960000>;
360			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
361		};
362
363		vreg_l7c_cam_vcm0_2p85: ldo7 {
364			regulator-name = "vreg_l7c_cam_vcm0_2p85";
365			regulator-min-microvolt = <2856000>;
366			regulator-max-microvolt = <3104000>;
367			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
368		};
369
370		vreg_l8c_1p8: ldo8 {
371			regulator-name = "vreg_l8c_1p8";
372			regulator-min-microvolt = <1800000>;
373			regulator-max-microvolt = <1800000>;
374			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
375		};
376
377		vreg_l9c_2p96: ldo9 {
378			regulator-name = "vreg_l9c_2p96";
379			regulator-min-microvolt = <2704000>;
380			regulator-max-microvolt = <2960000>;
381			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
382		};
383
384		vreg_l10c_3p0: ldo10 {
385			regulator-name = "vreg_l10c_3p0";
386			regulator-min-microvolt = <3000000>;
387			regulator-max-microvolt = <3000000>;
388			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
389		};
390
391		vreg_l11c_3p3: ldo11 {
392			regulator-name = "vreg_l11c_3p3";
393			regulator-min-microvolt = <3296000>;
394			regulator-max-microvolt = <3296000>;
395			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
396			regulator-always-on;
397		};
398
399		vreg_s8c_1p3: smps8 {
400			regulator-name = "vreg_s8c_1p3";
401			regulator-min-microvolt = <1352000>;
402			regulator-max-microvolt = <1352000>;
403			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
404		};
405	};
406};
407
408/* LS-I2C0 */
409&i2c4 {
410	status = "okay";
411};
412
413&i2c5 {
414	status = "okay";
415};
416
417/* LS-I2C1 */
418&i2c15 {
419	status = "okay";
420};
421
422&pm8150_gpios {
423	gpio-reserved-ranges = <1 1>, <3 2>, <7 1>;
424	gpio-line-names =
425		"NC",
426		"OPTION2",
427		"PM_GPIO-F",
428		"PM_SLP_CLK_IN",
429		"OPTION1",
430		"VOL_UP_N",
431		"PM8250_GPIO7", /* Blue LED */
432		"SP_ARI_PWR_ALARM",
433		"GPIO_9_P", /* Yellow LED */
434		"GPIO_10_P"; /* Green LED */
435};
436
437&pm8150b_gpios {
438	gpio-line-names =
439		"NC",
440		"NC",
441		"NC",
442		"NC",
443		"HAP_BOOST_EN", /* SOM */
444		"SMB_STAT", /* SOM */
445		"NC",
446		"NC",
447		"SDM_FORCE_USB_BOOT",
448		"NC",
449		"NC",
450		"NC";
451};
452
453&pm8150l_gpios {
454	gpio-line-names =
455		"NC",
456		"PM3003A_EN",
457		"NC",
458		"NC",
459		"PM_GPIO5", /* HDMI RST_N */
460		"PM_GPIO-A", /* PWM */
461		"PM_GPIO7",
462		"NC",
463		"NC",
464		"PM_GPIO-B",
465		"NC",
466		"PM3003A_MODE";
467};
468
469&qupv3_id_0 {
470	status = "okay";
471};
472
473&qupv3_id_1 {
474	status = "okay";
475};
476
477&qupv3_id_2 {
478	status = "okay";
479};
480
481/* CAN */
482&spi0 {
483	status = "okay";
484};
485
486&tlmm {
487	gpio-reserved-ranges = <40 4>;
488	gpio-line-names =
489		"GPIO-MM",
490		"GPIO-NN",
491		"GPIO-OO",
492		"GPIO-PP",
493		"GPIO-A",
494		"GPIO-C",
495		"GPIO-E",
496		"GPIO-D",
497		"I2C0-SDA",
498		"I2C0-SCL",
499		"GPIO-TT", /* GPIO_10 */
500		"NC",
501		"GPIO_12_I2C_SDA",
502		"GPIO_13_I2C_SCL",
503		"GPIO-X",
504		"GPIO_15_RGMII_INT",
505		"HST_BT_UART_CTS",
506		"HST_BT_UART_RFR",
507		"HST_BT_UART_TX",
508		"HST_BT_UART_RX",
509		"HST_WLAN_EN", /* GPIO_20 */
510		"HST_BT_EN",
511		"GPIO-AAA",
512		"GPIO-BBB",
513		"GPIO-CCC",
514		"GPIO-Z",
515		"GPIO-DDD",
516		"GPIO-BB",
517		"GPIO_28_CAN_SPI_MISO",
518		"GPIO_29_CAN_SPI_MOSI",
519		"GPIO_30_CAN_SPI_CLK", /* GPIO_30 */
520		"GPIO_31_CAN_SPI_CS",
521		"GPIO-UU",
522		"NC",
523		"UART1_TXD_SOM",
524		"UART1_RXD_SOM",
525		"UART0_CTS",
526		"UART0_RTS",
527		"UART0_TXD",
528		"UART0_RXD",
529		"SPI1_MISO", /* GPIO_40 */
530		"SPI1_MOSI",
531		"SPI1_CLK",
532		"SPI1_CS",
533		"I2C1_SDA",
534		"I2C1_SCL",
535		"GPIO-F",
536		"GPIO-JJ",
537		"Board_ID1",
538		"Board_ID2",
539		"NC", /* GPIO_50 */
540		"NC",
541		"SPI0_MISO",
542		"SPI0_MOSI",
543		"SPI0_SCLK",
544		"SPI0_CS",
545		"GPIO-QQ",
546		"GPIO-RR",
547		"USB2LAN_RESET",
548		"USB2LAN_EXTWAKE",
549		"NC", /* GPIO_60 */
550		"NC",
551		"NC",
552		"LT9611_INT",
553		"GPIO-AA",
554		"USB_CC_DIR",
555		"GPIO-G",
556		"GPIO-LL",
557		"USB_DP_HPD_1P8",
558		"NC",
559		"NC", /* GPIO_70 */
560		"SD_CMD",
561		"SD_DAT3",
562		"SD_SCLK",
563		"SD_DAT2",
564		"SD_DAT1",
565		"SD_DAT0", /* BOOT_CFG3 */
566		"SD_UFS_CARD_DET_N",
567		"GPIO-II",
568		"PCIE0_RST_N",
569		"PCIE0_CLK_REQ_N", /* GPIO_80 */
570		"PCIE0_WAKE_N",
571		"GPIO-CC",
572		"GPIO-DD",
573		"GPIO-EE",
574		"GPIO-FF",
575		"GPIO-GG",
576		"GPIO-HH",
577		"GPIO-VV",
578		"GPIO-WW",
579		"NC", /* GPIO_90 */
580		"NC",
581		"GPIO-K",
582		"GPIO-I",
583		"CSI0_MCLK",
584		"CSI1_MCLK",
585		"CSI2_MCLK",
586		"CSI3_MCLK",
587		"GPIO-AA", /* CSI4_MCLK */
588		"GPIO-BB", /* CSI5_MCLK */
589		"GPIO-KK", /* GPIO_100 */
590		"CCI_I2C_SDA0",
591		"CCI_I2C_SCL0",
592		"CCI_I2C_SDA1",
593		"CCI_I2C_SCL1",
594		"CCI_I2C_SDA2",
595		"CCI_I2C_SCL2",
596		"CCI_I2C_SDA3",
597		"CCI_I2C_SCL3",
598		"GPIO-L",
599		"NC", /* GPIO_110 */
600		"NC",
601		"ACCEL_INT",
602		"GYRO_INT",
603		"GPIO-J",
604		"GPIO-YY",
605		"GPIO-H",
606		"GPIO-ZZ",
607		"NC",
608		"NC",
609		"NC", /* GPIO_120 */
610		"NC",
611		"MAG_INT",
612		"MAG_DRDY_INT",
613		"HST_SW_CTRL",
614		"GPIO-M",
615		"GPIO-N",
616		"GPIO-O",
617		"GPIO-P",
618		"PS_INT",
619		"WSA1_EN", /* GPIO_130 */
620		"USB_HUB_RESET",
621		"SDM_FORCE_USB_BOOT",
622		"I2S1_CLK_HDMI",
623		"I2S1_DATA0_HDMI",
624		"I2S1_WS_HDMI",
625		"GPIO-B",
626		"GPIO_137", /* To LT9611_I2S_MCLK_3V3 */
627		"PCM_CLK",
628		"PCM_DI",
629		"PCM_DO", /* GPIO_140 */
630		"PCM_FS",
631		"HST_SLIM_CLK",
632		"HST_SLIM_DATA",
633		"GPIO-U",
634		"GPIO-Y",
635		"GPIO-R",
636		"GPIO-Q",
637		"GPIO-S",
638		"GPIO-T",
639		"GPIO-V", /* GPIO_150 */
640		"GPIO-W",
641		"DMIC_CLK1",
642		"DMIC_DATA1",
643		"DMIC_CLK2",
644		"DMIC_DATA2",
645		"WSA_SWR_CLK",
646		"WSA_SWR_DATA",
647		"DMIC_CLK3",
648		"DMIC_DATA3",
649		"I2C4_SDA", /* GPIO_160 */
650		"I2C4_SCL",
651		"SPI3_CS1",
652		"SPI3_CS2",
653		"SPI2_MISO_LS3",
654		"SPI2_MOSI_LS3",
655		"SPI2_CLK_LS3",
656		"SPI2_ACCEL_CS_LS3",
657		"SPI2_CS1",
658		"NC",
659		"GPIO-SS", /* GPIO_170 */
660		"GPIO-XX",
661		"SPI3_MISO",
662		"SPI3_MOSI",
663		"SPI3_CLK",
664		"SPI3_CS",
665		"HST_BLE_SNS_UART_TX",
666		"HST_BLE_SNS_UART_RX",
667		"HST_WLAN_UART_TX",
668		"HST_WLAN_UART_RX";
669};
670
671&uart12 {
672	status = "okay";
673};
674
675&ufs_mem_hc {
676	status = "okay";
677
678	vcc-supply = <&vreg_l17a_3p0>;
679	vcc-max-microamp = <800000>;
680	vccq-supply = <&vreg_l6a_1p2>;
681	vccq-max-microamp = <800000>;
682	vccq2-supply = <&vreg_s4a_1p8>;
683	vccq2-max-microamp = <800000>;
684};
685
686&ufs_mem_phy {
687	status = "okay";
688
689	vdda-phy-supply = <&vreg_l5a_0p88>;
690	vdda-max-microamp = <89900>;
691	vdda-pll-supply = <&vreg_l9a_1p2>;
692	vdda-pll-max-microamp = <18800>;
693};
694