forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -16,6 +16,14 @@
1616 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1717 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
1818
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
+ };
26
+
1927 vcc2v5_sys: vcc2v5-ddr {
2028 compatible = "regulator-fixed";
2129 regulator-name = "vcc2v5-sys";
....@@ -26,15 +34,6 @@
2634 vin-supply = <&vcc3v3_sys>;
2735 };
2836
29
- vcc3v3_vga: vcc3v3-vga {
30
- compatible = "regulator-fixed";
31
- regulator-name = "vcc3v3_vga";
32
- regulator-always-on;
33
- regulator-boot-on;
34
- gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
35
- enable-active-high;
36
- vin-supply = <&vcc3v3_sys>;
37
- };
3837
3938 pcie30_avdd0v9: pcie30-avdd0v9 {
4039 compatible = "regulator-fixed";
....@@ -61,7 +60,9 @@
6160 regulator-name = "vcc3v3_pcie";
6261 regulator-min-microvolt = <3300000>;
6362 regulator-max-microvolt = <3300000>;
63
+ regulator-always-on;
6464 enable-active-high;
65
+ regulator-boot-on;
6566 gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
6667 startup-delay-us = <5000>;
6768 vin-supply = <&dc_12v>;
....@@ -86,9 +87,8 @@
8687 enable-active-high;
8788 regulator-always-on;
8889 regulator-boot-on;
89
- };
90
+ };
9091 #endif
91
-
9292 ndj_io_init {
9393 compatible = "nk_io_control";
9494 pinctrl-names = "default";
....@@ -137,21 +137,14 @@
137137 };
138138
139139 hp_en {
140
- gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
140
+ gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_LOW>;//HP_EN_GPIO3_A6_3V3
141141 gpio_function = <0>;
142142 };
143143
144
- usb_ogt {
145
- gpio_num = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>; //OTG_EN_OC_GPIO0_C2
144
+ wifi_power_en {
145
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
146146 gpio_function = <0>;
147147 };
148
-
149
- m2_wifi_pwr {
150
- gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;//WIFI_PWREN_GPIO3_C6_1V8
151
- gpio_function = <0>;
152
- };
153
-
154
-
155148 #if 0
156149 do1 {
157150 gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
....@@ -193,19 +186,44 @@
193186 gpio_function = <1>;
194187 };
195188 #endif
196
- };
197
-
198
- panel: panel {
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 {
199211 compatible = "simple-panel";
200212 backlight = <&backlight>;
201213 power-supply = <&vcc3v3_lcd0_n>;
202
- enable-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; //LCD0_VDD_H_GPIO2_D4
203
- edp-bl-gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_PWBLK_H_GPIO0_B7
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
204217 edp-bl-en = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
205218 bus-format = <MEDIA_BUS_FMT_RGB888_1X24>;
206219 bpc = <8>;
207220 prepare-delay-ms = <200>;
208221 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>;
209227
210228 display-timings {
211229 native-mode = <&timing>;
....@@ -293,6 +311,10 @@
293311 * video_phy0 needs to be enabled
294312 * when dsi0 is enabled
295313 */
314
+&video_phy0 {
315
+ status = "okay";
316
+};
317
+
296318 &dsi0 {
297319 status = "disabled";
298320 };
....@@ -313,6 +335,10 @@
313335 * video_phy1 needs to be enabled
314336 * when dsi1 is enabled
315337 */
338
+
339
+&video_phy1 {
340
+ status = "disabled";
341
+};
316342 &dsi1 {
317343 status = "disabled";
318344 };
....@@ -326,48 +352,111 @@
326352 };
327353
328354 &dsi1_panel {
329
- 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>;
330361 };
331362
363
+&route_dsi1 {
364
+ status = "disabled";
365
+ connect = <&vp1_out_dsi1>;
366
+};
367
+
368
+
369
+/*
370
+* edp_start
371
+*/
372
+
332373 &edp {
333
- //hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
334374 force-hpd;
375
+ status = "disabled";
376
+};
377
+
378
+&edp_phy {
379
+ status = "disabled";
380
+};
381
+
382
+&edp_in_vp0 {
335383 status = "disabled";
336384 };
337385
386
+&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 {
397
+ status = "disabled";
398
+};
399
+
338400 &lvds {
339
- status = "okay";
340
- ports {
341
- port@1 {
342
- reg = <1>;
343
- lvds_out: endpoint {
344
- remote-endpoint = <&panel_in_lvds>;
345
- };
346
- };
347
-
401
+ status = "okay";
402
+ ports {
403
+ port@1 {
404
+ reg = <1>;
405
+ lvds_out:endpoint {
406
+ remote-endpoint = <&panel_in_lvds>;
407
+ };
408
+ };
348409 };
349410 };
350411
351412 &route_lvds{
352
- status = "okay";
353
- connect = <&vp2_out_lvds>;
413
+ status = "okay";
414
+ connect = <&vp1_out_lvds>;
354415 };
355416
356
-&lvds_in_vp2 {
417
+&lvds_in_vp1 {
357418 status = "okay";
358419 };
359420
360
-&edp_phy {
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 {
361446 status = "okay";
362447 };
363448
364
-&edp_in_vp0 {
449
+&hdmi_in_vp1 {
365450 status = "disabled";
366451 };
367452
368
-&edp_in_vp1 {
453
+&hdmi_sound {
369454 status = "okay";
370455 };
456
+
457
+/*
458
+ * Hdmi_END
459
+*/
371460
372461 &gmac0 {
373462 phy-mode = "rgmii";
....@@ -394,7 +483,7 @@
394483
395484 phy-handle = <&rgmii_phy0>;
396485
397
- status = "okay";
486
+ status = "disabled";
398487
399488 };
400489
....@@ -460,7 +549,6 @@
460549 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
461550 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
462551 rockchip,grf = <&grf>;
463
- power-domains = <&power RK3568_PD_VI>;
464552 rockchip,camera-module-index = <0>;
465553 rockchip,camera-module-facing = "back";
466554 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -517,6 +605,19 @@
517605 };
518606 };
519607
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
+
520621 &mdio0 {
521622 rgmii_phy0: phy@0 {
522623 compatible = "ethernet-phy-ieee802.3-c22";
....@@ -531,13 +632,7 @@
531632 };
532633 };
533634
534
-&video_phy0 {
535
- status = "okay";
536
-};
537635
538
-&video_phy1 {
539
- status = "disabled";
540
-};
541636
542637 &pcie30phy {
543638 status = "okay";
....@@ -549,33 +644,39 @@
549644 status = "okay";
550645 };
551646
552
-&pcie3x2 {
553
- reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
554
- vpcie3v3-supply = <&vcc3v3_pcie>;
555
- status = "disabled";
556
-};
557
-
558
-&pcie3x1 {
559
- rockchip,bifurcation;
560
- reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
561
- vpcie3v3-supply = <&vcc3v3_pcie>;
562
- status = "okay";
563
-};
564
-
565647 &pinctrl {
566
-
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
+// };
567655 headphone {
568656 hp_det: hp-det {
569
- 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>;
570659 };
571660 };
572661
573662 wireless-wlan {
574663 wifi_host_wake_irq: wifi-host-wake-irq {
575
- rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
664
+ rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
665
+ };
666
+ };
667
+
668
+ wireless-bluetooth {
669
+ uart1_gpios: uart1-gpios {
670
+ rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
576671 };
577672 };
578673
674
+ lcd1 {
675
+ lcd1_rst_gpio: lcd1-rst-gpio {
676
+ rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
677
+ };
678
+ };
679
+
579680 nk_io_init{
580681 nk_io_gpio: nk-io-gpio{
581682 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -585,7 +686,7 @@
585686 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
586687 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
587688 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
588
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
689
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
589690 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
590691 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
591692 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -601,10 +702,6 @@
601702 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
602703 };
603704 };
604
-};
605
-
606
-&rk809_sound {
607
- hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
608705 };
609706
610707 &rkisp {
....@@ -629,36 +726,30 @@
629726 };
630727 };
631728
632
-&route_dsi0 {
633
- status = "disabled";
634
- connect = <&vp1_out_dsi0>;
635
-};
636729
637
-
638
-
639
-&route_edp {
640
- status = "disabled";
641
- connect = <&vp1_out_edp>;
642
-};
643730
644731 &sata2 {
645732 status = "okay";
646733 };
647734
648735 &sdmmc2 {
649
- max-frequency = <150000000>;
650
- supports-sdio;
651
- bus-width = <4>;
652
- disable-wp;
653
- cap-sd-highspeed;
654
- cap-sdio-irq;
655
- keep-power-in-suspend;
656
- mmc-pwrseq = <&sdio_pwrseq>;
657
- non-removable;
658
- pinctrl-names = "default";
659
- pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
660
- sd-uhs-sdr104;
661
- status = "okay";
736
+ status = "disabled";
737
+};
738
+
739
+&sdmmc1 {
740
+ max-frequency = <150000000>;
741
+ supports-sdio;
742
+ bus-width = <4>;
743
+ disable-wp;
744
+ cap-sd-highspeed;
745
+ cap-sdio-irq;
746
+ keep-power-in-suspend;
747
+ mmc-pwrseq = <&sdio_pwrseq>;
748
+ non-removable;
749
+ pinctrl-names = "default";
750
+ pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
751
+ sd-uhs-sdr104;
752
+ status = "okay";
662753 };
663754
664755 &spdif_8ch {
....@@ -691,17 +782,27 @@
691782
692783 &wireless_bluetooth {
693784 compatible = "bluetooth-platdata";
694
- status = "disabled";
785
+ clocks = <&rk809 1>;
786
+ clock-names = "ext_clock";
787
+ //wifi-bt-power-toggle;
788
+ uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
789
+ pinctrl-names = "default", "rts_gpio";
790
+ pinctrl-0 = <&uart1m0_rtsn>;
791
+ pinctrl-1 = <&uart1_gpios>;
792
+ BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
793
+ BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
794
+ BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
795
+ status = "okay";
695796 };
696797
697798 &uart0 {
698
- status = "disabled";
799
+ status = "okay";
699800 };
700801
701802 &uart1 {
702803 pinctrl-names = "default";
703804 pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
704
- status = "disabled";
805
+ status = "okay";
705806 };
706807
707808 &uart3 {
....@@ -720,11 +821,11 @@
720821 };
721822
722823 &uart7 {
723
- status = "disabled";
824
+ status = "okay";
724825 pinctrl-0 = <&uart7m1_xfer>;
725826 };
726827
727828 &uart9 {
728
- status = "disabled";
829
+ status = "okay";
729830 pinctrl-0 = <&uart9m1_xfer>;
730
-};
831
+};