forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -19,6 +19,7 @@
1919 rk_headset: rk-headset {
2020 compatible = "rockchip_headset";
2121 headset_gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_LOW>;
22
+ spk_ctl_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_LOW>;//AMP_SD_GPIO4_C2_3V3
2223 pinctrl-names = "default";
2324 pinctrl-0 = <&hp_det>;
2425 };
....@@ -33,6 +34,15 @@
3334 vin-supply = <&vcc3v3_sys>;
3435 };
3536
37
+ vcc3v3_vga: vcc3v3-vga {
38
+ compatible = "regulator-fixed";
39
+ regulator-name = "vcc3v3_vga";
40
+ regulator-always-on;
41
+ regulator-boot-on;
42
+ gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
43
+ enable-active-high;
44
+ vin-supply = <&vcc3v3_sys>;
45
+ };
3646
3747 pcie30_avdd0v9: pcie30-avdd0v9 {
3848 compatible = "regulator-fixed";
....@@ -88,10 +98,108 @@
8898 regulator-boot-on;
8999 };
90100 #endif
91
-
101
+ ndj_io_init {
102
+ compatible = "nk_io_control";
103
+ pinctrl-names = "default";
104
+ pinctrl-0 = <&nk_io_gpio>;
105
+
106
+ //gpio_op0 = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
107
+
108
+ vcc_5v {
109
+ gpio_num = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
110
+ gpio_function = <0>;
111
+ };
112
+
113
+ vcc_12v {
114
+ gpio_num = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
115
+ gpio_function = <0>;
116
+ };
117
+
118
+ hub_host2_rst {
119
+ gpio_num = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
120
+ gpio_function = <3>;
121
+ };
122
+
123
+ hub_host3 {
124
+ gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
125
+ gpio_function = <0>;
126
+ };
127
+
128
+ wake_4g {
129
+ gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
130
+ gpio_function = <0>;
131
+ };
132
+
133
+ air_mode_4g {
134
+ gpio_num = <&gpio1 RK_PB0 GPIO_ACTIVE_LOW>; //4G_AIR_MODE_GPIO01_B0_3V3
135
+ gpio_function = <0>;
136
+ };
137
+
138
+ reset_4g {
139
+ gpio_num = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>; //4G_RST_GPIO01_B2_3V3
140
+ gpio_function = <3>;
141
+ };
142
+
143
+ en_4g {
144
+ gpio_num = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
145
+ gpio_function = <0>;
146
+ };
147
+
148
+ hp_en {
149
+ gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
150
+ gpio_function = <0>;
151
+ };
152
+
153
+ wifi_power_en {
154
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
155
+ gpio_function = <0>;
156
+ };
157
+ #if 0
158
+ do1 {
159
+ gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
160
+ gpio_function = <0>;
161
+ };
162
+
163
+ do2 {
164
+ gpio_num = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
165
+ gpio_function = <0>;
166
+ };
167
+
168
+ do3 {
169
+ gpio_num = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
170
+ gpio_function = <0>;
171
+ };
172
+
173
+ do4 {
174
+ gpio_num = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
175
+ gpio_function = <0>;
176
+ };
177
+
178
+ do5 {
179
+ gpio_num = <&gpio2 RK_PD6 GPIO_ACTIVE_LOW>;
180
+ gpio_function = <0>;
181
+ };
182
+
183
+ do6 {
184
+ gpio_num = <&gpio2 RK_PD7 GPIO_ACTIVE_LOW>;
185
+ gpio_function = <0>;
186
+ };
187
+
188
+ do7 {
189
+ gpio_num = <&gpio3 RK_PA0 GPIO_ACTIVE_LOW>;
190
+ gpio_function = <0>;
191
+ };
192
+
193
+ di1 {
194
+ gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
195
+ gpio_function = <1>;
196
+ };
197
+ #endif
198
+ };
199
+#if 0
92200 nk_io_init {
93201 compatible = "nk_io_control";
94
- vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
202
+// vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
95203 hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
96204 hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
97205 vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
....@@ -101,13 +209,13 @@
101209 air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
102210 wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
103211 hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
104
- spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
212
+// spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
105213 wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
106214 // pcie_power_en_gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;//PCIE_PWREN_H_GPIO0_D4
107215 pinctrl-names = "default";
108216 pinctrl-0 = <&nk_io_gpio>;
109217 };
110
-
218
+#endif
111219 panel: panel {
112220 compatible = "simple-panel";
113221 backlight = <&backlight>;
....@@ -281,12 +389,12 @@
281389 remote-endpoint = <&panel_in>;
282390 };
283391 };
284
- };
392
+
393
+ };
285394 };
286395
287396 &edp_phy {
288
- status = "okay";
289
-
397
+ status = "okay";
290398 };
291399
292400 &edp_in_vp0 {
....@@ -350,7 +458,7 @@
350458 phy-mode = "rgmii";
351459 clock_in_out = "output";
352460
353
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
461
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
354462 snps,reset-active-low;
355463 /* Reset time is 20ms, 100ms for rtl8211f */
356464 snps,reset-delays-us = <0 20000 100000>;
....@@ -370,7 +478,9 @@
370478 rx_delay = <0x2f>;
371479
372480 phy-handle = <&rgmii_phy0>;
481
+
373482 status = "disabled";
483
+
374484 };
375485
376486 &gmac1 {
....@@ -404,9 +514,7 @@
404514 * power-supply should switche to vcc3v3_lcd1_n
405515 * when mipi panel is connected to dsi1.
406516 */
407
-&gt1x {
408
- power-supply = <&vcc3v3_lcd0_n>;
409
-};
517
+
410518
411519 &i2c3 {
412520 status = "okay";
....@@ -425,7 +533,7 @@
425533 };
426534
427535 &i2c4 {
428
- status = "okay";
536
+ status = "disabled";
429537 gc8034: gc8034@37 {
430538 compatible = "galaxycore,gc8034";
431539 status = "okay";
....@@ -437,7 +545,6 @@
437545 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
438546 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
439547 rockchip,grf = <&grf>;
440
- power-domains = <&power RK3568_PD_VI>;
441548 rockchip,camera-module-index = <0>;
442549 rockchip,camera-module-facing = "back";
443550 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -471,7 +578,7 @@
471578 };
472579 };
473580 ov5695: ov5695@36 {
474
- status = "okay";
581
+ status = "disabled";
475582 compatible = "ovti,ov5695";
476583 reg = <0x36>;
477584 clocks = <&cru CLK_CIF_OUT>;
....@@ -543,7 +650,8 @@
543650 // };
544651 headphone {
545652 hp_det: hp-det {
546
- rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>;
653
+ rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>,
654
+ <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
547655 };
548656 };
549657
....@@ -578,12 +686,15 @@
578686 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
579687 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
580688 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
581
- <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,
582689 <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
583690 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
584691 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
585692 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
586693 <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
694
+ <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
695
+ <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
696
+ <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
697
+ <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
587698 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
588699 };
589700 };
....@@ -610,8 +721,6 @@
610721 };
611722 };
612723 };
613
-
614
-
615724
616725
617726
....@@ -673,20 +782,25 @@
673782 clock-names = "ext_clock";
674783 //wifi-bt-power-toggle;
675784 uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
676
- BT,power_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
677785 pinctrl-names = "default", "rts_gpio";
678786 pinctrl-0 = <&uart1m0_rtsn>;
679787 pinctrl-1 = <&uart1_gpios>;
680
- BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
681
- BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
682
- BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
683
- status = "disabled";
788
+ BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
789
+ BT,wake_gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
790
+ BT,wake_host_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
791
+ status = "okay";
684792 };
685793
686794 &uart0 {
687795 status = "okay";
688796 };
689797
798
+&uart1 {
799
+ pinctrl-names = "default";
800
+ pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
801
+ status = "okay";
802
+};
803
+
690804 &uart3 {
691805 status = "okay";
692806 pinctrl-0 = <&uart3m1_xfer>;