forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 0d8657dd3056063fb115946b10157477b5c70451
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -8,19 +8,13 @@
88
99 #include <dt-bindings/gpio/gpio.h>
1010 #include <dt-bindings/pinctrl/rockchip.h>
11
+#include <dt-bindings/display/media-bus-format.h>
1112 #include "rk3568.dtsi"
1213 #include "rk3568-evb.dtsi"
1314
1415 / {
1516 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1617 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
17
-
18
- rk_headset: rk-headset {
19
- compatible = "rockchip_headset";
20
- headset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
21
- pinctrl-names = "default";
22
- pinctrl-0 = <&hp_det>;
23
- };
2418
2519 vcc2v5_sys: vcc2v5-ddr {
2620 compatible = "regulator-fixed";
....@@ -82,7 +76,7 @@
8276 regulator-max-microvolt = <3300000>;
8377 vin-supply = <&vcc5v0_sys>;
8478 };
85
-
79
+#if 0
8680 vcc_camera: vcc-camera-regulator {
8781 compatible = "regulator-fixed";
8882 gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
....@@ -92,43 +86,144 @@
9286 enable-active-high;
9387 regulator-always-on;
9488 regulator-boot-on;
89
+ };
90
+#endif
91
+
92
+ ndj_io_init {
93
+ compatible = "nk_io_control";
94
+ pinctrl-names = "default";
95
+ pinctrl-0 = <&nk_io_gpio>;
96
+
97
+ //gpio_op0 = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
98
+
99
+ vcc_5v {
100
+ gpio_num = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
101
+ gpio_function = <0>;
102
+ };
103
+
104
+ vcc_12v {
105
+ gpio_num = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
106
+ gpio_function = <0>;
107
+ };
108
+
109
+ hub_host2_rst {
110
+ gpio_num = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
111
+ gpio_function = <3>;
112
+ };
113
+
114
+ hub_host3 {
115
+ gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
116
+ gpio_function = <0>;
117
+ };
118
+
119
+ wake_4g {
120
+ gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
121
+ gpio_function = <0>;
122
+ };
123
+
124
+ air_mode_4g {
125
+ gpio_num = <&gpio1 RK_PB0 GPIO_ACTIVE_LOW>; //4G_AIR_MODE_GPIO01_B0_3V3
126
+ gpio_function = <0>;
127
+ };
128
+
129
+ reset_4g {
130
+ gpio_num = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>; //4G_RST_GPIO01_B2_3V3
131
+ gpio_function = <3>;
132
+ };
133
+
134
+ en_4g {
135
+ gpio_num = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
136
+ gpio_function = <0>;
137
+ };
138
+
139
+ hp_en {
140
+ gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
141
+ gpio_function = <0>;
142
+ };
143
+
144
+ wifi_power_en {
145
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
146
+ gpio_function = <0>;
147
+ };
148
+ #if 0
149
+ do1 {
150
+ gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
151
+ gpio_function = <0>;
152
+ };
153
+
154
+ do2 {
155
+ gpio_num = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
156
+ gpio_function = <0>;
157
+ };
158
+
159
+ do3 {
160
+ gpio_num = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
161
+ gpio_function = <0>;
162
+ };
163
+
164
+ do4 {
165
+ gpio_num = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
166
+ gpio_function = <0>;
167
+ };
168
+
169
+ do5 {
170
+ gpio_num = <&gpio2 RK_PD6 GPIO_ACTIVE_LOW>;
171
+ gpio_function = <0>;
172
+ };
173
+
174
+ do6 {
175
+ gpio_num = <&gpio2 RK_PD7 GPIO_ACTIVE_LOW>;
176
+ gpio_function = <0>;
177
+ };
178
+
179
+ do7 {
180
+ gpio_num = <&gpio3 RK_PA0 GPIO_ACTIVE_LOW>;
181
+ gpio_function = <0>;
182
+ };
183
+
184
+ di1 {
185
+ gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
186
+ gpio_function = <1>;
187
+ };
188
+ #endif
189
+ };
95190
96
- };
191
+ panel: panel {
192
+ compatible = "simple-panel";
193
+ backlight = <&backlight>;
194
+ power-supply = <&vcc3v3_lcd1_n>;
195
+ enable-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; //LCD0_VDD_H_GPIO2_D4
196
+ edp-bl-gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_PWBLK_H_GPIO0_B7
197
+ edp-bl-en = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
198
+ bus-format = <MEDIA_BUS_FMT_RGB888_1X24>;
199
+ bpc = <8>;
200
+ prepare-delay-ms = <200>;
201
+ enable-delay-ms = <20>;
97202
98
- nk_io_init {
99
- compatible = "nk_io_control";
100
- hub_host2_5v_gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; //USB_HOST_PWREN_H_GPIO0_A6
101
- usb_en_oc_gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; //USB_EN_OC_GPIO0_A5
102
- lcd_bk_en_gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
103
- lcd_pwblk_gpio = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
104
- vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
105
- hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
106
- hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
107
-// hub_host3_5V_rest_gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
108
- vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
109
- vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
110
- en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
111
- reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
112
- air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
113
- wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
114
-
115
- edp_enable_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
116
- edp_gpio0 = <&gpio3 RK_PD2 GPIO_ACTIVE_LOW>; //7511_GPIO0-GPIO3_D2
117
- edp_gpio1 = <&gpio3 RK_PD3 GPIO_ACTIVE_LOW>; //7511_GPIO1-GPIO3_D3
118
- edp_gpio2 = <&gpio3 RK_PD4 GPIO_ACTIVE_LOW>; //7511_GPIO2-GPIO3_D4
119
- edp_gpio3 = <&gpio3 RK_PD5 GPIO_ACTIVE_LOW>; //7511_GPIO3-GPIO3_D5
120
- edp_reset = <&gpio3 RK_PD1 GPIO_ACTIVE_LOW>; //7511_RST_GPIO3_D1
121
-// tp_reset = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
122
-// vddio_mipi = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
123
-
124
- wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
125
-
126
- // pinctrl-names = "default";
127
-// pinctrl-0 = <&nk_io_gpio>;
128
- nodka_lvds = <9>;
129
- };
130
-
131
-
203
+ display-timings {
204
+ native-mode = <&timing>;
205
+ timing: timing {
206
+ clock-frequency = <72500000>;
207
+ hactive = <1280>;
208
+ vactive = <800>;
209
+ hfront-porch = <70>;
210
+ hsync-len = <2>;
211
+ hback-porch = <88>;
212
+ vfront-porch = <7>;
213
+ vsync-len = <4>;
214
+ vback-porch = <17>;
215
+ hsync-active = <21>;
216
+ vsync-active = <0>;
217
+ de-active = <0>;
218
+ pixelclk-active = <0>;
219
+ };
220
+ };
221
+ ports {
222
+ panel_in_lvds: endpoint {
223
+ remote-endpoint = <&lvds_out>;
224
+ };
225
+ };
226
+ };
132227 };
133228
134229 &combphy0_us {
....@@ -144,11 +239,11 @@
144239 };
145240
146241 &csi2_dphy_hw {
147
- status = "okay";
242
+ status = "disabled";
148243 };
149244
150245 &csi2_dphy0 {
151
- status = "okay";
246
+ status = "disabled";
152247
153248 ports {
154249 #address-cells = <1>;
....@@ -192,7 +287,7 @@
192287 * when dsi0 is enabled
193288 */
194289 &dsi0 {
195
- status = "okay";
290
+ status = "disabled";
196291 };
197292
198293 &dsi0_in_vp0 {
....@@ -200,7 +295,7 @@
200295 };
201296
202297 &dsi0_in_vp1 {
203
- status = "okay";
298
+ status = "disabled";
204299 };
205300
206301 &dsi0_panel {
....@@ -228,7 +323,30 @@
228323 };
229324
230325 &edp {
231
- hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
326
+ //hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
327
+ force-hpd;
328
+ status = "disabled";
329
+};
330
+
331
+&lvds {
332
+ status = "okay";
333
+ ports {
334
+ port@1 {
335
+ reg = <1>;
336
+ lvds_out: endpoint {
337
+ remote-endpoint = <&panel_in_lvds>;
338
+ };
339
+ };
340
+
341
+ };
342
+};
343
+
344
+&route_lvds{
345
+ status = "okay";
346
+ connect = <&vp2_out_lvds>;
347
+};
348
+
349
+&lvds_in_vp2 {
232350 status = "okay";
233351 };
234352
....@@ -237,18 +355,18 @@
237355 };
238356
239357 &edp_in_vp0 {
240
- status = "okay";
358
+ status = "disabled";
241359 };
242360
243361 &edp_in_vp1 {
244
- status = "disabled";
362
+ status = "okay";
245363 };
246364
247365 &gmac0 {
248366 phy-mode = "rgmii";
249367 clock_in_out = "output";
250368
251
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
369
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
252370 snps,reset-active-low;
253371 /* Reset time is 20ms, 100ms for rtl8211f */
254372 snps,reset-delays-us = <0 20000 100000>;
....@@ -268,7 +386,7 @@
268386 rx_delay = <0x2f>;
269387
270388 phy-handle = <&rgmii_phy0>;
271
- status = "disabled";
389
+ status = "okay";
272390 };
273391
274392 &gmac1 {
....@@ -302,9 +420,7 @@
302420 * power-supply should switche to vcc3v3_lcd1_n
303421 * when mipi panel is connected to dsi1.
304422 */
305
-&gt1x {
306
- power-supply = <&vcc3v3_lcd0_n>;
307
-};
423
+
308424
309425 &i2c3 {
310426 status = "okay";
....@@ -320,13 +436,10 @@
320436 compatible = "nk_mcu";
321437 reg = <0x15>;
322438 };
323
-
324
-
325
-
326439 };
327440
328441 &i2c4 {
329
- status = "okay";
442
+ status = "disabled";
330443 gc8034: gc8034@37 {
331444 compatible = "galaxycore,gc8034";
332445 status = "okay";
....@@ -372,7 +485,7 @@
372485 };
373486 };
374487 ov5695: ov5695@36 {
375
- status = "okay";
488
+ status = "disabled";
376489 compatible = "ovti,ov5695";
377490 reg = <0x36>;
378491 clocks = <&cru CLK_CIF_OUT>;
....@@ -418,6 +531,12 @@
418531 };
419532
420533 &pcie30phy {
534
+ status = "disabled";
535
+};
536
+
537
+&pcie2x1 {
538
+ reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
539
+ vpcie3v3-supply = <&vcc3v3_pcie>;
421540 status = "okay";
422541 };
423542
....@@ -428,13 +547,7 @@
428547 };
429548
430549 &pinctrl {
431
- cam {
432
- camera_pwr: camera-pwr {
433
- rockchip,pins =
434
- /* camera power en */
435
- <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
436
- };
437
- };
550
+
438551 headphone {
439552 hp_det: hp-det {
440553 rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
....@@ -446,36 +559,48 @@
446559 rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
447560 };
448561 };
449
-
450
- wireless-bluetooth {
451
- uart8_gpios: uart8-gpios {
452
- rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
562
+
563
+ nk_io_init{
564
+ nk_io_gpio: nk-io-gpio{
565
+ rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
566
+ <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>,
567
+ <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>,
568
+ <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
569
+ <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
570
+ <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
571
+ <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
572
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
573
+ <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
574
+ <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
575
+ <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
576
+ <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
577
+ <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
578
+ <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
579
+ <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
580
+ <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
581
+ <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
582
+ <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
583
+ <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
584
+ <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
585
+ <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
453586 };
454587 };
588
+};
455589
456
- nk_io_gpio: nk_io_gpio_col{
457
- rockchip,pins =
458
- <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>,
459
- <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_up>,
460
- <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>,
461
- <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>,
462
- <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>,
463
- <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_up>,
464
- <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>,
465
- <3 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>;
466
- };
590
+&rk809_sound {
591
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
467592 };
468593
469594 &rkisp {
470
- status = "okay";
595
+ status = "disabled";
471596 };
472597
473598 &rkisp_mmu {
474
- status = "okay";
599
+ status = "disabled";
475600 };
476601
477602 &rkisp_vir0 {
478
- status = "okay";
603
+ status = "disabled";
479604
480605 port {
481606 #address-cells = <1>;
....@@ -489,13 +614,15 @@
489614 };
490615
491616 &route_dsi0 {
492
- status = "okay";
617
+ status = "disabled";
493618 connect = <&vp1_out_dsi0>;
494619 };
495620
621
+
622
+
496623 &route_edp {
497
- status = "okay";
498
- connect = <&vp0_out_edp>;
624
+ status = "disabled";
625
+ connect = <&vp1_out_edp>;
499626 };
500627
501628 &sata2 {
....@@ -531,12 +658,12 @@
531658 };
532659
533660 &vcc3v3_lcd0_n {
534
- gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
661
+ gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
535662 enable-active-high;
536663 };
537664
538665 &vcc3v3_lcd1_n {
539
- gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
666
+ gpio = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>; //MIPI_3V3EN_GPIO3_A3_d_3V3
540667 enable-active-high;
541668 };
542669
....@@ -548,15 +675,40 @@
548675
549676 &wireless_bluetooth {
550677 compatible = "bluetooth-platdata";
551
- clocks = <&rk809 1>;
552
- clock-names = "ext_clock";
553
- //wifi-bt-power-toggle;
554
- uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
555
- pinctrl-names = "default", "rts_gpio";
556
- pinctrl-0 = <&uart8m0_rtsn>;
557
- pinctrl-1 = <&uart8_gpios>;
558
- BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
559
- BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
560
- BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
678
+ status = "disabled";
679
+};
680
+
681
+&uart0 {
561682 status = "okay";
562683 };
684
+
685
+&uart1 {
686
+ pinctrl-names = "default";
687
+ pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
688
+ status = "disabled";
689
+};
690
+
691
+&uart3 {
692
+ status = "okay";
693
+ pinctrl-0 = <&uart3m1_xfer>;
694
+};
695
+
696
+&uart4 {
697
+ status = "okay";
698
+ pinctrl-0 = <&uart4m1_xfer>;
699
+};
700
+
701
+&uart5 {
702
+ status = "okay";
703
+ pinctrl-0 = <&uart5m1_xfer>;
704
+};
705
+
706
+&uart7 {
707
+ status = "okay";
708
+ pinctrl-0 = <&uart7m1_xfer>;
709
+};
710
+
711
+&uart9 {
712
+ status = "okay";
713
+ pinctrl-0 = <&uart9m1_xfer>;
714
+};