hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
old mode 100755new mode 100644
....@@ -15,13 +15,6 @@
1515 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1616 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
1717
18
- rk_headset: rk-headset {
19
- compatible = "rockchip_headset";
20
- headset_gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_LOW>;
21
- pinctrl-names = "default";
22
- pinctrl-0 = <&hp_det>;
23
- };
24
-
2518 vcc2v5_sys: vcc2v5-ddr {
2619 compatible = "regulator-fixed";
2720 regulator-name = "vcc2v5-sys";
....@@ -32,6 +25,15 @@
3225 vin-supply = <&vcc3v3_sys>;
3326 };
3427
28
+ vcc3v3_vga: vcc3v3-vga {
29
+ compatible = "regulator-fixed";
30
+ regulator-name = "vcc3v3_vga";
31
+ regulator-always-on;
32
+ regulator-boot-on;
33
+ gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
34
+ enable-active-high;
35
+ vin-supply = <&vcc3v3_sys>;
36
+ };
3537
3638 pcie30_avdd0v9: pcie30-avdd0v9 {
3739 compatible = "regulator-fixed";
....@@ -83,42 +85,107 @@
8385 enable-active-high;
8486 regulator-always-on;
8587 regulator-boot-on;
86
- };
88
+ };
8789 #endif
8890
89
- nk_io_init {
90
- compatible = "nk_io_control";
91
-// usb_en_oc_gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; //USB_EN_OC_GPIO0_A5
92
- lcd_bk_en_gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
93
- lcd_pwblk_gpio = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
94
- vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
95
- hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
96
- hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
97
-// hub_host3_5V_rest_gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
98
- vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
99
- vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
100
- en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
101
- reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
102
- air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
103
- wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
104
- hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
105
- spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
106
-
107
- edp_enable_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
108
- edp_gpio0 = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>; //7511_GPIO0-GPIO3_D2
109
- edp_gpio1 = <&gpio3 RK_PD3 GPIO_ACTIVE_HIGH>; //7511_GPIO1-GPIO3_D3
110
- edp_gpio2 = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>; //7511_GPIO2-GPIO3_D4
111
- edp_gpio3 = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>; //7511_GPIO3-GPIO3_D5
112
- edp_reset = <&gpio3 RK_PD1 GPIO_ACTIVE_LOW>; //7511_RST_GPIO3_D1
113
-// tp_reset = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
114
-// vddio_mipi = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
115
-
116
- wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
117
-
118
- pinctrl-names = "default";
119
- pinctrl-0 = <&nk_io_gpio>;
120
- nodka_lvds = <9>;
121
- };
91
+ ndj_io_init {
92
+ compatible = "nk_io_control";
93
+ pinctrl-names = "default";
94
+ pinctrl-0 = <&nk_io_gpio>;
95
+
96
+ //gpio_op0 = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
97
+
98
+ vcc_5v {
99
+ gpio_num = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
100
+ gpio_function = <0>;
101
+ };
102
+
103
+ vcc_12v {
104
+ gpio_num = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
105
+ gpio_function = <0>;
106
+ };
107
+
108
+ hub_host2_rst {
109
+ gpio_num = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
110
+ gpio_function = <3>;
111
+ };
112
+
113
+ hub_host3 {
114
+ gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
115
+ gpio_function = <0>;
116
+ };
117
+
118
+ wake_4g {
119
+ gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
120
+ gpio_function = <0>;
121
+ };
122
+
123
+ air_mode_4g {
124
+ gpio_num = <&gpio1 RK_PB0 GPIO_ACTIVE_LOW>; //4G_AIR_MODE_GPIO01_B0_3V3
125
+ gpio_function = <0>;
126
+ };
127
+
128
+ reset_4g {
129
+ gpio_num = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>; //4G_RST_GPIO01_B2_3V3
130
+ gpio_function = <3>;
131
+ };
132
+
133
+ en_4g {
134
+ gpio_num = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
135
+ gpio_function = <0>;
136
+ };
137
+
138
+ hp_en {
139
+ gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
140
+ gpio_function = <0>;
141
+ };
142
+
143
+ wifi_power_en {
144
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
145
+ gpio_function = <0>;
146
+ };
147
+ #if 0
148
+ do1 {
149
+ gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
150
+ gpio_function = <0>;
151
+ };
152
+
153
+ do2 {
154
+ gpio_num = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
155
+ gpio_function = <0>;
156
+ };
157
+
158
+ do3 {
159
+ gpio_num = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
160
+ gpio_function = <0>;
161
+ };
162
+
163
+ do4 {
164
+ gpio_num = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
165
+ gpio_function = <0>;
166
+ };
167
+
168
+ do5 {
169
+ gpio_num = <&gpio2 RK_PD6 GPIO_ACTIVE_LOW>;
170
+ gpio_function = <0>;
171
+ };
172
+
173
+ do6 {
174
+ gpio_num = <&gpio2 RK_PD7 GPIO_ACTIVE_LOW>;
175
+ gpio_function = <0>;
176
+ };
177
+
178
+ do7 {
179
+ gpio_num = <&gpio3 RK_PA0 GPIO_ACTIVE_LOW>;
180
+ gpio_function = <0>;
181
+ };
182
+
183
+ di1 {
184
+ gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
185
+ gpio_function = <1>;
186
+ };
187
+ #endif
188
+};
122189 };
123190
124191 &combphy0_us {
....@@ -134,11 +201,11 @@
134201 };
135202
136203 &csi2_dphy_hw {
137
- status = "okay";
204
+ status = "disabled";
138205 };
139206
140207 &csi2_dphy0 {
141
- status = "okay";
208
+ status = "disabled";
142209
143210 ports {
144211 #address-cells = <1>;
....@@ -182,7 +249,7 @@
182249 * when dsi0 is enabled
183250 */
184251 &dsi0 {
185
- status = "okay";
252
+ status = "disabled";
186253 };
187254
188255 &dsi0_in_vp0 {
....@@ -190,7 +257,7 @@
190257 };
191258
192259 &dsi0_in_vp1 {
193
- status = "okay";
260
+ status = "disabled";
194261 };
195262
196263 &dsi0_panel {
....@@ -296,27 +363,8 @@
296363 power-supply = <&vcc3v3_lcd0_n>;
297364 };
298365
299
-&i2c3 {
300
- status = "okay";
301
- //mac eeprom
302
- eeprom@51 {
303
- //compatible = "atmel,24c02";
304
- compatible = "atmel,24c256";
305
- reg = <0x51>;
306
- };
307
-
308
- //nk-mcu
309
- nkmcu@15 {
310
- compatible = "nk_mcu";
311
- reg = <0x15>;
312
- };
313
-
314
-
315
-
316
-};
317
-
318366 &i2c4 {
319
- status = "okay";
367
+ status = "disabled";
320368 gc8034: gc8034@37 {
321369 compatible = "galaxycore,gc8034";
322370 status = "okay";
....@@ -362,7 +410,7 @@
362410 };
363411 };
364412 ov5695: ov5695@36 {
365
- status = "okay";
413
+ status = "disabled";
366414 compatible = "ovti,ov5695";
367415 reg = <0x36>;
368416 clocks = <&cru CLK_CIF_OUT>;
....@@ -400,7 +448,7 @@
400448 };
401449
402450 &video_phy0 {
403
- status = "okay";
451
+ status = "disabled";
404452 };
405453
406454 &video_phy1 {
....@@ -418,30 +466,31 @@
418466 };
419467
420468 &pinctrl {
421
-// cam {
422
-// camera_pwr: camera-pwr {
423
-// rockchip,pins =
424
-// /* camera power en */
425
-// <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
426
-// };
427
-// };
469
+ cam {
470
+ camera_pwr: camera-pwr {
471
+ rockchip,pins =
472
+ /* camera power en */
473
+ <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
474
+ };
475
+ };
428476 headphone {
429477 hp_det: hp-det {
430
- rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>;
478
+ rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
431479 };
432480 };
433481
434482 wireless-wlan {
435483 wifi_host_wake_irq: wifi-host-wake-irq {
436
- rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
484
+ rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
437485 };
438486 };
439487
440488 wireless-bluetooth {
441
- uart1_gpios: uart1-gpios {
442
- rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
489
+ uart8_gpios: uart8-gpios {
490
+ rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
443491 };
444492 };
493
+
445494 nk_io_init{
446495 nk_io_gpio: nk-io-gpio{
447496 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -451,27 +500,34 @@
451500 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
452501 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
453502 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
454
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
503
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
455504 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
456505 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
457506 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
458
- <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,
459507 <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
460508 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
461509 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
462510 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
463511 <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
512
+ <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
513
+ <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
514
+ <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
515
+ <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
464516 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
465517 };
466518 };
467519 };
468520
521
+&rk809_sound {
522
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
523
+};
524
+
469525 &rkisp {
470
- status = "okay";
526
+ status = "disabled";
471527 };
472528
473529 &rkisp_mmu {
474
- status = "okay";
530
+ status = "disabled";
475531 };
476532
477533 &rkisp_vir0 {
....@@ -489,7 +545,7 @@
489545 };
490546
491547 &route_dsi0 {
492
- status = "okay";
548
+ status = "disabled";
493549 connect = <&vp1_out_dsi0>;
494550 };
495551
....@@ -503,23 +559,19 @@
503559 };
504560
505561 &sdmmc2 {
506
- status = "disabled";
507
-};
508
-
509
-&sdmmc1 {
510
- max-frequency = <150000000>;
511
- supports-sdio;
512
- bus-width = <4>;
513
- disable-wp;
514
- cap-sd-highspeed;
515
- cap-sdio-irq;
516
- keep-power-in-suspend;
517
- mmc-pwrseq = <&sdio_pwrseq>;
518
- non-removable;
519
- pinctrl-names = "default";
520
- pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
521
- sd-uhs-sdr104;
522
- status = "okay";
562
+ max-frequency = <150000000>;
563
+ supports-sdio;
564
+ bus-width = <4>;
565
+ disable-wp;
566
+ cap-sd-highspeed;
567
+ cap-sdio-irq;
568
+ keep-power-in-suspend;
569
+ mmc-pwrseq = <&sdio_pwrseq>;
570
+ non-removable;
571
+ pinctrl-names = "default";
572
+ pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
573
+ sd-uhs-sdr104;
574
+ status = "okay";
523575 };
524576
525577 &spdif_8ch {
....@@ -529,13 +581,13 @@
529581 };
530582
531583 &uart8 {
532
- status = "disabled";
584
+ status = "okay";
533585 pinctrl-names = "default";
534586 pinctrl-0 = <&uart8m0_xfer &uart8m0_ctsn>;
535587 };
536588
537589 &vcc3v3_lcd0_n {
538
- gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
590
+ gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
539591 enable-active-high;
540592 };
541593
....@@ -547,7 +599,7 @@
547599 &wireless_wlan {
548600 pinctrl-names = "default";
549601 pinctrl-0 = <&wifi_host_wake_irq>;
550
- WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
602
+ WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
551603 };
552604
553605 &wireless_bluetooth {
....@@ -555,42 +607,12 @@
555607 clocks = <&rk809 1>;
556608 clock-names = "ext_clock";
557609 //wifi-bt-power-toggle;
558
- uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
559
- BT,power_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
610
+ uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
560611 pinctrl-names = "default", "rts_gpio";
561
- pinctrl-0 = <&uart1m0_rtsn>;
562
- pinctrl-1 = <&uart1_gpios>;
612
+ pinctrl-0 = <&uart8m0_rtsn>;
613
+ pinctrl-1 = <&uart8_gpios>;
563614 BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
564615 BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
565616 BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
566
- status = "disabled";
567
-};
568
-
569
-&uart0 {
570617 status = "okay";
571
-};
572
-
573
-&uart3 {
574
- status = "okay";
575
- pinctrl-0 = <&uart3m1_xfer>;
576
-};
577
-
578
-&uart4 {
579
- status = "okay";
580
- pinctrl-0 = <&uart4m1_xfer>;
581
-};
582
-
583
-&uart5 {
584
- status = "okay";
585
- pinctrl-0 = <&uart5m1_xfer>;
586
-};
587
-
588
-&uart7 {
589
- status = "okay";
590
- pinctrl-0 = <&uart7m1_xfer>;
591
-};
592
-
593
-&uart9 {
594
- status = "okay";
595
- pinctrl-0 = <&uart9m1_xfer>;
596618 };