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 = <&gpio3 RK_PC2 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";
....@@ -82,7 +75,7 @@
8275 regulator-max-microvolt = <3300000>;
8376 vin-supply = <&vcc5v0_sys>;
8477 };
85
-
78
+#if 0
8679 vcc_camera: vcc-camera-regulator {
8780 compatible = "regulator-fixed";
8881 gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
....@@ -92,43 +85,107 @@
9285 enable-active-high;
9386 regulator-always-on;
9487 regulator-boot-on;
95
-
96
- };
88
+ };
89
+#endif
9790
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
-
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
+};
132189 };
133190
134191 &combphy0_us {
....@@ -144,11 +201,11 @@
144201 };
145202
146203 &csi2_dphy_hw {
147
- status = "okay";
204
+ status = "disabled";
148205 };
149206
150207 &csi2_dphy0 {
151
- status = "okay";
208
+ status = "disabled";
152209
153210 ports {
154211 #address-cells = <1>;
....@@ -192,7 +249,7 @@
192249 * when dsi0 is enabled
193250 */
194251 &dsi0 {
195
- status = "okay";
252
+ status = "disabled";
196253 };
197254
198255 &dsi0_in_vp0 {
....@@ -200,7 +257,7 @@
200257 };
201258
202259 &dsi0_in_vp1 {
203
- status = "okay";
260
+ status = "disabled";
204261 };
205262
206263 &dsi0_panel {
....@@ -306,27 +363,8 @@
306363 power-supply = <&vcc3v3_lcd0_n>;
307364 };
308365
309
-&i2c3 {
310
- status = "okay";
311
- //mac eeprom
312
- eeprom@51 {
313
- //compatible = "atmel,24c02";
314
- compatible = "atmel,24c256";
315
- reg = <0x51>;
316
- };
317
-
318
- //nk-mcu
319
- nkmcu@15 {
320
- compatible = "nk_mcu";
321
- reg = <0x15>;
322
- };
323
-
324
-
325
-
326
-};
327
-
328366 &i2c4 {
329
- status = "okay";
367
+ status = "disabled";
330368 gc8034: gc8034@37 {
331369 compatible = "galaxycore,gc8034";
332370 status = "okay";
....@@ -372,7 +410,7 @@
372410 };
373411 };
374412 ov5695: ov5695@36 {
375
- status = "okay";
413
+ status = "disabled";
376414 compatible = "ovti,ov5695";
377415 reg = <0x36>;
378416 clocks = <&cru CLK_CIF_OUT>;
....@@ -410,7 +448,7 @@
410448 };
411449
412450 &video_phy0 {
413
- status = "okay";
451
+ status = "disabled";
414452 };
415453
416454 &video_phy1 {
....@@ -452,26 +490,44 @@
452490 rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
453491 };
454492 };
455
-
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>;
493
+
494
+ nk_io_init{
495
+ nk_io_gpio: nk-io-gpio{
496
+ rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
497
+ <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>,
498
+ <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>,
499
+ <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
500
+ <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
501
+ <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
502
+ <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
503
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
504
+ <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
505
+ <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
506
+ <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
507
+ <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
508
+ <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
509
+ <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
510
+ <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
511
+ <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
516
+ <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
517
+ };
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
....@@ -525,13 +581,13 @@
525581 };
526582
527583 &uart8 {
528
- status = "disabled";
584
+ status = "okay";
529585 pinctrl-names = "default";
530586 pinctrl-0 = <&uart8m0_xfer &uart8m0_ctsn>;
531587 };
532588
533589 &vcc3v3_lcd0_n {
534
- gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
590
+ gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
535591 enable-active-high;
536592 };
537593
....@@ -543,7 +599,7 @@
543599 &wireless_wlan {
544600 pinctrl-names = "default";
545601 pinctrl-0 = <&wifi_host_wake_irq>;
546
- WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
602
+ WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
547603 };
548604
549605 &wireless_bluetooth {