forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
old mode 100644new mode 100755
....@@ -8,12 +8,21 @@
88
99 #include <dt-bindings/gpio/gpio.h>
1010 #include <dt-bindings/pinctrl/rockchip.h>
11
+#include <dt-bindings/display/media-bus-format.h>
1112 #include "rk3568.dtsi"
1213 #include "rk3568-evb.dtsi"
1314
1415 / {
1516 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1617 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
18
+
19
+ rk_headset: rk-headset {
20
+ compatible = "rockchip_headset";
21
+ headset_gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_LOW>;
22
+ spk_ctl_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_LOW>;//AMP_SD_GPIO4_C2_3V3
23
+ pinctrl-names = "default";
24
+ pinctrl-0 = <&hp_det>;
25
+ };
1726
1827 vcc2v5_sys: vcc2v5-ddr {
1928 compatible = "regulator-fixed";
....@@ -25,15 +34,6 @@
2534 vin-supply = <&vcc3v3_sys>;
2635 };
2736
28
- vcc3v3_vga: vcc3v3-vga {
29
- compatible = "regulator-fixed";
30
- regulator-name = "vcc3v3_vga";
31
- regulator-always-on;
32
- regulator-boot-on;
33
- gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
34
- enable-active-high;
35
- vin-supply = <&vcc3v3_sys>;
36
- };
3737
3838 pcie30_avdd0v9: pcie30-avdd0v9 {
3939 compatible = "regulator-fixed";
....@@ -60,7 +60,9 @@
6060 regulator-name = "vcc3v3_pcie";
6161 regulator-min-microvolt = <3300000>;
6262 regulator-max-microvolt = <3300000>;
63
+ regulator-always-on;
6364 enable-active-high;
65
+ regulator-boot-on;
6466 gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
6567 startup-delay-us = <5000>;
6668 vin-supply = <&dc_12v>;
....@@ -85,9 +87,8 @@
8587 enable-active-high;
8688 regulator-always-on;
8789 regulator-boot-on;
88
- };
90
+ };
8991 #endif
90
-
9192 ndj_io_init {
9293 compatible = "nk_io_control";
9394 pinctrl-names = "default";
....@@ -135,10 +136,10 @@
135136 gpio_function = <0>;
136137 };
137138
138
- hp_en {
139
- gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
140
- gpio_function = <0>;
141
- };
139
+ //gpio99 {
140
+ // gpio_num = <&gpio3 RK_PA3 GPIO_ACTIVE_LOW>;//HP_EN_GPIO3_A6_3V3
141
+ // gpio_function = <1>;
142
+ //};
142143
143144 wifi_power_en {
144145 gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
....@@ -185,7 +186,69 @@
185186 gpio_function = <1>;
186187 };
187188 #endif
188
-};
189
+ };
190
+#if 0
191
+ nk_io_init {
192
+ compatible = "nk_io_control";
193
+// vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
194
+ hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
195
+ hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
196
+ vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
197
+ vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
198
+ en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
199
+ reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
200
+ air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
201
+ wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
202
+ hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
203
+// spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
204
+ wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
205
+// pcie_power_en_gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;//PCIE_PWREN_H_GPIO0_D4
206
+ pinctrl-names = "default";
207
+ pinctrl-0 = <&nk_io_gpio>;
208
+ };
209
+#endif
210
+ panel: panel {
211
+ compatible = "simple-panel";
212
+ backlight = <&backlight>;
213
+ power-supply = <&vcc3v3_lcd0_n>;
214
+ enable-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; //LCD0_VDD_H_GPIO2_D4
215
+ reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_LOW>; //7511_RST_GPIO3_D1
216
+ edp-bl-gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
217
+ edp-bl-en = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
218
+ bus-format = <MEDIA_BUS_FMT_RGB888_1X24>;
219
+ bpc = <8>;
220
+ prepare-delay-ms = <200>;
221
+ enable-delay-ms = <20>;
222
+ lvds-gpio0 = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>; //7511_GPIO0-GPIO3_D2
223
+ lvds-gpio1 = <&gpio3 RK_PD3 GPIO_ACTIVE_HIGH>; //7511_GPIO1-GPIO3_D3
224
+ lvds-gpio2 = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>; //7511_GPIO2-GPIO3_D4
225
+ lvds-gpio3 = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>; //7511_GPIO3-GPIO3_D5
226
+ nodka-lvds = <15>;
227
+
228
+ display-timings {
229
+ native-mode = <&timing>;
230
+ timing: timing {
231
+ clock-frequency = <72500000>;
232
+ hactive = <1280>;
233
+ vactive = <800>;
234
+ hfront-porch = <70>;
235
+ hsync-len = <2>;
236
+ hback-porch = <88>;
237
+ vfront-porch = <7>;
238
+ vsync-len = <4>;
239
+ vback-porch = <17>;
240
+ hsync-active = <21>;
241
+ vsync-active = <0>;
242
+ de-active = <0>;
243
+ pixelclk-active = <0>;
244
+ };
245
+ };
246
+ ports {
247
+ panel_in_lvds: endpoint {
248
+ remote-endpoint = <&lvds_out>;
249
+ };
250
+ };
251
+ };
189252 };
190253
191254 &combphy0_us {
....@@ -248,6 +311,10 @@
248311 * video_phy0 needs to be enabled
249312 * when dsi0 is enabled
250313 */
314
+&video_phy0 {
315
+ status = "okay";
316
+};
317
+
251318 &dsi0 {
252319 status = "disabled";
253320 };
....@@ -268,6 +335,10 @@
268335 * video_phy1 needs to be enabled
269336 * when dsi1 is enabled
270337 */
338
+
339
+&video_phy1 {
340
+ status = "disabled";
341
+};
271342 &dsi1 {
272343 status = "disabled";
273344 };
....@@ -281,31 +352,117 @@
281352 };
282353
283354 &dsi1_panel {
284
- power-supply = <&vcc3v3_lcd1_n>;
355
+// power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
356
+ vddio-mipi = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>; //MIPI_EN_1V8_GPIO3_A4_d_3V3
357
+ reset-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_LOW>; //MIPI_RST_L_GPIO3_C7
358
+ vcc-5v-gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
359
+ pinctrl-names = "default";
360
+ pinctrl-0 = <&lcd1_rst_gpio>;
285361 };
286362
363
+&route_dsi1 {
364
+ status = "disabled";
365
+ connect = <&vp1_out_dsi1>;
366
+};
367
+
368
+
369
+/*
370
+* edp_start
371
+*/
372
+
287373 &edp {
288
- hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
289
- status = "okay";
374
+ force-hpd;
375
+ status = "disabled";
290376 };
291377
292378 &edp_phy {
293
- status = "okay";
379
+ status = "disabled";
294380 };
295381
296382 &edp_in_vp0 {
297
- status = "okay";
383
+ status = "disabled";
298384 };
299385
300386 &edp_in_vp1 {
387
+ status = "disabled";
388
+
389
+};
390
+
391
+&route_edp {
392
+ status = "disabled";
393
+ connect = <&vp1_out_edp>;
394
+};
395
+
396
+&route_edp {
301397 status = "disabled";
302398 };
399
+
400
+&lvds {
401
+ status = "okay";
402
+ ports {
403
+ port@1 {
404
+ reg = <1>;
405
+ lvds_out:endpoint {
406
+ remote-endpoint = <&panel_in_lvds>;
407
+ };
408
+ };
409
+ };
410
+};
411
+
412
+&route_lvds{
413
+ status = "okay";
414
+ connect = <&vp1_out_lvds>;
415
+};
416
+
417
+&lvds_in_vp1 {
418
+ status = "okay";
419
+};
420
+
421
+/*
422
+* edp_end
423
+*/
424
+
425
+/*
426
+* Hdmi_start
427
+*/
428
+
429
+&hdmi {
430
+ status = "okay";
431
+ rockchip,phy-table =
432
+ <92812500 0x8009 0x0000 0x0270>,
433
+ <165000000 0x800b 0x0000 0x026d>,
434
+ <185625000 0x800b 0x0000 0x01ed>,
435
+ <297000000 0x800b 0x0000 0x01ad>,
436
+ <594000000 0x8029 0x0000 0x0088>,
437
+ <000000000 0x0000 0x0000 0x0000>;
438
+};
439
+
440
+&route_hdmi {
441
+ status = "okay";
442
+ connect = <&vp0_out_hdmi>;
443
+};
444
+
445
+&hdmi_in_vp0 {
446
+ status = "okay";
447
+};
448
+
449
+&hdmi_in_vp1 {
450
+ status = "disabled";
451
+};
452
+
453
+&hdmi_sound {
454
+ status = "okay";
455
+};
456
+
457
+/*
458
+ * Hdmi_END
459
+*/
303460
304461 &gmac0 {
305462 phy-mode = "rgmii";
306463 clock_in_out = "output";
307464
308
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
465
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
309466 snps,reset-active-low;
310467 /* Reset time is 20ms, 100ms for rtl8211f */
311468 snps,reset-delays-us = <0 20000 100000>;
....@@ -325,7 +482,9 @@
325482 rx_delay = <0x2f>;
326483
327484 phy-handle = <&rgmii_phy0>;
485
+
328486 status = "disabled";
487
+
329488 };
330489
331490 &gmac1 {
....@@ -359,8 +518,22 @@
359518 * power-supply should switche to vcc3v3_lcd1_n
360519 * when mipi panel is connected to dsi1.
361520 */
362
-&gt1x {
363
- power-supply = <&vcc3v3_lcd0_n>;
521
+
522
+
523
+&i2c3 {
524
+ status = "okay";
525
+ //mac eeprom
526
+ eeprom@51 {
527
+ //compatible = "atmel,24c02";
528
+ compatible = "atmel,24c256";
529
+ reg = <0x51>;
530
+ };
531
+
532
+ //nk-mcu
533
+ nkmcu@15 {
534
+ compatible = "nk_mcu";
535
+ reg = <0x15>;
536
+ };
364537 };
365538
366539 &i2c4 {
....@@ -376,7 +549,6 @@
376549 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
377550 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
378551 rockchip,grf = <&grf>;
379
- power-domains = <&power RK3568_PD_VI>;
380552 rockchip,camera-module-index = <0>;
381553 rockchip,camera-module-facing = "back";
382554 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -433,6 +605,19 @@
433605 };
434606 };
435607
608
+&i2c5 {
609
+ status = "okay";
610
+
611
+ hym8563: hym8563@51 {
612
+ compatible = "haoyu,hym8563";
613
+ reg = <0x51>;
614
+ #clock-cells = <0>;
615
+ clock-frequency = <32768>;
616
+ clock-output-names = "xin32k";
617
+ /* rtc_int is not connected */
618
+ };
619
+};
620
+
436621 &mdio0 {
437622 rgmii_phy0: phy@0 {
438623 compatible = "ethernet-phy-ieee802.3-c22";
....@@ -447,50 +632,51 @@
447632 };
448633 };
449634
450
-&video_phy0 {
451
- status = "disabled";
452
-};
453635
454
-&video_phy1 {
455
- status = "disabled";
456
-};
457636
458637 &pcie30phy {
459
- status = "okay";
638
+ status = "disabled";
460639 };
461640
462
-&pcie3x2 {
463
- reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
641
+&pcie2x1 {
642
+ reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
464643 vpcie3v3-supply = <&vcc3v3_pcie>;
465644 status = "okay";
466645 };
467646
468647 &pinctrl {
469
- cam {
470
- camera_pwr: camera-pwr {
471
- rockchip,pins =
472
- /* camera power en */
473
- <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
474
- };
475
- };
648
+// cam {
649
+// camera_pwr: camera-pwr {
650
+// rockchip,pins =
651
+// /* camera power en */
652
+// <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
653
+// };
654
+// };
476655 headphone {
477656 hp_det: hp-det {
478
- rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
657
+ rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>,
658
+ <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
479659 };
480660 };
481661
482662 wireless-wlan {
483663 wifi_host_wake_irq: wifi-host-wake-irq {
484
- rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
664
+ rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
485665 };
486666 };
487667
488668 wireless-bluetooth {
489
- uart8_gpios: uart8-gpios {
490
- rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
669
+ uart1_gpios: uart1-gpios {
670
+ rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
491671 };
492672 };
493673
674
+ lcd1 {
675
+ lcd1_rst_gpio: lcd1-rst-gpio {
676
+ rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
677
+ };
678
+ };
679
+
494680 nk_io_init{
495681 nk_io_gpio: nk-io-gpio{
496682 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -500,7 +686,7 @@
500686 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
501687 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
502688 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
503
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
689
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
504690 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
505691 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
506692 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -508,18 +694,18 @@
508694 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
509695 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
510696 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
697
+ <3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
698
+ <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
699
+ <3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,
511700 <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
512701 <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
513702 <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
514703 <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
515704 <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
705
+ <3 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
516706 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
517707 };
518708 };
519
-};
520
-
521
-&rk809_sound {
522
- hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
523709 };
524710
525711 &rkisp {
....@@ -531,7 +717,7 @@
531717 };
532718
533719 &rkisp_vir0 {
534
- status = "okay";
720
+ status = "disabled";
535721
536722 port {
537723 #address-cells = <1>;
....@@ -544,34 +730,30 @@
544730 };
545731 };
546732
547
-&route_dsi0 {
548
- status = "disabled";
549
- connect = <&vp1_out_dsi0>;
550
-};
551733
552
-&route_edp {
553
- status = "okay";
554
- connect = <&vp0_out_edp>;
555
-};
556734
557735 &sata2 {
558736 status = "okay";
559737 };
560738
561739 &sdmmc2 {
562
- max-frequency = <150000000>;
563
- supports-sdio;
564
- bus-width = <4>;
565
- disable-wp;
566
- cap-sd-highspeed;
567
- cap-sdio-irq;
568
- keep-power-in-suspend;
569
- mmc-pwrseq = <&sdio_pwrseq>;
570
- non-removable;
571
- pinctrl-names = "default";
572
- pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
573
- sd-uhs-sdr104;
574
- status = "okay";
740
+ status = "disabled";
741
+};
742
+
743
+&sdmmc1 {
744
+ max-frequency = <150000000>;
745
+ supports-sdio;
746
+ bus-width = <4>;
747
+ disable-wp;
748
+ cap-sd-highspeed;
749
+ cap-sdio-irq;
750
+ keep-power-in-suspend;
751
+ mmc-pwrseq = <&sdio_pwrseq>;
752
+ non-removable;
753
+ pinctrl-names = "default";
754
+ pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
755
+ sd-uhs-sdr104;
756
+ status = "okay";
575757 };
576758
577759 &spdif_8ch {
....@@ -581,25 +763,25 @@
581763 };
582764
583765 &uart8 {
584
- status = "okay";
766
+ status = "disabled";
585767 pinctrl-names = "default";
586768 pinctrl-0 = <&uart8m0_xfer &uart8m0_ctsn>;
587769 };
588770
589771 &vcc3v3_lcd0_n {
590
- gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
772
+ gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
591773 enable-active-high;
592774 };
593775
594
-&vcc3v3_lcd1_n {
595
- gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
596
- enable-active-high;
597
-};
776
+//&vcc3v3_lcd1_n {
777
+ //gpio = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>; //MIPI_3V3EN_GPIO3_A3_d_3V3
778
+ //enable-active-high;
779
+//};
598780
599781 &wireless_wlan {
600782 pinctrl-names = "default";
601783 pinctrl-0 = <&wifi_host_wake_irq>;
602
- WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
784
+ WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
603785 };
604786
605787 &wireless_bluetooth {
....@@ -607,12 +789,47 @@
607789 clocks = <&rk809 1>;
608790 clock-names = "ext_clock";
609791 //wifi-bt-power-toggle;
610
- uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
792
+ uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
611793 pinctrl-names = "default", "rts_gpio";
612
- pinctrl-0 = <&uart8m0_rtsn>;
613
- pinctrl-1 = <&uart8_gpios>;
614
- BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
615
- BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
616
- BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
794
+ pinctrl-0 = <&uart1m0_rtsn>;
795
+ pinctrl-1 = <&uart1_gpios>;
796
+ BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
797
+ BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
798
+ BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
617799 status = "okay";
618800 };
801
+
802
+&uart0 {
803
+ status = "okay";
804
+};
805
+
806
+&uart1 {
807
+ pinctrl-names = "default";
808
+ pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
809
+ status = "okay";
810
+};
811
+
812
+&uart3 {
813
+ status = "okay";
814
+ pinctrl-0 = <&uart3m1_xfer>;
815
+};
816
+
817
+&uart4 {
818
+ status = "okay";
819
+ pinctrl-0 = <&uart4m1_xfer>;
820
+};
821
+
822
+&uart5 {
823
+ status = "okay";
824
+ pinctrl-0 = <&uart5m1_xfer>;
825
+};
826
+
827
+&uart7 {
828
+ status = "okay";
829
+ pinctrl-0 = <&uart7m1_xfer>;
830
+};
831
+
832
+&uart9 {
833
+ status = "okay";
834
+ pinctrl-0 = <&uart9m1_xfer>;
835
+};