forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -90,10 +90,11 @@
9090 };
9191 #endif
9292
93
+#if 0
9394 leds: leds {
9495 compatible = "gpio-leds";
9596 sig_led: sig_led {
96
- gpios = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>;
97
+ gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
9798 default-state = "on";
9899 };
99100 };
....@@ -105,7 +106,7 @@
105106 default-state = "on";
106107 };
107108 };
108
-
109
+#endif
109110
110111 ndj_io_init {
111112 compatible = "nk_io_control";
....@@ -138,12 +139,12 @@
138139 gpio_num = <&gpio3 RK_PB6 GPIO_ACTIVE_HIGH>; //AX88772_RST_GPIO3_B6_3V3
139140 gpio_function = <3>;
140141 };
141
-
142
+/*
142143 hub_host3 {
143144 gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
144145 gpio_function = <0>;
145146 };
146
-
147
+*/
147148 wake_4g {
148149 gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
149150 gpio_function = <0>;
....@@ -737,7 +738,12 @@
737738 <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C2_d_3V3 DI3 18
738739 <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C3_d_3V3 DI4 19
739740 <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C5_d_3V3 DI5 21
740
- <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
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
+
741747 };
742748 };
743749 };