rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2019 MediaTek Inc. |
| 4 | * Author: Andy Teng <andy.teng@mediatek.com> |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | #ifndef __DTS_MT2731_PINFUNC_H |
| 9 | #define __DTS_MT2731_PINFUNC_H |
| 10 | |
| 11 | #include "mt65xx.h" |
| 12 | |
| 13 | #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) |
| 14 | #define PINMUX_GPIO0__FUNC_MD_INT0 (MTK_PIN_NO(0) | 1) |
| 15 | #define PINMUX_GPIO0__FUNC_UCTS5 (MTK_PIN_NO(0) | 2) |
| 16 | #define PINMUX_GPIO0__FUNC_I2S4_MCK (MTK_PIN_NO(0) | 3) |
| 17 | #define PINMUX_GPIO0__FUNC_I2S5_MCK (MTK_PIN_NO(0) | 4) |
| 18 | #define PINMUX_GPIO0__FUNC_AUXIF_CLK (MTK_PIN_NO(0) | 6) |
| 19 | #define PINMUX_GPIO0__FUNC_DBG_MON_B8 (MTK_PIN_NO(0) | 7) |
| 20 | |
| 21 | #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0) |
| 22 | #define PINMUX_GPIO1__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(1) | 1) |
| 23 | #define PINMUX_GPIO1__FUNC_URTS5 (MTK_PIN_NO(1) | 2) |
| 24 | #define PINMUX_GPIO1__FUNC_SDA_6306 (MTK_PIN_NO(1) | 3) |
| 25 | #define PINMUX_GPIO1__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(1) | 4) |
| 26 | #define PINMUX_GPIO1__FUNC_AUXIF_ST (MTK_PIN_NO(1) | 6) |
| 27 | #define PINMUX_GPIO1__FUNC_DBG_MON_B9 (MTK_PIN_NO(1) | 7) |
| 28 | |
| 29 | #define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0) |
| 30 | #define PINMUX_GPIO2__FUNC_CLKM0 (MTK_PIN_NO(2) | 1) |
| 31 | #define PINMUX_GPIO2__FUNC_NOR_BYPASS_ROOM_BOOT (MTK_PIN_NO(2) | 2) |
| 32 | #define PINMUX_GPIO2__FUNC_DBG_MON_B17 (MTK_PIN_NO(2) | 7) |
| 33 | |
| 34 | #define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0) |
| 35 | #define PINMUX_GPIO3__FUNC_SPI0_B_CS0C (MTK_PIN_NO(3) | 2) |
| 36 | #define PINMUX_GPIO3__FUNC_SDA0 (MTK_PIN_NO(3) | 3) |
| 37 | #define PINMUX_GPIO3__FUNC_UTXD3 (MTK_PIN_NO(3) | 4) |
| 38 | #define PINMUX_GPIO3__FUNC_PWM2 (MTK_PIN_NO(3) | 5) |
| 39 | #define PINMUX_GPIO3__FUNC_SDA4 (MTK_PIN_NO(3) | 6) |
| 40 | |
| 41 | #define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0) |
| 42 | #define PINMUX_GPIO4__FUNC_SPI1_A_MI (MTK_PIN_NO(4) | 1) |
| 43 | #define PINMUX_GPIO4__FUNC_CLKM1 (MTK_PIN_NO(4) | 2) |
| 44 | #define PINMUX_GPIO4__FUNC_SDA3 (MTK_PIN_NO(4) | 3) |
| 45 | #define PINMUX_GPIO4__FUNC_SPIS_MOSI (MTK_PIN_NO(4) | 4) |
| 46 | #define PINMUX_GPIO4__FUNC_I2S4_BCK (MTK_PIN_NO(4) | 5) |
| 47 | |
| 48 | #define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0) |
| 49 | #define PINMUX_GPIO5__FUNC_SPI1_A_MO (MTK_PIN_NO(5) | 1) |
| 50 | #define PINMUX_GPIO5__FUNC_CLKM2 (MTK_PIN_NO(5) | 2) |
| 51 | #define PINMUX_GPIO5__FUNC_SCL3 (MTK_PIN_NO(5) | 3) |
| 52 | #define PINMUX_GPIO5__FUNC_SPIS_MISO (MTK_PIN_NO(5) | 4) |
| 53 | #define PINMUX_GPIO5__FUNC_I2S4_LRCK (MTK_PIN_NO(5) | 5) |
| 54 | |
| 55 | #define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0) |
| 56 | #define PINMUX_GPIO6__FUNC_SPI1_A_CS1A (MTK_PIN_NO(6) | 1) |
| 57 | #define PINMUX_GPIO6__FUNC_SDA4 (MTK_PIN_NO(6) | 2) |
| 58 | #define PINMUX_GPIO6__FUNC_SDA_6306 (MTK_PIN_NO(6) | 3) |
| 59 | #define PINMUX_GPIO6__FUNC_SPIS_CSB (MTK_PIN_NO(6) | 4) |
| 60 | #define PINMUX_GPIO6__FUNC_I2S4_MCK (MTK_PIN_NO(6) | 5) |
| 61 | |
| 62 | #define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0) |
| 63 | #define PINMUX_GPIO7__FUNC_SPI1_A_CLK (MTK_PIN_NO(7) | 1) |
| 64 | #define PINMUX_GPIO7__FUNC_SCL4 (MTK_PIN_NO(7) | 2) |
| 65 | #define PINMUX_GPIO7__FUNC_SCL_6306 (MTK_PIN_NO(7) | 3) |
| 66 | #define PINMUX_GPIO7__FUNC_SPIS_CLK (MTK_PIN_NO(7) | 4) |
| 67 | #define PINMUX_GPIO7__FUNC_I2S4_DI (MTK_PIN_NO(7) | 5) |
| 68 | |
| 69 | #define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0) |
| 70 | #define PINMUX_GPIO8__FUNC_MD_INT0 (MTK_PIN_NO(8) | 2) |
| 71 | #define PINMUX_GPIO8__FUNC_SCL0 (MTK_PIN_NO(8) | 3) |
| 72 | #define PINMUX_GPIO8__FUNC_URXD3 (MTK_PIN_NO(8) | 4) |
| 73 | #define PINMUX_GPIO8__FUNC_PWM1 (MTK_PIN_NO(8) | 5) |
| 74 | #define PINMUX_GPIO8__FUNC_SCL4 (MTK_PIN_NO(8) | 6) |
| 75 | |
| 76 | #define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0) |
| 77 | #define PINMUX_GPIO9__FUNC_MIPI3_SDATA (MTK_PIN_NO(9) | 2) |
| 78 | |
| 79 | #define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0) |
| 80 | #define PINMUX_GPIO10__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(10) | 1) |
| 81 | #define PINMUX_GPIO10__FUNC_I2S6_BCK (MTK_PIN_NO(10) | 3) |
| 82 | #define PINMUX_GPIO10__FUNC_TDMO_BCK_OUT (MTK_PIN_NO(10) | 4) |
| 83 | #define PINMUX_GPIO10__FUNC_IO_JTAG_TCK (MTK_PIN_NO(10) | 5) |
| 84 | #define PINMUX_GPIO10__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(10) | 6) |
| 85 | |
| 86 | #define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0) |
| 87 | #define PINMUX_GPIO11__FUNC_SRCLKENAI1 (MTK_PIN_NO(11) | 1) |
| 88 | #define PINMUX_GPIO11__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(11) | 2) |
| 89 | #define PINMUX_GPIO11__FUNC_DBG_MON_A7 (MTK_PIN_NO(11) | 7) |
| 90 | |
| 91 | #define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0) |
| 92 | #define PINMUX_GPIO12__FUNC_SRCLKENAI0 (MTK_PIN_NO(12) | 1) |
| 93 | #define PINMUX_GPIO12__FUNC_I2S6_MCK (MTK_PIN_NO(12) | 2) |
| 94 | #define PINMUX_GPIO12__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(12) | 3) |
| 95 | #define PINMUX_GPIO12__FUNC_DBG_MON_A8 (MTK_PIN_NO(12) | 7) |
| 96 | |
| 97 | #define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0) |
| 98 | #define PINMUX_GPIO13__FUNC_I2S4_LRCK (MTK_PIN_NO(13) | 1) |
| 99 | #define PINMUX_GPIO13__FUNC_SPI2_A_MI (MTK_PIN_NO(13) | 2) |
| 100 | #define PINMUX_GPIO13__FUNC_PCM1_DO2 (MTK_PIN_NO(13) | 3) |
| 101 | #define PINMUX_GPIO13__FUNC_I2S5_LRCK (MTK_PIN_NO(13) | 5) |
| 102 | #define PINMUX_GPIO13__FUNC_DBG_MON_B25 (MTK_PIN_NO(13) | 7) |
| 103 | |
| 104 | #define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0) |
| 105 | #define PINMUX_GPIO14__FUNC_I2S4_DI (MTK_PIN_NO(14) | 1) |
| 106 | #define PINMUX_GPIO14__FUNC_SPI2_A_CLK (MTK_PIN_NO(14) | 2) |
| 107 | #define PINMUX_GPIO14__FUNC_UTXD5 (MTK_PIN_NO(14) | 3) |
| 108 | #define PINMUX_GPIO14__FUNC_I2S5_DO (MTK_PIN_NO(14) | 5) |
| 109 | #define PINMUX_GPIO14__FUNC_DBG_MON_B26 (MTK_PIN_NO(14) | 7) |
| 110 | |
| 111 | #define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0) |
| 112 | #define PINMUX_GPIO15__FUNC_I2S4_BCK (MTK_PIN_NO(15) | 1) |
| 113 | #define PINMUX_GPIO15__FUNC_SPI2_A_MO (MTK_PIN_NO(15) | 2) |
| 114 | #define PINMUX_GPIO15__FUNC_URXD5 (MTK_PIN_NO(15) | 3) |
| 115 | #define PINMUX_GPIO15__FUNC_I2S5_BCK (MTK_PIN_NO(15) | 5) |
| 116 | #define PINMUX_GPIO15__FUNC_DBG_MON_B27 (MTK_PIN_NO(15) | 7) |
| 117 | |
| 118 | #define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0) |
| 119 | #define PINMUX_GPIO16__FUNC_URXD0 (MTK_PIN_NO(16) | 1) |
| 120 | #define PINMUX_GPIO16__FUNC_MD_URXD0 (MTK_PIN_NO(16) | 2) |
| 121 | #define PINMUX_GPIO16__FUNC_UTXD0 (MTK_PIN_NO(16) | 3) |
| 122 | #define PINMUX_GPIO16__FUNC_DBG_MON_B0 (MTK_PIN_NO(16) | 7) |
| 123 | |
| 124 | #define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0) |
| 125 | #define PINMUX_GPIO17__FUNC_UTXD0 (MTK_PIN_NO(17) | 1) |
| 126 | #define PINMUX_GPIO17__FUNC_MD_UTXD0 (MTK_PIN_NO(17) | 2) |
| 127 | #define PINMUX_GPIO17__FUNC_URXD0 (MTK_PIN_NO(17) | 3) |
| 128 | #define PINMUX_GPIO17__FUNC_DBG_MON_B1 (MTK_PIN_NO(17) | 7) |
| 129 | |
| 130 | #define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0) |
| 131 | #define PINMUX_GPIO18__FUNC_URXD1 (MTK_PIN_NO(18) | 1) |
| 132 | #define PINMUX_GPIO18__FUNC_MD_URXD1 (MTK_PIN_NO(18) | 2) |
| 133 | #define PINMUX_GPIO18__FUNC_UTXD1 (MTK_PIN_NO(18) | 3) |
| 134 | #define PINMUX_GPIO18__FUNC_UTXD3 (MTK_PIN_NO(18) | 5) |
| 135 | #define PINMUX_GPIO18__FUNC_DBG_MON_B2 (MTK_PIN_NO(18) | 7) |
| 136 | |
| 137 | #define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0) |
| 138 | #define PINMUX_GPIO19__FUNC_UTXD1 (MTK_PIN_NO(19) | 1) |
| 139 | #define PINMUX_GPIO19__FUNC_MD_UTXD1 (MTK_PIN_NO(19) | 2) |
| 140 | #define PINMUX_GPIO19__FUNC_URXD1 (MTK_PIN_NO(19) | 3) |
| 141 | #define PINMUX_GPIO19__FUNC_URXD3 (MTK_PIN_NO(19) | 5) |
| 142 | #define PINMUX_GPIO19__FUNC_DBG_MON_B3 (MTK_PIN_NO(19) | 7) |
| 143 | |
| 144 | #define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0) |
| 145 | #define PINMUX_GPIO20__FUNC_PCM1_SYNC (MTK_PIN_NO(20) | 1) |
| 146 | #define PINMUX_GPIO20__FUNC_MRG_SYNC (MTK_PIN_NO(20) | 2) |
| 147 | #define PINMUX_GPIO20__FUNC_I2S4_BCK (MTK_PIN_NO(20) | 3) |
| 148 | #define PINMUX_GPIO20__FUNC_I2S5_BCK (MTK_PIN_NO(20) | 4) |
| 149 | #define PINMUX_GPIO20__FUNC_I2S0_BCK (MTK_PIN_NO(20) | 5) |
| 150 | #define PINMUX_GPIO20__FUNC_DBG_MON_B4 (MTK_PIN_NO(20) | 7) |
| 151 | |
| 152 | #define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0) |
| 153 | #define PINMUX_GPIO21__FUNC_PCM1_CLK (MTK_PIN_NO(21) | 1) |
| 154 | #define PINMUX_GPIO21__FUNC_MRG_CLK (MTK_PIN_NO(21) | 2) |
| 155 | #define PINMUX_GPIO21__FUNC_I2S4_LRCK (MTK_PIN_NO(21) | 3) |
| 156 | #define PINMUX_GPIO21__FUNC_I2S5_LRCK (MTK_PIN_NO(21) | 4) |
| 157 | #define PINMUX_GPIO21__FUNC_I2S0_LRCK (MTK_PIN_NO(21) | 5) |
| 158 | #define PINMUX_GPIO21__FUNC_DBG_MON_B5 (MTK_PIN_NO(21) | 7) |
| 159 | |
| 160 | #define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) |
| 161 | #define PINMUX_GPIO22__FUNC_PCM1_DI (MTK_PIN_NO(22) | 1) |
| 162 | #define PINMUX_GPIO22__FUNC_MRG_DI (MTK_PIN_NO(22) | 2) |
| 163 | #define PINMUX_GPIO22__FUNC_I2S4_DI (MTK_PIN_NO(22) | 3) |
| 164 | #define PINMUX_GPIO22__FUNC_I2S5_DO (MTK_PIN_NO(22) | 4) |
| 165 | #define PINMUX_GPIO22__FUNC_I2S0_DI (MTK_PIN_NO(22) | 5) |
| 166 | #define PINMUX_GPIO22__FUNC_DBG_MON_B6 (MTK_PIN_NO(22) | 7) |
| 167 | |
| 168 | #define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0) |
| 169 | #define PINMUX_GPIO23__FUNC_PCM1_DO0 (MTK_PIN_NO(23) | 1) |
| 170 | #define PINMUX_GPIO23__FUNC_MRG_DO (MTK_PIN_NO(23) | 2) |
| 171 | #define PINMUX_GPIO23__FUNC_I2S5_DO (MTK_PIN_NO(23) | 3) |
| 172 | #define PINMUX_GPIO23__FUNC_I2S0_DO (MTK_PIN_NO(23) | 5) |
| 173 | #define PINMUX_GPIO23__FUNC_DBG_MON_B7 (MTK_PIN_NO(23) | 7) |
| 174 | |
| 175 | #define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0) |
| 176 | #define PINMUX_GPIO24__FUNC_USB_DRVVBUS (MTK_PIN_NO(24) | 1) |
| 177 | #define PINMUX_GPIO24__FUNC_UCTS1 (MTK_PIN_NO(24) | 2) |
| 178 | #define PINMUX_GPIO24__FUNC_SRCLKENAI1 (MTK_PIN_NO(24) | 3) |
| 179 | #define PINMUX_GPIO24__FUNC_I2S0_MCK (MTK_PIN_NO(24) | 5) |
| 180 | #define PINMUX_GPIO24__FUNC_DBG_MON_B10 (MTK_PIN_NO(24) | 7) |
| 181 | |
| 182 | #define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0) |
| 183 | #define PINMUX_GPIO25__FUNC_IDDIG (MTK_PIN_NO(25) | 1) |
| 184 | #define PINMUX_GPIO25__FUNC_URTS1 (MTK_PIN_NO(25) | 2) |
| 185 | #define PINMUX_GPIO25__FUNC_DBG_MON_B11 (MTK_PIN_NO(25) | 7) |
| 186 | |
| 187 | #define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0) |
| 188 | #define PINMUX_GPIO26__FUNC_UTXD6 (MTK_PIN_NO(26) | 1) |
| 189 | #define PINMUX_GPIO26__FUNC_URXD6 (MTK_PIN_NO(26) | 2) |
| 190 | #define PINMUX_GPIO26__FUNC_DBG_MON_B12 (MTK_PIN_NO(26) | 7) |
| 191 | |
| 192 | #define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0) |
| 193 | #define PINMUX_GPIO27__FUNC_URXD6 (MTK_PIN_NO(27) | 1) |
| 194 | #define PINMUX_GPIO27__FUNC_UTXD6 (MTK_PIN_NO(27) | 2) |
| 195 | #define PINMUX_GPIO27__FUNC_DBG_MON_B13 (MTK_PIN_NO(27) | 7) |
| 196 | |
| 197 | #define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0) |
| 198 | #define PINMUX_GPIO28__FUNC_SRCLKENAI0 (MTK_PIN_NO(28) | 1) |
| 199 | #define PINMUX_GPIO28__FUNC_DBG_MON_B14 (MTK_PIN_NO(28) | 7) |
| 200 | |
| 201 | #define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0) |
| 202 | #define PINMUX_GPIO29__FUNC_AGPS_SYNC (MTK_PIN_NO(29) | 1) |
| 203 | |
| 204 | #define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0) |
| 205 | #define PINMUX_GPIO30__FUNC_MSDC2_DSL (MTK_PIN_NO(30) | 1) |
| 206 | #define PINMUX_GPIO30__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(30) | 2) |
| 207 | #define PINMUX_GPIO30__FUNC_SCL_6306 (MTK_PIN_NO(30) | 3) |
| 208 | #define PINMUX_GPIO30__FUNC_UCTS3 (MTK_PIN_NO(30) | 4) |
| 209 | |
| 210 | #define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0) |
| 211 | #define PINMUX_GPIO31__FUNC_MSDC2_CLK (MTK_PIN_NO(31) | 1) |
| 212 | #define PINMUX_GPIO31__FUNC_URTS3 (MTK_PIN_NO(31) | 4) |
| 213 | |
| 214 | #define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0) |
| 215 | #define PINMUX_GPIO32__FUNC_MSDC2_CMD (MTK_PIN_NO(32) | 1) |
| 216 | #define PINMUX_GPIO32__FUNC_I2S0_MCK (MTK_PIN_NO(32) | 2) |
| 217 | #define PINMUX_GPIO32__FUNC_HSM_JTAG_TCK (MTK_PIN_NO(32) | 3) |
| 218 | #define PINMUX_GPIO32__FUNC_IO_JTAG_TCK (MTK_PIN_NO(32) | 4) |
| 219 | #define PINMUX_GPIO32__FUNC_UDI_TCK (MTK_PIN_NO(32) | 5) |
| 220 | #define PINMUX_GPIO32__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(32) | 6) |
| 221 | |
| 222 | #define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) |
| 223 | #define PINMUX_GPIO33__FUNC_MSDC2_DAT3 (MTK_PIN_NO(33) | 1) |
| 224 | #define PINMUX_GPIO33__FUNC_I2S0_BCK (MTK_PIN_NO(33) | 2) |
| 225 | #define PINMUX_GPIO33__FUNC_HSM_JTAG_TMS (MTK_PIN_NO(33) | 3) |
| 226 | #define PINMUX_GPIO33__FUNC_IO_JTAG_TMS (MTK_PIN_NO(33) | 4) |
| 227 | #define PINMUX_GPIO33__FUNC_UDI_TMS (MTK_PIN_NO(33) | 5) |
| 228 | #define PINMUX_GPIO33__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(33) | 6) |
| 229 | |
| 230 | #define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0) |
| 231 | #define PINMUX_GPIO34__FUNC_MSDC2_DAT2 (MTK_PIN_NO(34) | 1) |
| 232 | #define PINMUX_GPIO34__FUNC_I2S0_LRCK (MTK_PIN_NO(34) | 2) |
| 233 | #define PINMUX_GPIO34__FUNC_HSM_JTAG_TDO (MTK_PIN_NO(34) | 3) |
| 234 | #define PINMUX_GPIO34__FUNC_IO_JTAG_TDO (MTK_PIN_NO(34) | 4) |
| 235 | #define PINMUX_GPIO34__FUNC_UDI_TDO (MTK_PIN_NO(34) | 5) |
| 236 | #define PINMUX_GPIO34__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(34) | 6) |
| 237 | |
| 238 | #define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0) |
| 239 | #define PINMUX_GPIO35__FUNC_MSDC2_DAT1 (MTK_PIN_NO(35) | 1) |
| 240 | #define PINMUX_GPIO35__FUNC_I2S0_DI (MTK_PIN_NO(35) | 2) |
| 241 | #define PINMUX_GPIO35__FUNC_HSM_JTAG_TDI (MTK_PIN_NO(35) | 3) |
| 242 | #define PINMUX_GPIO35__FUNC_IO_JTAG_TDI (MTK_PIN_NO(35) | 4) |
| 243 | #define PINMUX_GPIO35__FUNC_UDI_TDI (MTK_PIN_NO(35) | 5) |
| 244 | #define PINMUX_GPIO35__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(35) | 6) |
| 245 | |
| 246 | #define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0) |
| 247 | #define PINMUX_GPIO36__FUNC_MSDC2_DAT0 (MTK_PIN_NO(36) | 1) |
| 248 | #define PINMUX_GPIO36__FUNC_I2S0_DO (MTK_PIN_NO(36) | 2) |
| 249 | #define PINMUX_GPIO36__FUNC_HSM_JTAG_TRSTN_N (MTK_PIN_NO(36) | 3) |
| 250 | #define PINMUX_GPIO36__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(36) | 4) |
| 251 | #define PINMUX_GPIO36__FUNC_UDI_NTRST (MTK_PIN_NO(36) | 5) |
| 252 | #define PINMUX_GPIO36__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(36) | 6) |
| 253 | |
| 254 | #define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0) |
| 255 | #define PINMUX_GPIO37__FUNC_SDA1 (MTK_PIN_NO(37) | 1) |
| 256 | #define PINMUX_GPIO37__FUNC_SPI2_A_CS2B (MTK_PIN_NO(37) | 2) |
| 257 | #define PINMUX_GPIO37__FUNC_PCM1_CLK (MTK_PIN_NO(37) | 3) |
| 258 | #define PINMUX_GPIO37__FUNC_UTXD4 (MTK_PIN_NO(37) | 4) |
| 259 | #define PINMUX_GPIO37__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(37) | 5) |
| 260 | #define PINMUX_GPIO37__FUNC_UCTS0 (MTK_PIN_NO(37) | 6) |
| 261 | #define PINMUX_GPIO37__FUNC_DBG_MON_B18 (MTK_PIN_NO(37) | 7) |
| 262 | |
| 263 | #define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0) |
| 264 | #define PINMUX_GPIO38__FUNC_SCL1 (MTK_PIN_NO(38) | 1) |
| 265 | #define PINMUX_GPIO38__FUNC_SPI2_A_CS2C (MTK_PIN_NO(38) | 2) |
| 266 | #define PINMUX_GPIO38__FUNC_PCM1_SYNC (MTK_PIN_NO(38) | 3) |
| 267 | #define PINMUX_GPIO38__FUNC_URXD4 (MTK_PIN_NO(38) | 4) |
| 268 | #define PINMUX_GPIO38__FUNC_AGPS_SYNC (MTK_PIN_NO(38) | 5) |
| 269 | #define PINMUX_GPIO38__FUNC_URTS0 (MTK_PIN_NO(38) | 6) |
| 270 | #define PINMUX_GPIO38__FUNC_DBG_MON_B19 (MTK_PIN_NO(38) | 7) |
| 271 | |
| 272 | #define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0) |
| 273 | #define PINMUX_GPIO39__FUNC_SDA2 (MTK_PIN_NO(39) | 1) |
| 274 | #define PINMUX_GPIO39__FUNC_SDA1 (MTK_PIN_NO(39) | 2) |
| 275 | #define PINMUX_GPIO39__FUNC_PCM1_DI (MTK_PIN_NO(39) | 3) |
| 276 | #define PINMUX_GPIO39__FUNC_UTXD5 (MTK_PIN_NO(39) | 4) |
| 277 | #define PINMUX_GPIO39__FUNC_DBG_MON_B20 (MTK_PIN_NO(39) | 7) |
| 278 | |
| 279 | #define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0) |
| 280 | #define PINMUX_GPIO40__FUNC_SCL2 (MTK_PIN_NO(40) | 1) |
| 281 | #define PINMUX_GPIO40__FUNC_SCL1 (MTK_PIN_NO(40) | 2) |
| 282 | #define PINMUX_GPIO40__FUNC_PCM1_DO0 (MTK_PIN_NO(40) | 3) |
| 283 | #define PINMUX_GPIO40__FUNC_URXD5 (MTK_PIN_NO(40) | 4) |
| 284 | #define PINMUX_GPIO40__FUNC_DBG_MON_B21 (MTK_PIN_NO(40) | 7) |
| 285 | |
| 286 | #define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0) |
| 287 | #define PINMUX_GPIO41__FUNC_SDA0 (MTK_PIN_NO(41) | 1) |
| 288 | #define PINMUX_GPIO41__FUNC_DAP_MD32_SWD (MTK_PIN_NO(41) | 5) |
| 289 | #define PINMUX_GPIO41__FUNC_DBG_MON_B22 (MTK_PIN_NO(41) | 7) |
| 290 | |
| 291 | #define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0) |
| 292 | #define PINMUX_GPIO42__FUNC_SCL0 (MTK_PIN_NO(42) | 1) |
| 293 | #define PINMUX_GPIO42__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(42) | 5) |
| 294 | #define PINMUX_GPIO42__FUNC_DBG_MON_B23 (MTK_PIN_NO(42) | 7) |
| 295 | |
| 296 | #define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0) |
| 297 | #define PINMUX_GPIO43__FUNC_I2S4_MCK (MTK_PIN_NO(43) | 1) |
| 298 | #define PINMUX_GPIO43__FUNC_SPI2_A_CS2A (MTK_PIN_NO(43) | 2) |
| 299 | #define PINMUX_GPIO43__FUNC_PCM1_DO1 (MTK_PIN_NO(43) | 3) |
| 300 | #define PINMUX_GPIO43__FUNC_I2S5_MCK (MTK_PIN_NO(43) | 5) |
| 301 | #define PINMUX_GPIO43__FUNC_DBG_MON_B24 (MTK_PIN_NO(43) | 7) |
| 302 | |
| 303 | #define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0) |
| 304 | #define PINMUX_GPIO44__FUNC_PCIE_CLKREQ_N (MTK_PIN_NO(44) | 1) |
| 305 | |
| 306 | #define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0) |
| 307 | #define PINMUX_GPIO45__FUNC_PCIE_WAKE_N (MTK_PIN_NO(45) | 1) |
| 308 | |
| 309 | #define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0) |
| 310 | #define PINMUX_GPIO46__FUNC_PCIE_PERST_N (MTK_PIN_NO(46) | 1) |
| 311 | |
| 312 | #define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0) |
| 313 | #define PINMUX_GPIO47__FUNC_SPI0_A_CS0A (MTK_PIN_NO(47) | 1) |
| 314 | #define PINMUX_GPIO47__FUNC_UCTS2 (MTK_PIN_NO(47) | 2) |
| 315 | #define PINMUX_GPIO47__FUNC_DBG_MON_B28 (MTK_PIN_NO(47) | 7) |
| 316 | |
| 317 | #define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0) |
| 318 | #define PINMUX_GPIO48__FUNC_SPI0_A_MI (MTK_PIN_NO(48) | 1) |
| 319 | #define PINMUX_GPIO48__FUNC_URXD2 (MTK_PIN_NO(48) | 2) |
| 320 | #define PINMUX_GPIO48__FUNC_DBG_MON_B29 (MTK_PIN_NO(48) | 7) |
| 321 | |
| 322 | #define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0) |
| 323 | #define PINMUX_GPIO49__FUNC_SPI0_A_CLK (MTK_PIN_NO(49) | 1) |
| 324 | #define PINMUX_GPIO49__FUNC_URTS2 (MTK_PIN_NO(49) | 2) |
| 325 | #define PINMUX_GPIO49__FUNC_DBG_MON_B30 (MTK_PIN_NO(49) | 7) |
| 326 | |
| 327 | #define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0) |
| 328 | #define PINMUX_GPIO50__FUNC_SPI0_A_MO (MTK_PIN_NO(50) | 1) |
| 329 | #define PINMUX_GPIO50__FUNC_UTXD2 (MTK_PIN_NO(50) | 2) |
| 330 | #define PINMUX_GPIO50__FUNC_DBG_MON_B31 (MTK_PIN_NO(50) | 7) |
| 331 | |
| 332 | #define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0) |
| 333 | #define PINMUX_GPIO51__FUNC_JTMS_SEL1 (MTK_PIN_NO(51) | 1) |
| 334 | #define PINMUX_GPIO51__FUNC_SPI0_B_MI (MTK_PIN_NO(51) | 2) |
| 335 | #define PINMUX_GPIO51__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(51) | 3) |
| 336 | #define PINMUX_GPIO51__FUNC_HSM_JTAG_TMS (MTK_PIN_NO(51) | 4) |
| 337 | #define PINMUX_GPIO51__FUNC_DFD_TMS (MTK_PIN_NO(51) | 5) |
| 338 | #define PINMUX_GPIO51__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(51) | 6) |
| 339 | #define PINMUX_GPIO51__FUNC_JTMS_SEL1_A (MTK_PIN_NO(51) | 7) |
| 340 | |
| 341 | #define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0) |
| 342 | #define PINMUX_GPIO52__FUNC_JTCK_SEL1 (MTK_PIN_NO(52) | 1) |
| 343 | #define PINMUX_GPIO52__FUNC_SPI0_B_CLK (MTK_PIN_NO(52) | 2) |
| 344 | #define PINMUX_GPIO52__FUNC_I2S6_MCK (MTK_PIN_NO(52) | 3) |
| 345 | #define PINMUX_GPIO52__FUNC_HSM_JTAG_TCK (MTK_PIN_NO(52) | 4) |
| 346 | #define PINMUX_GPIO52__FUNC_DFD_TCK_XI (MTK_PIN_NO(52) | 5) |
| 347 | #define PINMUX_GPIO52__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(52) | 6) |
| 348 | #define PINMUX_GPIO52__FUNC_JTCK_SEL1_A (MTK_PIN_NO(52) | 7) |
| 349 | |
| 350 | #define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0) |
| 351 | #define PINMUX_GPIO53__FUNC_JTDI_SEL1 (MTK_PIN_NO(53) | 1) |
| 352 | #define PINMUX_GPIO53__FUNC_SPI0_B_MO (MTK_PIN_NO(53) | 2) |
| 353 | #define PINMUX_GPIO53__FUNC_I2S6_BCK (MTK_PIN_NO(53) | 3) |
| 354 | #define PINMUX_GPIO53__FUNC_HSM_JTAG_TDI (MTK_PIN_NO(53) | 4) |
| 355 | #define PINMUX_GPIO53__FUNC_DFD_TDI (MTK_PIN_NO(53) | 5) |
| 356 | #define PINMUX_GPIO53__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(53) | 6) |
| 357 | #define PINMUX_GPIO53__FUNC_JTDI_SEL1_A (MTK_PIN_NO(53) | 7) |
| 358 | |
| 359 | #define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0) |
| 360 | #define PINMUX_GPIO54__FUNC_JTDO_SEL1 (MTK_PIN_NO(54) | 1) |
| 361 | #define PINMUX_GPIO54__FUNC_SPI0_B_CS0A (MTK_PIN_NO(54) | 2) |
| 362 | #define PINMUX_GPIO54__FUNC_I2S6_LRCK (MTK_PIN_NO(54) | 3) |
| 363 | #define PINMUX_GPIO54__FUNC_HSM_JTAG_TDO (MTK_PIN_NO(54) | 4) |
| 364 | #define PINMUX_GPIO54__FUNC_DFD_TDO (MTK_PIN_NO(54) | 5) |
| 365 | #define PINMUX_GPIO54__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(54) | 6) |
| 366 | #define PINMUX_GPIO54__FUNC_JTDO_SEL1_A (MTK_PIN_NO(54) | 7) |
| 367 | |
| 368 | #define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0) |
| 369 | #define PINMUX_GPIO55__FUNC_JTRSTN_SEL1 (MTK_PIN_NO(55) | 1) |
| 370 | #define PINMUX_GPIO55__FUNC_SPI0_B_CS0B (MTK_PIN_NO(55) | 2) |
| 371 | #define PINMUX_GPIO55__FUNC_I2S6_DI (MTK_PIN_NO(55) | 3) |
| 372 | #define PINMUX_GPIO55__FUNC_HSM_JTAG_TRSTN_N (MTK_PIN_NO(55) | 4) |
| 373 | #define PINMUX_GPIO55__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(55) | 6) |
| 374 | #define PINMUX_GPIO55__FUNC_JTRSTN_SEL1_A (MTK_PIN_NO(55) | 7) |
| 375 | |
| 376 | #define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0) |
| 377 | #define PINMUX_GPIO56__FUNC_PTA_TXD (MTK_PIN_NO(56) | 1) |
| 378 | #define PINMUX_GPIO56__FUNC_UTXD3 (MTK_PIN_NO(56) | 2) |
| 379 | #define PINMUX_GPIO56__FUNC_SDA3 (MTK_PIN_NO(56) | 3) |
| 380 | #define PINMUX_GPIO56__FUNC_DBG_MON_B15 (MTK_PIN_NO(56) | 7) |
| 381 | |
| 382 | #define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0) |
| 383 | #define PINMUX_GPIO57__FUNC_PTA_RXD (MTK_PIN_NO(57) | 1) |
| 384 | #define PINMUX_GPIO57__FUNC_URXD3 (MTK_PIN_NO(57) | 2) |
| 385 | #define PINMUX_GPIO57__FUNC_SCL3 (MTK_PIN_NO(57) | 3) |
| 386 | #define PINMUX_GPIO57__FUNC_DBG_MON_B16 (MTK_PIN_NO(57) | 7) |
| 387 | |
| 388 | #define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0) |
| 389 | |
| 390 | #define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0) |
| 391 | #define PINMUX_GPIO59__FUNC_MSDC1_CMD (MTK_PIN_NO(59) | 1) |
| 392 | #define PINMUX_GPIO59__FUNC_BPI_BUS15_ANT4 (MTK_PIN_NO(59) | 2) |
| 393 | #define PINMUX_GPIO59__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(59) | 7) |
| 394 | |
| 395 | #define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0) |
| 396 | #define PINMUX_GPIO60__FUNC_MSDC1_DAT3 (MTK_PIN_NO(60) | 1) |
| 397 | #define PINMUX_GPIO60__FUNC_BPI_BUS14_ANT3 (MTK_PIN_NO(60) | 2) |
| 398 | #define PINMUX_GPIO60__FUNC_DAP_MD32_SWD (MTK_PIN_NO(60) | 7) |
| 399 | |
| 400 | #define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0) |
| 401 | #define PINMUX_GPIO61__FUNC_MSDC1_DAT2 (MTK_PIN_NO(61) | 1) |
| 402 | #define PINMUX_GPIO61__FUNC_BPI_BUS13_ANT2 (MTK_PIN_NO(61) | 2) |
| 403 | |
| 404 | #define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0) |
| 405 | #define PINMUX_GPIO62__FUNC_MSDC1_DAT1 (MTK_PIN_NO(62) | 1) |
| 406 | #define PINMUX_GPIO62__FUNC_BPI_BUS12_ANT1 (MTK_PIN_NO(62) | 2) |
| 407 | |
| 408 | #define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0) |
| 409 | #define PINMUX_GPIO63__FUNC_MSDC1_DAT0 (MTK_PIN_NO(63) | 1) |
| 410 | #define PINMUX_GPIO63__FUNC_BPI_BUS11_ANT0 (MTK_PIN_NO(63) | 2) |
| 411 | |
| 412 | #define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0) |
| 413 | #define PINMUX_GPIO64__FUNC_MSDC1_CLK (MTK_PIN_NO(64) | 1) |
| 414 | #define PINMUX_GPIO64__FUNC_MIPI3_SCLK (MTK_PIN_NO(64) | 2) |
| 415 | |
| 416 | #define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0) |
| 417 | #define PINMUX_GPIO65__FUNC_BPI_BUS10 (MTK_PIN_NO(65) | 1) |
| 418 | |
| 419 | #define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0) |
| 420 | #define PINMUX_GPIO66__FUNC_BPI_BUS9 (MTK_PIN_NO(66) | 1) |
| 421 | |
| 422 | #define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0) |
| 423 | #define PINMUX_GPIO67__FUNC_BPI_BUS8 (MTK_PIN_NO(67) | 1) |
| 424 | |
| 425 | #define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0) |
| 426 | #define PINMUX_GPIO68__FUNC_RFIC0_BSI_D0 (MTK_PIN_NO(68) | 1) |
| 427 | |
| 428 | #define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0) |
| 429 | #define PINMUX_GPIO69__FUNC_RFIC0_BSI_D1 (MTK_PIN_NO(69) | 1) |
| 430 | |
| 431 | #define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0) |
| 432 | #define PINMUX_GPIO70__FUNC_RFIC0_BSI_D2 (MTK_PIN_NO(70) | 1) |
| 433 | |
| 434 | #define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0) |
| 435 | #define PINMUX_GPIO71__FUNC_RFIC0_BSI_CK (MTK_PIN_NO(71) | 1) |
| 436 | |
| 437 | #define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0) |
| 438 | #define PINMUX_GPIO72__FUNC_RFIC0_BSI_EN (MTK_PIN_NO(72) | 1) |
| 439 | |
| 440 | #define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0) |
| 441 | #define PINMUX_GPIO73__FUNC_MIPI1_SDATA (MTK_PIN_NO(73) | 1) |
| 442 | |
| 443 | #define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0) |
| 444 | #define PINMUX_GPIO74__FUNC_MIPI1_SCLK (MTK_PIN_NO(74) | 1) |
| 445 | |
| 446 | #define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0) |
| 447 | #define PINMUX_GPIO75__FUNC_MIPI0_SDATA (MTK_PIN_NO(75) | 1) |
| 448 | |
| 449 | #define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0) |
| 450 | #define PINMUX_GPIO76__FUNC_MIPI0_SCLK (MTK_PIN_NO(76) | 1) |
| 451 | |
| 452 | #define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0) |
| 453 | #define PINMUX_GPIO77__FUNC_MIPI2_SCLK (MTK_PIN_NO(77) | 1) |
| 454 | |
| 455 | #define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0) |
| 456 | #define PINMUX_GPIO78__FUNC_MIPI2_SDATA (MTK_PIN_NO(78) | 1) |
| 457 | |
| 458 | #define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0) |
| 459 | #define PINMUX_GPIO79__FUNC_BPI_BUS6 (MTK_PIN_NO(79) | 1) |
| 460 | |
| 461 | #define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0) |
| 462 | #define PINMUX_GPIO80__FUNC_BPI_BUS7 (MTK_PIN_NO(80) | 1) |
| 463 | |
| 464 | #define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0) |
| 465 | #define PINMUX_GPIO81__FUNC_BPI_BUS5 (MTK_PIN_NO(81) | 1) |
| 466 | #define PINMUX_GPIO81__FUNC_URXD2 (MTK_PIN_NO(81) | 2) |
| 467 | #define PINMUX_GPIO81__FUNC_CLKM3 (MTK_PIN_NO(81) | 3) |
| 468 | |
| 469 | #define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0) |
| 470 | #define PINMUX_GPIO82__FUNC_BPI_BUS4 (MTK_PIN_NO(82) | 1) |
| 471 | #define PINMUX_GPIO82__FUNC_UTXD2 (MTK_PIN_NO(82) | 2) |
| 472 | |
| 473 | #define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0) |
| 474 | #define PINMUX_GPIO83__FUNC_BPI_BUS3 (MTK_PIN_NO(83) | 1) |
| 475 | |
| 476 | #define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0) |
| 477 | #define PINMUX_GPIO84__FUNC_BPI_BUS2 (MTK_PIN_NO(84) | 1) |
| 478 | |
| 479 | #define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0) |
| 480 | #define PINMUX_GPIO85__FUNC_BPI_BUS1 (MTK_PIN_NO(85) | 1) |
| 481 | |
| 482 | #define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0) |
| 483 | #define PINMUX_GPIO86__FUNC_BPI_BUS0 (MTK_PIN_NO(86) | 1) |
| 484 | |
| 485 | #define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0) |
| 486 | #define PINMUX_GPIO87__FUNC_BPI_PA_VM1 (MTK_PIN_NO(87) | 1) |
| 487 | #define PINMUX_GPIO87__FUNC_MIPI4_SDATA (MTK_PIN_NO(87) | 2) |
| 488 | #define PINMUX_GPIO87__FUNC_I2S5_BCK (MTK_PIN_NO(87) | 3) |
| 489 | #define PINMUX_GPIO87__FUNC_UCTS2 (MTK_PIN_NO(87) | 4) |
| 490 | |
| 491 | #define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0) |
| 492 | #define PINMUX_GPIO88__FUNC_BPI_PA_VM0 (MTK_PIN_NO(88) | 1) |
| 493 | #define PINMUX_GPIO88__FUNC_MIPI4_SCLK (MTK_PIN_NO(88) | 2) |
| 494 | #define PINMUX_GPIO88__FUNC_I2S5_LRCK (MTK_PIN_NO(88) | 3) |
| 495 | #define PINMUX_GPIO88__FUNC_URTS2 (MTK_PIN_NO(88) | 4) |
| 496 | |
| 497 | #define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0) |
| 498 | #define PINMUX_GPIO89__FUNC_PWM0 (MTK_PIN_NO(89) | 1) |
| 499 | #define PINMUX_GPIO89__FUNC_UTXD2 (MTK_PIN_NO(89) | 2) |
| 500 | #define PINMUX_GPIO89__FUNC_I2S5_MCK (MTK_PIN_NO(89) | 3) |
| 501 | #define PINMUX_GPIO89__FUNC_TDMO_SDATA2 (MTK_PIN_NO(89) | 4) |
| 502 | #define PINMUX_GPIO89__FUNC_SDA1 (MTK_PIN_NO(89) | 5) |
| 503 | #define PINMUX_GPIO89__FUNC_SPI1_B_CS1B (MTK_PIN_NO(89) | 6) |
| 504 | |
| 505 | #define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0) |
| 506 | #define PINMUX_GPIO90__FUNC_PWM1 (MTK_PIN_NO(90) | 1) |
| 507 | #define PINMUX_GPIO90__FUNC_URXD2 (MTK_PIN_NO(90) | 2) |
| 508 | #define PINMUX_GPIO90__FUNC_I2S5_DO (MTK_PIN_NO(90) | 3) |
| 509 | #define PINMUX_GPIO90__FUNC_TDMO_SDATA3 (MTK_PIN_NO(90) | 4) |
| 510 | #define PINMUX_GPIO90__FUNC_SCL1 (MTK_PIN_NO(90) | 5) |
| 511 | #define PINMUX_GPIO90__FUNC_SPI1_B_CS1C (MTK_PIN_NO(90) | 6) |
| 512 | |
| 513 | #define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0) |
| 514 | #define PINMUX_GPIO91__FUNC_RTC32K_CK (MTK_PIN_NO(91) | 1) |
| 515 | |
| 516 | #define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0) |
| 517 | #define PINMUX_GPIO92__FUNC_WATCHDOG (MTK_PIN_NO(92) | 1) |
| 518 | |
| 519 | #define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0) |
| 520 | #define PINMUX_GPIO93__FUNC_SPI1_B_CS1A (MTK_PIN_NO(93) | 1) |
| 521 | #define PINMUX_GPIO93__FUNC_UTXD1 (MTK_PIN_NO(93) | 2) |
| 522 | #define PINMUX_GPIO93__FUNC_I2S6_MCK (MTK_PIN_NO(93) | 3) |
| 523 | #define PINMUX_GPIO93__FUNC_TDMO_MCK_OUT (MTK_PIN_NO(93) | 4) |
| 524 | #define PINMUX_GPIO93__FUNC_IO_JTAG_TMS (MTK_PIN_NO(93) | 5) |
| 525 | #define PINMUX_GPIO93__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(93) | 6) |
| 526 | |
| 527 | #define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0) |
| 528 | #define PINMUX_GPIO94__FUNC_SPI1_B_CLK (MTK_PIN_NO(94) | 1) |
| 529 | #define PINMUX_GPIO94__FUNC_URXD1 (MTK_PIN_NO(94) | 2) |
| 530 | #define PINMUX_GPIO94__FUNC_TDMO_SDATA1 (MTK_PIN_NO(94) | 4) |
| 531 | #define PINMUX_GPIO94__FUNC_IO_JTAG_TDI (MTK_PIN_NO(94) | 5) |
| 532 | #define PINMUX_GPIO94__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(94) | 6) |
| 533 | |
| 534 | #define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0) |
| 535 | #define PINMUX_GPIO95__FUNC_SPI1_B_MI (MTK_PIN_NO(95) | 1) |
| 536 | #define PINMUX_GPIO95__FUNC_UCTS1 (MTK_PIN_NO(95) | 2) |
| 537 | #define PINMUX_GPIO95__FUNC_I2S6_LRCK (MTK_PIN_NO(95) | 3) |
| 538 | #define PINMUX_GPIO95__FUNC_TDMO_LRCK (MTK_PIN_NO(95) | 4) |
| 539 | #define PINMUX_GPIO95__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(95) | 5) |
| 540 | #define PINMUX_GPIO95__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(95) | 6) |
| 541 | |
| 542 | #define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0) |
| 543 | #define PINMUX_GPIO96__FUNC_SPI1_B_MO (MTK_PIN_NO(96) | 1) |
| 544 | #define PINMUX_GPIO96__FUNC_URTS1 (MTK_PIN_NO(96) | 2) |
| 545 | #define PINMUX_GPIO96__FUNC_I2S6_DI (MTK_PIN_NO(96) | 3) |
| 546 | #define PINMUX_GPIO96__FUNC_TDMO_SDATA0 (MTK_PIN_NO(96) | 4) |
| 547 | #define PINMUX_GPIO96__FUNC_IO_JTAG_TDO (MTK_PIN_NO(96) | 5) |
| 548 | #define PINMUX_GPIO96__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(96) | 6) |
| 549 | |
| 550 | #define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0) |
| 551 | #define PINMUX_GPIO97__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(97) | 1) |
| 552 | #define PINMUX_GPIO97__FUNC_I2S2_MCK (MTK_PIN_NO(97) | 2) |
| 553 | #define PINMUX_GPIO97__FUNC_I2S1_MCK (MTK_PIN_NO(97) | 3) |
| 554 | #define PINMUX_GPIO97__FUNC_DBG_MON_A0 (MTK_PIN_NO(97) | 7) |
| 555 | |
| 556 | #define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0) |
| 557 | #define PINMUX_GPIO98__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(98) | 1) |
| 558 | #define PINMUX_GPIO98__FUNC_I2S2_BCK (MTK_PIN_NO(98) | 2) |
| 559 | #define PINMUX_GPIO98__FUNC_I2S1_BCK (MTK_PIN_NO(98) | 3) |
| 560 | #define PINMUX_GPIO98__FUNC_DBG_MON_A1 (MTK_PIN_NO(98) | 7) |
| 561 | |
| 562 | #define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0) |
| 563 | #define PINMUX_GPIO99__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(99) | 1) |
| 564 | #define PINMUX_GPIO99__FUNC_I2S2_LRCK (MTK_PIN_NO(99) | 2) |
| 565 | #define PINMUX_GPIO99__FUNC_I2S1_LRCK (MTK_PIN_NO(99) | 3) |
| 566 | #define PINMUX_GPIO99__FUNC_DBG_MON_A2 (MTK_PIN_NO(99) | 7) |
| 567 | |
| 568 | #define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0) |
| 569 | #define PINMUX_GPIO100__FUNC_AUD_CLK_MISO (MTK_PIN_NO(100) | 1) |
| 570 | #define PINMUX_GPIO100__FUNC_I2S2_DI (MTK_PIN_NO(100) | 2) |
| 571 | #define PINMUX_GPIO100__FUNC_DBG_MON_A3 (MTK_PIN_NO(100) | 7) |
| 572 | |
| 573 | #define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0) |
| 574 | #define PINMUX_GPIO101__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(101) | 1) |
| 575 | |
| 576 | #define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0) |
| 577 | #define PINMUX_GPIO102__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(102) | 1) |
| 578 | #define PINMUX_GPIO102__FUNC_I2S1_DO (MTK_PIN_NO(102) | 2) |
| 579 | #define PINMUX_GPIO102__FUNC_DBG_MON_A4 (MTK_PIN_NO(102) | 7) |
| 580 | |
| 581 | #define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0) |
| 582 | #define PINMUX_GPIO103__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(103) | 1) |
| 583 | #define PINMUX_GPIO103__FUNC_DBG_MON_A5 (MTK_PIN_NO(103) | 7) |
| 584 | |
| 585 | #define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0) |
| 586 | #define PINMUX_GPIO104__FUNC_SRCLKENA0 (MTK_PIN_NO(104) | 1) |
| 587 | |
| 588 | #define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0) |
| 589 | #define PINMUX_GPIO105__FUNC_SRCLKENA1 (MTK_PIN_NO(105) | 1) |
| 590 | |
| 591 | #define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0) |
| 592 | #define PINMUX_GPIO106__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(106) | 1) |
| 593 | #define PINMUX_GPIO106__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(106) | 2) |
| 594 | |
| 595 | #define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0) |
| 596 | #define PINMUX_GPIO107__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(107) | 1) |
| 597 | #define PINMUX_GPIO107__FUNC_DBG_MON_A6 (MTK_PIN_NO(107) | 7) |
| 598 | |
| 599 | #define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0) |
| 600 | #define PINMUX_GPIO108__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(108) | 1) |
| 601 | |
| 602 | #define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0) |
| 603 | #define PINMUX_GPIO109__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(109) | 1) |
| 604 | #define PINMUX_GPIO109__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(109) | 2) |
| 605 | |
| 606 | #define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0) |
| 607 | #define PINMUX_GPIO110__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(110) | 1) |
| 608 | #define PINMUX_GPIO110__FUNC_I2S6_BCK (MTK_PIN_NO(110) | 2) |
| 609 | #define PINMUX_GPIO110__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(110) | 3) |
| 610 | #define PINMUX_GPIO110__FUNC_LVTS_SCF (MTK_PIN_NO(110) | 4) |
| 611 | #define PINMUX_GPIO110__FUNC_DBG_MON_A9 (MTK_PIN_NO(110) | 7) |
| 612 | |
| 613 | #define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0) |
| 614 | #define PINMUX_GPIO111__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(111) | 1) |
| 615 | #define PINMUX_GPIO111__FUNC_I2S6_LRCK (MTK_PIN_NO(111) | 2) |
| 616 | #define PINMUX_GPIO111__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(111) | 3) |
| 617 | #define PINMUX_GPIO111__FUNC_LVTS_SDI (MTK_PIN_NO(111) | 4) |
| 618 | #define PINMUX_GPIO111__FUNC_DBG_MON_A10 (MTK_PIN_NO(111) | 7) |
| 619 | |
| 620 | #define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0) |
| 621 | #define PINMUX_GPIO112__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(112) | 1) |
| 622 | #define PINMUX_GPIO112__FUNC_I2S6_DI (MTK_PIN_NO(112) | 2) |
| 623 | #define PINMUX_GPIO112__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(112) | 3) |
| 624 | #define PINMUX_GPIO112__FUNC_LVTS_SCK (MTK_PIN_NO(112) | 4) |
| 625 | #define PINMUX_GPIO112__FUNC_DBG_MON_A11 (MTK_PIN_NO(112) | 7) |
| 626 | |
| 627 | #define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0) |
| 628 | #define PINMUX_GPIO113__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(113) | 1) |
| 629 | #define PINMUX_GPIO113__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(113) | 3) |
| 630 | #define PINMUX_GPIO113__FUNC_LVTS_FOUT (MTK_PIN_NO(113) | 4) |
| 631 | #define PINMUX_GPIO113__FUNC_DBG_MON_A12 (MTK_PIN_NO(113) | 7) |
| 632 | |
| 633 | #define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0) |
| 634 | #define PINMUX_GPIO114__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(114) | 1) |
| 635 | #define PINMUX_GPIO114__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(114) | 3) |
| 636 | #define PINMUX_GPIO114__FUNC_LVTS_SDO (MTK_PIN_NO(114) | 4) |
| 637 | #define PINMUX_GPIO114__FUNC_DBG_MON_A13 (MTK_PIN_NO(114) | 7) |
| 638 | |
| 639 | #define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0) |
| 640 | #define PINMUX_GPIO115__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(115) | 1) |
| 641 | #define PINMUX_GPIO115__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(115) | 3) |
| 642 | #define PINMUX_GPIO115__FUNC_LVTS_26M (MTK_PIN_NO(115) | 4) |
| 643 | #define PINMUX_GPIO115__FUNC_DBG_MON_A14 (MTK_PIN_NO(115) | 7) |
| 644 | |
| 645 | #define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0) |
| 646 | #define PINMUX_GPIO116__FUNC_GBE_TXD3 (MTK_PIN_NO(116) | 1) |
| 647 | #define PINMUX_GPIO116__FUNC_DBG_MON_A15 (MTK_PIN_NO(116) | 7) |
| 648 | |
| 649 | #define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0) |
| 650 | #define PINMUX_GPIO117__FUNC_GBE_TXD2 (MTK_PIN_NO(117) | 1) |
| 651 | #define PINMUX_GPIO117__FUNC_DBG_MON_A16 (MTK_PIN_NO(117) | 7) |
| 652 | |
| 653 | #define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0) |
| 654 | #define PINMUX_GPIO118__FUNC_GBE_TXD1 (MTK_PIN_NO(118) | 1) |
| 655 | #define PINMUX_GPIO118__FUNC_DBG_MON_A17 (MTK_PIN_NO(118) | 7) |
| 656 | |
| 657 | #define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0) |
| 658 | #define PINMUX_GPIO119__FUNC_GBE_TXD0 (MTK_PIN_NO(119) | 1) |
| 659 | #define PINMUX_GPIO119__FUNC_DBG_MON_A18 (MTK_PIN_NO(119) | 7) |
| 660 | |
| 661 | #define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0) |
| 662 | #define PINMUX_GPIO120__FUNC_GBE_RXD3 (MTK_PIN_NO(120) | 1) |
| 663 | #define PINMUX_GPIO120__FUNC_DBG_MON_A19 (MTK_PIN_NO(120) | 7) |
| 664 | |
| 665 | #define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0) |
| 666 | #define PINMUX_GPIO121__FUNC_GBE_RXD2 (MTK_PIN_NO(121) | 1) |
| 667 | #define PINMUX_GPIO121__FUNC_DBG_MON_A20 (MTK_PIN_NO(121) | 7) |
| 668 | |
| 669 | #define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0) |
| 670 | #define PINMUX_GPIO122__FUNC_GBE_RXD1 (MTK_PIN_NO(122) | 1) |
| 671 | #define PINMUX_GPIO122__FUNC_DBG_MON_A21 (MTK_PIN_NO(122) | 7) |
| 672 | |
| 673 | #define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0) |
| 674 | #define PINMUX_GPIO123__FUNC_GBE_RXD0 (MTK_PIN_NO(123) | 1) |
| 675 | #define PINMUX_GPIO123__FUNC_DBG_MON_A22 (MTK_PIN_NO(123) | 7) |
| 676 | |
| 677 | #define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0) |
| 678 | #define PINMUX_GPIO124__FUNC_GBE_TXC (MTK_PIN_NO(124) | 1) |
| 679 | #define PINMUX_GPIO124__FUNC_DBG_MON_A23 (MTK_PIN_NO(124) | 7) |
| 680 | |
| 681 | #define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0) |
| 682 | #define PINMUX_GPIO125__FUNC_GBE_RXC (MTK_PIN_NO(125) | 1) |
| 683 | #define PINMUX_GPIO125__FUNC_DBG_MON_A24 (MTK_PIN_NO(125) | 7) |
| 684 | |
| 685 | #define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0) |
| 686 | #define PINMUX_GPIO126__FUNC_GBE_RXDV (MTK_PIN_NO(126) | 1) |
| 687 | #define PINMUX_GPIO126__FUNC_DBG_MON_A25 (MTK_PIN_NO(126) | 7) |
| 688 | |
| 689 | #define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0) |
| 690 | #define PINMUX_GPIO127__FUNC_GBE_TXEN (MTK_PIN_NO(127) | 1) |
| 691 | #define PINMUX_GPIO127__FUNC_DBG_MON_A26 (MTK_PIN_NO(127) | 7) |
| 692 | |
| 693 | #define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0) |
| 694 | #define PINMUX_GPIO128__FUNC_GBE_MDC (MTK_PIN_NO(128) | 1) |
| 695 | #define PINMUX_GPIO128__FUNC_DBG_MON_A27 (MTK_PIN_NO(128) | 7) |
| 696 | |
| 697 | #define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0) |
| 698 | #define PINMUX_GPIO129__FUNC_GBE_MDIO (MTK_PIN_NO(129) | 1) |
| 699 | #define PINMUX_GPIO129__FUNC_DBG_MON_A28 (MTK_PIN_NO(129) | 7) |
| 700 | |
| 701 | #define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0) |
| 702 | #define PINMUX_GPIO130__FUNC_GBE_TXER (MTK_PIN_NO(130) | 1) |
| 703 | #define PINMUX_GPIO130__FUNC_DBG_MON_A29 (MTK_PIN_NO(130) | 7) |
| 704 | |
| 705 | #define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0) |
| 706 | #define PINMUX_GPIO131__FUNC_GBE_RXER (MTK_PIN_NO(131) | 1) |
| 707 | #define PINMUX_GPIO131__FUNC_DBG_MON_A30 (MTK_PIN_NO(131) | 7) |
| 708 | |
| 709 | #define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0) |
| 710 | #define PINMUX_GPIO132__FUNC_GBE_COL (MTK_PIN_NO(132) | 1) |
| 711 | #define PINMUX_GPIO132__FUNC_DBG_MON_A31 (MTK_PIN_NO(132) | 7) |
| 712 | |
| 713 | #define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0) |
| 714 | #define PINMUX_GPIO133__FUNC_GBE_INTR (MTK_PIN_NO(133) | 1) |
| 715 | #define PINMUX_GPIO133__FUNC_DBG_MON_A32 (MTK_PIN_NO(133) | 7) |
| 716 | |
| 717 | #define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0) |
| 718 | #define PINMUX_GPIO134__FUNC_MSDC0_DAT6 (MTK_PIN_NO(134) | 1) |
| 719 | #define PINMUX_GPIO134__FUNC_I2S4_BCK (MTK_PIN_NO(134) | 3) |
| 720 | #define PINMUX_GPIO134__FUNC_SPI2_B_MI (MTK_PIN_NO(134) | 4) |
| 721 | #define PINMUX_GPIO134__FUNC_I2S0_BCK (MTK_PIN_NO(134) | 5) |
| 722 | |
| 723 | #define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0) |
| 724 | #define PINMUX_GPIO135__FUNC_MSDC0_DAT5 (MTK_PIN_NO(135) | 1) |
| 725 | #define PINMUX_GPIO135__FUNC_I2S4_LRCK (MTK_PIN_NO(135) | 3) |
| 726 | #define PINMUX_GPIO135__FUNC_SPI2_B_CLK (MTK_PIN_NO(135) | 4) |
| 727 | #define PINMUX_GPIO135__FUNC_I2S0_LRCK (MTK_PIN_NO(135) | 5) |
| 728 | |
| 729 | #define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0) |
| 730 | #define PINMUX_GPIO136__FUNC_MSDC0_DAT7 (MTK_PIN_NO(136) | 1) |
| 731 | #define PINMUX_GPIO136__FUNC_UTXD4 (MTK_PIN_NO(136) | 2) |
| 732 | #define PINMUX_GPIO136__FUNC_I2S4_DI (MTK_PIN_NO(136) | 3) |
| 733 | #define PINMUX_GPIO136__FUNC_SPI2_B_MO (MTK_PIN_NO(136) | 4) |
| 734 | #define PINMUX_GPIO136__FUNC_I2S0_DI (MTK_PIN_NO(136) | 5) |
| 735 | |
| 736 | #define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0) |
| 737 | #define PINMUX_GPIO137__FUNC_MSDC0_DSL (MTK_PIN_NO(137) | 1) |
| 738 | |
| 739 | #define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0) |
| 740 | #define PINMUX_GPIO138__FUNC_MSDC0_CLK (MTK_PIN_NO(138) | 1) |
| 741 | |
| 742 | #define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0) |
| 743 | #define PINMUX_GPIO139__FUNC_MSDC0_DAT3 (MTK_PIN_NO(139) | 1) |
| 744 | |
| 745 | #define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0) |
| 746 | #define PINMUX_GPIO140__FUNC_MSDC0_RSTB (MTK_PIN_NO(140) | 1) |
| 747 | |
| 748 | #define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0) |
| 749 | #define PINMUX_GPIO141__FUNC_MSDC0_DAT0 (MTK_PIN_NO(141) | 1) |
| 750 | |
| 751 | #define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0) |
| 752 | #define PINMUX_GPIO142__FUNC_MSDC0_CMD (MTK_PIN_NO(142) | 1) |
| 753 | |
| 754 | #define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0) |
| 755 | #define PINMUX_GPIO143__FUNC_MSDC0_DAT2 (MTK_PIN_NO(143) | 1) |
| 756 | |
| 757 | #define PINMUX_GPIO144__FUNC_GPIO144 (MTK_PIN_NO(144) | 0) |
| 758 | #define PINMUX_GPIO144__FUNC_MSDC0_DAT4 (MTK_PIN_NO(144) | 1) |
| 759 | #define PINMUX_GPIO144__FUNC_URXD4 (MTK_PIN_NO(144) | 2) |
| 760 | #define PINMUX_GPIO144__FUNC_I2S4_MCK (MTK_PIN_NO(144) | 3) |
| 761 | #define PINMUX_GPIO144__FUNC_SPI2_B_CS2A (MTK_PIN_NO(144) | 4) |
| 762 | #define PINMUX_GPIO144__FUNC_I2S0_DO (MTK_PIN_NO(144) | 5) |
| 763 | |
| 764 | #define PINMUX_GPIO145__FUNC_GPIO145 (MTK_PIN_NO(145) | 0) |
| 765 | #define PINMUX_GPIO145__FUNC_MSDC0_DAT1 (MTK_PIN_NO(145) | 1) |
| 766 | |
| 767 | #define PINMUX_GPIO146__FUNC_GPIO146 (MTK_PIN_NO(146) | 0) |
| 768 | |
| 769 | #define PINMUX_GPIO147__FUNC_GPIO147 (MTK_PIN_NO(147) | 0) |
| 770 | #define PINMUX_GPIO147__FUNC_NLD0 (MTK_PIN_NO(147) | 1) |
| 771 | #define PINMUX_GPIO147__FUNC_SPI1_C_MI (MTK_PIN_NO(147) | 2) |
| 772 | |
| 773 | #define PINMUX_GPIO148__FUNC_GPIO148 (MTK_PIN_NO(148) | 0) |
| 774 | #define PINMUX_GPIO148__FUNC_NLD1 (MTK_PIN_NO(148) | 1) |
| 775 | #define PINMUX_GPIO148__FUNC_SPI1_C_CLK (MTK_PIN_NO(148) | 2) |
| 776 | |
| 777 | #define PINMUX_GPIO149__FUNC_GPIO149 (MTK_PIN_NO(149) | 0) |
| 778 | #define PINMUX_GPIO149__FUNC_NLD2 (MTK_PIN_NO(149) | 1) |
| 779 | #define PINMUX_GPIO149__FUNC_SPI1_C_MO (MTK_PIN_NO(149) | 2) |
| 780 | |
| 781 | #define PINMUX_GPIO150__FUNC_GPIO150 (MTK_PIN_NO(150) | 0) |
| 782 | #define PINMUX_GPIO150__FUNC_NLD3 (MTK_PIN_NO(150) | 1) |
| 783 | #define PINMUX_GPIO150__FUNC_SPI1_C_CS1A (MTK_PIN_NO(150) | 2) |
| 784 | |
| 785 | #define PINMUX_GPIO151__FUNC_GPIO151 (MTK_PIN_NO(151) | 0) |
| 786 | #define PINMUX_GPIO151__FUNC_NLD4 (MTK_PIN_NO(151) | 1) |
| 787 | #define PINMUX_GPIO151__FUNC_SPI1_C_CS1B (MTK_PIN_NO(151) | 2) |
| 788 | #define PINMUX_GPIO151__FUNC_SDA3 (MTK_PIN_NO(151) | 3) |
| 789 | #define PINMUX_GPIO151__FUNC_UTXD1 (MTK_PIN_NO(151) | 4) |
| 790 | |
| 791 | #define PINMUX_GPIO152__FUNC_GPIO152 (MTK_PIN_NO(152) | 0) |
| 792 | #define PINMUX_GPIO152__FUNC_NLD5 (MTK_PIN_NO(152) | 1) |
| 793 | #define PINMUX_GPIO152__FUNC_SPI1_C_CS1C (MTK_PIN_NO(152) | 2) |
| 794 | #define PINMUX_GPIO152__FUNC_SCL3 (MTK_PIN_NO(152) | 3) |
| 795 | #define PINMUX_GPIO152__FUNC_URXD1 (MTK_PIN_NO(152) | 4) |
| 796 | |
| 797 | #define PINMUX_GPIO153__FUNC_GPIO153 (MTK_PIN_NO(153) | 0) |
| 798 | #define PINMUX_GPIO153__FUNC_NLD6 (MTK_PIN_NO(153) | 1) |
| 799 | #define PINMUX_GPIO153__FUNC_SDA2 (MTK_PIN_NO(153) | 2) |
| 800 | #define PINMUX_GPIO153__FUNC_PWM0 (MTK_PIN_NO(153) | 3) |
| 801 | #define PINMUX_GPIO153__FUNC_UCTS1 (MTK_PIN_NO(153) | 4) |
| 802 | |
| 803 | #define PINMUX_GPIO154__FUNC_GPIO154 (MTK_PIN_NO(154) | 0) |
| 804 | #define PINMUX_GPIO154__FUNC_NLD7 (MTK_PIN_NO(154) | 1) |
| 805 | #define PINMUX_GPIO154__FUNC_SCL2 (MTK_PIN_NO(154) | 2) |
| 806 | #define PINMUX_GPIO154__FUNC_PWM2 (MTK_PIN_NO(154) | 3) |
| 807 | #define PINMUX_GPIO154__FUNC_URTS1 (MTK_PIN_NO(154) | 4) |
| 808 | |
| 809 | #define PINMUX_GPIO155__FUNC_GPIO155 (MTK_PIN_NO(155) | 0) |
| 810 | #define PINMUX_GPIO155__FUNC_NALE (MTK_PIN_NO(155) | 1) |
| 811 | #define PINMUX_GPIO155__FUNC_SNFI_MISO (MTK_PIN_NO(155) | 2) |
| 812 | |
| 813 | #define PINMUX_GPIO156__FUNC_GPIO156 (MTK_PIN_NO(156) | 0) |
| 814 | #define PINMUX_GPIO156__FUNC_NCLE (MTK_PIN_NO(156) | 1) |
| 815 | #define PINMUX_GPIO156__FUNC_SNFI_MOSI (MTK_PIN_NO(156) | 2) |
| 816 | |
| 817 | #define PINMUX_GPIO157__FUNC_GPIO157 (MTK_PIN_NO(157) | 0) |
| 818 | #define PINMUX_GPIO157__FUNC_NRNB (MTK_PIN_NO(157) | 1) |
| 819 | #define PINMUX_GPIO157__FUNC_SNFI_WP (MTK_PIN_NO(157) | 2) |
| 820 | |
| 821 | #define PINMUX_GPIO158__FUNC_GPIO158 (MTK_PIN_NO(158) | 0) |
| 822 | #define PINMUX_GPIO158__FUNC_NWEB (MTK_PIN_NO(158) | 1) |
| 823 | #define PINMUX_GPIO158__FUNC_SNFI_CLK (MTK_PIN_NO(158) | 2) |
| 824 | |
| 825 | #define PINMUX_GPIO159__FUNC_GPIO159 (MTK_PIN_NO(159) | 0) |
| 826 | #define PINMUX_GPIO159__FUNC_NREB (MTK_PIN_NO(159) | 1) |
| 827 | #define PINMUX_GPIO159__FUNC_SNFI_HOLD (MTK_PIN_NO(159) | 2) |
| 828 | |
| 829 | #define PINMUX_GPIO160__FUNC_GPIO160 (MTK_PIN_NO(160) | 0) |
| 830 | #define PINMUX_GPIO160__FUNC_NCEB0 (MTK_PIN_NO(160) | 1) |
| 831 | #define PINMUX_GPIO160__FUNC_SNFI_CS (MTK_PIN_NO(160) | 2) |
| 832 | |
| 833 | #endif /* __DTS_MT2731_PINFUNC_H */ |