forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -89,6 +89,24 @@
8989 regulator-boot-on;
9090 };
9191 #endif
92
+
93
+ leds: leds {
94
+ compatible = "gpio-leds";
95
+ sig_led: sig_led {
96
+ gpios = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>;
97
+ default-state = "on";
98
+ };
99
+ };
100
+
101
+ leds: leds {
102
+ compatible = "gpio-leds";
103
+ err_led: err_led {
104
+ gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
105
+ default-state = "on";
106
+ };
107
+ };
108
+
109
+
92110 ndj_io_init {
93111 compatible = "nk_io_control";
94112 pinctrl-names = "default";
....@@ -103,6 +121,11 @@
103121
104122 vcc_12v {
105123 gpio_num = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
124
+ gpio_function = <0>;
125
+ };
126
+
127
+ vcc_3.3v {
128
+ gpio_num = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
106129 gpio_function = <0>;
107130 };
108131
....@@ -136,10 +159,10 @@
136159 gpio_function = <0>;
137160 };
138161
139
- hp_en {
140
- gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
141
- gpio_function = <0>;
142
- };
162
+ //gpio99 {
163
+ // gpio_num = <&gpio3 RK_PA3 GPIO_ACTIVE_LOW>;//HP_EN_GPIO3_A6_3V3
164
+ // gpio_function = <1>;
165
+ //};
143166
144167 wifi_power_en {
145168 gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
....@@ -226,8 +249,8 @@
226249 nodka-lvds = <15>;
227250
228251 display-timings {
229
- native-mode = <&timing0>;
230
- timing0: timing0 {
252
+ native-mode = <&timing>;
253
+ timing: timing {
231254 clock-frequency = <72500000>;
232255 hactive = <1280>;
233256 vactive = <800>;
....@@ -244,8 +267,8 @@
244267 };
245268 };
246269 ports {
247
- panel_in: endpoint {
248
- remote-endpoint = <&edp_out>;
270
+ panel_in_lvds: endpoint {
271
+ remote-endpoint = <&lvds_out>;
249272 };
250273 };
251274 };
....@@ -337,7 +360,7 @@
337360 */
338361
339362 &video_phy1 {
340
- status = "okay";
363
+ status = "disabled";
341364 };
342365 &dsi1 {
343366 status = "disabled";
....@@ -348,11 +371,11 @@
348371 };
349372
350373 &dsi1_in_vp1 {
351
- status = "okay";
374
+ status = "disabled";
352375 };
353376
354377 &dsi1_panel {
355
- power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
378
+// power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
356379 vddio-mipi = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>; //MIPI_EN_1V8_GPIO3_A4_d_3V3
357380 reset-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_LOW>; //MIPI_RST_L_GPIO3_C7
358381 vcc-5v-gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
....@@ -372,20 +395,11 @@
372395
373396 &edp {
374397 force-hpd;
375
- status = "okay";
376
- ports {
377
- port@1 {
378
- reg = <1>;
379
- edp_out: endpoint {
380
- remote-endpoint = <&panel_in>;
381
- };
382
- };
383
- };
398
+ status = "disabled";
384399 };
385400
386401 &edp_phy {
387
- status = "okay";
388
-
402
+ status = "disabled";
389403 };
390404
391405 &edp_in_vp0 {
....@@ -393,18 +407,40 @@
393407 };
394408
395409 &edp_in_vp1 {
396
- status = "okay";
410
+ status = "disabled";
397411
398412 };
399413
400414 &route_edp {
401
- status = "okay";
415
+ status = "disabled";
402416 connect = <&vp1_out_edp>;
403417 };
404418
405419 &route_edp {
406
- status = "okay";
420
+ status = "disabled";
407421 };
422
+
423
+&lvds {
424
+ status = "disabled";
425
+ ports {
426
+ port@1 {
427
+ reg = <1>;
428
+ lvds_out:endpoint {
429
+ remote-endpoint = <&panel_in_lvds>;
430
+ };
431
+ };
432
+ };
433
+};
434
+
435
+&route_lvds{
436
+ status = "okay";
437
+ connect = <&vp1_out_lvds>;
438
+};
439
+
440
+&lvds_in_vp1 {
441
+ status = "disabled";
442
+};
443
+
408444 /*
409445 * edp_end
410446 */
....@@ -449,7 +485,7 @@
449485 phy-mode = "rgmii";
450486 clock_in_out = "output";
451487
452
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
488
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
453489 snps,reset-active-low;
454490 /* Reset time is 20ms, 100ms for rtl8211f */
455491 snps,reset-delays-us = <0 20000 100000>;
....@@ -469,7 +505,9 @@
469505 rx_delay = <0x2f>;
470506
471507 phy-handle = <&rgmii_phy0>;
508
+
472509 status = "disabled";
510
+
473511 };
474512
475513 &gmac1 {
....@@ -503,9 +541,7 @@
503541 * power-supply should switche to vcc3v3_lcd1_n
504542 * when mipi panel is connected to dsi1.
505543 */
506
-&gt1x {
507
- power-supply = <&vcc3v3_lcd0_n>;
508
-};
544
+
509545
510546 &i2c3 {
511547 status = "okay";
....@@ -524,7 +560,7 @@
524560 };
525561
526562 &i2c4 {
527
- status = "okay";
563
+ status = "disabled";
528564 gc8034: gc8034@37 {
529565 compatible = "galaxycore,gc8034";
530566 status = "okay";
....@@ -536,7 +572,6 @@
536572 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
537573 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
538574 rockchip,grf = <&grf>;
539
- power-domains = <&power RK3568_PD_VI>;
540575 rockchip,camera-module-index = <0>;
541576 rockchip,camera-module-facing = "back";
542577 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -570,7 +605,7 @@
570605 };
571606 };
572607 ov5695: ov5695@36 {
573
- status = "okay";
608
+ status = "disabled";
574609 compatible = "ovti,ov5695";
575610 reg = <0x36>;
576611 clocks = <&cru CLK_CIF_OUT>;
....@@ -623,7 +658,7 @@
623658
624659
625660 &pcie30phy {
626
- status = "okay";
661
+ status = "disabled";
627662 };
628663
629664 &pcie2x1 {
....@@ -674,7 +709,7 @@
674709 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
675710 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
676711 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
677
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
712
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
678713 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
679714 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
680715 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -682,11 +717,21 @@
682717 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
683718 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
684719 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
720
+ <3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
721
+ <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
722
+ <3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,
685723 <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
686
- <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
687
- <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
688
- <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
689
- <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
724
+ <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B0_u_3V3 DO1
725
+ <0 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B3_u_3V3 DO2
726
+ <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B4_u_3V3 DO3
727
+ <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B5_u_3V3 DO4
728
+ <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B6_u_3V3 DO5
729
+
730
+ <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C0_d_3V3 DI1_1
731
+ <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C1_d_3V3 DI2_1
732
+ <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C2_d_3V3 DI3_1
733
+ <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C3_d_3V3 DI4_1
734
+ <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C5_d_3V3 DI5_1
690735 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
691736 };
692737 };
....@@ -713,8 +758,6 @@
713758 };
714759 };
715760 };
716
-
717
-
718761
719762
720763
....@@ -754,15 +797,6 @@
754797 pinctrl-0 = <&uart8m0_xfer &uart8m0_ctsn>;
755798 };
756799
757
-&vcc3v3_lcd0_n {
758
- gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
759
- enable-active-high;
760
-};
761
-
762
-&vcc3v3_lcd1_n {
763
- gpio = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>; //MIPI_3V3EN_GPIO3_A3_d_3V3
764
- enable-active-high;
765
-};
766800
767801 &wireless_wlan {
768802 pinctrl-names = "default";
....@@ -782,17 +816,17 @@
782816 BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
783817 BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
784818 BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
785
- status = "okay";
819
+ status = "disabled";
786820 };
787821
788822 &uart0 {
789
- status = "okay";
823
+ status = "disabled";
790824 };
791825
792826 &uart1 {
793827 pinctrl-names = "default";
794828 pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
795
- status = "okay";
829
+ status = "disabled";
796830 };
797831
798832 &uart3 {
....@@ -801,7 +835,7 @@
801835 };
802836
803837 &uart4 {
804
- status = "okay";
838
+ status = "disabled";
805839 pinctrl-0 = <&uart4m1_xfer>;
806840 };
807841
....@@ -810,12 +844,18 @@
810844 pinctrl-0 = <&uart5m1_xfer>;
811845 };
812846
847
+
813848 &uart7 {
814849 status = "okay";
815850 pinctrl-0 = <&uart7m1_xfer>;
816851 };
817852
853
+&uart8 {
854
+ status = "disabled";
855
+ pinctrl-0 = <&uart8m1_xfer>;
856
+};
857
+
818858 &uart9 {
819
- status = "okay";
859
+ status = "disabled";
820860 pinctrl-0 = <&uart9m1_xfer>;
821861 };