Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * Copyright (C) 2020 MediaTek Inc. |
| 4 | * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> |
| 5 | */ |
| 6 | |
| 7 | #ifndef __MT8195_PINFUNC_H |
| 8 | #define __MT8195_PINFUNC_H |
| 9 | |
| 10 | #include "mt65xx.h" |
| 11 | |
| 12 | #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) |
| 13 | #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 1) |
| 14 | #define PINMUX_GPIO0__FUNC_MSDC2_CMD (MTK_PIN_NO(0) | 2) |
| 15 | #define PINMUX_GPIO0__FUNC_TDMIN_MCK (MTK_PIN_NO(0) | 3) |
| 16 | #define PINMUX_GPIO0__FUNC_CLKM0 (MTK_PIN_NO(0) | 4) |
| 17 | #define PINMUX_GPIO0__FUNC_PERSTN_1 (MTK_PIN_NO(0) | 5) |
| 18 | #define PINMUX_GPIO0__FUNC_IDDIG_1P (MTK_PIN_NO(0) | 6) |
| 19 | #define PINMUX_GPIO0__FUNC_DMIC4_CLK (MTK_PIN_NO(0) | 7) |
| 20 | |
| 21 | #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0) |
| 22 | #define PINMUX_GPIO1__FUNC_TP_GPIO1_AO (MTK_PIN_NO(1) | 1) |
| 23 | #define PINMUX_GPIO1__FUNC_MSDC2_CLK (MTK_PIN_NO(1) | 2) |
| 24 | #define PINMUX_GPIO1__FUNC_TDMIN_DI (MTK_PIN_NO(1) | 3) |
| 25 | #define PINMUX_GPIO1__FUNC_CLKM1 (MTK_PIN_NO(1) | 4) |
| 26 | #define PINMUX_GPIO1__FUNC_CLKREQN_1 (MTK_PIN_NO(1) | 5) |
| 27 | #define PINMUX_GPIO1__FUNC_USB_DRVVBUS_1P (MTK_PIN_NO(1) | 6) |
| 28 | #define PINMUX_GPIO1__FUNC_DMIC4_DAT (MTK_PIN_NO(1) | 7) |
| 29 | |
| 30 | #define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0) |
| 31 | #define PINMUX_GPIO2__FUNC_TP_GPIO2_AO (MTK_PIN_NO(2) | 1) |
| 32 | #define PINMUX_GPIO2__FUNC_MSDC2_DAT3 (MTK_PIN_NO(2) | 2) |
| 33 | #define PINMUX_GPIO2__FUNC_TDMIN_LRCK (MTK_PIN_NO(2) | 3) |
| 34 | #define PINMUX_GPIO2__FUNC_CLKM2 (MTK_PIN_NO(2) | 4) |
| 35 | #define PINMUX_GPIO2__FUNC_WAKEN_1 (MTK_PIN_NO(2) | 5) |
| 36 | #define PINMUX_GPIO2__FUNC_DMIC2_CLK (MTK_PIN_NO(2) | 7) |
| 37 | |
| 38 | #define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0) |
| 39 | #define PINMUX_GPIO3__FUNC_TP_GPIO3_AO (MTK_PIN_NO(3) | 1) |
| 40 | #define PINMUX_GPIO3__FUNC_MSDC2_DAT0 (MTK_PIN_NO(3) | 2) |
| 41 | #define PINMUX_GPIO3__FUNC_TDMIN_BCK (MTK_PIN_NO(3) | 3) |
| 42 | #define PINMUX_GPIO3__FUNC_CLKM3 (MTK_PIN_NO(3) | 4) |
| 43 | #define PINMUX_GPIO3__FUNC_DMIC2_DAT (MTK_PIN_NO(3) | 7) |
| 44 | |
| 45 | #define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0) |
| 46 | #define PINMUX_GPIO4__FUNC_TP_GPIO4_AO (MTK_PIN_NO(4) | 1) |
| 47 | #define PINMUX_GPIO4__FUNC_MSDC2_DAT2 (MTK_PIN_NO(4) | 2) |
| 48 | #define PINMUX_GPIO4__FUNC_SPDIF_IN1 (MTK_PIN_NO(4) | 3) |
| 49 | #define PINMUX_GPIO4__FUNC_UTXD3 (MTK_PIN_NO(4) | 4) |
| 50 | #define PINMUX_GPIO4__FUNC_SDA2 (MTK_PIN_NO(4) | 5) |
| 51 | #define PINMUX_GPIO4__FUNC_IDDIG_2P (MTK_PIN_NO(4) | 7) |
| 52 | |
| 53 | #define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0) |
| 54 | #define PINMUX_GPIO5__FUNC_TP_GPIO5_AO (MTK_PIN_NO(5) | 1) |
| 55 | #define PINMUX_GPIO5__FUNC_MSDC2_DAT1 (MTK_PIN_NO(5) | 2) |
| 56 | #define PINMUX_GPIO5__FUNC_SPDIF_IN0 (MTK_PIN_NO(5) | 3) |
| 57 | #define PINMUX_GPIO5__FUNC_URXD3 (MTK_PIN_NO(5) | 4) |
| 58 | #define PINMUX_GPIO5__FUNC_SCL2 (MTK_PIN_NO(5) | 5) |
| 59 | #define PINMUX_GPIO5__FUNC_USB_DRVVBUS_2P (MTK_PIN_NO(5) | 7) |
| 60 | |
| 61 | #define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0) |
| 62 | #define PINMUX_GPIO6__FUNC_TP_GPIO6_AO (MTK_PIN_NO(6) | 1) |
| 63 | #define PINMUX_GPIO6__FUNC_DP_TX_HPD (MTK_PIN_NO(6) | 2) |
| 64 | #define PINMUX_GPIO6__FUNC_I2SO1_D4 (MTK_PIN_NO(6) | 3) |
| 65 | #define PINMUX_GPIO6__FUNC_UTXD4 (MTK_PIN_NO(6) | 4) |
| 66 | #define PINMUX_GPIO6__FUNC_CMVREF3 (MTK_PIN_NO(6) | 5) |
| 67 | #define PINMUX_GPIO6__FUNC_DMIC3_CLK (MTK_PIN_NO(6) | 7) |
| 68 | |
| 69 | #define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0) |
| 70 | #define PINMUX_GPIO7__FUNC_TP_GPIO7_AO (MTK_PIN_NO(7) | 1) |
| 71 | #define PINMUX_GPIO7__FUNC_EDP_TX_HPD (MTK_PIN_NO(7) | 2) |
| 72 | #define PINMUX_GPIO7__FUNC_I2SO1_D5 (MTK_PIN_NO(7) | 3) |
| 73 | #define PINMUX_GPIO7__FUNC_URXD4 (MTK_PIN_NO(7) | 4) |
| 74 | #define PINMUX_GPIO7__FUNC_CMVREF4 (MTK_PIN_NO(7) | 5) |
| 75 | #define PINMUX_GPIO7__FUNC_DMIC3_DAT (MTK_PIN_NO(7) | 7) |
| 76 | |
| 77 | #define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0) |
| 78 | #define PINMUX_GPIO8__FUNC_SDA0 (MTK_PIN_NO(8) | 1) |
| 79 | #define PINMUX_GPIO8__FUNC_PWM_0 (MTK_PIN_NO(8) | 2) |
| 80 | #define PINMUX_GPIO8__FUNC_SPDIF_OUT (MTK_PIN_NO(8) | 4) |
| 81 | #define PINMUX_GPIO8__FUNC_LVTS_FOUT (MTK_PIN_NO(8) | 6) |
| 82 | #define PINMUX_GPIO8__FUNC_DBG_MON_A0 (MTK_PIN_NO(8) | 7) |
| 83 | |
| 84 | #define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0) |
| 85 | #define PINMUX_GPIO9__FUNC_SCL0 (MTK_PIN_NO(9) | 1) |
| 86 | #define PINMUX_GPIO9__FUNC_PWM_1 (MTK_PIN_NO(9) | 2) |
| 87 | #define PINMUX_GPIO9__FUNC_IR_IN (MTK_PIN_NO(9) | 4) |
| 88 | #define PINMUX_GPIO9__FUNC_LVTS_SDO (MTK_PIN_NO(9) | 6) |
| 89 | #define PINMUX_GPIO9__FUNC_DBG_MON_A1 (MTK_PIN_NO(9) | 7) |
| 90 | |
| 91 | #define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0) |
| 92 | #define PINMUX_GPIO10__FUNC_SDA1 (MTK_PIN_NO(10) | 1) |
| 93 | #define PINMUX_GPIO10__FUNC_PWM_2 (MTK_PIN_NO(10) | 2) |
| 94 | #define PINMUX_GPIO10__FUNC_ADSP_URXD0 (MTK_PIN_NO(10) | 3) |
| 95 | #define PINMUX_GPIO10__FUNC_SPDIF_IN1 (MTK_PIN_NO(10) | 4) |
| 96 | #define PINMUX_GPIO10__FUNC_LVTS_SCF (MTK_PIN_NO(10) | 6) |
| 97 | #define PINMUX_GPIO10__FUNC_DBG_MON_A2 (MTK_PIN_NO(10) | 7) |
| 98 | |
| 99 | #define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0) |
| 100 | #define PINMUX_GPIO11__FUNC_SCL1 (MTK_PIN_NO(11) | 1) |
| 101 | #define PINMUX_GPIO11__FUNC_PWM_3 (MTK_PIN_NO(11) | 2) |
| 102 | #define PINMUX_GPIO11__FUNC_ADSP_UTXD0 (MTK_PIN_NO(11) | 3) |
| 103 | #define PINMUX_GPIO11__FUNC_SPDIF_IN0 (MTK_PIN_NO(11) | 4) |
| 104 | #define PINMUX_GPIO11__FUNC_LVTS_SCK (MTK_PIN_NO(11) | 6) |
| 105 | #define PINMUX_GPIO11__FUNC_DBG_MON_A3 (MTK_PIN_NO(11) | 7) |
| 106 | |
| 107 | #define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0) |
| 108 | #define PINMUX_GPIO12__FUNC_SDA2 (MTK_PIN_NO(12) | 1) |
| 109 | #define PINMUX_GPIO12__FUNC_DMIC3_DAT_R (MTK_PIN_NO(12) | 2) |
| 110 | #define PINMUX_GPIO12__FUNC_I2SO1_D6 (MTK_PIN_NO(12) | 3) |
| 111 | #define PINMUX_GPIO12__FUNC_LVTS_SDI (MTK_PIN_NO(12) | 6) |
| 112 | #define PINMUX_GPIO12__FUNC_DBG_MON_A4 (MTK_PIN_NO(12) | 7) |
| 113 | |
| 114 | #define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0) |
| 115 | #define PINMUX_GPIO13__FUNC_SCL2 (MTK_PIN_NO(13) | 1) |
| 116 | #define PINMUX_GPIO13__FUNC_DMIC4_DAT_R (MTK_PIN_NO(13) | 2) |
| 117 | #define PINMUX_GPIO13__FUNC_I2SO1_D7 (MTK_PIN_NO(13) | 3) |
| 118 | #define PINMUX_GPIO13__FUNC_DBG_MON_A5 (MTK_PIN_NO(13) | 7) |
| 119 | |
| 120 | #define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0) |
| 121 | #define PINMUX_GPIO14__FUNC_SDA3 (MTK_PIN_NO(14) | 1) |
| 122 | #define PINMUX_GPIO14__FUNC_DMIC3_DAT (MTK_PIN_NO(14) | 2) |
| 123 | #define PINMUX_GPIO14__FUNC_TDMIN_MCK (MTK_PIN_NO(14) | 3) |
| 124 | #define PINMUX_GPIO14__FUNC_DBG_MON_A6 (MTK_PIN_NO(14) | 7) |
| 125 | |
| 126 | #define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0) |
| 127 | #define PINMUX_GPIO15__FUNC_SCL3 (MTK_PIN_NO(15) | 1) |
| 128 | #define PINMUX_GPIO15__FUNC_DMIC3_CLK (MTK_PIN_NO(15) | 2) |
| 129 | #define PINMUX_GPIO15__FUNC_TDMIN_DI (MTK_PIN_NO(15) | 3) |
| 130 | #define PINMUX_GPIO15__FUNC_DBG_MON_A7 (MTK_PIN_NO(15) | 7) |
| 131 | |
| 132 | #define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0) |
| 133 | #define PINMUX_GPIO16__FUNC_SDA4 (MTK_PIN_NO(16) | 1) |
| 134 | #define PINMUX_GPIO16__FUNC_DMIC4_DAT (MTK_PIN_NO(16) | 2) |
| 135 | #define PINMUX_GPIO16__FUNC_TDMIN_LRCK (MTK_PIN_NO(16) | 3) |
| 136 | #define PINMUX_GPIO16__FUNC_DBG_MON_A8 (MTK_PIN_NO(16) | 7) |
| 137 | |
| 138 | #define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0) |
| 139 | #define PINMUX_GPIO17__FUNC_SCL4 (MTK_PIN_NO(17) | 1) |
| 140 | #define PINMUX_GPIO17__FUNC_DMIC4_CLK (MTK_PIN_NO(17) | 2) |
| 141 | #define PINMUX_GPIO17__FUNC_TDMIN_BCK (MTK_PIN_NO(17) | 3) |
| 142 | #define PINMUX_GPIO17__FUNC_DBG_MON_A9 (MTK_PIN_NO(17) | 7) |
| 143 | |
| 144 | #define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0) |
| 145 | #define PINMUX_GPIO18__FUNC_DP_TX_HPD (MTK_PIN_NO(18) | 1) |
| 146 | |
| 147 | #define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0) |
| 148 | #define PINMUX_GPIO19__FUNC_WAKEN (MTK_PIN_NO(19) | 1) |
| 149 | #define PINMUX_GPIO19__FUNC_SCP_SDA1 (MTK_PIN_NO(19) | 2) |
| 150 | #define PINMUX_GPIO19__FUNC_MD32_0_JTAG_TCK (MTK_PIN_NO(19) | 3) |
| 151 | #define PINMUX_GPIO19__FUNC_ADSP_JTAG0_TCK (MTK_PIN_NO(19) | 4) |
| 152 | #define PINMUX_GPIO19__FUNC_SDA6 (MTK_PIN_NO(19) | 5) |
| 153 | |
| 154 | #define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0) |
| 155 | #define PINMUX_GPIO20__FUNC_PERSTN (MTK_PIN_NO(20) | 1) |
| 156 | #define PINMUX_GPIO20__FUNC_SCP_SCL1 (MTK_PIN_NO(20) | 2) |
| 157 | #define PINMUX_GPIO20__FUNC_MD32_0_JTAG_TMS (MTK_PIN_NO(20) | 3) |
| 158 | #define PINMUX_GPIO20__FUNC_ADSP_JTAG0_TMS (MTK_PIN_NO(20) | 4) |
| 159 | #define PINMUX_GPIO20__FUNC_SCL6 (MTK_PIN_NO(20) | 5) |
| 160 | |
| 161 | #define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0) |
| 162 | #define PINMUX_GPIO21__FUNC_CLKREQN (MTK_PIN_NO(21) | 1) |
| 163 | #define PINMUX_GPIO21__FUNC_MD32_0_JTAG_TDI (MTK_PIN_NO(21) | 3) |
| 164 | #define PINMUX_GPIO21__FUNC_ADSP_JTAG0_TDI (MTK_PIN_NO(21) | 4) |
| 165 | #define PINMUX_GPIO21__FUNC_SCP_SDA1 (MTK_PIN_NO(21) | 5) |
| 166 | |
| 167 | #define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) |
| 168 | #define PINMUX_GPIO22__FUNC_CMMCLK0 (MTK_PIN_NO(22) | 1) |
| 169 | #define PINMUX_GPIO22__FUNC_PERSTN_1 (MTK_PIN_NO(22) | 2) |
| 170 | #define PINMUX_GPIO22__FUNC_SCP_SCL1 (MTK_PIN_NO(22) | 5) |
| 171 | #define PINMUX_GPIO22__FUNC_MD32_0_GPIO0 (MTK_PIN_NO(22) | 7) |
| 172 | |
| 173 | #define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0) |
| 174 | #define PINMUX_GPIO23__FUNC_CMMCLK1 (MTK_PIN_NO(23) | 1) |
| 175 | #define PINMUX_GPIO23__FUNC_CLKREQN_1 (MTK_PIN_NO(23) | 2) |
| 176 | #define PINMUX_GPIO23__FUNC_SDA4 (MTK_PIN_NO(23) | 3) |
| 177 | #define PINMUX_GPIO23__FUNC_DMIC1_CLK (MTK_PIN_NO(23) | 4) |
| 178 | #define PINMUX_GPIO23__FUNC_SCP_SDA0 (MTK_PIN_NO(23) | 5) |
| 179 | #define PINMUX_GPIO23__FUNC_MD32_0_GPIO1 (MTK_PIN_NO(23) | 7) |
| 180 | |
| 181 | #define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0) |
| 182 | #define PINMUX_GPIO24__FUNC_CMMCLK2 (MTK_PIN_NO(24) | 1) |
| 183 | #define PINMUX_GPIO24__FUNC_WAKEN_1 (MTK_PIN_NO(24) | 2) |
| 184 | #define PINMUX_GPIO24__FUNC_SCL4 (MTK_PIN_NO(24) | 3) |
| 185 | #define PINMUX_GPIO24__FUNC_DMIC1_DAT (MTK_PIN_NO(24) | 4) |
| 186 | #define PINMUX_GPIO24__FUNC_SCP_SCL0 (MTK_PIN_NO(24) | 5) |
| 187 | #define PINMUX_GPIO24__FUNC_LVTS_26M (MTK_PIN_NO(24) | 6) |
| 188 | #define PINMUX_GPIO24__FUNC_MD32_0_GPIO2 (MTK_PIN_NO(24) | 7) |
| 189 | |
| 190 | #define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0) |
| 191 | #define PINMUX_GPIO25__FUNC_CMMRST (MTK_PIN_NO(25) | 1) |
| 192 | #define PINMUX_GPIO25__FUNC_CMMCLK3 (MTK_PIN_NO(25) | 2) |
| 193 | #define PINMUX_GPIO25__FUNC_SPDIF_OUT (MTK_PIN_NO(25) | 3) |
| 194 | #define PINMUX_GPIO25__FUNC_SDA6 (MTK_PIN_NO(25) | 4) |
| 195 | #define PINMUX_GPIO25__FUNC_ADSP_JTAG0_TRSTN (MTK_PIN_NO(25) | 5) |
| 196 | #define PINMUX_GPIO25__FUNC_MD32_0_JTAG_TRST (MTK_PIN_NO(25) | 6) |
| 197 | |
| 198 | #define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0) |
| 199 | #define PINMUX_GPIO26__FUNC_CMMPDN (MTK_PIN_NO(26) | 1) |
| 200 | #define PINMUX_GPIO26__FUNC_CMMCLK4 (MTK_PIN_NO(26) | 2) |
| 201 | #define PINMUX_GPIO26__FUNC_IR_IN (MTK_PIN_NO(26) | 3) |
| 202 | #define PINMUX_GPIO26__FUNC_SCL6 (MTK_PIN_NO(26) | 4) |
| 203 | #define PINMUX_GPIO26__FUNC_ADSP_JTAG0_TDO (MTK_PIN_NO(26) | 5) |
| 204 | #define PINMUX_GPIO26__FUNC_MD32_0_JTAG_TDO (MTK_PIN_NO(26) | 6) |
| 205 | |
| 206 | #define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0) |
| 207 | #define PINMUX_GPIO27__FUNC_HDMIRX20_HTPLG (MTK_PIN_NO(27) | 1) |
| 208 | #define PINMUX_GPIO27__FUNC_CMFLASH0 (MTK_PIN_NO(27) | 2) |
| 209 | #define PINMUX_GPIO27__FUNC_MD32_0_TXD (MTK_PIN_NO(27) | 3) |
| 210 | #define PINMUX_GPIO27__FUNC_TP_UTXD2_AO (MTK_PIN_NO(27) | 4) |
| 211 | #define PINMUX_GPIO27__FUNC_SCL7 (MTK_PIN_NO(27) | 5) |
| 212 | #define PINMUX_GPIO27__FUNC_UCTS2 (MTK_PIN_NO(27) | 6) |
| 213 | #define PINMUX_GPIO27__FUNC_DBG_MON_A18 (MTK_PIN_NO(27) | 7) |
| 214 | |
| 215 | #define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0) |
| 216 | #define PINMUX_GPIO28__FUNC_HDMIRX20_PWR5V (MTK_PIN_NO(28) | 1) |
| 217 | #define PINMUX_GPIO28__FUNC_CMFLASH1 (MTK_PIN_NO(28) | 2) |
| 218 | #define PINMUX_GPIO28__FUNC_MD32_0_RXD (MTK_PIN_NO(28) | 3) |
| 219 | #define PINMUX_GPIO28__FUNC_TP_URXD2_AO (MTK_PIN_NO(28) | 4) |
| 220 | #define PINMUX_GPIO28__FUNC_SDA7 (MTK_PIN_NO(28) | 5) |
| 221 | #define PINMUX_GPIO28__FUNC_URTS2 (MTK_PIN_NO(28) | 6) |
| 222 | #define PINMUX_GPIO28__FUNC_DBG_MON_A19 (MTK_PIN_NO(28) | 7) |
| 223 | |
| 224 | #define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0) |
| 225 | #define PINMUX_GPIO29__FUNC_HDMIRX20_SCL (MTK_PIN_NO(29) | 1) |
| 226 | #define PINMUX_GPIO29__FUNC_CMFLASH2 (MTK_PIN_NO(29) | 2) |
| 227 | #define PINMUX_GPIO29__FUNC_SCL5 (MTK_PIN_NO(29) | 3) |
| 228 | #define PINMUX_GPIO29__FUNC_TP_URTS2_AO (MTK_PIN_NO(29) | 4) |
| 229 | #define PINMUX_GPIO29__FUNC_UTXD2 (MTK_PIN_NO(29) | 6) |
| 230 | #define PINMUX_GPIO29__FUNC_DBG_MON_A20 (MTK_PIN_NO(29) | 7) |
| 231 | |
| 232 | #define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0) |
| 233 | #define PINMUX_GPIO30__FUNC_HDMIRX20_SDA (MTK_PIN_NO(30) | 1) |
| 234 | #define PINMUX_GPIO30__FUNC_CMFLASH3 (MTK_PIN_NO(30) | 2) |
| 235 | #define PINMUX_GPIO30__FUNC_SDA5 (MTK_PIN_NO(30) | 3) |
| 236 | #define PINMUX_GPIO30__FUNC_TP_UCTS2_AO (MTK_PIN_NO(30) | 4) |
| 237 | #define PINMUX_GPIO30__FUNC_URXD2 (MTK_PIN_NO(30) | 6) |
| 238 | #define PINMUX_GPIO30__FUNC_DBG_MON_A21 (MTK_PIN_NO(30) | 7) |
| 239 | |
| 240 | #define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0) |
| 241 | #define PINMUX_GPIO31__FUNC_HDMITX20_PWR5V (MTK_PIN_NO(31) | 1) |
| 242 | #define PINMUX_GPIO31__FUNC_DMIC1_DAT_R (MTK_PIN_NO(31) | 2) |
| 243 | #define PINMUX_GPIO31__FUNC_PERSTN (MTK_PIN_NO(31) | 3) |
| 244 | #define PINMUX_GPIO31__FUNC_DBG_MON_A22 (MTK_PIN_NO(31) | 7) |
| 245 | |
| 246 | #define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0) |
| 247 | #define PINMUX_GPIO32__FUNC_HDMITX20_HTPLG (MTK_PIN_NO(32) | 1) |
| 248 | #define PINMUX_GPIO32__FUNC_CLKREQN (MTK_PIN_NO(32) | 3) |
| 249 | #define PINMUX_GPIO32__FUNC_DBG_MON_A23 (MTK_PIN_NO(32) | 7) |
| 250 | |
| 251 | #define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) |
| 252 | #define PINMUX_GPIO33__FUNC_HDMITX20_CEC (MTK_PIN_NO(33) | 1) |
| 253 | #define PINMUX_GPIO33__FUNC_CMVREF0 (MTK_PIN_NO(33) | 2) |
| 254 | #define PINMUX_GPIO33__FUNC_WAKEN (MTK_PIN_NO(33) | 3) |
| 255 | |
| 256 | #define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0) |
| 257 | #define PINMUX_GPIO34__FUNC_HDMITX20_SCL (MTK_PIN_NO(34) | 1) |
| 258 | #define PINMUX_GPIO34__FUNC_CMVREF1 (MTK_PIN_NO(34) | 2) |
| 259 | #define PINMUX_GPIO34__FUNC_SCL7 (MTK_PIN_NO(34) | 3) |
| 260 | #define PINMUX_GPIO34__FUNC_SCL6 (MTK_PIN_NO(34) | 4) |
| 261 | #define PINMUX_GPIO34__FUNC_DBG_MON_A24 (MTK_PIN_NO(34) | 7) |
| 262 | |
| 263 | #define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0) |
| 264 | #define PINMUX_GPIO35__FUNC_HDMITX20_SDA (MTK_PIN_NO(35) | 1) |
| 265 | #define PINMUX_GPIO35__FUNC_CMVREF2 (MTK_PIN_NO(35) | 2) |
| 266 | #define PINMUX_GPIO35__FUNC_SDA7 (MTK_PIN_NO(35) | 3) |
| 267 | #define PINMUX_GPIO35__FUNC_SDA6 (MTK_PIN_NO(35) | 4) |
| 268 | #define PINMUX_GPIO35__FUNC_DBG_MON_A25 (MTK_PIN_NO(35) | 7) |
| 269 | |
| 270 | #define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0) |
| 271 | #define PINMUX_GPIO36__FUNC_RTC32K_CK (MTK_PIN_NO(36) | 1) |
| 272 | #define PINMUX_GPIO36__FUNC_DBG_MON_A27 (MTK_PIN_NO(36) | 7) |
| 273 | |
| 274 | #define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0) |
| 275 | #define PINMUX_GPIO37__FUNC_WATCHDOG (MTK_PIN_NO(37) | 1) |
| 276 | #define PINMUX_GPIO37__FUNC_DBG_MON_A28 (MTK_PIN_NO(37) | 7) |
| 277 | |
| 278 | #define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0) |
| 279 | #define PINMUX_GPIO38__FUNC_SRCLKENA0 (MTK_PIN_NO(38) | 1) |
| 280 | #define PINMUX_GPIO38__FUNC_DBG_MON_A29 (MTK_PIN_NO(38) | 7) |
| 281 | |
| 282 | #define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0) |
| 283 | #define PINMUX_GPIO39__FUNC_SRCLKENA1 (MTK_PIN_NO(39) | 1) |
| 284 | #define PINMUX_GPIO39__FUNC_DMIC2_DAT_R (MTK_PIN_NO(39) | 2) |
| 285 | #define PINMUX_GPIO39__FUNC_DBG_MON_A30 (MTK_PIN_NO(39) | 7) |
| 286 | |
| 287 | #define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0) |
| 288 | #define PINMUX_GPIO40__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(40) | 1) |
| 289 | #define PINMUX_GPIO40__FUNC_SPIM3_CSB (MTK_PIN_NO(40) | 3) |
| 290 | #define PINMUX_GPIO40__FUNC_DBG_MON_A31 (MTK_PIN_NO(40) | 7) |
| 291 | |
| 292 | #define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0) |
| 293 | #define PINMUX_GPIO41__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(41) | 1) |
| 294 | #define PINMUX_GPIO41__FUNC_SPIM3_CLK (MTK_PIN_NO(41) | 3) |
| 295 | #define PINMUX_GPIO41__FUNC_DBG_MON_A32 (MTK_PIN_NO(41) | 7) |
| 296 | |
| 297 | #define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0) |
| 298 | #define PINMUX_GPIO42__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(42) | 1) |
| 299 | #define PINMUX_GPIO42__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(42) | 2) |
| 300 | #define PINMUX_GPIO42__FUNC_SPIM3_MO (MTK_PIN_NO(42) | 3) |
| 301 | #define PINMUX_GPIO42__FUNC_DBG_MON_B0 (MTK_PIN_NO(42) | 7) |
| 302 | |
| 303 | #define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0) |
| 304 | #define PINMUX_GPIO43__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(43) | 1) |
| 305 | #define PINMUX_GPIO43__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(43) | 2) |
| 306 | #define PINMUX_GPIO43__FUNC_SPIM3_MI (MTK_PIN_NO(43) | 3) |
| 307 | #define PINMUX_GPIO43__FUNC_DBG_MON_B1 (MTK_PIN_NO(43) | 7) |
| 308 | |
| 309 | #define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0) |
| 310 | #define PINMUX_GPIO44__FUNC_SPMI_M_SCL (MTK_PIN_NO(44) | 1) |
| 311 | #define PINMUX_GPIO44__FUNC_I2SI00_DATA1 (MTK_PIN_NO(44) | 2) |
| 312 | #define PINMUX_GPIO44__FUNC_SCL5 (MTK_PIN_NO(44) | 3) |
| 313 | #define PINMUX_GPIO44__FUNC_UTXD5 (MTK_PIN_NO(44) | 4) |
| 314 | #define PINMUX_GPIO44__FUNC_DBG_MON_B2 (MTK_PIN_NO(44) | 7) |
| 315 | |
| 316 | #define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0) |
| 317 | #define PINMUX_GPIO45__FUNC_SPMI_M_SDA (MTK_PIN_NO(45) | 1) |
| 318 | #define PINMUX_GPIO45__FUNC_I2SI00_DATA2 (MTK_PIN_NO(45) | 2) |
| 319 | #define PINMUX_GPIO45__FUNC_SDA5 (MTK_PIN_NO(45) | 3) |
| 320 | #define PINMUX_GPIO45__FUNC_URXD5 (MTK_PIN_NO(45) | 4) |
| 321 | #define PINMUX_GPIO45__FUNC_DBG_MON_B3 (MTK_PIN_NO(45) | 7) |
| 322 | |
| 323 | #define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0) |
| 324 | #define PINMUX_GPIO46__FUNC_I2SIN_MCK (MTK_PIN_NO(46) | 1) |
| 325 | #define PINMUX_GPIO46__FUNC_I2SI00_DATA3 (MTK_PIN_NO(46) | 2) |
| 326 | #define PINMUX_GPIO46__FUNC_SPLIN_MCK (MTK_PIN_NO(46) | 3) |
| 327 | #define PINMUX_GPIO46__FUNC_DBG_MON_B4 (MTK_PIN_NO(46) | 7) |
| 328 | |
| 329 | #define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0) |
| 330 | #define PINMUX_GPIO47__FUNC_I2SIN_BCK (MTK_PIN_NO(47) | 1) |
| 331 | #define PINMUX_GPIO47__FUNC_I2SIN0_BCK (MTK_PIN_NO(47) | 2) |
| 332 | #define PINMUX_GPIO47__FUNC_SPLIN_LRCK (MTK_PIN_NO(47) | 3) |
| 333 | #define PINMUX_GPIO47__FUNC_DBG_MON_B5 (MTK_PIN_NO(47) | 7) |
| 334 | |
| 335 | #define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0) |
| 336 | #define PINMUX_GPIO48__FUNC_I2SIN_WS (MTK_PIN_NO(48) | 1) |
| 337 | #define PINMUX_GPIO48__FUNC_I2SIN0_LRCK (MTK_PIN_NO(48) | 2) |
| 338 | #define PINMUX_GPIO48__FUNC_SPLIN_BCK (MTK_PIN_NO(48) | 3) |
| 339 | #define PINMUX_GPIO48__FUNC_DBG_MON_B6 (MTK_PIN_NO(48) | 7) |
| 340 | |
| 341 | #define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0) |
| 342 | #define PINMUX_GPIO49__FUNC_I2SIN_D0 (MTK_PIN_NO(49) | 1) |
| 343 | #define PINMUX_GPIO49__FUNC_I2SI00_DATA0 (MTK_PIN_NO(49) | 2) |
| 344 | #define PINMUX_GPIO49__FUNC_SPLIN_D0 (MTK_PIN_NO(49) | 3) |
| 345 | #define PINMUX_GPIO49__FUNC_DBG_MON_B7 (MTK_PIN_NO(49) | 7) |
| 346 | |
| 347 | #define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0) |
| 348 | #define PINMUX_GPIO50__FUNC_I2SO1_MCK (MTK_PIN_NO(50) | 1) |
| 349 | #define PINMUX_GPIO50__FUNC_I2SI5_D0 (MTK_PIN_NO(50) | 2) |
| 350 | #define PINMUX_GPIO50__FUNC_I2SO4_MCK (MTK_PIN_NO(50) | 4) |
| 351 | #define PINMUX_GPIO50__FUNC_DBG_MON_B8 (MTK_PIN_NO(50) | 7) |
| 352 | |
| 353 | #define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0) |
| 354 | #define PINMUX_GPIO51__FUNC_I2SO1_BCK (MTK_PIN_NO(51) | 1) |
| 355 | #define PINMUX_GPIO51__FUNC_I2SI5_BCK (MTK_PIN_NO(51) | 2) |
| 356 | #define PINMUX_GPIO51__FUNC_DBG_MON_B9 (MTK_PIN_NO(51) | 7) |
| 357 | |
| 358 | #define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0) |
| 359 | #define PINMUX_GPIO52__FUNC_I2SO1_WS (MTK_PIN_NO(52) | 1) |
| 360 | #define PINMUX_GPIO52__FUNC_I2SI5_WS (MTK_PIN_NO(52) | 2) |
| 361 | #define PINMUX_GPIO52__FUNC_DBG_MON_B10 (MTK_PIN_NO(52) | 7) |
| 362 | |
| 363 | #define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0) |
| 364 | #define PINMUX_GPIO53__FUNC_I2SO1_D0 (MTK_PIN_NO(53) | 1) |
| 365 | #define PINMUX_GPIO53__FUNC_I2SI5_MCK (MTK_PIN_NO(53) | 2) |
| 366 | #define PINMUX_GPIO53__FUNC_DBG_MON_B11 (MTK_PIN_NO(53) | 7) |
| 367 | |
| 368 | #define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0) |
| 369 | #define PINMUX_GPIO54__FUNC_I2SO1_D1 (MTK_PIN_NO(54) | 1) |
| 370 | #define PINMUX_GPIO54__FUNC_I2SI01_DATA1 (MTK_PIN_NO(54) | 2) |
| 371 | #define PINMUX_GPIO54__FUNC_SPLIN_D1 (MTK_PIN_NO(54) | 3) |
| 372 | #define PINMUX_GPIO54__FUNC_I2SO4_BCK (MTK_PIN_NO(54) | 4) |
| 373 | #define PINMUX_GPIO54__FUNC_DBG_MON_B12 (MTK_PIN_NO(54) | 7) |
| 374 | |
| 375 | #define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0) |
| 376 | #define PINMUX_GPIO55__FUNC_I2SO1_D2 (MTK_PIN_NO(55) | 1) |
| 377 | #define PINMUX_GPIO55__FUNC_I2SI01_DATA2 (MTK_PIN_NO(55) | 2) |
| 378 | #define PINMUX_GPIO55__FUNC_SPLIN_D2 (MTK_PIN_NO(55) | 3) |
| 379 | #define PINMUX_GPIO55__FUNC_I2SO4_WS (MTK_PIN_NO(55) | 4) |
| 380 | #define PINMUX_GPIO55__FUNC_DBG_MON_B13 (MTK_PIN_NO(55) | 7) |
| 381 | |
| 382 | #define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0) |
| 383 | #define PINMUX_GPIO56__FUNC_I2SO1_D3 (MTK_PIN_NO(56) | 1) |
| 384 | #define PINMUX_GPIO56__FUNC_I2SI01_DATA3 (MTK_PIN_NO(56) | 2) |
| 385 | #define PINMUX_GPIO56__FUNC_SPLIN_D3 (MTK_PIN_NO(56) | 3) |
| 386 | #define PINMUX_GPIO56__FUNC_I2SO4_D0 (MTK_PIN_NO(56) | 4) |
| 387 | #define PINMUX_GPIO56__FUNC_DBG_MON_B14 (MTK_PIN_NO(56) | 7) |
| 388 | |
| 389 | #define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0) |
| 390 | #define PINMUX_GPIO57__FUNC_I2SO2_MCK (MTK_PIN_NO(57) | 1) |
| 391 | #define PINMUX_GPIO57__FUNC_I2SO1_D12 (MTK_PIN_NO(57) | 2) |
| 392 | #define PINMUX_GPIO57__FUNC_LCM1_RST (MTK_PIN_NO(57) | 3) |
| 393 | #define PINMUX_GPIO57__FUNC_DBG_MON_B15 (MTK_PIN_NO(57) | 7) |
| 394 | |
| 395 | #define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0) |
| 396 | #define PINMUX_GPIO58__FUNC_I2SO2_BCK (MTK_PIN_NO(58) | 1) |
| 397 | #define PINMUX_GPIO58__FUNC_I2SO1_D13 (MTK_PIN_NO(58) | 2) |
| 398 | #define PINMUX_GPIO58__FUNC_I2SIN1_BCK (MTK_PIN_NO(58) | 3) |
| 399 | #define PINMUX_GPIO58__FUNC_DBG_MON_B16 (MTK_PIN_NO(58) | 7) |
| 400 | |
| 401 | #define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0) |
| 402 | #define PINMUX_GPIO59__FUNC_I2SO2_WS (MTK_PIN_NO(59) | 1) |
| 403 | #define PINMUX_GPIO59__FUNC_I2SO1_D14 (MTK_PIN_NO(59) | 2) |
| 404 | #define PINMUX_GPIO59__FUNC_I2SIN1_LRCK (MTK_PIN_NO(59) | 3) |
| 405 | #define PINMUX_GPIO59__FUNC_DBG_MON_B17 (MTK_PIN_NO(59) | 7) |
| 406 | |
| 407 | #define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0) |
| 408 | #define PINMUX_GPIO60__FUNC_I2SO2_D0 (MTK_PIN_NO(60) | 1) |
| 409 | #define PINMUX_GPIO60__FUNC_I2SO1_D15 (MTK_PIN_NO(60) | 2) |
| 410 | #define PINMUX_GPIO60__FUNC_I2SI01_DATA0 (MTK_PIN_NO(60) | 3) |
| 411 | #define PINMUX_GPIO60__FUNC_DBG_MON_B18 (MTK_PIN_NO(60) | 7) |
| 412 | |
| 413 | #define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0) |
| 414 | #define PINMUX_GPIO61__FUNC_DMIC1_CLK (MTK_PIN_NO(61) | 1) |
| 415 | #define PINMUX_GPIO61__FUNC_I2SO2_BCK (MTK_PIN_NO(61) | 2) |
| 416 | #define PINMUX_GPIO61__FUNC_SCP_SPI2_CK (MTK_PIN_NO(61) | 3) |
| 417 | #define PINMUX_GPIO61__FUNC_DBG_MON_B19 (MTK_PIN_NO(61) | 7) |
| 418 | |
| 419 | #define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0) |
| 420 | #define PINMUX_GPIO62__FUNC_DMIC1_DAT (MTK_PIN_NO(62) | 1) |
| 421 | #define PINMUX_GPIO62__FUNC_I2SO2_WS (MTK_PIN_NO(62) | 2) |
| 422 | #define PINMUX_GPIO62__FUNC_SCP_SPI2_MI (MTK_PIN_NO(62) | 3) |
| 423 | #define PINMUX_GPIO62__FUNC_DBG_MON_B20 (MTK_PIN_NO(62) | 7) |
| 424 | |
| 425 | #define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0) |
| 426 | #define PINMUX_GPIO63__FUNC_DMIC2_CLK (MTK_PIN_NO(63) | 1) |
| 427 | #define PINMUX_GPIO63__FUNC_VBUSVALID (MTK_PIN_NO(63) | 2) |
| 428 | #define PINMUX_GPIO63__FUNC_SCP_SPI2_MO (MTK_PIN_NO(63) | 3) |
| 429 | #define PINMUX_GPIO63__FUNC_SCP_SCL2 (MTK_PIN_NO(63) | 4) |
| 430 | #define PINMUX_GPIO63__FUNC_SCP_JTAG1_TDO (MTK_PIN_NO(63) | 5) |
| 431 | #define PINMUX_GPIO63__FUNC_JTDO_SEL1 (MTK_PIN_NO(63) | 6) |
| 432 | #define PINMUX_GPIO63__FUNC_DBG_MON_B21 (MTK_PIN_NO(63) | 7) |
| 433 | |
| 434 | #define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0) |
| 435 | #define PINMUX_GPIO64__FUNC_DMIC2_DAT (MTK_PIN_NO(64) | 1) |
| 436 | #define PINMUX_GPIO64__FUNC_VBUSVALID_1P (MTK_PIN_NO(64) | 2) |
| 437 | #define PINMUX_GPIO64__FUNC_SCP_SPI2_CS (MTK_PIN_NO(64) | 3) |
| 438 | #define PINMUX_GPIO64__FUNC_SCP_SDA2 (MTK_PIN_NO(64) | 4) |
| 439 | #define PINMUX_GPIO64__FUNC_DBG_MON_B22 (MTK_PIN_NO(64) | 7) |
| 440 | |
| 441 | #define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0) |
| 442 | #define PINMUX_GPIO65__FUNC_PCM_DO (MTK_PIN_NO(65) | 1) |
| 443 | #define PINMUX_GPIO65__FUNC_AUXIF_ST0 (MTK_PIN_NO(65) | 2) |
| 444 | #define PINMUX_GPIO65__FUNC_UCTS2 (MTK_PIN_NO(65) | 3) |
| 445 | #define PINMUX_GPIO65__FUNC_SCP_JTAG1_TMS (MTK_PIN_NO(65) | 5) |
| 446 | #define PINMUX_GPIO65__FUNC_JTMS_SEL1 (MTK_PIN_NO(65) | 6) |
| 447 | #define PINMUX_GPIO65__FUNC_DBG_MON_B23 (MTK_PIN_NO(65) | 7) |
| 448 | |
| 449 | #define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0) |
| 450 | #define PINMUX_GPIO66__FUNC_PCM_CLK (MTK_PIN_NO(66) | 1) |
| 451 | #define PINMUX_GPIO66__FUNC_AUXIF_CLK0 (MTK_PIN_NO(66) | 2) |
| 452 | #define PINMUX_GPIO66__FUNC_URTS2 (MTK_PIN_NO(66) | 3) |
| 453 | #define PINMUX_GPIO66__FUNC_SCP_JTAG1_TCK (MTK_PIN_NO(66) | 5) |
| 454 | #define PINMUX_GPIO66__FUNC_JTCK_SEL1 (MTK_PIN_NO(66) | 6) |
| 455 | #define PINMUX_GPIO66__FUNC_DBG_MON_B24 (MTK_PIN_NO(66) | 7) |
| 456 | |
| 457 | #define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0) |
| 458 | #define PINMUX_GPIO67__FUNC_PCM_DI (MTK_PIN_NO(67) | 1) |
| 459 | #define PINMUX_GPIO67__FUNC_AUXIF_ST1 (MTK_PIN_NO(67) | 2) |
| 460 | #define PINMUX_GPIO67__FUNC_UTXD2 (MTK_PIN_NO(67) | 3) |
| 461 | #define PINMUX_GPIO67__FUNC_SCP_JTAG1_TRSTN (MTK_PIN_NO(67) | 5) |
| 462 | #define PINMUX_GPIO67__FUNC_JTRSTn_SEL1 (MTK_PIN_NO(67) | 6) |
| 463 | #define PINMUX_GPIO67__FUNC_DBG_MON_B25 (MTK_PIN_NO(67) | 7) |
| 464 | |
| 465 | #define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0) |
| 466 | #define PINMUX_GPIO68__FUNC_PCM_SYNC (MTK_PIN_NO(68) | 1) |
| 467 | #define PINMUX_GPIO68__FUNC_AUXIF_CLK1 (MTK_PIN_NO(68) | 2) |
| 468 | #define PINMUX_GPIO68__FUNC_URXD2 (MTK_PIN_NO(68) | 3) |
| 469 | #define PINMUX_GPIO68__FUNC_SCP_JTAG1_TDI (MTK_PIN_NO(68) | 5) |
| 470 | #define PINMUX_GPIO68__FUNC_JTDI_SEL1 (MTK_PIN_NO(68) | 6) |
| 471 | #define PINMUX_GPIO68__FUNC_DBG_MON_B26 (MTK_PIN_NO(68) | 7) |
| 472 | |
| 473 | #define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0) |
| 474 | #define PINMUX_GPIO69__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(69) | 1) |
| 475 | #define PINMUX_GPIO69__FUNC_I2SIN2_BCK (MTK_PIN_NO(69) | 2) |
| 476 | #define PINMUX_GPIO69__FUNC_PWM_0 (MTK_PIN_NO(69) | 3) |
| 477 | #define PINMUX_GPIO69__FUNC_WAKEN (MTK_PIN_NO(69) | 4) |
| 478 | #define PINMUX_GPIO69__FUNC_DBG_MON_B27 (MTK_PIN_NO(69) | 7) |
| 479 | |
| 480 | #define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0) |
| 481 | #define PINMUX_GPIO70__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(70) | 1) |
| 482 | #define PINMUX_GPIO70__FUNC_I2SIN2_LRCK (MTK_PIN_NO(70) | 2) |
| 483 | #define PINMUX_GPIO70__FUNC_PWM_1 (MTK_PIN_NO(70) | 3) |
| 484 | #define PINMUX_GPIO70__FUNC_PERSTN (MTK_PIN_NO(70) | 4) |
| 485 | #define PINMUX_GPIO70__FUNC_DBG_MON_B28 (MTK_PIN_NO(70) | 7) |
| 486 | |
| 487 | #define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0) |
| 488 | #define PINMUX_GPIO71__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(71) | 1) |
| 489 | #define PINMUX_GPIO71__FUNC_IDDIG_2P (MTK_PIN_NO(71) | 2) |
| 490 | #define PINMUX_GPIO71__FUNC_PWM_2 (MTK_PIN_NO(71) | 3) |
| 491 | #define PINMUX_GPIO71__FUNC_CLKREQN (MTK_PIN_NO(71) | 4) |
| 492 | #define PINMUX_GPIO71__FUNC_DBG_MON_B29 (MTK_PIN_NO(71) | 7) |
| 493 | |
| 494 | #define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0) |
| 495 | #define PINMUX_GPIO72__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(72) | 1) |
| 496 | #define PINMUX_GPIO72__FUNC_USB_DRVVBUS_2P (MTK_PIN_NO(72) | 2) |
| 497 | #define PINMUX_GPIO72__FUNC_PWM_3 (MTK_PIN_NO(72) | 3) |
| 498 | #define PINMUX_GPIO72__FUNC_PERSTN_1 (MTK_PIN_NO(72) | 4) |
| 499 | #define PINMUX_GPIO72__FUNC_DBG_MON_B30 (MTK_PIN_NO(72) | 7) |
| 500 | |
| 501 | #define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0) |
| 502 | #define PINMUX_GPIO73__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(73) | 1) |
| 503 | #define PINMUX_GPIO73__FUNC_I2SI02_DATA0 (MTK_PIN_NO(73) | 2) |
| 504 | #define PINMUX_GPIO73__FUNC_CLKREQN_1 (MTK_PIN_NO(73) | 4) |
| 505 | #define PINMUX_GPIO73__FUNC_VOW_DAT_MISO (MTK_PIN_NO(73) | 5) |
| 506 | #define PINMUX_GPIO73__FUNC_DBG_MON_B31 (MTK_PIN_NO(73) | 7) |
| 507 | |
| 508 | #define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0) |
| 509 | #define PINMUX_GPIO74__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(74) | 1) |
| 510 | #define PINMUX_GPIO74__FUNC_I2SI02_DATA1 (MTK_PIN_NO(74) | 2) |
| 511 | #define PINMUX_GPIO74__FUNC_WAKEN_1 (MTK_PIN_NO(74) | 4) |
| 512 | #define PINMUX_GPIO74__FUNC_VOW_CLK_MISO (MTK_PIN_NO(74) | 5) |
| 513 | #define PINMUX_GPIO74__FUNC_DBG_MON_B32 (MTK_PIN_NO(74) | 7) |
| 514 | |
| 515 | #define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0) |
| 516 | #define PINMUX_GPIO75__FUNC_AUD_DAT_MISO2 (MTK_PIN_NO(75) | 1) |
| 517 | #define PINMUX_GPIO75__FUNC_I2SI02_DATA2 (MTK_PIN_NO(75) | 2) |
| 518 | |
| 519 | #define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0) |
| 520 | #define PINMUX_GPIO76__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(76) | 1) |
| 521 | #define PINMUX_GPIO76__FUNC_I2SI02_DATA3 (MTK_PIN_NO(76) | 2) |
| 522 | #define PINMUX_GPIO76__FUNC_DBG_MON_A26 (MTK_PIN_NO(76) | 7) |
| 523 | |
| 524 | #define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0) |
| 525 | #define PINMUX_GPIO77__FUNC_DGI_D0 (MTK_PIN_NO(77) | 1) |
| 526 | #define PINMUX_GPIO77__FUNC_DPI_D0 (MTK_PIN_NO(77) | 2) |
| 527 | #define PINMUX_GPIO77__FUNC_I2SI4_MCK (MTK_PIN_NO(77) | 3) |
| 528 | #define PINMUX_GPIO77__FUNC_SPIM4_CLK (MTK_PIN_NO(77) | 4) |
| 529 | #define PINMUX_GPIO77__FUNC_GBE_TXD3 (MTK_PIN_NO(77) | 5) |
| 530 | #define PINMUX_GPIO77__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(77) | 6) |
| 531 | |
| 532 | #define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0) |
| 533 | #define PINMUX_GPIO78__FUNC_DGI_D1 (MTK_PIN_NO(78) | 1) |
| 534 | #define PINMUX_GPIO78__FUNC_DPI_D1 (MTK_PIN_NO(78) | 2) |
| 535 | #define PINMUX_GPIO78__FUNC_I2SI4_BCK (MTK_PIN_NO(78) | 3) |
| 536 | #define PINMUX_GPIO78__FUNC_SPIM4_MO (MTK_PIN_NO(78) | 4) |
| 537 | #define PINMUX_GPIO78__FUNC_GBE_TXD2 (MTK_PIN_NO(78) | 5) |
| 538 | #define PINMUX_GPIO78__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(78) | 6) |
| 539 | |
| 540 | #define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0) |
| 541 | #define PINMUX_GPIO79__FUNC_DGI_D2 (MTK_PIN_NO(79) | 1) |
| 542 | #define PINMUX_GPIO79__FUNC_DPI_D2 (MTK_PIN_NO(79) | 2) |
| 543 | #define PINMUX_GPIO79__FUNC_I2SI4_WS (MTK_PIN_NO(79) | 3) |
| 544 | #define PINMUX_GPIO79__FUNC_SPIM4_CSB (MTK_PIN_NO(79) | 4) |
| 545 | #define PINMUX_GPIO79__FUNC_GBE_TXD1 (MTK_PIN_NO(79) | 5) |
| 546 | #define PINMUX_GPIO79__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(79) | 6) |
| 547 | |
| 548 | #define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0) |
| 549 | #define PINMUX_GPIO80__FUNC_DGI_D3 (MTK_PIN_NO(80) | 1) |
| 550 | #define PINMUX_GPIO80__FUNC_DPI_D3 (MTK_PIN_NO(80) | 2) |
| 551 | #define PINMUX_GPIO80__FUNC_I2SI4_D0 (MTK_PIN_NO(80) | 3) |
| 552 | #define PINMUX_GPIO80__FUNC_SPIM4_MI (MTK_PIN_NO(80) | 4) |
| 553 | #define PINMUX_GPIO80__FUNC_GBE_TXD0 (MTK_PIN_NO(80) | 5) |
| 554 | #define PINMUX_GPIO80__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(80) | 6) |
| 555 | |
| 556 | #define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0) |
| 557 | #define PINMUX_GPIO81__FUNC_DGI_D4 (MTK_PIN_NO(81) | 1) |
| 558 | #define PINMUX_GPIO81__FUNC_DPI_D4 (MTK_PIN_NO(81) | 2) |
| 559 | #define PINMUX_GPIO81__FUNC_I2SI5_MCK (MTK_PIN_NO(81) | 3) |
| 560 | #define PINMUX_GPIO81__FUNC_SPIM5_CLK (MTK_PIN_NO(81) | 4) |
| 561 | #define PINMUX_GPIO81__FUNC_GBE_RXD3 (MTK_PIN_NO(81) | 5) |
| 562 | #define PINMUX_GPIO81__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(81) | 6) |
| 563 | |
| 564 | #define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0) |
| 565 | #define PINMUX_GPIO82__FUNC_DGI_D5 (MTK_PIN_NO(82) | 1) |
| 566 | #define PINMUX_GPIO82__FUNC_DPI_D5 (MTK_PIN_NO(82) | 2) |
| 567 | #define PINMUX_GPIO82__FUNC_I2SI5_BCK (MTK_PIN_NO(82) | 3) |
| 568 | #define PINMUX_GPIO82__FUNC_SPIM5_MO (MTK_PIN_NO(82) | 4) |
| 569 | #define PINMUX_GPIO82__FUNC_GBE_RXD2 (MTK_PIN_NO(82) | 5) |
| 570 | #define PINMUX_GPIO82__FUNC_MCUPM_JTAG_TDO (MTK_PIN_NO(82) | 6) |
| 571 | |
| 572 | #define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0) |
| 573 | #define PINMUX_GPIO83__FUNC_DGI_D6 (MTK_PIN_NO(83) | 1) |
| 574 | #define PINMUX_GPIO83__FUNC_DPI_D6 (MTK_PIN_NO(83) | 2) |
| 575 | #define PINMUX_GPIO83__FUNC_I2SI5_WS (MTK_PIN_NO(83) | 3) |
| 576 | #define PINMUX_GPIO83__FUNC_SPIM5_CSB (MTK_PIN_NO(83) | 4) |
| 577 | #define PINMUX_GPIO83__FUNC_GBE_RXD1 (MTK_PIN_NO(83) | 5) |
| 578 | #define PINMUX_GPIO83__FUNC_MCUPM_JTAG_TMS (MTK_PIN_NO(83) | 6) |
| 579 | |
| 580 | #define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0) |
| 581 | #define PINMUX_GPIO84__FUNC_DGI_D7 (MTK_PIN_NO(84) | 1) |
| 582 | #define PINMUX_GPIO84__FUNC_DPI_D7 (MTK_PIN_NO(84) | 2) |
| 583 | #define PINMUX_GPIO84__FUNC_I2SI5_D0 (MTK_PIN_NO(84) | 3) |
| 584 | #define PINMUX_GPIO84__FUNC_SPIM5_MI (MTK_PIN_NO(84) | 4) |
| 585 | #define PINMUX_GPIO84__FUNC_GBE_RXD0 (MTK_PIN_NO(84) | 5) |
| 586 | #define PINMUX_GPIO84__FUNC_MCUPM_JTAG_TCK (MTK_PIN_NO(84) | 6) |
| 587 | |
| 588 | #define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0) |
| 589 | #define PINMUX_GPIO85__FUNC_DGI_D8 (MTK_PIN_NO(85) | 1) |
| 590 | #define PINMUX_GPIO85__FUNC_DPI_D8 (MTK_PIN_NO(85) | 2) |
| 591 | #define PINMUX_GPIO85__FUNC_I2SO4_MCK (MTK_PIN_NO(85) | 3) |
| 592 | #define PINMUX_GPIO85__FUNC_SCP_SPI1_B_CK (MTK_PIN_NO(85) | 4) |
| 593 | #define PINMUX_GPIO85__FUNC_GBE_TXC (MTK_PIN_NO(85) | 5) |
| 594 | #define PINMUX_GPIO85__FUNC_MCUPM_JTAG_TDI (MTK_PIN_NO(85) | 6) |
| 595 | |
| 596 | #define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0) |
| 597 | #define PINMUX_GPIO86__FUNC_DGI_D9 (MTK_PIN_NO(86) | 1) |
| 598 | #define PINMUX_GPIO86__FUNC_DPI_D9 (MTK_PIN_NO(86) | 2) |
| 599 | #define PINMUX_GPIO86__FUNC_I2SO4_BCK (MTK_PIN_NO(86) | 3) |
| 600 | #define PINMUX_GPIO86__FUNC_SCP_SPI1_B_MI (MTK_PIN_NO(86) | 4) |
| 601 | #define PINMUX_GPIO86__FUNC_GBE_RXC (MTK_PIN_NO(86) | 5) |
| 602 | #define PINMUX_GPIO86__FUNC_MCUPM_JTAG_TRSTN (MTK_PIN_NO(86) | 6) |
| 603 | |
| 604 | #define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0) |
| 605 | #define PINMUX_GPIO87__FUNC_DGI_D10 (MTK_PIN_NO(87) | 1) |
| 606 | #define PINMUX_GPIO87__FUNC_DPI_D10 (MTK_PIN_NO(87) | 2) |
| 607 | #define PINMUX_GPIO87__FUNC_I2SO4_WS (MTK_PIN_NO(87) | 3) |
| 608 | #define PINMUX_GPIO87__FUNC_SCP_SPI1_B_CS (MTK_PIN_NO(87) | 4) |
| 609 | #define PINMUX_GPIO87__FUNC_GBE_RXDV (MTK_PIN_NO(87) | 5) |
| 610 | #define PINMUX_GPIO87__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(87) | 6) |
| 611 | |
| 612 | #define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0) |
| 613 | #define PINMUX_GPIO88__FUNC_DGI_D11 (MTK_PIN_NO(88) | 1) |
| 614 | #define PINMUX_GPIO88__FUNC_DPI_D11 (MTK_PIN_NO(88) | 2) |
| 615 | #define PINMUX_GPIO88__FUNC_I2SO4_D0 (MTK_PIN_NO(88) | 3) |
| 616 | #define PINMUX_GPIO88__FUNC_SCP_SPI1_B_MO (MTK_PIN_NO(88) | 4) |
| 617 | #define PINMUX_GPIO88__FUNC_GBE_TXEN (MTK_PIN_NO(88) | 5) |
| 618 | #define PINMUX_GPIO88__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(88) | 6) |
| 619 | |
| 620 | #define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0) |
| 621 | #define PINMUX_GPIO89__FUNC_DGI_D12 (MTK_PIN_NO(89) | 1) |
| 622 | #define PINMUX_GPIO89__FUNC_DPI_D12 (MTK_PIN_NO(89) | 2) |
| 623 | #define PINMUX_GPIO89__FUNC_MSDC2_CMD_A (MTK_PIN_NO(89) | 3) |
| 624 | #define PINMUX_GPIO89__FUNC_I2SO5_BCK (MTK_PIN_NO(89) | 4) |
| 625 | #define PINMUX_GPIO89__FUNC_GBE_MDC (MTK_PIN_NO(89) | 5) |
| 626 | #define PINMUX_GPIO89__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(89) | 6) |
| 627 | |
| 628 | #define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0) |
| 629 | #define PINMUX_GPIO90__FUNC_DGI_D13 (MTK_PIN_NO(90) | 1) |
| 630 | #define PINMUX_GPIO90__FUNC_DPI_D13 (MTK_PIN_NO(90) | 2) |
| 631 | #define PINMUX_GPIO90__FUNC_MSDC2_CLK_A (MTK_PIN_NO(90) | 3) |
| 632 | #define PINMUX_GPIO90__FUNC_I2SO5_WS (MTK_PIN_NO(90) | 4) |
| 633 | #define PINMUX_GPIO90__FUNC_GBE_MDIO (MTK_PIN_NO(90) | 5) |
| 634 | #define PINMUX_GPIO90__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(90) | 6) |
| 635 | |
| 636 | #define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0) |
| 637 | #define PINMUX_GPIO91__FUNC_DGI_D14 (MTK_PIN_NO(91) | 1) |
| 638 | #define PINMUX_GPIO91__FUNC_DPI_D14 (MTK_PIN_NO(91) | 2) |
| 639 | #define PINMUX_GPIO91__FUNC_MSDC2_DAT3_A (MTK_PIN_NO(91) | 3) |
| 640 | #define PINMUX_GPIO91__FUNC_I2SO5_D0 (MTK_PIN_NO(91) | 4) |
| 641 | #define PINMUX_GPIO91__FUNC_GBE_TXER (MTK_PIN_NO(91) | 5) |
| 642 | #define PINMUX_GPIO91__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(91) | 6) |
| 643 | |
| 644 | #define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0) |
| 645 | #define PINMUX_GPIO92__FUNC_DGI_D15 (MTK_PIN_NO(92) | 1) |
| 646 | #define PINMUX_GPIO92__FUNC_DPI_D15 (MTK_PIN_NO(92) | 2) |
| 647 | #define PINMUX_GPIO92__FUNC_MSDC2_DAT0_A (MTK_PIN_NO(92) | 3) |
| 648 | #define PINMUX_GPIO92__FUNC_I2SO2_D1 (MTK_PIN_NO(92) | 4) |
| 649 | #define PINMUX_GPIO92__FUNC_GBE_RXER (MTK_PIN_NO(92) | 5) |
| 650 | #define PINMUX_GPIO92__FUNC_CCU0_JTAG_TDO (MTK_PIN_NO(92) | 6) |
| 651 | |
| 652 | #define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0) |
| 653 | #define PINMUX_GPIO93__FUNC_DGI_HSYNC (MTK_PIN_NO(93) | 1) |
| 654 | #define PINMUX_GPIO93__FUNC_DPI_HSYNC (MTK_PIN_NO(93) | 2) |
| 655 | #define PINMUX_GPIO93__FUNC_MSDC2_DAT2_A (MTK_PIN_NO(93) | 3) |
| 656 | #define PINMUX_GPIO93__FUNC_I2SO2_D2 (MTK_PIN_NO(93) | 4) |
| 657 | #define PINMUX_GPIO93__FUNC_GBE_COL (MTK_PIN_NO(93) | 5) |
| 658 | #define PINMUX_GPIO93__FUNC_CCU0_JTAG_TMS (MTK_PIN_NO(93) | 6) |
| 659 | |
| 660 | #define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0) |
| 661 | #define PINMUX_GPIO94__FUNC_DGI_VSYNC (MTK_PIN_NO(94) | 1) |
| 662 | #define PINMUX_GPIO94__FUNC_DPI_VSYNC (MTK_PIN_NO(94) | 2) |
| 663 | #define PINMUX_GPIO94__FUNC_MSDC2_DAT1_A (MTK_PIN_NO(94) | 3) |
| 664 | #define PINMUX_GPIO94__FUNC_I2SO2_D3 (MTK_PIN_NO(94) | 4) |
| 665 | #define PINMUX_GPIO94__FUNC_GBE_INTR (MTK_PIN_NO(94) | 5) |
| 666 | #define PINMUX_GPIO94__FUNC_CCU0_JTAG_TDI (MTK_PIN_NO(94) | 6) |
| 667 | |
| 668 | #define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0) |
| 669 | #define PINMUX_GPIO95__FUNC_DGI_DE (MTK_PIN_NO(95) | 1) |
| 670 | #define PINMUX_GPIO95__FUNC_DPI_DE (MTK_PIN_NO(95) | 2) |
| 671 | #define PINMUX_GPIO95__FUNC_UTXD2 (MTK_PIN_NO(95) | 3) |
| 672 | #define PINMUX_GPIO95__FUNC_I2SIN_D1 (MTK_PIN_NO(95) | 5) |
| 673 | #define PINMUX_GPIO95__FUNC_CCU0_JTAG_TCK (MTK_PIN_NO(95) | 6) |
| 674 | |
| 675 | #define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0) |
| 676 | #define PINMUX_GPIO96__FUNC_DGI_CK (MTK_PIN_NO(96) | 1) |
| 677 | #define PINMUX_GPIO96__FUNC_DPI_CK (MTK_PIN_NO(96) | 2) |
| 678 | #define PINMUX_GPIO96__FUNC_URXD2 (MTK_PIN_NO(96) | 3) |
| 679 | #define PINMUX_GPIO96__FUNC_I2SO5_MCK (MTK_PIN_NO(96) | 4) |
| 680 | #define PINMUX_GPIO96__FUNC_I2SIN_D2 (MTK_PIN_NO(96) | 5) |
| 681 | #define PINMUX_GPIO96__FUNC_CCU0_JTAG_TRST (MTK_PIN_NO(96) | 6) |
| 682 | |
| 683 | #define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0) |
| 684 | #define PINMUX_GPIO97__FUNC_DISP_PWM0 (MTK_PIN_NO(97) | 1) |
| 685 | #define PINMUX_GPIO97__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(97) | 2) |
| 686 | |
| 687 | #define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0) |
| 688 | #define PINMUX_GPIO98__FUNC_UTXD0 (MTK_PIN_NO(98) | 1) |
| 689 | |
| 690 | #define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0) |
| 691 | #define PINMUX_GPIO99__FUNC_URXD0 (MTK_PIN_NO(99) | 1) |
| 692 | |
| 693 | #define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0) |
| 694 | #define PINMUX_GPIO100__FUNC_URTS1 (MTK_PIN_NO(100) | 1) |
| 695 | #define PINMUX_GPIO100__FUNC_DSI_TE (MTK_PIN_NO(100) | 2) |
| 696 | #define PINMUX_GPIO100__FUNC_I2SO1_D8 (MTK_PIN_NO(100) | 3) |
| 697 | #define PINMUX_GPIO100__FUNC_KPROW2 (MTK_PIN_NO(100) | 4) |
| 698 | #define PINMUX_GPIO100__FUNC_PWM_0 (MTK_PIN_NO(100) | 5) |
| 699 | #define PINMUX_GPIO100__FUNC_TP_URTS1_AO (MTK_PIN_NO(100) | 6) |
| 700 | #define PINMUX_GPIO100__FUNC_I2SIN_D0 (MTK_PIN_NO(100) | 7) |
| 701 | |
| 702 | #define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0) |
| 703 | #define PINMUX_GPIO101__FUNC_UCTS1 (MTK_PIN_NO(101) | 1) |
| 704 | #define PINMUX_GPIO101__FUNC_DSI1_TE (MTK_PIN_NO(101) | 2) |
| 705 | #define PINMUX_GPIO101__FUNC_I2SO1_D9 (MTK_PIN_NO(101) | 3) |
| 706 | #define PINMUX_GPIO101__FUNC_KPCOL2 (MTK_PIN_NO(101) | 4) |
| 707 | #define PINMUX_GPIO101__FUNC_PWM_1 (MTK_PIN_NO(101) | 5) |
| 708 | #define PINMUX_GPIO101__FUNC_TP_UCTS1_AO (MTK_PIN_NO(101) | 6) |
| 709 | #define PINMUX_GPIO101__FUNC_I2SIN_D1 (MTK_PIN_NO(101) | 7) |
| 710 | |
| 711 | #define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0) |
| 712 | #define PINMUX_GPIO102__FUNC_UTXD1 (MTK_PIN_NO(102) | 1) |
| 713 | #define PINMUX_GPIO102__FUNC_VBUSVALID_2P (MTK_PIN_NO(102) | 2) |
| 714 | #define PINMUX_GPIO102__FUNC_I2SO1_D10 (MTK_PIN_NO(102) | 3) |
| 715 | #define PINMUX_GPIO102__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(102) | 4) |
| 716 | #define PINMUX_GPIO102__FUNC_TP_UTXD1_AO (MTK_PIN_NO(102) | 5) |
| 717 | #define PINMUX_GPIO102__FUNC_MD32_1_TXD (MTK_PIN_NO(102) | 6) |
| 718 | #define PINMUX_GPIO102__FUNC_I2SIN_D2 (MTK_PIN_NO(102) | 7) |
| 719 | |
| 720 | #define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0) |
| 721 | #define PINMUX_GPIO103__FUNC_URXD1 (MTK_PIN_NO(103) | 1) |
| 722 | #define PINMUX_GPIO103__FUNC_VBUSVALID_3P (MTK_PIN_NO(103) | 2) |
| 723 | #define PINMUX_GPIO103__FUNC_I2SO1_D11 (MTK_PIN_NO(103) | 3) |
| 724 | #define PINMUX_GPIO103__FUNC_SSPM_URXD_AO (MTK_PIN_NO(103) | 4) |
| 725 | #define PINMUX_GPIO103__FUNC_TP_URXD1_AO (MTK_PIN_NO(103) | 5) |
| 726 | #define PINMUX_GPIO103__FUNC_MD32_1_RXD (MTK_PIN_NO(103) | 6) |
| 727 | #define PINMUX_GPIO103__FUNC_I2SIN_D3 (MTK_PIN_NO(103) | 7) |
| 728 | |
| 729 | #define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0) |
| 730 | #define PINMUX_GPIO104__FUNC_KPROW0 (MTK_PIN_NO(104) | 1) |
| 731 | #define PINMUX_GPIO104__FUNC_DISP_PWM1 (MTK_PIN_NO(104) | 2) |
| 732 | |
| 733 | #define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0) |
| 734 | #define PINMUX_GPIO105__FUNC_KPROW1 (MTK_PIN_NO(105) | 1) |
| 735 | #define PINMUX_GPIO105__FUNC_EDP_TX_HPD (MTK_PIN_NO(105) | 2) |
| 736 | #define PINMUX_GPIO105__FUNC_PWM_2 (MTK_PIN_NO(105) | 3) |
| 737 | |
| 738 | #define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0) |
| 739 | #define PINMUX_GPIO106__FUNC_KPCOL0 (MTK_PIN_NO(106) | 1) |
| 740 | |
| 741 | #define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0) |
| 742 | #define PINMUX_GPIO107__FUNC_KPCOL1 (MTK_PIN_NO(107) | 1) |
| 743 | #define PINMUX_GPIO107__FUNC_DSI1_TE (MTK_PIN_NO(107) | 2) |
| 744 | #define PINMUX_GPIO107__FUNC_PWM_3 (MTK_PIN_NO(107) | 3) |
| 745 | #define PINMUX_GPIO107__FUNC_SCP_SCL3 (MTK_PIN_NO(107) | 4) |
| 746 | #define PINMUX_GPIO107__FUNC_I2SIN_MCK (MTK_PIN_NO(107) | 5) |
| 747 | |
| 748 | #define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0) |
| 749 | #define PINMUX_GPIO108__FUNC_LCM_RST (MTK_PIN_NO(108) | 1) |
| 750 | #define PINMUX_GPIO108__FUNC_KPCOL1 (MTK_PIN_NO(108) | 2) |
| 751 | #define PINMUX_GPIO108__FUNC_SCP_SDA3 (MTK_PIN_NO(108) | 4) |
| 752 | #define PINMUX_GPIO108__FUNC_I2SIN_BCK (MTK_PIN_NO(108) | 5) |
| 753 | |
| 754 | #define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0) |
| 755 | #define PINMUX_GPIO109__FUNC_DSI_TE (MTK_PIN_NO(109) | 1) |
| 756 | #define PINMUX_GPIO109__FUNC_I2SIN_D3 (MTK_PIN_NO(109) | 2) |
| 757 | #define PINMUX_GPIO109__FUNC_I2SIN_WS (MTK_PIN_NO(109) | 5) |
| 758 | |
| 759 | #define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0) |
| 760 | #define PINMUX_GPIO110__FUNC_MSDC1_CMD (MTK_PIN_NO(110) | 1) |
| 761 | #define PINMUX_GPIO110__FUNC_JTMS_SEL3 (MTK_PIN_NO(110) | 2) |
| 762 | #define PINMUX_GPIO110__FUNC_UDI_TMS (MTK_PIN_NO(110) | 3) |
| 763 | #define PINMUX_GPIO110__FUNC_CCU1_JTAG_TMS (MTK_PIN_NO(110) | 5) |
| 764 | #define PINMUX_GPIO110__FUNC_IPU_JTAG_TMS (MTK_PIN_NO(110) | 6) |
| 765 | |
| 766 | #define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0) |
| 767 | #define PINMUX_GPIO111__FUNC_MSDC1_CLK (MTK_PIN_NO(111) | 1) |
| 768 | #define PINMUX_GPIO111__FUNC_JTCK_SEL3 (MTK_PIN_NO(111) | 2) |
| 769 | #define PINMUX_GPIO111__FUNC_UDI_TCK (MTK_PIN_NO(111) | 3) |
| 770 | #define PINMUX_GPIO111__FUNC_CCU1_JTAG_TCK (MTK_PIN_NO(111) | 5) |
| 771 | #define PINMUX_GPIO111__FUNC_IPU_JTAG_TCK (MTK_PIN_NO(111) | 6) |
| 772 | |
| 773 | #define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0) |
| 774 | #define PINMUX_GPIO112__FUNC_MSDC1_DAT0 (MTK_PIN_NO(112) | 1) |
| 775 | #define PINMUX_GPIO112__FUNC_JTDI_SEL3 (MTK_PIN_NO(112) | 2) |
| 776 | #define PINMUX_GPIO112__FUNC_UDI_TDI (MTK_PIN_NO(112) | 3) |
| 777 | #define PINMUX_GPIO112__FUNC_I2SO2_D0 (MTK_PIN_NO(112) | 4) |
| 778 | #define PINMUX_GPIO112__FUNC_CCU1_JTAG_TDI (MTK_PIN_NO(112) | 5) |
| 779 | #define PINMUX_GPIO112__FUNC_IPU_JTAG_TDI (MTK_PIN_NO(112) | 6) |
| 780 | |
| 781 | #define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0) |
| 782 | #define PINMUX_GPIO113__FUNC_MSDC1_DAT1 (MTK_PIN_NO(113) | 1) |
| 783 | #define PINMUX_GPIO113__FUNC_JTDO_SEL3 (MTK_PIN_NO(113) | 2) |
| 784 | #define PINMUX_GPIO113__FUNC_UDI_TDO (MTK_PIN_NO(113) | 3) |
| 785 | #define PINMUX_GPIO113__FUNC_I2SO2_D1 (MTK_PIN_NO(113) | 4) |
| 786 | #define PINMUX_GPIO113__FUNC_CCU1_JTAG_TDO (MTK_PIN_NO(113) | 5) |
| 787 | #define PINMUX_GPIO113__FUNC_IPU_JTAG_TDO (MTK_PIN_NO(113) | 6) |
| 788 | |
| 789 | #define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0) |
| 790 | #define PINMUX_GPIO114__FUNC_MSDC1_DAT2 (MTK_PIN_NO(114) | 1) |
| 791 | #define PINMUX_GPIO114__FUNC_JTRSTn_SEL3 (MTK_PIN_NO(114) | 2) |
| 792 | #define PINMUX_GPIO114__FUNC_UDI_NTRST (MTK_PIN_NO(114) | 3) |
| 793 | #define PINMUX_GPIO114__FUNC_I2SO2_D2 (MTK_PIN_NO(114) | 4) |
| 794 | #define PINMUX_GPIO114__FUNC_CCU1_JTAG_TRST (MTK_PIN_NO(114) | 5) |
| 795 | #define PINMUX_GPIO114__FUNC_IPU_JTAG_TRST (MTK_PIN_NO(114) | 6) |
| 796 | |
| 797 | #define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0) |
| 798 | #define PINMUX_GPIO115__FUNC_MSDC1_DAT3 (MTK_PIN_NO(115) | 1) |
| 799 | #define PINMUX_GPIO115__FUNC_I2SO2_D3 (MTK_PIN_NO(115) | 4) |
| 800 | #define PINMUX_GPIO115__FUNC_MD32_1_GPIO2 (MTK_PIN_NO(115) | 6) |
| 801 | |
| 802 | #define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0) |
| 803 | #define PINMUX_GPIO116__FUNC_MSDC0_DAT7 (MTK_PIN_NO(116) | 1) |
| 804 | |
| 805 | #define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0) |
| 806 | #define PINMUX_GPIO117__FUNC_MSDC0_DAT6 (MTK_PIN_NO(117) | 1) |
| 807 | |
| 808 | #define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0) |
| 809 | #define PINMUX_GPIO118__FUNC_MSDC0_DAT5 (MTK_PIN_NO(118) | 1) |
| 810 | |
| 811 | #define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0) |
| 812 | #define PINMUX_GPIO119__FUNC_MSDC0_DAT4 (MTK_PIN_NO(119) | 1) |
| 813 | |
| 814 | #define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0) |
| 815 | #define PINMUX_GPIO120__FUNC_MSDC0_RSTB (MTK_PIN_NO(120) | 1) |
| 816 | |
| 817 | #define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0) |
| 818 | #define PINMUX_GPIO121__FUNC_MSDC0_CMD (MTK_PIN_NO(121) | 1) |
| 819 | |
| 820 | #define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0) |
| 821 | #define PINMUX_GPIO122__FUNC_MSDC0_CLK (MTK_PIN_NO(122) | 1) |
| 822 | |
| 823 | #define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0) |
| 824 | #define PINMUX_GPIO123__FUNC_MSDC0_DAT3 (MTK_PIN_NO(123) | 1) |
| 825 | |
| 826 | #define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0) |
| 827 | #define PINMUX_GPIO124__FUNC_MSDC0_DAT2 (MTK_PIN_NO(124) | 1) |
| 828 | |
| 829 | #define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0) |
| 830 | #define PINMUX_GPIO125__FUNC_MSDC0_DAT1 (MTK_PIN_NO(125) | 1) |
| 831 | |
| 832 | #define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0) |
| 833 | #define PINMUX_GPIO126__FUNC_MSDC0_DAT0 (MTK_PIN_NO(126) | 1) |
| 834 | |
| 835 | #define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0) |
| 836 | #define PINMUX_GPIO127__FUNC_MSDC0_DSL (MTK_PIN_NO(127) | 1) |
| 837 | |
| 838 | #define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0) |
| 839 | #define PINMUX_GPIO128__FUNC_IDDIG (MTK_PIN_NO(128) | 1) |
| 840 | #define PINMUX_GPIO128__FUNC_UCTS2 (MTK_PIN_NO(128) | 2) |
| 841 | #define PINMUX_GPIO128__FUNC_UTXD5 (MTK_PIN_NO(128) | 3) |
| 842 | #define PINMUX_GPIO128__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(128) | 4) |
| 843 | #define PINMUX_GPIO128__FUNC_mbistreaden_trigger (MTK_PIN_NO(128) | 5) |
| 844 | #define PINMUX_GPIO128__FUNC_MD32_1_GPIO0 (MTK_PIN_NO(128) | 6) |
| 845 | #define PINMUX_GPIO128__FUNC_SCP_SCL2 (MTK_PIN_NO(128) | 7) |
| 846 | |
| 847 | #define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0) |
| 848 | #define PINMUX_GPIO129__FUNC_USB_DRVVBUS (MTK_PIN_NO(129) | 1) |
| 849 | #define PINMUX_GPIO129__FUNC_URTS2 (MTK_PIN_NO(129) | 2) |
| 850 | #define PINMUX_GPIO129__FUNC_URXD5 (MTK_PIN_NO(129) | 3) |
| 851 | #define PINMUX_GPIO129__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(129) | 4) |
| 852 | #define PINMUX_GPIO129__FUNC_mbistwriteen_trigger (MTK_PIN_NO(129) | 5) |
| 853 | #define PINMUX_GPIO129__FUNC_MD32_1_GPIO1 (MTK_PIN_NO(129) | 6) |
| 854 | #define PINMUX_GPIO129__FUNC_SCP_SDA2 (MTK_PIN_NO(129) | 7) |
| 855 | |
| 856 | #define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0) |
| 857 | #define PINMUX_GPIO130__FUNC_IDDIG_1P (MTK_PIN_NO(130) | 1) |
| 858 | #define PINMUX_GPIO130__FUNC_SPINOR_IO2 (MTK_PIN_NO(130) | 2) |
| 859 | #define PINMUX_GPIO130__FUNC_SNFI_WP (MTK_PIN_NO(130) | 3) |
| 860 | #define PINMUX_GPIO130__FUNC_VPU_UDI_NTRST (MTK_PIN_NO(130) | 4) |
| 861 | |
| 862 | #define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0) |
| 863 | #define PINMUX_GPIO131__FUNC_USB_DRVVBUS_1P (MTK_PIN_NO(131) | 1) |
| 864 | #define PINMUX_GPIO131__FUNC_SPINOR_IO3 (MTK_PIN_NO(131) | 2) |
| 865 | #define PINMUX_GPIO131__FUNC_SNFI_HOLD (MTK_PIN_NO(131) | 3) |
| 866 | #define PINMUX_GPIO131__FUNC_MD32_1_JTAG_TRST (MTK_PIN_NO(131) | 4) |
| 867 | #define PINMUX_GPIO131__FUNC_SCP_JTAG0_TRSTN (MTK_PIN_NO(131) | 5) |
| 868 | #define PINMUX_GPIO131__FUNC_APU_JTAG_TRST (MTK_PIN_NO(131) | 6) |
| 869 | |
| 870 | #define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0) |
| 871 | #define PINMUX_GPIO132__FUNC_SPIM0_CSB (MTK_PIN_NO(132) | 1) |
| 872 | #define PINMUX_GPIO132__FUNC_SCP_SPI0_CS (MTK_PIN_NO(132) | 2) |
| 873 | #define PINMUX_GPIO132__FUNC_SPIS0_CSB (MTK_PIN_NO(132) | 3) |
| 874 | #define PINMUX_GPIO132__FUNC_VPU_UDI_TMS (MTK_PIN_NO(132) | 4) |
| 875 | #define PINMUX_GPIO132__FUNC_I2SO5_D0 (MTK_PIN_NO(132) | 6) |
| 876 | |
| 877 | #define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0) |
| 878 | #define PINMUX_GPIO133__FUNC_SPIM0_CLK (MTK_PIN_NO(133) | 1) |
| 879 | #define PINMUX_GPIO133__FUNC_SCP_SPI0_CK (MTK_PIN_NO(133) | 2) |
| 880 | #define PINMUX_GPIO133__FUNC_SPIS0_CLK (MTK_PIN_NO(133) | 3) |
| 881 | #define PINMUX_GPIO133__FUNC_VPU_UDI_TCK (MTK_PIN_NO(133) | 4) |
| 882 | #define PINMUX_GPIO133__FUNC_I2SO5_BCK (MTK_PIN_NO(133) | 6) |
| 883 | |
| 884 | #define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0) |
| 885 | #define PINMUX_GPIO134__FUNC_SPIM0_MO (MTK_PIN_NO(134) | 1) |
| 886 | #define PINMUX_GPIO134__FUNC_SCP_SPI0_MO (MTK_PIN_NO(134) | 2) |
| 887 | #define PINMUX_GPIO134__FUNC_SPIS0_SI (MTK_PIN_NO(134) | 3) |
| 888 | #define PINMUX_GPIO134__FUNC_VPU_UDI_TDO (MTK_PIN_NO(134) | 4) |
| 889 | #define PINMUX_GPIO134__FUNC_I2SO5_WS (MTK_PIN_NO(134) | 6) |
| 890 | |
| 891 | #define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0) |
| 892 | #define PINMUX_GPIO135__FUNC_SPIM0_MI (MTK_PIN_NO(135) | 1) |
| 893 | #define PINMUX_GPIO135__FUNC_SCP_SPI0_MI (MTK_PIN_NO(135) | 2) |
| 894 | #define PINMUX_GPIO135__FUNC_SPIS0_SO (MTK_PIN_NO(135) | 3) |
| 895 | #define PINMUX_GPIO135__FUNC_VPU_UDI_TDI (MTK_PIN_NO(135) | 4) |
| 896 | #define PINMUX_GPIO135__FUNC_I2SO5_MCK (MTK_PIN_NO(135) | 6) |
| 897 | |
| 898 | #define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0) |
| 899 | #define PINMUX_GPIO136__FUNC_SPIM1_CSB (MTK_PIN_NO(136) | 1) |
| 900 | #define PINMUX_GPIO136__FUNC_SCP_SPI1_A_CS (MTK_PIN_NO(136) | 2) |
| 901 | #define PINMUX_GPIO136__FUNC_SPIS1_CSB (MTK_PIN_NO(136) | 3) |
| 902 | #define PINMUX_GPIO136__FUNC_MD32_1_JTAG_TMS (MTK_PIN_NO(136) | 4) |
| 903 | #define PINMUX_GPIO136__FUNC_SCP_JTAG0_TMS (MTK_PIN_NO(136) | 5) |
| 904 | #define PINMUX_GPIO136__FUNC_APU_JTAG_TMS (MTK_PIN_NO(136) | 6) |
| 905 | #define PINMUX_GPIO136__FUNC_DBG_MON_A15 (MTK_PIN_NO(136) | 7) |
| 906 | |
| 907 | #define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0) |
| 908 | #define PINMUX_GPIO137__FUNC_SPIM1_CLK (MTK_PIN_NO(137) | 1) |
| 909 | #define PINMUX_GPIO137__FUNC_SCP_SPI1_A_CK (MTK_PIN_NO(137) | 2) |
| 910 | #define PINMUX_GPIO137__FUNC_SPIS1_CLK (MTK_PIN_NO(137) | 3) |
| 911 | #define PINMUX_GPIO137__FUNC_MD32_1_JTAG_TCK (MTK_PIN_NO(137) | 4) |
| 912 | #define PINMUX_GPIO137__FUNC_SCP_JTAG0_TCK (MTK_PIN_NO(137) | 5) |
| 913 | #define PINMUX_GPIO137__FUNC_APU_JTAG_TCK (MTK_PIN_NO(137) | 6) |
| 914 | #define PINMUX_GPIO137__FUNC_DBG_MON_A14 (MTK_PIN_NO(137) | 7) |
| 915 | |
| 916 | #define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0) |
| 917 | #define PINMUX_GPIO138__FUNC_SPIM1_MO (MTK_PIN_NO(138) | 1) |
| 918 | #define PINMUX_GPIO138__FUNC_SCP_SPI1_A_MO (MTK_PIN_NO(138) | 2) |
| 919 | #define PINMUX_GPIO138__FUNC_SPIS1_SI (MTK_PIN_NO(138) | 3) |
| 920 | #define PINMUX_GPIO138__FUNC_MD32_1_JTAG_TDO (MTK_PIN_NO(138) | 4) |
| 921 | #define PINMUX_GPIO138__FUNC_SCP_JTAG0_TDO (MTK_PIN_NO(138) | 5) |
| 922 | #define PINMUX_GPIO138__FUNC_APU_JTAG_TDO (MTK_PIN_NO(138) | 6) |
| 923 | #define PINMUX_GPIO138__FUNC_DBG_MON_A16 (MTK_PIN_NO(138) | 7) |
| 924 | |
| 925 | #define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0) |
| 926 | #define PINMUX_GPIO139__FUNC_SPIM1_MI (MTK_PIN_NO(139) | 1) |
| 927 | #define PINMUX_GPIO139__FUNC_SCP_SPI1_A_MI (MTK_PIN_NO(139) | 2) |
| 928 | #define PINMUX_GPIO139__FUNC_SPIS1_SO (MTK_PIN_NO(139) | 3) |
| 929 | #define PINMUX_GPIO139__FUNC_MD32_1_JTAG_TDI (MTK_PIN_NO(139) | 4) |
| 930 | #define PINMUX_GPIO139__FUNC_SCP_JTAG0_TDI (MTK_PIN_NO(139) | 5) |
| 931 | #define PINMUX_GPIO139__FUNC_APU_JTAG_TDI (MTK_PIN_NO(139) | 6) |
| 932 | #define PINMUX_GPIO139__FUNC_DBG_MON_A17 (MTK_PIN_NO(139) | 7) |
| 933 | |
| 934 | #define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0) |
| 935 | #define PINMUX_GPIO140__FUNC_SPIM2_CSB (MTK_PIN_NO(140) | 1) |
| 936 | #define PINMUX_GPIO140__FUNC_SPINOR_CS (MTK_PIN_NO(140) | 2) |
| 937 | #define PINMUX_GPIO140__FUNC_SNFI_CS (MTK_PIN_NO(140) | 3) |
| 938 | #define PINMUX_GPIO140__FUNC_DMIC3_DAT (MTK_PIN_NO(140) | 4) |
| 939 | #define PINMUX_GPIO140__FUNC_DBG_MON_A11 (MTK_PIN_NO(140) | 7) |
| 940 | |
| 941 | #define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0) |
| 942 | #define PINMUX_GPIO141__FUNC_SPIM2_CLK (MTK_PIN_NO(141) | 1) |
| 943 | #define PINMUX_GPIO141__FUNC_SPINOR_CK (MTK_PIN_NO(141) | 2) |
| 944 | #define PINMUX_GPIO141__FUNC_SNFI_CLK (MTK_PIN_NO(141) | 3) |
| 945 | #define PINMUX_GPIO141__FUNC_DMIC3_CLK (MTK_PIN_NO(141) | 4) |
| 946 | #define PINMUX_GPIO141__FUNC_DBG_MON_A10 (MTK_PIN_NO(141) | 7) |
| 947 | |
| 948 | #define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0) |
| 949 | #define PINMUX_GPIO142__FUNC_SPIM2_MO (MTK_PIN_NO(142) | 1) |
| 950 | #define PINMUX_GPIO142__FUNC_SPINOR_IO0 (MTK_PIN_NO(142) | 2) |
| 951 | #define PINMUX_GPIO142__FUNC_SNFI_MOSI (MTK_PIN_NO(142) | 3) |
| 952 | #define PINMUX_GPIO142__FUNC_DMIC4_DAT (MTK_PIN_NO(142) | 4) |
| 953 | #define PINMUX_GPIO142__FUNC_DBG_MON_A12 (MTK_PIN_NO(142) | 7) |
| 954 | |
| 955 | #define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0) |
| 956 | #define PINMUX_GPIO143__FUNC_SPIM2_MI (MTK_PIN_NO(143) | 1) |
| 957 | #define PINMUX_GPIO143__FUNC_SPINOR_IO1 (MTK_PIN_NO(143) | 2) |
| 958 | #define PINMUX_GPIO143__FUNC_SNFI_MISO (MTK_PIN_NO(143) | 3) |
| 959 | #define PINMUX_GPIO143__FUNC_DMIC4_CLK (MTK_PIN_NO(143) | 4) |
| 960 | #define PINMUX_GPIO143__FUNC_DBG_MON_A13 (MTK_PIN_NO(143) | 7) |
| 961 | |
| 962 | #endif /* __MT8195-PINFUNC_H */ |