1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3/dts-v1/;
4
5#include <dt-bindings/gpio/gpio.h>
6#include <dt-bindings/leds/common.h>
7#include <dt-bindings/pinctrl/rockchip.h>
8#include <dt-bindings/soc/rockchip,vop2.h>
9#include "rk3588s.dtsi"
10
11/ {
12	model = "Radxa ROCK 5A";
13	compatible = "radxa,rock-5a", "rockchip,rk3588s";
14
15	aliases {
16		ethernet0 = &gmac1;
17		mmc0 = &sdhci;
18		mmc1 = &sdmmc;
19	};
20
21	analog-sound {
22		compatible = "audio-graph-card";
23		label = "rk3588-es8316";
24
25		widgets = "Microphone", "Mic Jack",
26			  "Headphone", "Headphones";
27
28		routing = "MIC2", "Mic Jack",
29			  "Headphones", "HPOL",
30			  "Headphones", "HPOR";
31
32		dais = <&i2s0_8ch_p0>;
33	};
34
35	chosen {
36		stdout-path = "serial2:1500000n8";
37	};
38
39	hdmi0-con {
40		compatible = "hdmi-connector";
41		type = "d";
42
43		port {
44			hdmi0_con_in: endpoint {
45				remote-endpoint = <&hdmi0_out_con>;
46			};
47		};
48	};
49
50	leds {
51		compatible = "gpio-leds";
52		pinctrl-names = "default";
53		pinctrl-0 = <&io_led>;
54
55		io-led {
56			color = <LED_COLOR_ID_BLUE>;
57			function = LED_FUNCTION_STATUS;
58			gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
59			linux,default-trigger = "heartbeat";
60		};
61	};
62
63	fan: pwm-fan {
64		compatible = "pwm-fan";
65		cooling-levels = <0 95 145 195 255>;
66		fan-supply = <&vcc_5v0>;
67		pwms = <&pwm3 0 50000 0>;
68		#cooling-cells = <2>;
69	};
70
71	vcc12v_dcin: regulator-vcc12v-dcin {
72		compatible = "regulator-fixed";
73		regulator-name = "vcc12v_dcin";
74		regulator-always-on;
75		regulator-boot-on;
76		regulator-min-microvolt = <12000000>;
77		regulator-max-microvolt = <12000000>;
78	};
79
80	vcc3v3_wf: regulator-vcc3v3-wf {
81		compatible = "regulator-fixed";
82		regulator-name = "vcc3v3_wf";
83		regulator-min-microvolt = <3300000>;
84		regulator-max-microvolt = <3300000>;
85		enable-active-high;
86		gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
87		pinctrl-0 = <&pow_en>;
88		pinctrl-names = "default";
89		vin-supply = <&vcc5v0_sys>;
90	};
91
92	vcc5v0_host: regulator-vcc5v0-host {
93		compatible = "regulator-fixed";
94		regulator-name = "vcc5v0_host";
95		regulator-boot-on;
96		regulator-always-on;
97		regulator-min-microvolt = <5000000>;
98		regulator-max-microvolt = <5000000>;
99		enable-active-high;
100		gpio = <&gpio4 RK_PB5 GPIO_ACTIVE_HIGH>;
101		pinctrl-names = "default";
102		pinctrl-0 = <&vcc5v0_host_en>;
103		vin-supply = <&vcc5v0_sys>;
104	};
105
106	vcc5v0_sys: regulator-vcc5v0-sys {
107		compatible = "regulator-fixed";
108		regulator-name = "vcc5v0_sys";
109		regulator-always-on;
110		regulator-boot-on;
111		regulator-min-microvolt = <5000000>;
112		regulator-max-microvolt = <5000000>;
113		vin-supply = <&vcc12v_dcin>;
114	};
115
116	vcc_5v0: regulator-vcc-5v0 {
117		compatible = "regulator-fixed";
118		regulator-name = "vcc_5v0";
119		regulator-min-microvolt = <5000000>;
120		regulator-max-microvolt = <5000000>;
121		regulator-boot-on;
122		regulator-always-on;
123		enable-active-high;
124		gpio = <&gpio4 RK_PA3 GPIO_ACTIVE_HIGH>;
125		pinctrl-names = "default";
126		pinctrl-0 = <&vcc_5v0_en>;
127		vin-supply = <&vcc5v0_sys>;
128	};
129
130	vcc_1v1_nldo_s3: regulator-vcc-1v1-nldo-s3 {
131		compatible = "regulator-fixed";
132		regulator-name = "vcc_1v1_nldo_s3";
133		regulator-always-on;
134		regulator-boot-on;
135		regulator-min-microvolt = <1100000>;
136		regulator-max-microvolt = <1100000>;
137		vin-supply = <&vcc5v0_sys>;
138	};
139};
140
141&combphy0_ps {
142	status = "okay";
143};
144
145&combphy2_psu {
146	status = "okay";
147};
148
149&cpu_b0 {
150	cpu-supply = <&vdd_cpu_big0_s0>;
151};
152
153&cpu_b1 {
154	cpu-supply = <&vdd_cpu_big0_s0>;
155};
156
157&cpu_b2 {
158	cpu-supply = <&vdd_cpu_big1_s0>;
159};
160
161&cpu_b3 {
162	cpu-supply = <&vdd_cpu_big1_s0>;
163};
164
165&cpu_l0 {
166	cpu-supply = <&vdd_cpu_lit_s0>;
167};
168
169&cpu_l1 {
170	cpu-supply = <&vdd_cpu_lit_s0>;
171};
172
173&cpu_l2 {
174	cpu-supply = <&vdd_cpu_lit_s0>;
175};
176
177&cpu_l3 {
178	cpu-supply = <&vdd_cpu_lit_s0>;
179};
180
181&gpu {
182	mali-supply = <&vdd_gpu_s0>;
183	status = "okay";
184};
185
186&i2c0 {
187	pinctrl-names = "default";
188	pinctrl-0 = <&i2c0m2_xfer>;
189	status = "okay";
190
191	vdd_cpu_big0_s0: regulator@42 {
192		compatible = "rockchip,rk8602";
193		reg = <0x42>;
194		fcs,suspend-voltage-selector = <1>;
195		regulator-name = "vdd_cpu_big0_s0";
196		regulator-always-on;
197		regulator-boot-on;
198		regulator-min-microvolt = <550000>;
199		regulator-max-microvolt = <1050000>;
200		regulator-ramp-delay = <2300>;
201		vin-supply = <&vcc5v0_sys>;
202
203		regulator-state-mem {
204			regulator-off-in-suspend;
205		};
206	};
207
208	vdd_cpu_big1_s0: regulator@43 {
209		compatible = "rockchip,rk8603", "rockchip,rk8602";
210		reg = <0x43>;
211		fcs,suspend-voltage-selector = <1>;
212		regulator-name = "vdd_cpu_big1_s0";
213		regulator-always-on;
214		regulator-boot-on;
215		regulator-min-microvolt = <550000>;
216		regulator-max-microvolt = <1050000>;
217		regulator-ramp-delay = <2300>;
218		vin-supply = <&vcc5v0_sys>;
219
220		regulator-state-mem {
221			regulator-off-in-suspend;
222		};
223	};
224};
225
226&i2c2 {
227	status = "okay";
228
229	vdd_npu_s0: regulator@42 {
230		compatible = "rockchip,rk8602";
231		reg = <0x42>;
232		fcs,suspend-voltage-selector = <1>;
233		regulator-name = "vdd_npu_s0";
234		regulator-always-on;
235		regulator-boot-on;
236		regulator-min-microvolt = <550000>;
237		regulator-max-microvolt = <950000>;
238		regulator-ramp-delay = <2300>;
239		vin-supply = <&vcc5v0_sys>;
240
241		regulator-state-mem {
242			regulator-off-in-suspend;
243		};
244	};
245
246	eeprom: eeprom@50 {
247		compatible = "belling,bl24c16a", "atmel,24c16";
248		reg = <0x50>;
249		pagesize = <16>;
250	};
251};
252
253&i2c3 {
254	status = "okay";
255};
256
257&i2c5 {
258	status = "okay";
259	pinctrl-names = "default";
260	pinctrl-0 = <&i2c5m2_xfer>;
261};
262
263&i2c7 {
264	status = "okay";
265
266	es8316: audio-codec@11 {
267		compatible = "everest,es8316";
268		reg = <0x11>;
269		clocks = <&cru I2S0_8CH_MCLKOUT>;
270		clock-names = "mclk";
271		assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
272		assigned-clock-rates = <12288000>;
273		#sound-dai-cells = <0>;
274
275		port {
276			es8316_p0_0: endpoint {
277				remote-endpoint = <&i2s0_8ch_p0_0>;
278			};
279		};
280	};
281};
282
283&i2s0_8ch {
284	pinctrl-names = "default";
285	pinctrl-0 = <&i2s0_lrck
286		     &i2s0_mclk
287		     &i2s0_sclk
288		     &i2s0_sdi0
289		     &i2s0_sdo0>;
290	status = "okay";
291
292	i2s0_8ch_p0: port {
293		i2s0_8ch_p0_0: endpoint {
294			dai-format = "i2s";
295			mclk-fs = <256>;
296			remote-endpoint = <&es8316_p0_0>;
297		};
298	};
299};
300
301&gmac1 {
302	clock_in_out = "output";
303	phy-handle = <&rgmii_phy1>;
304	phy-mode = "rgmii";
305	pinctrl-0 = <&gmac1_miim
306		     &gmac1_tx_bus2
307		     &gmac1_rx_bus2
308		     &gmac1_rgmii_clk
309		     &gmac1_rgmii_bus>;
310	pinctrl-names = "default";
311	tx_delay = <0x3a>;
312	rx_delay = <0x3e>;
313	status = "okay";
314};
315
316&hdmi0 {
317	pinctrl-names = "default";
318	pinctrl-0 = <&hdmim0_tx0_cec
319		     &hdmim1_tx0_hpd
320		     &hdmim0_tx0_scl
321		     &hdmim0_tx0_sda>;
322	status = "okay";
323};
324
325&hdmi0_in {
326	hdmi0_in_vp0: endpoint {
327		remote-endpoint = <&vp0_out_hdmi0>;
328	};
329};
330
331&hdmi0_out {
332	hdmi0_out_con: endpoint {
333		remote-endpoint = <&hdmi0_con_in>;
334	};
335};
336
337&hdptxphy0 {
338	status = "okay";
339};
340
341&mdio1 {
342	rgmii_phy1: ethernet-phy@1 {
343		/* RTL8211F */
344		compatible = "ethernet-phy-id001c.c916";
345		reg = <0x1>;
346		pinctrl-names = "default";
347		pinctrl-0 = <&rtl8211f_rst>;
348		reset-assert-us = <20000>;
349		reset-deassert-us = <100000>;
350		reset-gpios = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>;
351	};
352};
353
354&pcie2x1l2 {
355	pinctrl-0 = <&pcie2_reset>, <&pcie20x1m0_clkreqn>, <&pcie20x1m0_waken>;
356	pinctrl-names = "default";
357	reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>;
358	vpcie3v3-supply = <&vcc3v3_wf>;
359	status = "okay";
360};
361
362&pd_gpu {
363	domain-supply = <&vdd_gpu_s0>;
364};
365
366&pinctrl {
367	leds {
368		io_led: io-led {
369			rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
370		};
371	};
372
373	pcie {
374		pow_en: pow-en {
375			rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
376		};
377
378		pcie2_reset: pcie2-reset {
379			rockchip,pins = <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
380		};
381	};
382
383	power {
384		vcc_5v0_en: vcc-5v0-en {
385			rockchip,pins = <4 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
386		};
387	};
388
389	rtl8211f {
390		rtl8211f_rst: rtl8211f-rst {
391			rockchip,pins = <3 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>;
392		};
393	};
394
395	usb {
396		vcc5v0_host_en: vcc5v0-host-en {
397			rockchip,pins = <4 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
398		};
399	};
400};
401
402&pwm3 {
403	pinctrl-names = "default";
404	pinctrl-0 = <&pwm3m1_pins>;
405	status = "okay";
406};
407
408&saradc {
409	vref-supply = <&avcc_1v8_s0>;
410	status = "okay";
411};
412
413&sdhci {
414	bus-width = <8>;
415	no-sdio;
416	no-sd;
417	non-removable;
418	mmc-hs400-1_8v;
419	mmc-hs400-enhanced-strobe;
420	status = "okay";
421};
422
423&sdmmc {
424	bus-width = <4>;
425	cap-mmc-highspeed;
426	cap-sd-highspeed;
427	cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
428	disable-wp;
429	max-frequency = <150000000>;
430	no-sdio;
431	no-mmc;
432	sd-uhs-sdr104;
433	vmmc-supply = <&vcc_3v3_s0>;
434	vqmmc-supply = <&vccio_sd_s0>;
435	status = "okay";
436};
437
438&sfc {
439	pinctrl-names = "default";
440	pinctrl-0 = <&fspim0_pins>;
441
442	flash@0 {
443		compatible = "jedec,spi-nor";
444		reg = <0>;
445		spi-max-frequency = <104000000>;
446		spi-rx-bus-width = <4>;
447		spi-tx-bus-width = <1>;
448	};
449};
450
451&spi2 {
452	status = "okay";
453	assigned-clocks = <&cru CLK_SPI2>;
454	assigned-clock-rates = <200000000>;
455	num-cs = <1>;
456	pinctrl-names = "default";
457	pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
458
459	pmic@0 {
460		compatible = "rockchip,rk806";
461		reg = <0x0>;
462		interrupt-parent = <&gpio0>;
463		interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
464		pinctrl-names = "default";
465		pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
466			    <&rk806_dvs2_null>, <&rk806_dvs3_null>;
467		spi-max-frequency = <1000000>;
468		system-power-controller;
469
470		vcc1-supply = <&vcc5v0_sys>;
471		vcc2-supply = <&vcc5v0_sys>;
472		vcc3-supply = <&vcc5v0_sys>;
473		vcc4-supply = <&vcc5v0_sys>;
474		vcc5-supply = <&vcc5v0_sys>;
475		vcc6-supply = <&vcc5v0_sys>;
476		vcc7-supply = <&vcc5v0_sys>;
477		vcc8-supply = <&vcc5v0_sys>;
478		vcc9-supply = <&vcc5v0_sys>;
479		vcc10-supply = <&vcc5v0_sys>;
480		vcc11-supply = <&vcc_2v0_pldo_s3>;
481		vcc12-supply = <&vcc5v0_sys>;
482		vcc13-supply = <&vcc_1v1_nldo_s3>;
483		vcc14-supply = <&vcc_1v1_nldo_s3>;
484		vcca-supply = <&vcc5v0_sys>;
485
486		gpio-controller;
487		#gpio-cells = <2>;
488
489		rk806_dvs1_null: dvs1-null-pins {
490			pins = "gpio_pwrctrl1";
491			function = "pin_fun0";
492		};
493
494		rk806_dvs2_null: dvs2-null-pins {
495			pins = "gpio_pwrctrl2";
496			function = "pin_fun0";
497		};
498
499		rk806_dvs3_null: dvs3-null-pins {
500			pins = "gpio_pwrctrl3";
501			function = "pin_fun0";
502		};
503
504		regulators {
505			vdd_gpu_s0: vdd_gpu_mem_s0: dcdc-reg1 {
506				regulator-name = "vdd_gpu_s0";
507				regulator-boot-on;
508				regulator-min-microvolt = <550000>;
509				regulator-max-microvolt = <950000>;
510				regulator-ramp-delay = <12500>;
511				regulator-enable-ramp-delay = <400>;
512
513				regulator-state-mem {
514					regulator-off-in-suspend;
515				};
516			};
517
518			vdd_cpu_lit_s0: vdd_cpu_lit_mem_s0: dcdc-reg2 {
519				regulator-name = "vdd_cpu_lit_s0";
520				regulator-always-on;
521				regulator-boot-on;
522				regulator-min-microvolt = <550000>;
523				regulator-max-microvolt = <950000>;
524				regulator-ramp-delay = <12500>;
525
526				regulator-state-mem {
527					regulator-off-in-suspend;
528				};
529			};
530
531			vdd_log_s0: dcdc-reg3 {
532				regulator-name = "vdd_log_s0";
533				regulator-always-on;
534				regulator-boot-on;
535				regulator-min-microvolt = <675000>;
536				regulator-max-microvolt = <750000>;
537				regulator-ramp-delay = <12500>;
538
539				regulator-state-mem {
540					regulator-off-in-suspend;
541					regulator-suspend-microvolt = <750000>;
542				};
543			};
544
545			vdd_vdenc_s0: vdd_vdenc_mem_s0: dcdc-reg4 {
546				regulator-name = "vdd_vdenc_s0";
547				regulator-always-on;
548				regulator-boot-on;
549				regulator-min-microvolt = <550000>;
550				regulator-max-microvolt = <950000>;
551				regulator-ramp-delay = <12500>;
552
553				regulator-state-mem {
554					regulator-off-in-suspend;
555				};
556			};
557
558			vdd_ddr_s0: dcdc-reg5 {
559				regulator-name = "vdd_ddr_s0";
560				regulator-always-on;
561				regulator-boot-on;
562				regulator-min-microvolt = <675000>;
563				regulator-max-microvolt = <900000>;
564				regulator-ramp-delay = <12500>;
565
566				regulator-state-mem {
567					regulator-off-in-suspend;
568					regulator-suspend-microvolt = <850000>;
569				};
570			};
571
572			vdd2_ddr_s3: dcdc-reg6 {
573				regulator-name = "vdd2_ddr_s3";
574				regulator-always-on;
575				regulator-boot-on;
576
577				regulator-state-mem {
578					regulator-on-in-suspend;
579				};
580			};
581
582			vcc_2v0_pldo_s3: dcdc-reg7 {
583				regulator-name = "vdd_2v0_pldo_s3";
584				regulator-always-on;
585				regulator-boot-on;
586				regulator-min-microvolt = <2000000>;
587				regulator-max-microvolt = <2000000>;
588				regulator-ramp-delay = <12500>;
589
590				regulator-state-mem {
591					regulator-on-in-suspend;
592					regulator-suspend-microvolt = <2000000>;
593				};
594			};
595
596			vcc_3v3_s3: dcdc-reg8 {
597				regulator-name = "vcc_3v3_s3";
598				regulator-always-on;
599				regulator-boot-on;
600				regulator-min-microvolt = <3300000>;
601				regulator-max-microvolt = <3300000>;
602
603				regulator-state-mem {
604					regulator-on-in-suspend;
605					regulator-suspend-microvolt = <3300000>;
606				};
607			};
608
609			vddq_ddr_s0: dcdc-reg9 {
610				regulator-name = "vddq_ddr_s0";
611				regulator-always-on;
612				regulator-boot-on;
613
614				regulator-state-mem {
615					regulator-off-in-suspend;
616				};
617			};
618
619			vcc_1v8_s3: dcdc-reg10 {
620				regulator-name = "vcc_1v8_s3";
621				regulator-always-on;
622				regulator-boot-on;
623				regulator-min-microvolt = <1800000>;
624				regulator-max-microvolt = <1800000>;
625
626				regulator-state-mem {
627					regulator-on-in-suspend;
628					regulator-suspend-microvolt = <1800000>;
629				};
630			};
631
632			avcc_1v8_s0: pldo-reg1 {
633				regulator-name = "avcc_1v8_s0";
634				regulator-always-on;
635				regulator-boot-on;
636				regulator-min-microvolt = <1800000>;
637				regulator-max-microvolt = <1800000>;
638
639				regulator-state-mem {
640					regulator-off-in-suspend;
641				};
642			};
643
644			vcc_1v8_s0: pldo-reg2 {
645				regulator-name = "vcc_1v8_s0";
646				regulator-always-on;
647				regulator-boot-on;
648				regulator-min-microvolt = <1800000>;
649				regulator-max-microvolt = <1800000>;
650
651				regulator-state-mem {
652					regulator-off-in-suspend;
653					regulator-suspend-microvolt = <1800000>;
654				};
655			};
656
657			avdd_1v2_s0: pldo-reg3 {
658				regulator-name = "avdd_1v2_s0";
659				regulator-always-on;
660				regulator-boot-on;
661				regulator-min-microvolt = <1200000>;
662				regulator-max-microvolt = <1200000>;
663
664				regulator-state-mem {
665					regulator-off-in-suspend;
666				};
667			};
668
669			vcc_3v3_s0: pldo-reg4 {
670				regulator-name = "vcc_3v3_s0";
671				regulator-always-on;
672				regulator-boot-on;
673				regulator-min-microvolt = <3300000>;
674				regulator-max-microvolt = <3300000>;
675				regulator-ramp-delay = <12500>;
676
677				regulator-state-mem {
678					regulator-off-in-suspend;
679				};
680			};
681
682			vccio_sd_s0: pldo-reg5 {
683				regulator-name = "vccio_sd_s0";
684				regulator-always-on;
685				regulator-boot-on;
686				regulator-min-microvolt = <1800000>;
687				regulator-max-microvolt = <3300000>;
688				regulator-ramp-delay = <12500>;
689
690				regulator-state-mem {
691					regulator-off-in-suspend;
692				};
693			};
694
695			pldo6_s3: pldo-reg6 {
696				regulator-name = "pldo6_s3";
697				regulator-always-on;
698				regulator-boot-on;
699				regulator-min-microvolt = <1800000>;
700				regulator-max-microvolt = <1800000>;
701
702				regulator-state-mem {
703					regulator-on-in-suspend;
704					regulator-suspend-microvolt = <1800000>;
705				};
706			};
707
708			vdd_0v75_s3: nldo-reg1 {
709				regulator-name = "vdd_0v75_s3";
710				regulator-always-on;
711				regulator-boot-on;
712				regulator-min-microvolt = <750000>;
713				regulator-max-microvolt = <750000>;
714
715				regulator-state-mem {
716					regulator-on-in-suspend;
717					regulator-suspend-microvolt = <750000>;
718				};
719			};
720
721			vdd_ddr_pll_s0: nldo-reg2 {
722				regulator-name = "vdd_ddr_pll_s0";
723				regulator-always-on;
724				regulator-boot-on;
725				regulator-min-microvolt = <850000>;
726				regulator-max-microvolt = <850000>;
727
728				regulator-state-mem {
729					regulator-off-in-suspend;
730					regulator-suspend-microvolt = <850000>;
731				};
732			};
733
734			avdd_0v75_s0: nldo-reg3 {
735				regulator-name = "avdd_0v75_s0";
736				regulator-always-on;
737				regulator-boot-on;
738				regulator-min-microvolt = <750000>;
739				regulator-max-microvolt = <750000>;
740
741				regulator-state-mem {
742					regulator-off-in-suspend;
743				};
744			};
745
746			vdd_0v85_s0: nldo-reg4 {
747				regulator-name = "vdd_0v85_s0";
748				regulator-always-on;
749				regulator-boot-on;
750				regulator-min-microvolt = <850000>;
751				regulator-max-microvolt = <850000>;
752
753				regulator-state-mem {
754					regulator-off-in-suspend;
755				};
756			};
757
758			vdd_0v75_s0: nldo-reg5 {
759				regulator-name = "vdd_0v75_s0";
760				regulator-always-on;
761				regulator-boot-on;
762				regulator-min-microvolt = <750000>;
763				regulator-max-microvolt = <750000>;
764
765				regulator-state-mem {
766					regulator-off-in-suspend;
767				};
768			};
769		};
770	};
771};
772
773&tsadc {
774	status = "okay";
775};
776
777&u2phy0 {
778	status = "okay";
779};
780
781&u2phy0_otg {
782	status = "okay";
783};
784
785&u2phy2 {
786	status = "okay";
787};
788
789&u2phy2_host {
790	status = "okay";
791	phy-supply = <&vcc5v0_host>;
792};
793
794&u2phy3 {
795	status = "okay";
796};
797
798&u2phy3_host {
799	phy-supply = <&vcc5v0_host>;
800	status = "okay";
801};
802
803&uart2 {
804	pinctrl-0 = <&uart2m0_xfer>;
805	status = "okay";
806};
807
808&usbdp_phy0 {
809	status = "okay";
810	rockchip,dp-lane-mux = <2 3>;
811};
812
813&usb_host0_ehci {
814	status = "okay";
815};
816
817&usb_host0_ohci {
818	status = "okay";
819};
820
821&usb_host0_xhci {
822	dr_mode = "host";
823	status = "okay";
824};
825
826&usb_host1_ehci {
827	status = "okay";
828};
829
830&usb_host1_ohci {
831	status = "okay";
832};
833
834&usb_host2_xhci {
835	status = "okay";
836};
837
838&vop_mmu {
839	status = "okay";
840};
841
842&vop {
843	status = "okay";
844};
845
846&vp0 {
847	vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
848		reg = <ROCKCHIP_VOP2_EP_HDMI0>;
849		remote-endpoint = <&hdmi0_in_vp0>;
850	};
851};
852