forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 69d6da3c1c63675524a25e7dc92a4f43c4164cef
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -16,14 +16,6 @@
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
-
2719 vcc2v5_sys: vcc2v5-ddr {
2820 compatible = "regulator-fixed";
2921 regulator-name = "vcc2v5-sys";
....@@ -34,6 +26,15 @@
3426 vin-supply = <&vcc3v3_sys>;
3527 };
3628
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
+ };
3738
3839 pcie30_avdd0v9: pcie30-avdd0v9 {
3940 compatible = "regulator-fixed";
....@@ -60,9 +61,7 @@
6061 regulator-name = "vcc3v3_pcie";
6162 regulator-min-microvolt = <3300000>;
6263 regulator-max-microvolt = <3300000>;
63
- regulator-always-on;
6464 enable-active-high;
65
- regulator-boot-on;
6665 gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
6766 startup-delay-us = <5000>;
6867 vin-supply = <&dc_12v>;
....@@ -87,8 +86,9 @@
8786 enable-active-high;
8887 regulator-always-on;
8988 regulator-boot-on;
90
- };
89
+ };
9190 #endif
91
+
9292 ndj_io_init {
9393 compatible = "nk_io_control";
9494 pinctrl-names = "default";
....@@ -145,7 +145,7 @@
145145 gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
146146 gpio_function = <0>;
147147 };
148
-
148
+ #if 0
149149 do1 {
150150 gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
151151 gpio_function = <0>;
....@@ -185,28 +185,10 @@
185185 gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
186186 gpio_function = <1>;
187187 };
188
- };
189
-#if 0
190
- nk_io_init {
191
- compatible = "nk_io_control";
192
-// vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
193
- hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
194
- hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
195
- vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
196
- vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
197
- en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
198
- reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
199
- air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
200
- wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
201
- hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
202
-// spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
203
- wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
204
-// pcie_power_en_gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;//PCIE_PWREN_H_GPIO0_D4
205
- pinctrl-names = "default";
206
- pinctrl-0 = <&nk_io_gpio>;
207
- };
208
-#endif
209
- panel: panel {
188
+ #endif
189
+ };
190
+
191
+ panel: panel {
210192 compatible = "simple-panel";
211193 backlight = <&backlight>;
212194 power-supply = <&vcc3v3_lcd0_n>;
....@@ -310,10 +292,6 @@
310292 * video_phy0 needs to be enabled
311293 * when dsi0 is enabled
312294 */
313
-&video_phy0 {
314
- status = "disabled";
315
-};
316
-
317295 &dsi0 {
318296 status = "disabled";
319297 };
....@@ -334,10 +312,6 @@
334312 * video_phy1 needs to be enabled
335313 * when dsi1 is enabled
336314 */
337
-
338
-&video_phy1 {
339
- status = "okay";
340
-};
341315 &dsi1 {
342316 status = "disabled";
343317 };
....@@ -347,29 +321,15 @@
347321 };
348322
349323 &dsi1_in_vp1 {
350
- status = "okay";
324
+ status = "disabled";
351325 };
352326
353327 &dsi1_panel {
354
- power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
355
- vddio-mipi = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>; //MIPI_EN_1V8_GPIO3_A4_d_3V3
356
- reset-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_LOW>; //MIPI_RST_L_GPIO3_C7
357
- vcc-5v-gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
358
- pinctrl-names = "default";
359
- pinctrl-0 = <&lcd1_rst_gpio>;
328
+ power-supply = <&vcc3v3_lcd1_n>;
360329 };
361
-
362
-&route_dsi1 {
363
- status = "disabled";
364
- connect = <&vp1_out_dsi1>;
365
-};
366
-
367
-
368
-/*
369
-* edp_start
370
-*/
371330
372331 &edp {
332
+ //hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
373333 force-hpd;
374334 status = "okay";
375335 ports {
....@@ -379,70 +339,21 @@
379339 remote-endpoint = <&panel_in>;
380340 };
381341 };
382
- };
342
+
343
+ };
383344 };
384345
385346 &edp_phy {
386
- status = "okay";
387
-
347
+ status = "okay";
388348 };
389349
390350 &edp_in_vp0 {
391
- status = "disabled";
392
-};
393
-
394
-&edp_in_vp1 {
395
- status = "okay";
396
-
397
-};
398
-
399
-&route_edp {
400
- status = "okay";
401
- connect = <&vp1_out_edp>;
402
-};
403
-
404
-&route_edp {
405
- status = "okay";
406
-};
407
-/*
408
-* edp_end
409
-*/
410
-
411
-/*
412
-* Hdmi_start
413
-*/
414
-
415
-&hdmi {
416
- status = "okay";
417
- rockchip,phy-table =
418
- <92812500 0x8009 0x0000 0x0270>,
419
- <165000000 0x800b 0x0000 0x026d>,
420
- <185625000 0x800b 0x0000 0x01ed>,
421
- <297000000 0x800b 0x0000 0x01ad>,
422
- <594000000 0x8029 0x0000 0x0088>,
423
- <000000000 0x0000 0x0000 0x0000>;
424
-};
425
-
426
-&route_hdmi {
427
- status = "okay";
428
- connect = <&vp0_out_hdmi>;
429
-};
430
-
431
-&hdmi_in_vp0 {
432
- status = "okay";
433
-};
434
-
435
-&hdmi_in_vp1 {
436351 status = "disabled";
437352 };
438353
439
-&hdmi_sound {
354
+&edp_in_vp1 {
440355 status = "okay";
441356 };
442
-
443
-/*
444
- * Hdmi_END
445
-*/
446357
447358 &gmac0 {
448359 phy-mode = "rgmii";
....@@ -502,9 +413,7 @@
502413 * power-supply should switche to vcc3v3_lcd1_n
503414 * when mipi panel is connected to dsi1.
504415 */
505
-&gt1x {
506
- power-supply = <&vcc3v3_lcd0_n>;
507
-};
416
+
508417
509418 &i2c3 {
510419 status = "okay";
....@@ -523,7 +432,7 @@
523432 };
524433
525434 &i2c4 {
526
- status = "okay";
435
+ status = "disabled";
527436 gc8034: gc8034@37 {
528437 compatible = "galaxycore,gc8034";
529438 status = "okay";
....@@ -569,7 +478,7 @@
569478 };
570479 };
571480 ov5695: ov5695@36 {
572
- status = "okay";
481
+ status = "disabled";
573482 compatible = "ovti,ov5695";
574483 reg = <0x36>;
575484 clocks = <&cru CLK_CIF_OUT>;
....@@ -592,19 +501,6 @@
592501 };
593502 };
594503
595
-&i2c5 {
596
- status = "okay";
597
-
598
- hym8563: hym8563@51 {
599
- compatible = "haoyu,hym8563";
600
- reg = <0x51>;
601
- #clock-cells = <0>;
602
- clock-frequency = <32768>;
603
- clock-output-names = "xin32k";
604
- /* rtc_int is not connected */
605
- };
606
-};
607
-
608504 &mdio0 {
609505 rgmii_phy0: phy@0 {
610506 compatible = "ethernet-phy-ieee802.3-c22";
....@@ -619,10 +515,16 @@
619515 };
620516 };
621517
518
+&video_phy0 {
519
+ status = "disabled";
520
+};
622521
522
+&video_phy1 {
523
+ status = "disabled";
524
+};
623525
624526 &pcie30phy {
625
- status = "okay";
527
+ status = "disabled";
626528 };
627529
628530 &pcie2x1 {
....@@ -631,24 +533,23 @@
631533 status = "okay";
632534 };
633535
536
+&pcie3x2 {
537
+ reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
538
+ vpcie3v3-supply = <&vcc3v3_pcie>;
539
+ status = "okay";
540
+};
541
+
634542 &pinctrl {
635
-// cam {
636
-// camera_pwr: camera-pwr {
637
-// rockchip,pins =
638
-// /* camera power en */
639
-// <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
640
-// };
641
-// };
543
+
642544 headphone {
643545 hp_det: hp-det {
644
- rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>,
645
- <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
546
+ rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
646547 };
647548 };
648549
649550 wireless-wlan {
650551 wifi_host_wake_irq: wifi-host-wake-irq {
651
- rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
552
+ rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
652553 };
653554 };
654555
....@@ -658,12 +559,6 @@
658559 };
659560 };
660561
661
- lcd1 {
662
- lcd1_rst_gpio: lcd1-rst-gpio {
663
- rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
664
- };
665
- };
666
-
667562 nk_io_init{
668563 nk_io_gpio: nk-io-gpio{
669564 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -691,6 +586,10 @@
691586 };
692587 };
693588
589
+&rk809_sound {
590
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
591
+};
592
+
694593 &rkisp {
695594 status = "disabled";
696595 };
....@@ -713,32 +612,36 @@
713612 };
714613 };
715614
615
+&route_dsi0 {
616
+ status = "disabled";
617
+ connect = <&vp1_out_dsi0>;
618
+};
716619
717620
718621
622
+&route_edp {
623
+ status = "okay";
624
+ connect = <&vp1_out_edp>;
625
+};
719626
720627 &sata2 {
721628 status = "okay";
722629 };
723630
724631 &sdmmc2 {
725
- status = "disabled";
726
-};
727
-
728
-&sdmmc1 {
729
- max-frequency = <150000000>;
730
- supports-sdio;
731
- bus-width = <4>;
732
- disable-wp;
733
- cap-sd-highspeed;
734
- cap-sdio-irq;
735
- keep-power-in-suspend;
736
- mmc-pwrseq = <&sdio_pwrseq>;
737
- non-removable;
738
- pinctrl-names = "default";
739
- pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
740
- sd-uhs-sdr104;
741
- status = "okay";
632
+ max-frequency = <150000000>;
633
+ supports-sdio;
634
+ bus-width = <4>;
635
+ disable-wp;
636
+ cap-sd-highspeed;
637
+ cap-sdio-irq;
638
+ keep-power-in-suspend;
639
+ mmc-pwrseq = <&sdio_pwrseq>;
640
+ non-removable;
641
+ pinctrl-names = "default";
642
+ pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
643
+ sd-uhs-sdr104;
644
+ status = "okay";
742645 };
743646
744647 &spdif_8ch {
....@@ -779,8 +682,8 @@
779682 pinctrl-0 = <&uart1m0_rtsn>;
780683 pinctrl-1 = <&uart1_gpios>;
781684 BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
782
- BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
783
- BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
685
+ BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
686
+ BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
784687 status = "okay";
785688 };
786689
....@@ -817,4 +720,4 @@
817720 &uart9 {
818721 status = "okay";
819722 pinctrl-0 = <&uart9m1_xfer>;
820
-};
723
+};