forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -89,6 +89,25 @@
8989 regulator-boot-on;
9090 };
9191 #endif
92
+
93
+#if 0
94
+ leds: leds {
95
+ compatible = "gpio-leds";
96
+ sig_led: sig_led {
97
+ gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
98
+ default-state = "on";
99
+ };
100
+ };
101
+
102
+ leds: leds {
103
+ compatible = "gpio-leds";
104
+ err_led: err_led {
105
+ gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
106
+ default-state = "on";
107
+ };
108
+ };
109
+#endif
110
+
92111 ndj_io_init {
93112 compatible = "nk_io_control";
94113 pinctrl-names = "default";
....@@ -106,16 +125,26 @@
106125 gpio_function = <0>;
107126 };
108127
109
- hub_host2_rst {
110
- gpio_num = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
128
+ vcc_3.3v {
129
+ gpio_num = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
130
+ gpio_function = <0>;
131
+ };
132
+
133
+ ax88772_rst {
134
+ gpio_num = <&gpio3 RK_PB5 GPIO_ACTIVE_HIGH>; //AX88772_RST_GPIO3_B5_3V3
111135 gpio_function = <3>;
112136 };
113137
138
+ ax88631_rst {
139
+ gpio_num = <&gpio3 RK_PB6 GPIO_ACTIVE_HIGH>; //AX88772_RST_GPIO3_B6_3V3
140
+ gpio_function = <3>;
141
+ };
142
+/*
114143 hub_host3 {
115144 gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
116145 gpio_function = <0>;
117146 };
118
-
147
+*/
119148 wake_4g {
120149 gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
121150 gpio_function = <0>;
....@@ -136,10 +165,10 @@
136165 gpio_function = <0>;
137166 };
138167
139
- hp_en {
140
- gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
141
- gpio_function = <0>;
142
- };
168
+ //gpio99 {
169
+ // gpio_num = <&gpio3 RK_PA3 GPIO_ACTIVE_LOW>;//HP_EN_GPIO3_A6_3V3
170
+ // gpio_function = <1>;
171
+ //};
143172
144173 wifi_power_en {
145174 gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
....@@ -226,8 +255,8 @@
226255 nodka-lvds = <15>;
227256
228257 display-timings {
229
- native-mode = <&timing0>;
230
- timing0: timing0 {
258
+ native-mode = <&timing>;
259
+ timing: timing {
231260 clock-frequency = <72500000>;
232261 hactive = <1280>;
233262 vactive = <800>;
....@@ -244,8 +273,8 @@
244273 };
245274 };
246275 ports {
247
- panel_in: endpoint {
248
- remote-endpoint = <&edp_out>;
276
+ panel_in_lvds: endpoint {
277
+ remote-endpoint = <&lvds_out>;
249278 };
250279 };
251280 };
....@@ -337,7 +366,7 @@
337366 */
338367
339368 &video_phy1 {
340
- status = "okay";
369
+ status = "disabled";
341370 };
342371 &dsi1 {
343372 status = "disabled";
....@@ -348,11 +377,11 @@
348377 };
349378
350379 &dsi1_in_vp1 {
351
- status = "okay";
380
+ status = "disabled";
352381 };
353382
354383 &dsi1_panel {
355
- power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
384
+// power-supply = <&vcc3v3_lcd1_n>; //MIPI_3V3EN_GPIO3_A3_d_3V3
356385 vddio-mipi = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>; //MIPI_EN_1V8_GPIO3_A4_d_3V3
357386 reset-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_LOW>; //MIPI_RST_L_GPIO3_C7
358387 vcc-5v-gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
....@@ -372,20 +401,11 @@
372401
373402 &edp {
374403 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
- };
404
+ status = "disabled";
384405 };
385406
386407 &edp_phy {
387
- status = "okay";
388
-
408
+ status = "disabled";
389409 };
390410
391411 &edp_in_vp0 {
....@@ -393,18 +413,40 @@
393413 };
394414
395415 &edp_in_vp1 {
396
- status = "okay";
416
+ status = "disabled";
397417
398418 };
399419
400420 &route_edp {
401
- status = "okay";
421
+ status = "disabled";
402422 connect = <&vp1_out_edp>;
403423 };
404424
405425 &route_edp {
406
- status = "okay";
426
+ status = "disabled";
407427 };
428
+
429
+&lvds {
430
+ status = "disabled";
431
+ ports {
432
+ port@1 {
433
+ reg = <1>;
434
+ lvds_out:endpoint {
435
+ remote-endpoint = <&panel_in_lvds>;
436
+ };
437
+ };
438
+ };
439
+};
440
+
441
+&route_lvds{
442
+ status = "okay";
443
+ connect = <&vp1_out_lvds>;
444
+};
445
+
446
+&lvds_in_vp1 {
447
+ status = "disabled";
448
+};
449
+
408450 /*
409451 * edp_end
410452 */
....@@ -449,7 +491,7 @@
449491 phy-mode = "rgmii";
450492 clock_in_out = "output";
451493
452
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
494
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
453495 snps,reset-active-low;
454496 /* Reset time is 20ms, 100ms for rtl8211f */
455497 snps,reset-delays-us = <0 20000 100000>;
....@@ -469,7 +511,9 @@
469511 rx_delay = <0x2f>;
470512
471513 phy-handle = <&rgmii_phy0>;
514
+
472515 status = "disabled";
516
+
473517 };
474518
475519 &gmac1 {
....@@ -503,9 +547,7 @@
503547 * power-supply should switche to vcc3v3_lcd1_n
504548 * when mipi panel is connected to dsi1.
505549 */
506
-&gt1x {
507
- power-supply = <&vcc3v3_lcd0_n>;
508
-};
550
+
509551
510552 &i2c3 {
511553 status = "okay";
....@@ -524,7 +566,7 @@
524566 };
525567
526568 &i2c4 {
527
- status = "okay";
569
+ status = "disabled";
528570 gc8034: gc8034@37 {
529571 compatible = "galaxycore,gc8034";
530572 status = "okay";
....@@ -536,7 +578,6 @@
536578 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
537579 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
538580 rockchip,grf = <&grf>;
539
- power-domains = <&power RK3568_PD_VI>;
540581 rockchip,camera-module-index = <0>;
541582 rockchip,camera-module-facing = "back";
542583 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -570,7 +611,7 @@
570611 };
571612 };
572613 ov5695: ov5695@36 {
573
- status = "okay";
614
+ status = "disabled";
574615 compatible = "ovti,ov5695";
575616 reg = <0x36>;
576617 clocks = <&cru CLK_CIF_OUT>;
....@@ -623,7 +664,7 @@
623664
624665
625666 &pcie30phy {
626
- status = "okay";
667
+ status = "disabled";
627668 };
628669
629670 &pcie2x1 {
....@@ -674,7 +715,7 @@
674715 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
675716 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
676717 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
677
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
718
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
678719 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
679720 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
680721 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -682,12 +723,27 @@
682723 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
683724 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
684725 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
726
+ <3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
727
+ <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
728
+ <3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,
685729 <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
690
- <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
730
+ <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B0_u_3V3 DO1 8
731
+ <0 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B3_u_3V3 DO2 11
732
+ <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B4_u_3V3 DO3 12
733
+ <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B5_u_3V3 DO4 13
734
+ <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_B6_u_3V3 DO5 14
735
+
736
+ <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C0_d_3V3 DI1 16
737
+ <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C1_d_3V3 DI2 17
738
+ <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C2_d_3V3 DI3 18
739
+ <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C3_d_3V3 DI4 19
740
+ <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C5_d_3V3 DI5 21
741
+ <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>,
742
+ <4 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>, //sig_led
743
+ <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>, //err_led
744
+ <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>, //run_led
745
+ <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>; //HOST3_EN_GPIO4_B2_1V8
746
+
691747 };
692748 };
693749 };
....@@ -713,8 +769,6 @@
713769 };
714770 };
715771 };
716
-
717
-
718772
719773
720774
....@@ -754,15 +808,6 @@
754808 pinctrl-0 = <&uart8m0_xfer &uart8m0_ctsn>;
755809 };
756810
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
-};
766811
767812 &wireless_wlan {
768813 pinctrl-names = "default";
....@@ -782,17 +827,17 @@
782827 BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
783828 BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
784829 BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
785
- status = "okay";
830
+ status = "disabled";
786831 };
787832
788833 &uart0 {
789
- status = "okay";
834
+ status = "disabled";
790835 };
791836
792837 &uart1 {
793838 pinctrl-names = "default";
794839 pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
795
- status = "okay";
840
+ status = "disabled";
796841 };
797842
798843 &uart3 {
....@@ -801,7 +846,7 @@
801846 };
802847
803848 &uart4 {
804
- status = "okay";
849
+ status = "disabled";
805850 pinctrl-0 = <&uart4m1_xfer>;
806851 };
807852
....@@ -810,12 +855,18 @@
810855 pinctrl-0 = <&uart5m1_xfer>;
811856 };
812857
858
+
813859 &uart7 {
814860 status = "okay";
815861 pinctrl-0 = <&uart7m1_xfer>;
816862 };
817863
864
+&uart8 {
865
+ status = "disabled";
866
+ pinctrl-0 = <&uart8m1_xfer>;
867
+};
868
+
818869 &uart9 {
819
- status = "okay";
870
+ status = "disabled";
820871 pinctrl-0 = <&uart9m1_xfer>;
821872 };