forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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";
....@@ -61,7 +69,9 @@
6169 regulator-name = "vcc3v3_pcie";
6270 regulator-min-microvolt = <3300000>;
6371 regulator-max-microvolt = <3300000>;
72
+ regulator-always-on;
6473 enable-active-high;
74
+ regulator-boot-on;
6575 gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
6676 startup-delay-us = <5000>;
6777 vin-supply = <&dc_12v>;
....@@ -86,9 +96,8 @@
8696 enable-active-high;
8797 regulator-always-on;
8898 regulator-boot-on;
89
- };
99
+ };
90100 #endif
91
-
92101 ndj_io_init {
93102 compatible = "nk_io_control";
94103 pinctrl-names = "default";
....@@ -186,9 +195,28 @@
186195 gpio_function = <1>;
187196 };
188197 #endif
189
- };
190
-
191
- panel: panel {
198
+ };
199
+#if 0
200
+ nk_io_init {
201
+ compatible = "nk_io_control";
202
+// vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
203
+ hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
204
+ hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
205
+ vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
206
+ vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
207
+ en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
208
+ reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
209
+ air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
210
+ wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
211
+ hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
212
+// spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
213
+ wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
214
+// pcie_power_en_gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;//PCIE_PWREN_H_GPIO0_D4
215
+ pinctrl-names = "default";
216
+ pinctrl-0 = <&nk_io_gpio>;
217
+ };
218
+#endif
219
+ panel: panel {
192220 compatible = "simple-panel";
193221 backlight = <&backlight>;
194222 power-supply = <&vcc3v3_lcd0_n>;
....@@ -292,6 +320,10 @@
292320 * video_phy0 needs to be enabled
293321 * when dsi0 is enabled
294322 */
323
+&video_phy0 {
324
+ status = "disabled";
325
+};
326
+
295327 &dsi0 {
296328 status = "disabled";
297329 };
....@@ -312,6 +344,10 @@
312344 * video_phy1 needs to be enabled
313345 * when dsi1 is enabled
314346 */
347
+
348
+&video_phy1 {
349
+ status = "okay";
350
+};
315351 &dsi1 {
316352 status = "disabled";
317353 };
....@@ -321,15 +357,29 @@
321357 };
322358
323359 &dsi1_in_vp1 {
324
- status = "disabled";
360
+ status = "okay";
325361 };
326362
327363 &dsi1_panel {
328
- power-supply = <&vcc3v3_lcd1_n>;
364
+ power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
365
+ vddio-mipi = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>; //MIPI_EN_1V8_GPIO3_A4_d_3V3
366
+ reset-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_LOW>; //MIPI_RST_L_GPIO3_C7
367
+ vcc-5v-gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
368
+ pinctrl-names = "default";
369
+ pinctrl-0 = <&lcd1_rst_gpio>;
329370 };
330371
372
+&route_dsi1 {
373
+ status = "disabled";
374
+ connect = <&vp1_out_dsi1>;
375
+};
376
+
377
+
378
+/*
379
+* edp_start
380
+*/
381
+
331382 &edp {
332
- //hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
333383 force-hpd;
334384 status = "okay";
335385 ports {
....@@ -348,18 +398,67 @@
348398 };
349399
350400 &edp_in_vp0 {
351
- status = "disabled";
401
+ status = "disabled";
352402 };
353403
354404 &edp_in_vp1 {
405
+ status = "okay";
406
+
407
+};
408
+
409
+&route_edp {
410
+ status = "okay";
411
+ connect = <&vp1_out_edp>;
412
+};
413
+
414
+&route_edp {
355415 status = "okay";
356416 };
417
+/*
418
+* edp_end
419
+*/
420
+
421
+/*
422
+* Hdmi_start
423
+*/
424
+
425
+&hdmi {
426
+ status = "okay";
427
+ rockchip,phy-table =
428
+ <92812500 0x8009 0x0000 0x0270>,
429
+ <165000000 0x800b 0x0000 0x026d>,
430
+ <185625000 0x800b 0x0000 0x01ed>,
431
+ <297000000 0x800b 0x0000 0x01ad>,
432
+ <594000000 0x8029 0x0000 0x0088>,
433
+ <000000000 0x0000 0x0000 0x0000>;
434
+};
435
+
436
+&route_hdmi {
437
+ status = "okay";
438
+ connect = <&vp0_out_hdmi>;
439
+};
440
+
441
+&hdmi_in_vp0 {
442
+ status = "okay";
443
+};
444
+
445
+&hdmi_in_vp1 {
446
+ status = "disabled";
447
+};
448
+
449
+&hdmi_sound {
450
+ status = "okay";
451
+};
452
+
453
+/*
454
+ * Hdmi_END
455
+*/
357456
358457 &gmac0 {
359458 phy-mode = "rgmii";
360459 clock_in_out = "output";
361460
362
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
461
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
363462 snps,reset-active-low;
364463 /* Reset time is 20ms, 100ms for rtl8211f */
365464 snps,reset-delays-us = <0 20000 100000>;
....@@ -379,7 +478,9 @@
379478 rx_delay = <0x2f>;
380479
381480 phy-handle = <&rgmii_phy0>;
481
+
382482 status = "disabled";
483
+
383484 };
384485
385486 &gmac1 {
....@@ -444,7 +545,6 @@
444545 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
445546 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
446547 rockchip,grf = <&grf>;
447
- power-domains = <&power RK3568_PD_VI>;
448548 rockchip,camera-module-index = <0>;
449549 rockchip,camera-module-facing = "back";
450550 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -501,6 +601,19 @@
501601 };
502602 };
503603
604
+&i2c5 {
605
+ status = "okay";
606
+
607
+ hym8563: hym8563@51 {
608
+ compatible = "haoyu,hym8563";
609
+ reg = <0x51>;
610
+ #clock-cells = <0>;
611
+ clock-frequency = <32768>;
612
+ clock-output-names = "xin32k";
613
+ /* rtc_int is not connected */
614
+ };
615
+};
616
+
504617 &mdio0 {
505618 rgmii_phy0: phy@0 {
506619 compatible = "ethernet-phy-ieee802.3-c22";
....@@ -515,35 +628,36 @@
515628 };
516629 };
517630
518
-&video_phy0 {
519
- status = "disabled";
520
-};
521631
522
-&video_phy1 {
523
- status = "disabled";
524
-};
525632
526633 &pcie30phy {
527634 status = "okay";
528635 };
529636
530
-&pcie3x2 {
531
- reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
637
+&pcie2x1 {
638
+ reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
532639 vpcie3v3-supply = <&vcc3v3_pcie>;
533640 status = "okay";
534641 };
535642
536643 &pinctrl {
537
-
644
+// cam {
645
+// camera_pwr: camera-pwr {
646
+// rockchip,pins =
647
+// /* camera power en */
648
+// <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
649
+// };
650
+// };
538651 headphone {
539652 hp_det: hp-det {
540
- rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
653
+ rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>,
654
+ <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
541655 };
542656 };
543657
544658 wireless-wlan {
545659 wifi_host_wake_irq: wifi-host-wake-irq {
546
- rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
660
+ rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
547661 };
548662 };
549663
....@@ -553,6 +667,12 @@
553667 };
554668 };
555669
670
+ lcd1 {
671
+ lcd1_rst_gpio: lcd1-rst-gpio {
672
+ rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
673
+ };
674
+ };
675
+
556676 nk_io_init{
557677 nk_io_gpio: nk-io-gpio{
558678 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -562,7 +682,7 @@
562682 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
563683 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
564684 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
565
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
685
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
566686 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
567687 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
568688 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -578,10 +698,6 @@
578698 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
579699 };
580700 };
581
-};
582
-
583
-&rk809_sound {
584
- hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
585701 };
586702
587703 &rkisp {
....@@ -606,36 +722,30 @@
606722 };
607723 };
608724
609
-&route_dsi0 {
610
- status = "disabled";
611
- connect = <&vp1_out_dsi0>;
612
-};
613725
614
-
615
-
616
-&route_edp {
617
- status = "okay";
618
- connect = <&vp1_out_edp>;
619
-};
620726
621727 &sata2 {
622728 status = "okay";
623729 };
624730
625731 &sdmmc2 {
626
- max-frequency = <150000000>;
627
- supports-sdio;
628
- bus-width = <4>;
629
- disable-wp;
630
- cap-sd-highspeed;
631
- cap-sdio-irq;
632
- keep-power-in-suspend;
633
- mmc-pwrseq = <&sdio_pwrseq>;
634
- non-removable;
635
- pinctrl-names = "default";
636
- pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
637
- sd-uhs-sdr104;
638
- status = "okay";
732
+ status = "disabled";
733
+};
734
+
735
+&sdmmc1 {
736
+ max-frequency = <150000000>;
737
+ supports-sdio;
738
+ bus-width = <4>;
739
+ disable-wp;
740
+ cap-sd-highspeed;
741
+ cap-sdio-irq;
742
+ keep-power-in-suspend;
743
+ mmc-pwrseq = <&sdio_pwrseq>;
744
+ non-removable;
745
+ pinctrl-names = "default";
746
+ pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
747
+ sd-uhs-sdr104;
748
+ status = "okay";
639749 };
640750
641751 &spdif_8ch {
....@@ -676,8 +786,8 @@
676786 pinctrl-0 = <&uart1m0_rtsn>;
677787 pinctrl-1 = <&uart1_gpios>;
678788 BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
679
- BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
680
- BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
789
+ BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
790
+ BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
681791 status = "okay";
682792 };
683793
....@@ -714,4 +824,4 @@
714824 &uart9 {
715825 status = "okay";
716826 pinctrl-0 = <&uart9m1_xfer>;
717
-};
827
+};