| .. | .. |
|---|
| 90 | 90 | }; |
|---|
| 91 | 91 | #endif |
|---|
| 92 | 92 | |
|---|
| 93 | +#if 0 |
|---|
| 93 | 94 | leds: leds { |
|---|
| 94 | 95 | compatible = "gpio-leds"; |
|---|
| 95 | 96 | sig_led: sig_led { |
|---|
| 96 | | - gpios = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>; |
|---|
| 97 | + gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>; |
|---|
| 97 | 98 | default-state = "on"; |
|---|
| 98 | 99 | }; |
|---|
| 99 | 100 | }; |
|---|
| .. | .. |
|---|
| 105 | 106 | default-state = "on"; |
|---|
| 106 | 107 | }; |
|---|
| 107 | 108 | }; |
|---|
| 108 | | - |
|---|
| 109 | +#endif |
|---|
| 109 | 110 | |
|---|
| 110 | 111 | ndj_io_init { |
|---|
| 111 | 112 | compatible = "nk_io_control"; |
|---|
| .. | .. |
|---|
| 138 | 139 | gpio_num = <&gpio3 RK_PB6 GPIO_ACTIVE_HIGH>; //AX88772_RST_GPIO3_B6_3V3 |
|---|
| 139 | 140 | gpio_function = <3>; |
|---|
| 140 | 141 | }; |
|---|
| 141 | | - |
|---|
| 142 | +/* |
|---|
| 142 | 143 | hub_host3 { |
|---|
| 143 | 144 | gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8 |
|---|
| 144 | 145 | gpio_function = <0>; |
|---|
| 145 | 146 | }; |
|---|
| 146 | | - |
|---|
| 147 | +*/ |
|---|
| 147 | 148 | wake_4g { |
|---|
| 148 | 149 | gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3 |
|---|
| 149 | 150 | gpio_function = <0>; |
|---|
| .. | .. |
|---|
| 737 | 738 | <0 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C2_d_3V3 DI3 18 |
|---|
| 738 | 739 | <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>,//GPIO0_C3_d_3V3 DI4 19 |
|---|
| 739 | 740 | <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 | + |
|---|
| 741 | 747 | }; |
|---|
| 742 | 748 | }; |
|---|
| 743 | 749 | }; |
|---|