1 From 7fee88882704a5ed7657f467ecb44e39b20f42aa Mon Sep 17 00:00:00 2001
2 From: Tianling Shen <cnsztl@gmail.com>
3 Date: Sat, 27 Sep 2025 17:23:10 +0800
4 Subject: [PATCH] arm64: dts: rockchip: Add devicetree for the FriendlyElec
7 The NanoPi R76S (as "R76S") is an open-sourced mini IoT gateway
8 device with two 2.5G, designed and developed by FriendlyElec.
13 - 2x 2500Base-T (PCIe, rtl8125b)
14 - 3x LEDs (Power, LAN, WAN)
22 Signed-off-by: Tianling Shen <cnsztl@gmail.com>
23 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
25 arch/arm64/boot/dts/rockchip/Makefile | 1 +
26 .../arm64/boot/dts/rockchip/rk3576-nanopi-r76s.dts | 860 +++++++++++++++++++++
27 2 files changed, 861 insertions(+)
28 create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-nanopi-r76s.dts
30 --- a/arch/arm64/boot/dts/rockchip/Makefile
31 +++ b/arch/arm64/boot/dts/rockchip/Makefile
32 @@ -125,6 +125,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-ro
33 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-wolfvision-pf5.dtb
34 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-wolfvision-pf5-display-vz.dtbo
35 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-wolfvision-pf5-io-expander.dtbo
36 +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-nanopi-r76s.dtb
37 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-rock-4d.dtb
38 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3582-radxa-e52c.dtb
39 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-armsom-sige7.dtb
41 +++ b/arch/arm64/boot/dts/rockchip/rk3576-nanopi-r76s.dts
43 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
45 + * Copyright (c) 2025 FriendlyElec Computer Tech. Co., Ltd.
46 + * (http://www.friendlyelec.com)
48 + * Copyright (c) 2025 Tianling Shen <cnsztl@gmail.com>
52 +#include <dt-bindings/gpio/gpio.h>
53 +#include <dt-bindings/input/input.h>
54 +#include <dt-bindings/leds/common.h>
55 +#include <dt-bindings/pinctrl/rockchip.h>
56 +#include <dt-bindings/soc/rockchip,vop2.h>
58 +#include "rk3576.dtsi"
61 + model = "FriendlyElec NanoPi R76S";
62 + compatible = "friendlyarm,nanopi-r76s", "rockchip,rk3576";
71 + stdout-path = "serial0:1500000n8";
75 + compatible = "gpio-keys";
76 + pinctrl-names = "default";
77 + pinctrl-0 = <&user_but_pin>;
81 + gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_LOW>;
82 + debounce-interval = <50>;
83 + linux,code = <KEY_RESTART>;
89 + compatible = "gpio-leds";
90 + pinctrl-names = "default";
91 + pinctrl-0 = <&led1_h>, <&led_sys_h>, <&led2_h>;
94 + color = <LED_COLOR_ID_GREEN>;
95 + function = LED_FUNCTION_LAN;
96 + gpios = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
100 + color = <LED_COLOR_ID_RED>;
101 + function = LED_FUNCTION_POWER;
102 + gpios = <&gpio2 RK_PB3 GPIO_ACTIVE_HIGH>;
103 + linux,default-trigger = "heartbeat";
107 + color = <LED_COLOR_ID_GREEN>;
108 + function = LED_FUNCTION_WAN;
109 + gpios = <&gpio4 RK_PC5 GPIO_ACTIVE_HIGH>;
114 + compatible = "hdmi-connector";
115 + hdmi-pwr-supply = <&vcc5v_hdmi_tx>;
119 + hdmi_con_in: endpoint {
120 + remote-endpoint = <&hdmi_out_con>;
125 + sdio_pwrseq: sdio-pwrseq {
126 + compatible = "mmc-pwrseq-simple";
127 + clocks = <&hym8563>;
128 + clock-names = "ext_clock";
129 + pinctrl-names = "default";
130 + pinctrl-0 = <&wifi_reg_on_h>;
131 + post-power-on-delay-ms = <200>;
132 + reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
135 + vcc3v3_rtc_s5: regulator-vcc3v3-rtc-s5 {
136 + compatible = "regulator-fixed";
137 + regulator-always-on;
139 + regulator-min-microvolt = <3300000>;
140 + regulator-max-microvolt = <3300000>;
141 + regulator-name = "vcc3v3_rtc_s5";
142 + vin-supply = <&vcc5v0_sys_s5>;
145 + vcc5v_dcin: regulator-vcc5v-dcin {
146 + compatible = "regulator-fixed";
147 + regulator-always-on;
149 + regulator-min-microvolt = <5000000>;
150 + regulator-max-microvolt = <5000000>;
151 + regulator-name = "vcc5v_dcin";
154 + vcc5v_hdmi_tx: regulator-vcc5v-hdmi-tx {
155 + compatible = "regulator-fixed";
156 + enable-active-high;
157 + gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
158 + pinctrl-names = "default";
159 + pinctrl-0 = <&hdmi_tx_on_h>;
160 + regulator-min-microvolt = <5000000>;
161 + regulator-max-microvolt = <5000000>;
162 + regulator-name = "vcc5v_hdmi_tx";
163 + vin-supply = <&vcc5v0_sys_s5>;
166 + vcc5v0_device_s0: regulator-vcc5v0-device-s0 {
167 + compatible = "regulator-fixed";
168 + regulator-always-on;
170 + regulator-min-microvolt = <5000000>;
171 + regulator-max-microvolt = <5000000>;
172 + regulator-name = "vcc5v0_device_s0";
173 + vin-supply = <&vcc5v_dcin>;
176 + vcc5v0_sys_s5: regulator-vcc5v0-sys-s5 {
177 + compatible = "regulator-fixed";
178 + regulator-always-on;
180 + regulator-min-microvolt = <5000000>;
181 + regulator-max-microvolt = <5000000>;
182 + regulator-name = "vcc5v0_sys_s5";
183 + vin-supply = <&vcc5v_dcin>;
186 + vcc5v0_usb_otg0: regulator-vcc5v0-usb-otg0 {
187 + compatible = "regulator-fixed";
188 + enable-active-high;
189 + gpios = <&gpio0 RK_PD1 GPIO_ACTIVE_HIGH>;
190 + pinctrl-names = "default";
191 + pinctrl-0 = <&usb_otg0_pwren_h>;
192 + regulator-min-microvolt = <5000000>;
193 + regulator-max-microvolt = <5000000>;
194 + regulator-name = "vcc5v0_usb_otg0";
195 + vin-supply = <&vcc5v0_sys_s5>;
198 + vcc_1v1_nldo_s3: regulator-vcc-1v1-nldo-s3 {
199 + compatible = "regulator-fixed";
200 + regulator-always-on;
202 + regulator-min-microvolt = <1100000>;
203 + regulator-max-microvolt = <1100000>;
204 + regulator-name = "vcc_1v1_nldo_s3";
205 + vin-supply = <&vcc5v0_sys_s5>;
208 + vcc_1v8_s0: regulator-vcc-1v8-s0 {
209 + compatible = "regulator-fixed";
210 + regulator-always-on;
212 + regulator-min-microvolt = <1800000>;
213 + regulator-max-microvolt = <1800000>;
214 + regulator-name = "vcc_1v8_s0";
215 + vin-supply = <&vcc_1v8_s3>;
218 + vcc_2v0_pldo_s3: regulator-vcc-2v0-pldo-s3 {
219 + compatible = "regulator-fixed";
220 + regulator-always-on;
222 + regulator-min-microvolt = <2000000>;
223 + regulator-max-microvolt = <2000000>;
224 + regulator-name = "vcc_2v0_pldo_s3";
225 + vin-supply = <&vcc5v0_sys_s5>;
228 + vcc_3v3_s0: regulator-vcc-3v3-s0 {
229 + compatible = "regulator-fixed";
230 + regulator-always-on;
232 + regulator-min-microvolt = <3300000>;
233 + regulator-max-microvolt = <3300000>;
234 + regulator-name = "vcc_3v3_s0";
235 + vin-supply = <&vcc_3v3_s3>;
248 + cpu-supply = <&vdd_cpu_big_s0>;
252 + cpu-supply = <&vdd_cpu_big_s0>;
256 + cpu-supply = <&vdd_cpu_big_s0>;
260 + cpu-supply = <&vdd_cpu_big_s0>;
264 + cpu-supply = <&vdd_cpu_lit_s0>;
268 + cpu-supply = <&vdd_cpu_lit_s0>;
272 + cpu-supply = <&vdd_cpu_lit_s0>;
276 + cpu-supply = <&vdd_cpu_lit_s0>;
280 + mali-supply = <&vdd_gpu_s0>;
289 + hdmi_in_vp0: endpoint {
290 + remote-endpoint = <&vp0_out_hdmi>;
295 + hdmi_out_con: endpoint {
296 + remote-endpoint = <&hdmi_con_in>;
312 + compatible = "rockchip,rk806";
316 + interrupt-parent = <&gpio0>;
317 + interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
318 + pinctrl-names = "default";
319 + pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
320 + <&rk806_dvs2_null>, <&rk806_dvs3_null>;
321 + system-power-controller;
323 + vcc1-supply = <&vcc5v0_sys_s5>;
324 + vcc2-supply = <&vcc5v0_sys_s5>;
325 + vcc3-supply = <&vcc5v0_sys_s5>;
326 + vcc4-supply = <&vcc5v0_sys_s5>;
327 + vcc5-supply = <&vcc5v0_sys_s5>;
328 + vcc6-supply = <&vcc5v0_sys_s5>;
329 + vcc7-supply = <&vcc5v0_sys_s5>;
330 + vcc8-supply = <&vcc5v0_sys_s5>;
331 + vcc9-supply = <&vcc5v0_sys_s5>;
332 + vcc10-supply = <&vcc5v0_sys_s5>;
333 + vcc11-supply = <&vcc_2v0_pldo_s3>;
334 + vcc12-supply = <&vcc5v0_sys_s5>;
335 + vcc13-supply = <&vcc_1v1_nldo_s3>;
336 + vcc14-supply = <&vcc_1v1_nldo_s3>;
337 + vcca-supply = <&vcc5v0_sys_s5>;
339 + rk806_dvs1_null: dvs1-null-pins {
340 + pins = "gpio_pwrctrl1";
341 + function = "pin_fun0";
344 + rk806_dvs1_pwrdn: dvs1-pwrdn-pins {
345 + pins = "gpio_pwrctrl1";
346 + function = "pin_fun2";
349 + rk806_dvs1_rst: dvs1-rst-pins {
350 + pins = "gpio_pwrctrl1";
351 + function = "pin_fun3";
354 + rk806_dvs1_slp: dvs1-slp-pins {
355 + pins = "gpio_pwrctrl1";
356 + function = "pin_fun1";
359 + rk806_dvs2_dvs: dvs2-dvs-pins {
360 + pins = "gpio_pwrctrl2";
361 + function = "pin_fun4";
364 + rk806_dvs2_gpio: dvs2-gpio-pins {
365 + pins = "gpio_pwrctrl2";
366 + function = "pin_fun5";
369 + rk806_dvs2_null: dvs2-null-pins {
370 + pins = "gpio_pwrctrl2";
371 + function = "pin_fun0";
374 + rk806_dvs2_pwrdn: dvs2-pwrdn-pins {
375 + pins = "gpio_pwrctrl2";
376 + function = "pin_fun2";
379 + rk806_dvs2_rst: dvs2-rst-pins {
380 + pins = "gpio_pwrctrl2";
381 + function = "pin_fun3";
384 + rk806_dvs2_slp: dvs2-slp-pins {
385 + pins = "gpio_pwrctrl2";
386 + function = "pin_fun1";
389 + rk806_dvs3_dvs: dvs3-dvs-pins {
390 + pins = "gpio_pwrctrl3";
391 + function = "pin_fun4";
394 + rk806_dvs3_gpio: dvs3-gpio-pins {
395 + pins = "gpio_pwrctrl3";
396 + function = "pin_fun5";
399 + rk806_dvs3_null: dvs3-null-pins {
400 + pins = "gpio_pwrctrl3";
401 + function = "pin_fun0";
404 + rk806_dvs3_pwrdn: dvs3-pwrdn-pins {
405 + pins = "gpio_pwrctrl3";
406 + function = "pin_fun2";
409 + rk806_dvs3_rst: dvs3-rst-pins {
410 + pins = "gpio_pwrctrl3";
411 + function = "pin_fun3";
414 + rk806_dvs3_slp: dvs3-slp-pins {
415 + pins = "gpio_pwrctrl3";
416 + function = "pin_fun1";
420 + vdd_cpu_big_s0: dcdc-reg1 {
421 + regulator-always-on;
423 + regulator-enable-ramp-delay = <400>;
424 + regulator-min-microvolt = <550000>;
425 + regulator-max-microvolt = <950000>;
426 + regulator-name = "vdd_cpu_big_s0";
427 + regulator-ramp-delay = <12500>;
429 + regulator-state-mem {
430 + regulator-off-in-suspend;
434 + vdd_npu_s0: dcdc-reg2 {
436 + regulator-enable-ramp-delay = <400>;
437 + regulator-min-microvolt = <550000>;
438 + regulator-max-microvolt = <950000>;
439 + regulator-name = "vdd_npu_s0";
440 + regulator-ramp-delay = <12500>;
442 + regulator-state-mem {
443 + regulator-off-in-suspend;
447 + vdd_cpu_lit_s0: dcdc-reg3 {
448 + regulator-always-on;
450 + regulator-min-microvolt = <550000>;
451 + regulator-max-microvolt = <950000>;
452 + regulator-name = "vdd_cpu_lit_s0";
453 + regulator-ramp-delay = <12500>;
455 + regulator-state-mem {
456 + regulator-off-in-suspend;
457 + regulator-suspend-microvolt = <750000>;
461 + vcc_3v3_s3: dcdc-reg4 {
462 + regulator-always-on;
464 + regulator-min-microvolt = <3300000>;
465 + regulator-max-microvolt = <3300000>;
466 + regulator-name = "vcc_3v3_s3";
468 + regulator-state-mem {
469 + regulator-on-in-suspend;
470 + regulator-suspend-microvolt = <3300000>;
474 + vdd_gpu_s0: dcdc-reg5 {
476 + regulator-enable-ramp-delay = <400>;
477 + regulator-min-microvolt = <550000>;
478 + regulator-max-microvolt = <900000>;
479 + regulator-name = "vdd_gpu_s0";
480 + regulator-ramp-delay = <12500>;
482 + regulator-state-mem {
483 + regulator-off-in-suspend;
484 + regulator-suspend-microvolt = <850000>;
488 + vddq_ddr_s0: dcdc-reg6 {
489 + regulator-always-on;
491 + regulator-name = "vddq_ddr_s0";
493 + regulator-state-mem {
494 + regulator-off-in-suspend;
498 + vdd_logic_s0: dcdc-reg7 {
499 + regulator-always-on;
501 + regulator-min-microvolt = <550000>;
502 + regulator-max-microvolt = <800000>;
503 + regulator-name = "vdd_logic_s0";
505 + regulator-state-mem {
506 + regulator-off-in-suspend;
510 + vcc_1v8_s3: dcdc-reg8 {
511 + regulator-always-on;
513 + regulator-min-microvolt = <1800000>;
514 + regulator-max-microvolt = <1800000>;
515 + regulator-name = "vcc_1v8_s3";
517 + regulator-state-mem {
518 + regulator-on-in-suspend;
519 + regulator-suspend-microvolt = <1800000>;
523 + vdd2_ddr_s3: dcdc-reg9 {
524 + regulator-always-on;
526 + regulator-name = "vdd2_ddr_s3";
528 + regulator-state-mem {
529 + regulator-on-in-suspend;
533 + vdd_ddr_s0: dcdc-reg10 {
534 + regulator-always-on;
536 + regulator-min-microvolt = <550000>;
537 + regulator-max-microvolt = <1200000>;
538 + regulator-name = "vdd_ddr_s0";
540 + regulator-state-mem {
541 + regulator-off-in-suspend;
545 + vcca_1v8_s0: pldo-reg1 {
546 + regulator-always-on;
548 + regulator-min-microvolt = <1800000>;
549 + regulator-max-microvolt = <1800000>;
550 + regulator-name = "vcca_1v8_s0";
552 + regulator-state-mem {
553 + regulator-off-in-suspend;
557 + vcca1v8_pldo2_s0: pldo-reg2 {
558 + regulator-always-on;
560 + regulator-min-microvolt = <1800000>;
561 + regulator-max-microvolt = <1800000>;
562 + regulator-name = "vcca1v8_pldo2_s0";
564 + regulator-state-mem {
565 + regulator-off-in-suspend;
569 + vdda_1v2_s0: pldo-reg3 {
570 + regulator-always-on;
572 + regulator-min-microvolt = <1200000>;
573 + regulator-max-microvolt = <1200000>;
574 + regulator-name = "vdda_1v2_s0";
576 + regulator-state-mem {
577 + regulator-off-in-suspend;
581 + vcca_3v3_s0: pldo-reg4 {
582 + regulator-always-on;
584 + regulator-min-microvolt = <3300000>;
585 + regulator-max-microvolt = <3300000>;
586 + regulator-name = "vcca_3v3_s0";
588 + regulator-state-mem {
589 + regulator-off-in-suspend;
593 + vccio_sd_s0: pldo-reg5 {
594 + regulator-always-on;
596 + regulator-min-microvolt = <1800000>;
597 + regulator-max-microvolt = <3300000>;
598 + regulator-name = "vccio_sd_s0";
600 + regulator-state-mem {
601 + regulator-off-in-suspend;
605 + vcca1v8_pldo6_s3: pldo-reg6 {
606 + regulator-always-on;
608 + regulator-min-microvolt = <1800000>;
609 + regulator-max-microvolt = <1800000>;
610 + regulator-name = "vcca1v8_pldo6_s3";
612 + regulator-state-mem {
613 + regulator-on-in-suspend;
614 + regulator-suspend-microvolt = <1800000>;
618 + vdd_0v75_s3: nldo-reg1 {
619 + regulator-always-on;
621 + regulator-min-microvolt = <750000>;
622 + regulator-max-microvolt = <750000>;
623 + regulator-name = "vdd_0v75_s3";
625 + regulator-state-mem {
626 + regulator-on-in-suspend;
627 + regulator-suspend-microvolt = <750000>;
631 + vdda_ddr_pll_s0: nldo-reg2 {
632 + regulator-always-on;
634 + regulator-min-microvolt = <850000>;
635 + regulator-max-microvolt = <850000>;
636 + regulator-name = "vdda_ddr_pll_s0";
638 + regulator-state-mem {
639 + regulator-off-in-suspend;
643 + vdda0v75_hdmi_s0: nldo-reg3 {
644 + regulator-always-on;
646 + regulator-min-microvolt = <837500>;
647 + regulator-max-microvolt = <837500>;
648 + regulator-name = "vdda0v75_hdmi_s0";
650 + regulator-state-mem {
651 + regulator-off-in-suspend;
655 + vdda_0v85_s0: nldo-reg4 {
656 + regulator-always-on;
658 + regulator-min-microvolt = <850000>;
659 + regulator-max-microvolt = <850000>;
660 + regulator-name = "vdda_0v85_s0";
662 + regulator-state-mem {
663 + regulator-off-in-suspend;
667 + vdda_0v75_s0: nldo-reg5 {
668 + regulator-always-on;
670 + regulator-min-microvolt = <750000>;
671 + regulator-max-microvolt = <750000>;
672 + regulator-name = "vdda_0v75_s0";
674 + regulator-state-mem {
675 + regulator-off-in-suspend;
686 + compatible = "haoyu,hym8563";
688 + #clock-cells = <0>;
689 + clock-output-names = "hym8563";
690 + interrupt-parent = <&gpio0>;
691 + interrupts = <RK_PA5 IRQ_TYPE_LEVEL_LOW>;
692 + pinctrl-names = "default";
693 + pinctrl-0 = <&rtc_int_l>;
699 + pinctrl-names = "default";
700 + pinctrl-0 = <&pcie0_perstn>;
701 + reset-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
702 + vpcie3v3-supply = <&vcc_3v3_s3>;
707 + pinctrl-names = "default";
708 + pinctrl-0 = <&pcie1_perstn>;
709 + reset-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
710 + vpcie3v3-supply = <&vcc_3v3_s3>;
716 + bt_reg_on_h: bt-reg-on-h {
717 + rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>;
720 + bt_wake_host_h: bt-wake-host-h {
721 + rockchip,pins = <0 RK_PB1 RK_FUNC_GPIO &pcfg_pull_down>;
724 + host_wake_bt_h: host-wake-bt-h {
725 + rockchip,pins = <3 RK_PD0 RK_FUNC_GPIO &pcfg_pull_up>;
730 + user_but_pin: user-but-pin {
731 + rockchip,pins = <4 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
736 + led_sys_h: led-sys-h {
737 + rockchip,pins = <2 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
741 + rockchip,pins = <2 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
745 + rockchip,pins = <4 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
750 + hdmi_tx_on_h: hdmi-tx-on-h {
751 + rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
756 + rtc_int_l: rtc-int-l {
757 + rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
762 + pcie0_perstn: pcie0-perstn {
763 + rockchip,pins = <2 RK_PB4 RK_FUNC_GPIO &pcfg_pull_up>;
766 + pcie1_perstn: pcie1-perstn {
767 + rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>;
772 + usb_otg0_pwren_h: usb-otg0-pwren-h {
773 + rockchip,pins = <0 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
778 + wifi_wake_host_h: wifi-wake-host-h {
779 + rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_down>;
782 + wifi_reg_on_h: wifi-reg-on-h {
783 + rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
800 + vmmc-supply = <&vcc_3v3_s3>;
801 + vqmmc-supply = <&vccio_sd_s0>;
806 + #address-cells = <1>;
812 + keep-power-in-suspend;
813 + mmc-pwrseq = <&sdio_pwrseq>;
818 + vmmc-supply = <&vcc_3v3_s3>;
819 + vqmmc-supply = <&vcc_1v8_s3>;
823 + rtl8822cs: wifi@1 {
825 + interrupt-parent = <&gpio0>;
826 + interrupts = <RK_PB0 IRQ_TYPE_LEVEL_HIGH>;
827 + interrupt-names = "host-wake";
828 + pinctrl-names = "default";
829 + pinctrl-0 = <&wifi_wake_host_h>;
836 + full-pwr-cycle-in-suspend;
838 + mmc-hs400-enhanced-strobe;
846 + vref-supply = <&vcca_1v8_s0>;
855 + phy-supply = <&vcc5v0_usb_otg0>;
864 + pinctrl-names = "default";
865 + pinctrl-0 = <&uart5m0_xfer &uart5m0_ctsn &uart5m0_rtsn>;
870 + compatible = "realtek,rtl8822cs-bt";
871 + enable-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_HIGH>;
872 + device-wake-gpios = <&gpio3 RK_PD0 GPIO_ACTIVE_HIGH>;
873 + host-wake-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
874 + pinctrl-names = "default";
875 + pinctrl-0 = <&bt_wake_host_h &host_wake_bt_h &bt_reg_on_h>;
885 + extcon = <&u2phy0>;
898 + vp0_out_hdmi: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
899 + reg = <ROCKCHIP_VOP2_EP_HDMI0>;
900 + remote-endpoint = <&hdmi_in_vp0>;