xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/glymur-crd.dtsi (revision 69ed3df4f588860308677cda76cbcce1f19a54c9)
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4 */
5
6#include "pmcx0102.dtsi"        /* SPMI0: SID-2/3 SPMI1: SID-2/3 */
7#include "pmh0101.dtsi"         /* SPMI0: SID-1                  */
8#include "pmh0110-glymur.dtsi"  /* SPMI0: SID-5/7 SPMI1: SID-5   */
9#include "pmh0104-glymur.dtsi"  /* SPMI0: SID-8/9 SPMI1: SID-11  */
10#include "pmk8850.dtsi"         /* SPMI0: SID-0                  */
11#include "smb2370.dtsi"         /* SPMI2: SID-9/10/11            */
12
13/ {
14	model = "Qualcomm Technologies, Inc. Glymur CRD";
15	compatible = "qcom,glymur-crd", "qcom,glymur";
16
17	aliases {
18		serial0 = &uart21;
19		serial1 = &uart14;
20		i2c0 = &i2c0;
21		i2c1 = &i2c4;
22		i2c2 = &i2c5;
23		spi0 = &spi18;
24	};
25
26	chosen {
27		stdout-path = "serial0:115200n8";
28	};
29
30	clocks {
31		xo_board: xo-board {
32			compatible = "fixed-clock";
33			clock-frequency = <38400000>;
34			#clock-cells = <0>;
35		};
36
37		sleep_clk: sleep-clk {
38			compatible = "fixed-clock";
39			clock-frequency = <32000>;
40			#clock-cells = <0>;
41		};
42	};
43
44	gpio-keys {
45		compatible = "gpio-keys";
46
47		pinctrl-0 = <&key_vol_up_default>;
48		pinctrl-names = "default";
49
50		key-volume-up {
51			label = "Volume Up";
52			linux,code = <KEY_VOLUMEUP>;
53			gpios = <&pmh0101_gpios 6 GPIO_ACTIVE_LOW>;
54			debounce-interval = <15>;
55			linux,can-disable;
56			wakeup-source;
57		};
58	};
59
60	vreg_nvme: regulator-nvme {
61		compatible = "regulator-fixed";
62
63		regulator-name = "VREG_NVME_3P3";
64		regulator-min-microvolt = <3300000>;
65		regulator-max-microvolt = <3300000>;
66
67		gpio = <&pmh0101_gpios 14 GPIO_ACTIVE_HIGH>;
68		enable-active-high;
69
70		pinctrl-0 = <&nvme_reg_en>;
71		pinctrl-names = "default";
72
73		regulator-boot-on;
74	};
75
76	vreg_nvmesec: regulator-nvmesec {
77		compatible = "regulator-fixed";
78
79		regulator-name = "VREG_NVME_SEC_3P3";
80		regulator-min-microvolt = <3300000>;
81		regulator-max-microvolt = <3300000>;
82
83		gpio = <&pmh0110_f_e1_gpios 14 GPIO_ACTIVE_HIGH>;
84		enable-active-high;
85
86		pinctrl-0 = <&nvme_sec_reg_en>;
87		pinctrl-names = "default";
88
89		regulator-boot-on;
90	};
91
92	vreg_wcn_0p95: regulator-wcn-0p95 {
93		compatible = "regulator-fixed";
94
95		regulator-name = "VREG_WCN_0P95";
96		regulator-min-microvolt = <950000>;
97		regulator-max-microvolt = <950000>;
98
99		vin-supply = <&vreg_wcn_3p3>;
100	};
101
102	vreg_wcn_3p3: regulator-wcn-3p3 {
103		compatible = "regulator-fixed";
104
105		regulator-name = "VREG_WCN_3P3";
106		regulator-min-microvolt = <3300000>;
107		regulator-max-microvolt = <3300000>;
108
109		gpio = <&tlmm 94 GPIO_ACTIVE_HIGH>;
110		enable-active-high;
111
112		pinctrl-0 = <&wcn_sw_en>;
113		pinctrl-names = "default";
114
115		regulator-boot-on;
116	};
117
118	vreg_wwan: regulator-wwan {
119		compatible = "regulator-fixed";
120
121		regulator-name = "VREG_WWAN_3P3";
122		regulator-min-microvolt = <3300000>;
123		regulator-max-microvolt = <3300000>;
124
125		gpio = <&tlmm 246 GPIO_ACTIVE_HIGH>;
126		enable-active-high;
127
128		pinctrl-0 = <&wwan_reg_en>;
129		pinctrl-names = "default";
130	};
131
132	wcn7850-pmu {
133		compatible = "qcom,wcn7850-pmu";
134
135		vdd-supply = <&vreg_wcn_0p95>;
136		vddio-supply = <&vreg_l15b_e0_1p8>;
137		vddaon-supply = <&vreg_l15b_e0_1p8>;
138		vdddig-supply = <&vreg_l15b_e0_1p8>;
139		vddrfa1p2-supply = <&vreg_l15b_e0_1p8>;
140		vddrfa1p8-supply = <&vreg_l15b_e0_1p8>;
141
142		wlan-enable-gpios = <&tlmm 117 GPIO_ACTIVE_HIGH>;
143		bt-enable-gpios = <&tlmm 116 GPIO_ACTIVE_HIGH>;
144
145		pinctrl-0 = <&wcn_wlan_bt_en>;
146		pinctrl-names = "default";
147
148		regulators {
149			vreg_pmu_rfa_cmn: ldo0 {
150				regulator-name = "vreg_pmu_rfa_cmn";
151			};
152
153			vreg_pmu_aon_0p59: ldo1 {
154				regulator-name = "vreg_pmu_aon_0p59";
155			};
156
157			vreg_pmu_wlcx_0p8: ldo2 {
158				regulator-name = "vreg_pmu_wlcx_0p8";
159			};
160
161			vreg_pmu_wlmx_0p85: ldo3 {
162				regulator-name = "vreg_pmu_wlmx_0p85";
163			};
164
165			vreg_pmu_btcmx_0p85: ldo4 {
166				regulator-name = "vreg_pmu_btcmx_0p85";
167			};
168
169			vreg_pmu_rfa_0p8: ldo5 {
170				regulator-name = "vreg_pmu_rfa_0p8";
171			};
172
173			vreg_pmu_rfa_1p2: ldo6 {
174				regulator-name = "vreg_pmu_rfa_1p2";
175			};
176
177			vreg_pmu_rfa_1p8: ldo7 {
178				regulator-name = "vreg_pmu_rfa_1p8";
179			};
180
181			vreg_pmu_pcie_0p9: ldo8 {
182				regulator-name = "vreg_pmu_pcie_0p9";
183			};
184
185			vreg_pmu_pcie_1p8: ldo9 {
186				regulator-name = "vreg_pmu_pcie_1p8";
187			};
188		};
189	};
190};
191
192&apps_rsc {
193	regulators-0 {
194		compatible = "qcom,pmh0101-rpmh-regulators";
195		qcom,pmic-id = "B_E0";
196
197		vreg_bob1_e0: bob1 {
198			regulator-name = "vreg_bob1_e0";
199			regulator-min-microvolt = <2200000>;
200			regulator-max-microvolt = <4224000>;
201			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
202		};
203
204		vreg_bob2_e0: bob2 {
205			regulator-name = "vreg_bob2_e0";
206			regulator-min-microvolt = <2540000>;
207			regulator-max-microvolt = <3600000>;
208			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
209		};
210
211		vreg_l1b_e0_1p8: ldo1 {
212			regulator-name = "vreg_l1b_e0_1p8";
213			regulator-min-microvolt = <1800000>;
214			regulator-max-microvolt = <1800000>;
215			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
216		};
217
218		vreg_l2b_e0_2p9: ldo2 {
219			regulator-name = "vreg_l2b_e0_2p9";
220			regulator-min-microvolt = <2904000>;
221			regulator-max-microvolt = <2904000>;
222			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
223		};
224
225		vreg_l7b_e0_2p79: ldo7 {
226			regulator-name = "vreg_l7b_e0_2p79";
227			regulator-min-microvolt = <2790000>;
228			regulator-max-microvolt = <2792000>;
229			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
230		};
231
232		vreg_l8b_e0_1p50: ldo8 {
233			regulator-name = "vreg_l8b_e0_1p50";
234			regulator-min-microvolt = <1504000>;
235			regulator-max-microvolt = <1504000>;
236			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
237		};
238
239		vreg_l9b_e0_2p7: ldo9 {
240			regulator-name = "vreg_l9b_e0_2p7";
241			regulator-min-microvolt = <2704000>;
242			regulator-max-microvolt = <2704000>;
243			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
244		};
245
246		vreg_l10b_e0_1p8: ldo10 {
247			regulator-name = "vreg_l10b_e0_1p8";
248			regulator-min-microvolt = <1800000>;
249			regulator-max-microvolt = <1800000>;
250			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
251		};
252
253		vreg_l11b_e0_1p2: ldo11 {
254			regulator-name = "vreg_l11b_e0_1p2";
255			regulator-min-microvolt = <1200000>;
256			regulator-max-microvolt = <1200000>;
257			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
258		};
259
260		vreg_l12b_e0_1p14: ldo12 {
261			regulator-name = "vreg_l12b_e0_1p14";
262			regulator-min-microvolt = <1144000>;
263			regulator-max-microvolt = <1144000>;
264			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
265		};
266
267		vreg_l15b_e0_1p8: ldo15 {
268			regulator-name = "vreg_l15b_e0_1p8";
269			regulator-min-microvolt = <1800000>;
270			regulator-max-microvolt = <1800000>;
271			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
272		};
273
274		vreg_l17b_e0_2p4: ldo17 {
275			regulator-name = "vreg_l17b_e0_2p4";
276			regulator-min-microvolt = <2400000>;
277			regulator-max-microvolt = <2700000>;
278			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
279		};
280
281		vreg_l18b_e0_1p2: ldo18 {
282			regulator-name = "vreg_l18b_e0_1p2";
283			regulator-min-microvolt = <1200000>;
284			regulator-max-microvolt = <1200000>;
285			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
286		};
287	};
288
289	regulators-1 {
290		compatible = "qcom,pmcx0102-rpmh-regulators";
291		qcom,pmic-id = "C_E1";
292
293		vreg_l1c_e1_0p82: ldo1 {
294			regulator-name = "vreg_l1c_e1_0p82";
295			regulator-min-microvolt = <832000>;
296			regulator-max-microvolt = <832000>;
297			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
298		};
299
300		vreg_l2c_e1_1p14: ldo2 {
301			regulator-name = "vreg_l2c_e1_1p14";
302			regulator-min-microvolt = <1144000>;
303			regulator-max-microvolt = <1144000>;
304			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
305		};
306
307		vreg_l3c_e1_0p89: ldo3 {
308			regulator-name = "vreg_l3c_e1_0p89";
309			regulator-min-microvolt = <890000>;
310			regulator-max-microvolt = <980000>;
311			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
312		};
313
314		vreg_l4c_e1_0p72: ldo4 {
315			regulator-name = "vreg_l4c_e1_0p72";
316			regulator-min-microvolt = <720000>;
317			regulator-max-microvolt = <720000>;
318			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
319		};
320	};
321
322	regulators-2 {
323		compatible = "qcom,pmh0110-rpmh-regulators";
324		qcom,pmic-id = "F_E0";
325
326		vreg_s7f_e0_1p32: smps7 {
327			regulator-name = "vreg_s7f_e0_1p32";
328			regulator-min-microvolt = <1320000>;
329			regulator-max-microvolt = <1352000>;
330			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
331		};
332
333		vreg_s8f_e0_0p95: smps8 {
334			regulator-name = "vreg_s8f_e0_0p95";
335			regulator-min-microvolt = <952000>;
336			regulator-max-microvolt = <1200000>;
337			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
338		};
339
340		vreg_s9f_e0_1p9: smps9 {
341			regulator-name = "vreg_s9f_e0_1p9";
342			regulator-min-microvolt = <1900000>;
343			regulator-max-microvolt = <2000000>;
344			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
345		};
346
347		vreg_l2f_e0_0p82: ldo2 {
348			regulator-name = "vreg_l2f_e0_0p82";
349			regulator-min-microvolt = <832000>;
350			regulator-max-microvolt = <832000>;
351			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
352		};
353
354		vreg_l3f_e0_0p72: ldo3 {
355			regulator-name = "vreg_l3f_e0_0p72";
356			regulator-min-microvolt = <720000>;
357			regulator-max-microvolt = <720000>;
358			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
359		};
360
361		vreg_l4f_e0_0p3: ldo4 {
362			regulator-name = "vreg_l4f_e0_0p3";
363			regulator-min-microvolt = <1080000>;
364			regulator-max-microvolt = <1200000>;
365			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
366		};
367	};
368
369	regulators-3 {
370		compatible = "qcom,pmh0110-rpmh-regulators";
371		qcom,pmic-id = "F_E1";
372
373		vreg_s7f_e1_0p3: smps7 {
374			regulator-name = "vreg_s7f_e1_0p3";
375			regulator-min-microvolt = <300000>;
376			regulator-max-microvolt = <1200000>;
377			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
378		};
379
380		vreg_l1f_e1_0p82: ldo1 {
381			regulator-name = "vreg_l1f_e1_0p82";
382			regulator-min-microvolt = <832000>;
383			regulator-max-microvolt = <832000>;
384			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
385		};
386
387		vreg_l2f_e1_0p83: ldo2 {
388			regulator-name = "vreg_l2f_e1_0p83";
389			regulator-min-microvolt = <832000>;
390			regulator-max-microvolt = <832000>;
391			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
392		};
393
394		vreg_l4f_e1_1p08: ldo4 {
395			regulator-name = "vreg_l4f_e1_1p08";
396			regulator-min-microvolt = <1080000>;
397			regulator-max-microvolt = <1320000>;
398			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
399		};
400	};
401
402	regulators-4 {
403		compatible = "qcom,pmh0110-rpmh-regulators";
404		qcom,pmic-id = "H_E0";
405
406		vreg_l1h_e0_0p89: ldo1 {
407			regulator-name = "vreg_l1h_e0_0p89";
408			regulator-min-microvolt = <832000>;
409			regulator-max-microvolt = <832000>;
410			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
411		};
412
413		vreg_l2h_e0_0p72: ldo2 {
414			regulator-name = "vreg_l2h_e0_0p72";
415			regulator-min-microvolt = <832000>;
416			regulator-max-microvolt = <832000>;
417			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
418		};
419
420		vreg_l3h_e0_0p32: ldo3 {
421			regulator-name = "vreg_l3h_e0_0p32";
422			regulator-min-microvolt = <320000>;
423			regulator-max-microvolt = <2000000>;
424			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
425		};
426
427		vreg_l4h_e0_1p2: ldo4 {
428			regulator-name = "vreg_l4h_e0_1p2";
429			regulator-min-microvolt = <1080000>;
430			regulator-max-microvolt = <1320000>;
431			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
432		};
433	};
434};
435
436&pcie3b {
437	vddpe-3v3-supply = <&vreg_nvmesec>;
438
439	pinctrl-0 = <&pcie3b_default>;
440	pinctrl-names = "default";
441};
442
443&pcie3b_phy {
444	vdda-phy-supply = <&vreg_l3c_e1_0p89>;
445	vdda-pll-supply = <&vreg_l2c_e1_1p14>;
446};
447
448&pcie3b_port0 {
449	reset-gpios = <&tlmm 155 GPIO_ACTIVE_LOW>;
450	wake-gpios = <&tlmm 157 GPIO_ACTIVE_LOW>;
451};
452
453&pcie4 {
454	pinctrl-0 = <&pcie4_default>;
455	pinctrl-names = "default";
456
457	status = "okay";
458};
459
460&pcie4_phy {
461	vdda-phy-supply = <&vreg_l1c_e1_0p82>;
462	vdda-pll-supply = <&vreg_l4f_e1_1p08>;
463
464	status = "okay";
465};
466
467&pcie4_port0 {
468	reset-gpios = <&tlmm 146 GPIO_ACTIVE_LOW>;
469	wake-gpios = <&tlmm 148 GPIO_ACTIVE_LOW>;
470
471	wifi@0 {
472		compatible = "pci17cb,1107";
473		reg = <0x10000 0x0 0x0 0x0 0x0>;
474
475		vddaon-supply = <&vreg_pmu_aon_0p59>;
476		vddwlcx-supply = <&vreg_pmu_wlcx_0p8>;
477		vddwlmx-supply = <&vreg_pmu_wlmx_0p85>;
478		vddrfacmn-supply = <&vreg_pmu_rfa_cmn>;
479		vddrfa0p8-supply = <&vreg_pmu_rfa_0p8>;
480		vddrfa1p2-supply = <&vreg_pmu_rfa_1p2>;
481		vddrfa1p8-supply = <&vreg_pmu_rfa_1p8>;
482		vddpcie0p9-supply = <&vreg_pmu_pcie_0p9>;
483		vddpcie1p8-supply = <&vreg_pmu_pcie_1p8>;
484	};
485};
486
487&pcie5 {
488	vddpe-3v3-supply = <&vreg_nvme>;
489
490	pinctrl-0 = <&pcie5_default>;
491	pinctrl-names = "default";
492
493	status = "okay";
494};
495
496&pcie5_phy {
497	vdda-phy-supply = <&vreg_l2f_e0_0p82>;
498	vdda-pll-supply = <&vreg_l4h_e0_1p2>;
499
500	status = "okay";
501};
502
503&pcie5_port0 {
504	reset-gpios = <&tlmm 152 GPIO_ACTIVE_LOW>;
505	wake-gpios = <&tlmm 154 GPIO_ACTIVE_LOW>;
506};
507
508&pcie6 {
509	vddpe-3v3-supply = <&vreg_wwan>;
510
511	pinctrl-0 = <&pcie6_default>;
512	pinctrl-names = "default";
513
514	status = "okay";
515};
516
517&pcie6_phy {
518	vdda-phy-supply = <&vreg_l1c_e1_0p82>;
519	vdda-pll-supply = <&vreg_l4f_e1_1p08>;
520
521	status = "okay";
522};
523
524&pcie6_port0 {
525	reset-gpios = <&tlmm 149 GPIO_ACTIVE_LOW>;
526	wake-gpios = <&tlmm 151 GPIO_ACTIVE_LOW>;
527};
528
529&pmh0101_gpios {
530	nvme_reg_en: nvme-reg-en-state {
531		pins = "gpio14";
532		function = "normal";
533		bias-disable;
534	};
535};
536
537&pmh0110_f_e1_gpios {
538	nvme_sec_reg_en: nvme-reg-en-state {
539		pins = "gpio14";
540		function = "normal";
541		bias-disable;
542	};
543};
544
545&pmh0101_gpios {
546	key_vol_up_default: key-vol-up-default-state {
547		pins = "gpio6";
548		function = "normal";
549		output-disable;
550		bias-pull-up;
551	};
552};
553
554&pmk8850_rtc {
555	qcom,no-alarm;
556};
557
558&pon_resin {
559	linux,code = <KEY_VOLUMEDOWN>;
560	status = "okay";
561};
562
563&tlmm {
564	gpio-reserved-ranges = <4 4>, /* EC TZ Secure I3C */
565			       <10 2>, /* OOB UART */
566			       <44 4>; /* Security SPI (TPM) */
567
568	pcie4_default: pcie4-default-state {
569		clkreq-n-pins {
570			pins = "gpio147";
571			function = "pcie4_clk_req_n";
572			drive-strength = <2>;
573			bias-pull-up;
574		};
575
576		perst-n-pins {
577			pins = "gpio146";
578			function = "gpio";
579			drive-strength = <2>;
580			bias-disable;
581		};
582
583		wake-n-pins {
584			pins = "gpio148";
585			function = "gpio";
586			drive-strength = <2>;
587			bias-pull-up;
588		};
589	};
590
591	pcie5_default: pcie5-default-state {
592		clkreq-n-pins {
593			pins = "gpio153";
594			function = "pcie5_clk_req_n";
595			drive-strength = <2>;
596			bias-pull-up;
597		};
598
599		perst-n-pins {
600			pins = "gpio152";
601			function = "gpio";
602			drive-strength = <2>;
603			bias-disable;
604		};
605
606		wake-n-pins {
607			pins = "gpio154";
608			function = "gpio";
609			drive-strength = <2>;
610			bias-pull-up;
611		};
612	};
613
614	pcie6_default: pcie6-default-state {
615		clkreq-n-pins {
616			pins = "gpio150";
617			function = "pcie6_clk_req_n";
618			drive-strength = <2>;
619			bias-pull-up;
620		};
621
622		perst-n-pins {
623			pins = "gpio149";
624			function = "gpio";
625			drive-strength = <2>;
626			bias-disable;
627		};
628
629		wake-n-pins {
630			pins = "gpio151";
631			function = "gpio";
632			drive-strength = <2>;
633			bias-pull-up;
634		};
635	};
636
637	pcie3b_default: pcie3b-default-state {
638		clkreq-n-pins {
639			pins = "gpio156";
640			function = "pcie3b_clk";
641			drive-strength = <2>;
642			bias-pull-up;
643		};
644
645		perst-n-pins {
646			pins = "gpio155";
647			function = "gpio";
648			drive-strength = <2>;
649			bias-disable;
650		};
651
652		wake-n-pins {
653			pins = "gpio157";
654			function = "gpio";
655			drive-strength = <2>;
656			bias-pull-up;
657		};
658	};
659
660	wcn_wlan_bt_en: wcn-wlan-bt-en-state {
661		pins = "gpio116", "gpio117";
662		function = "gpio";
663		drive-strength = <2>;
664		bias-disable;
665	};
666
667	wcn_sw_en: wcn-sw-en-state {
668		pins = "gpio94";
669		function = "gpio";
670		drive-strength = <2>;
671		bias-disable;
672	};
673
674	wwan_reg_en: wwan-reg-en-state {
675		pins = "gpio246";
676		function = "gpio";
677		drive-strength = <2>;
678		bias-disable;
679	};
680};
681
682&uart14 {
683	status = "okay";
684
685	bluetooth {
686		compatible = "qcom,wcn7850-bt";
687		max-speed = <3200000>;
688
689		vddaon-supply = <&vreg_pmu_aon_0p59>;
690		vddwlcx-supply = <&vreg_pmu_wlcx_0p8>;
691		vddwlmx-supply = <&vreg_pmu_wlmx_0p85>;
692		vddrfacmn-supply = <&vreg_pmu_rfa_cmn>;
693		vddrfa0p8-supply = <&vreg_pmu_rfa_0p8>;
694		vddrfa1p2-supply = <&vreg_pmu_rfa_1p2>;
695		vddrfa1p8-supply = <&vreg_pmu_rfa_1p8>;
696	};
697};
698