1*6be33864SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*6be33864SEmmanuel Vadot /* 3*6be33864SEmmanuel Vadot * Copyright (C) 2019 MediaTek Inc. 4*6be33864SEmmanuel Vadot * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> 5*6be33864SEmmanuel Vadot * 6*6be33864SEmmanuel Vadot */ 7*6be33864SEmmanuel Vadot 8*6be33864SEmmanuel Vadot #ifndef __MT8192_PINFUNC_H 9*6be33864SEmmanuel Vadot #define __MT8192_PINFUNC_H 10*6be33864SEmmanuel Vadot 11*6be33864SEmmanuel Vadot #include "mt65xx.h" 12*6be33864SEmmanuel Vadot 13*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) 14*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SPI6_CLK (MTK_PIN_NO(0) | 1) 15*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_I2S5_MCK (MTK_PIN_NO(0) | 2) 16*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_PWM_0 (MTK_PIN_NO(0) | 3) 17*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_TDM_LRCK (MTK_PIN_NO(0) | 4) 18*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 5) 19*6be33864SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_MD_INT0 (MTK_PIN_NO(0) | 6) 20*6be33864SEmmanuel Vadot 21*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0) 22*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_SPI6_CSB (MTK_PIN_NO(1) | 1) 23*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_I2S5_BCK (MTK_PIN_NO(1) | 2) 24*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_PWM_1 (MTK_PIN_NO(1) | 3) 25*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_TDM_BCK (MTK_PIN_NO(1) | 4) 26*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_TP_GPIO1_AO (MTK_PIN_NO(1) | 5) 27*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(1) | 6) 28*6be33864SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_DBG_MON_A9 (MTK_PIN_NO(1) | 7) 29*6be33864SEmmanuel Vadot 30*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0) 31*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_SPI6_MI (MTK_PIN_NO(2) | 1) 32*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_I2S5_LRCK (MTK_PIN_NO(2) | 2) 33*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_PWM_2 (MTK_PIN_NO(2) | 3) 34*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_TDM_MCK (MTK_PIN_NO(2) | 4) 35*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_TP_GPIO2_AO (MTK_PIN_NO(2) | 5) 36*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(2) | 6) 37*6be33864SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_DBG_MON_A10 (MTK_PIN_NO(2) | 7) 38*6be33864SEmmanuel Vadot 39*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0) 40*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_SPI6_MO (MTK_PIN_NO(3) | 1) 41*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_I2S5_DO (MTK_PIN_NO(3) | 2) 42*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_PWM_3 (MTK_PIN_NO(3) | 3) 43*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TDM_DATA0 (MTK_PIN_NO(3) | 4) 44*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TP_GPIO3_AO (MTK_PIN_NO(3) | 5) 45*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_CLKM0 (MTK_PIN_NO(3) | 6) 46*6be33864SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_DBG_MON_A11 (MTK_PIN_NO(3) | 7) 47*6be33864SEmmanuel Vadot 48*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0) 49*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_SPI4_A_CLK (MTK_PIN_NO(4) | 1) 50*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_I2S2_MCK (MTK_PIN_NO(4) | 2) 51*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_DMIC1_CLK (MTK_PIN_NO(4) | 3) 52*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TDM_DATA1 (MTK_PIN_NO(4) | 4) 53*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TP_GPIO4_AO (MTK_PIN_NO(4) | 5) 54*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_PCM1_DI (MTK_PIN_NO(4) | 6) 55*6be33864SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_IDDIG (MTK_PIN_NO(4) | 7) 56*6be33864SEmmanuel Vadot 57*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0) 58*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_SPI4_A_CSB (MTK_PIN_NO(5) | 1) 59*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_I2S2_BCK (MTK_PIN_NO(5) | 2) 60*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_DMIC1_DAT (MTK_PIN_NO(5) | 3) 61*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TDM_DATA2 (MTK_PIN_NO(5) | 4) 62*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TP_GPIO5_AO (MTK_PIN_NO(5) | 5) 63*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_PCM1_CLK (MTK_PIN_NO(5) | 6) 64*6be33864SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_USB_DRVVBUS (MTK_PIN_NO(5) | 7) 65*6be33864SEmmanuel Vadot 66*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0) 67*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_SPI4_A_MI (MTK_PIN_NO(6) | 1) 68*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_I2S2_LRCK (MTK_PIN_NO(6) | 2) 69*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_DMIC_CLK (MTK_PIN_NO(6) | 3) 70*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TDM_DATA3 (MTK_PIN_NO(6) | 4) 71*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TP_GPIO6_AO (MTK_PIN_NO(6) | 5) 72*6be33864SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_PCM1_SYNC (MTK_PIN_NO(6) | 6) 73*6be33864SEmmanuel Vadot 74*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0) 75*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_SPI4_A_MO (MTK_PIN_NO(7) | 1) 76*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_I2S2_DI (MTK_PIN_NO(7) | 2) 77*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_DMIC_DAT (MTK_PIN_NO(7) | 3) 78*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_WIFI_TXD (MTK_PIN_NO(7) | 4) 79*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_TP_GPIO7_AO (MTK_PIN_NO(7) | 5) 80*6be33864SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_PCM1_DO0 (MTK_PIN_NO(7) | 6) 81*6be33864SEmmanuel Vadot 82*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0) 83*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_SRCLKENAI1 (MTK_PIN_NO(8) | 1) 84*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_I2S2_DI2 (MTK_PIN_NO(8) | 2) 85*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_KPCOL2 (MTK_PIN_NO(8) | 3) 86*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(8) | 4) 87*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_CLKM1 (MTK_PIN_NO(8) | 5) 88*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_PCM1_DO1 (MTK_PIN_NO(8) | 6) 89*6be33864SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_DBG_MON_A12 (MTK_PIN_NO(8) | 7) 90*6be33864SEmmanuel Vadot 91*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0) 92*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_SRCLKENAI0 (MTK_PIN_NO(9) | 1) 93*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(9) | 2) 94*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_KPROW2 (MTK_PIN_NO(9) | 3) 95*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_CMMCLK4 (MTK_PIN_NO(9) | 4) 96*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_CLKM3 (MTK_PIN_NO(9) | 5) 97*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_PCM1_DO2 (MTK_PIN_NO(9) | 6) 98*6be33864SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_DBG_MON_A13 (MTK_PIN_NO(9) | 7) 99*6be33864SEmmanuel Vadot 100*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0) 101*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_MSDC2_CLK (MTK_PIN_NO(10) | 1) 102*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_SPI4_B_CLK (MTK_PIN_NO(10) | 2) 103*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_I2S8_MCK (MTK_PIN_NO(10) | 3) 104*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_MD_INT0 (MTK_PIN_NO(10) | 5) 105*6be33864SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_TP_GPIO8_AO (MTK_PIN_NO(10) | 6) 106*6be33864SEmmanuel Vadot 107*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0) 108*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_MSDC2_CMD (MTK_PIN_NO(11) | 1) 109*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_SPI4_B_CSB (MTK_PIN_NO(11) | 2) 110*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_I2S8_BCK (MTK_PIN_NO(11) | 3) 111*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_PCIE_CLKREQ_N (MTK_PIN_NO(11) | 4) 112*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(11) | 5) 113*6be33864SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_TP_GPIO9_AO (MTK_PIN_NO(11) | 6) 114*6be33864SEmmanuel Vadot 115*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0) 116*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_MSDC2_DAT3 (MTK_PIN_NO(12) | 1) 117*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_SPI4_B_MI (MTK_PIN_NO(12) | 2) 118*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_I2S8_LRCK (MTK_PIN_NO(12) | 3) 119*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_DMIC1_CLK (MTK_PIN_NO(12) | 4) 120*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(12) | 5) 121*6be33864SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_TP_GPIO10_AO (MTK_PIN_NO(12) | 6) 122*6be33864SEmmanuel Vadot 123*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0) 124*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_MSDC2_DAT0 (MTK_PIN_NO(13) | 1) 125*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_SPI4_B_MO (MTK_PIN_NO(13) | 2) 126*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_I2S8_DI (MTK_PIN_NO(13) | 3) 127*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_DMIC1_DAT (MTK_PIN_NO(13) | 4) 128*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_ANT_SEL10 (MTK_PIN_NO(13) | 5) 129*6be33864SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_TP_GPIO11_AO (MTK_PIN_NO(13) | 6) 130*6be33864SEmmanuel Vadot 131*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0) 132*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_MSDC2_DAT2 (MTK_PIN_NO(14) | 1) 133*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_IDDIG (MTK_PIN_NO(14) | 2) 134*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_SCL_6306 (MTK_PIN_NO(14) | 3) 135*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_PCIE_PERESET_N (MTK_PIN_NO(14) | 4) 136*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_ANT_SEL11 (MTK_PIN_NO(14) | 5) 137*6be33864SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_TP_GPIO12_AO (MTK_PIN_NO(14) | 6) 138*6be33864SEmmanuel Vadot 139*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0) 140*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_MSDC2_DAT1 (MTK_PIN_NO(15) | 1) 141*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_USB_DRVVBUS (MTK_PIN_NO(15) | 2) 142*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_SDA_6306 (MTK_PIN_NO(15) | 3) 143*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_PCIE_WAKE_N (MTK_PIN_NO(15) | 4) 144*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_ANT_SEL12 (MTK_PIN_NO(15) | 5) 145*6be33864SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_TP_GPIO13_AO (MTK_PIN_NO(15) | 6) 146*6be33864SEmmanuel Vadot 147*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0) 148*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_SRCLKENAI1 (MTK_PIN_NO(16) | 1) 149*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_IDDIG (MTK_PIN_NO(16) | 2) 150*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_TP_GPIO14_AO (MTK_PIN_NO(16) | 3) 151*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_KPCOL2 (MTK_PIN_NO(16) | 4) 152*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(16) | 5) 153*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_SPI7_A_MI (MTK_PIN_NO(16) | 6) 154*6be33864SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_DBG_MON_A0 (MTK_PIN_NO(16) | 7) 155*6be33864SEmmanuel Vadot 156*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0) 157*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_SRCLKENAI0 (MTK_PIN_NO(17) | 1) 158*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_USB_DRVVBUS (MTK_PIN_NO(17) | 2) 159*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_TP_GPIO15_AO (MTK_PIN_NO(17) | 3) 160*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_KPROW2 (MTK_PIN_NO(17) | 4) 161*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_SPI7_A_MO (MTK_PIN_NO(17) | 6) 162*6be33864SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_DBG_MON_A1 (MTK_PIN_NO(17) | 7) 163*6be33864SEmmanuel Vadot 164*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0) 165*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SRCLKENAI0 (MTK_PIN_NO(18) | 1) 166*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SPI4_C_MI (MTK_PIN_NO(18) | 2) 167*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SPI1_B_MI (MTK_PIN_NO(18) | 3) 168*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(18) | 4) 169*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_ANT_SEL10 (MTK_PIN_NO(18) | 5) 170*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_MD_INT0 (MTK_PIN_NO(18) | 6) 171*6be33864SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_DBG_MON_B2 (MTK_PIN_NO(18) | 7) 172*6be33864SEmmanuel Vadot 173*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0) 174*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SRCLKENAI1 (MTK_PIN_NO(19) | 1) 175*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SPI4_C_MO (MTK_PIN_NO(19) | 2) 176*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SPI1_B_MO (MTK_PIN_NO(19) | 3) 177*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_ANT_SEL11 (MTK_PIN_NO(19) | 5) 178*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(19) | 6) 179*6be33864SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_DBG_MON_B3 (MTK_PIN_NO(19) | 7) 180*6be33864SEmmanuel Vadot 181*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0) 182*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SRCLKENAI0 (MTK_PIN_NO(20) | 1) 183*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SPI4_C_CLK (MTK_PIN_NO(20) | 2) 184*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SPI1_B_CLK (MTK_PIN_NO(20) | 3) 185*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_PWM_3 (MTK_PIN_NO(20) | 4) 186*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_ANT_SEL12 (MTK_PIN_NO(20) | 5) 187*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(20) | 6) 188*6be33864SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_DBG_MON_B4 (MTK_PIN_NO(20) | 7) 189*6be33864SEmmanuel Vadot 190*6be33864SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0) 191*6be33864SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_SPI4_C_CSB (MTK_PIN_NO(21) | 2) 192*6be33864SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_SPI1_B_CSB (MTK_PIN_NO(21) | 3) 193*6be33864SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_IDDIG (MTK_PIN_NO(21) | 6) 194*6be33864SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_DBG_MON_B5 (MTK_PIN_NO(21) | 7) 195*6be33864SEmmanuel Vadot 196*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) 197*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_SPI0_C_CLK (MTK_PIN_NO(22) | 2) 198*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_SPI7_B_CLK (MTK_PIN_NO(22) | 3) 199*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_I2S7_BCK (MTK_PIN_NO(22) | 4) 200*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_I2S9_BCK (MTK_PIN_NO(22) | 5) 201*6be33864SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_SCL_6306 (MTK_PIN_NO(22) | 6) 202*6be33864SEmmanuel Vadot 203*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0) 204*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_SPI0_C_CSB (MTK_PIN_NO(23) | 2) 205*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_SPI7_B_CSB (MTK_PIN_NO(23) | 3) 206*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_I2S7_LRCK (MTK_PIN_NO(23) | 4) 207*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_I2S9_LRCK (MTK_PIN_NO(23) | 5) 208*6be33864SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_SDA_6306 (MTK_PIN_NO(23) | 6) 209*6be33864SEmmanuel Vadot 210*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0) 211*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SRCLKENAI1 (MTK_PIN_NO(24) | 1) 212*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SPI0_C_MI (MTK_PIN_NO(24) | 2) 213*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SPI7_B_MI (MTK_PIN_NO(24) | 3) 214*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_I2S6_DI (MTK_PIN_NO(24) | 4) 215*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_I2S8_DI (MTK_PIN_NO(24) | 5) 216*6be33864SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SPINOR_CS (MTK_PIN_NO(24) | 6) 217*6be33864SEmmanuel Vadot 218*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0) 219*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SRCLKENAI0 (MTK_PIN_NO(25) | 1) 220*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SPI0_C_MO (MTK_PIN_NO(25) | 2) 221*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SPI7_B_MO (MTK_PIN_NO(25) | 3) 222*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_I2S7_DO (MTK_PIN_NO(25) | 4) 223*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_I2S9_DO (MTK_PIN_NO(25) | 5) 224*6be33864SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SPINOR_CK (MTK_PIN_NO(25) | 6) 225*6be33864SEmmanuel Vadot 226*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0) 227*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_PWM_2 (MTK_PIN_NO(26) | 1) 228*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_CLKM0 (MTK_PIN_NO(26) | 2) 229*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_USB_DRVVBUS (MTK_PIN_NO(26) | 3) 230*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_SPI5_C_MI (MTK_PIN_NO(26) | 4) 231*6be33864SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_I2S9_BCK (MTK_PIN_NO(26) | 5) 232*6be33864SEmmanuel Vadot 233*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0) 234*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_PWM_3 (MTK_PIN_NO(27) | 1) 235*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_CLKM1 (MTK_PIN_NO(27) | 2) 236*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_SPI5_C_MO (MTK_PIN_NO(27) | 4) 237*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_I2S9_LRCK (MTK_PIN_NO(27) | 5) 238*6be33864SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_SPINOR_IO0 (MTK_PIN_NO(27) | 6) 239*6be33864SEmmanuel Vadot 240*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0) 241*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_PWM_0 (MTK_PIN_NO(28) | 1) 242*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_CLKM2 (MTK_PIN_NO(28) | 2) 243*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_SPI5_C_CSB (MTK_PIN_NO(28) | 4) 244*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_I2S9_MCK (MTK_PIN_NO(28) | 5) 245*6be33864SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_SPINOR_IO1 (MTK_PIN_NO(28) | 6) 246*6be33864SEmmanuel Vadot 247*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0) 248*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_PWM_1 (MTK_PIN_NO(29) | 1) 249*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_CLKM3 (MTK_PIN_NO(29) | 2) 250*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_SPI5_C_CLK (MTK_PIN_NO(29) | 4) 251*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_I2S9_DO (MTK_PIN_NO(29) | 5) 252*6be33864SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_SPINOR_IO2 (MTK_PIN_NO(29) | 6) 253*6be33864SEmmanuel Vadot 254*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0) 255*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_PWM_2 (MTK_PIN_NO(30) | 1) 256*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_CLKM0 (MTK_PIN_NO(30) | 2) 257*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(30) | 3) 258*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_I2S7_MCK (MTK_PIN_NO(30) | 4) 259*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_I2S9_MCK (MTK_PIN_NO(30) | 5) 260*6be33864SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_SPINOR_IO3 (MTK_PIN_NO(30) | 6) 261*6be33864SEmmanuel Vadot 262*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0) 263*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S3_MCK (MTK_PIN_NO(31) | 1) 264*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S1_MCK (MTK_PIN_NO(31) | 2) 265*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S5_MCK (MTK_PIN_NO(31) | 3) 266*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_SRCLKENAI0 (MTK_PIN_NO(31) | 4) 267*6be33864SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S0_MCK (MTK_PIN_NO(31) | 5) 268*6be33864SEmmanuel Vadot 269*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0) 270*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S3_BCK (MTK_PIN_NO(32) | 1) 271*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S1_BCK (MTK_PIN_NO(32) | 2) 272*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S5_BCK (MTK_PIN_NO(32) | 3) 273*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_PCM0_CLK (MTK_PIN_NO(32) | 4) 274*6be33864SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S0_BCK (MTK_PIN_NO(32) | 5) 275*6be33864SEmmanuel Vadot 276*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) 277*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S3_LRCK (MTK_PIN_NO(33) | 1) 278*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S1_LRCK (MTK_PIN_NO(33) | 2) 279*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S5_LRCK (MTK_PIN_NO(33) | 3) 280*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_PCM0_SYNC (MTK_PIN_NO(33) | 4) 281*6be33864SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S0_LRCK (MTK_PIN_NO(33) | 5) 282*6be33864SEmmanuel Vadot 283*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0) 284*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S0_DI (MTK_PIN_NO(34) | 1) 285*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S2_DI (MTK_PIN_NO(34) | 2) 286*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S2_DI2 (MTK_PIN_NO(34) | 3) 287*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_PCM0_DI (MTK_PIN_NO(34) | 4) 288*6be33864SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S0_DI_A (MTK_PIN_NO(34) | 5) 289*6be33864SEmmanuel Vadot 290*6be33864SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0) 291*6be33864SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_I2S3_DO (MTK_PIN_NO(35) | 1) 292*6be33864SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_I2S1_DO (MTK_PIN_NO(35) | 2) 293*6be33864SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_I2S5_DO (MTK_PIN_NO(35) | 3) 294*6be33864SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_PCM0_DO (MTK_PIN_NO(35) | 4) 295*6be33864SEmmanuel Vadot 296*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0) 297*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_SPI5_A_CLK (MTK_PIN_NO(36) | 1) 298*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_DMIC1_CLK (MTK_PIN_NO(36) | 2) 299*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_MD_URXD0 (MTK_PIN_NO(36) | 4) 300*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_UCTS0 (MTK_PIN_NO(36) | 5) 301*6be33864SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_URXD1 (MTK_PIN_NO(36) | 6) 302*6be33864SEmmanuel Vadot 303*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0) 304*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_SPI5_A_CSB (MTK_PIN_NO(37) | 1) 305*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_DMIC1_DAT (MTK_PIN_NO(37) | 2) 306*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_MD_UTXD0 (MTK_PIN_NO(37) | 4) 307*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_URTS0 (MTK_PIN_NO(37) | 5) 308*6be33864SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_UTXD1 (MTK_PIN_NO(37) | 6) 309*6be33864SEmmanuel Vadot 310*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0) 311*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_SPI5_A_MI (MTK_PIN_NO(38) | 1) 312*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_DMIC_CLK (MTK_PIN_NO(38) | 2) 313*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_MD_URXD1 (MTK_PIN_NO(38) | 4) 314*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_URXD0 (MTK_PIN_NO(38) | 5) 315*6be33864SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_UCTS1 (MTK_PIN_NO(38) | 6) 316*6be33864SEmmanuel Vadot 317*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0) 318*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_SPI5_A_MO (MTK_PIN_NO(39) | 1) 319*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_DMIC_DAT (MTK_PIN_NO(39) | 2) 320*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_MD_UTXD1 (MTK_PIN_NO(39) | 4) 321*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_UTXD0 (MTK_PIN_NO(39) | 5) 322*6be33864SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_URTS1 (MTK_PIN_NO(39) | 6) 323*6be33864SEmmanuel Vadot 324*6be33864SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0) 325*6be33864SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_DISP_PWM (MTK_PIN_NO(40) | 1) 326*6be33864SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_DBG_MON_A6 (MTK_PIN_NO(40) | 7) 327*6be33864SEmmanuel Vadot 328*6be33864SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0) 329*6be33864SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_DSI_TE (MTK_PIN_NO(41) | 1) 330*6be33864SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_DBG_MON_A7 (MTK_PIN_NO(41) | 7) 331*6be33864SEmmanuel Vadot 332*6be33864SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0) 333*6be33864SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_LCM_RST (MTK_PIN_NO(42) | 1) 334*6be33864SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_DBG_MON_A8 (MTK_PIN_NO(42) | 7) 335*6be33864SEmmanuel Vadot 336*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0) 337*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(43) | 1) 338*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(43) | 2) 339*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_SCL_6306 (MTK_PIN_NO(43) | 3) 340*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_ADSP_URXD0 (MTK_PIN_NO(43) | 4) 341*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_PTA_RXD (MTK_PIN_NO(43) | 5) 342*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_SSPM_URXD_AO (MTK_PIN_NO(43) | 6) 343*6be33864SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_DBG_MON_B0 (MTK_PIN_NO(43) | 7) 344*6be33864SEmmanuel Vadot 345*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0) 346*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(44) | 1) 347*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(44) | 2) 348*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_SDA_6306 (MTK_PIN_NO(44) | 3) 349*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_ADSP_UTXD0 (MTK_PIN_NO(44) | 4) 350*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_PTA_TXD (MTK_PIN_NO(44) | 5) 351*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(44) | 6) 352*6be33864SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_DBG_MON_B1 (MTK_PIN_NO(44) | 7) 353*6be33864SEmmanuel Vadot 354*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0) 355*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(45) | 1) 356*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(45) | 2) 357*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_MCUPM_JTAG_TDI (MTK_PIN_NO(45) | 3) 358*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_APU_JTAG_TDI (MTK_PIN_NO(45) | 4) 359*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_CCU_JTAG_TDI (MTK_PIN_NO(45) | 5) 360*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_LVTS_SCK (MTK_PIN_NO(45) | 6) 361*6be33864SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_CONN_DSP_JDI (MTK_PIN_NO(45) | 7) 362*6be33864SEmmanuel Vadot 363*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0) 364*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(46) | 1) 365*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(46) | 2) 366*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_MCUPM_JTAG_TMS (MTK_PIN_NO(46) | 3) 367*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_APU_JTAG_TMS (MTK_PIN_NO(46) | 4) 368*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_CCU_JTAG_TMS (MTK_PIN_NO(46) | 5) 369*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_LVTS_SDI (MTK_PIN_NO(46) | 6) 370*6be33864SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_CONN_DSP_JMS (MTK_PIN_NO(46) | 7) 371*6be33864SEmmanuel Vadot 372*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0) 373*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(47) | 1) 374*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(47) | 2) 375*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_MCUPM_JTAG_TDO (MTK_PIN_NO(47) | 3) 376*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_APU_JTAG_TDO (MTK_PIN_NO(47) | 4) 377*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_CCU_JTAG_TDO (MTK_PIN_NO(47) | 5) 378*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_LVTS_SCF (MTK_PIN_NO(47) | 6) 379*6be33864SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_CONN_DSP_JDO (MTK_PIN_NO(47) | 7) 380*6be33864SEmmanuel Vadot 381*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0) 382*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(48) | 1) 383*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(48) | 2) 384*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_MCUPM_JTAG_TRSTN (MTK_PIN_NO(48) | 3) 385*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_APU_JTAG_TRST (MTK_PIN_NO(48) | 4) 386*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_CCU_JTAG_TRST (MTK_PIN_NO(48) | 5) 387*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_LVTS_FOUT (MTK_PIN_NO(48) | 6) 388*6be33864SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(48) | 7) 389*6be33864SEmmanuel Vadot 390*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0) 391*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(49) | 1) 392*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(49) | 2) 393*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_MCUPM_JTAG_TCK (MTK_PIN_NO(49) | 3) 394*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_APU_JTAG_TCK (MTK_PIN_NO(49) | 4) 395*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_CCU_JTAG_TCK (MTK_PIN_NO(49) | 5) 396*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_LVTS_SDO (MTK_PIN_NO(49) | 6) 397*6be33864SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_CONN_DSP_JCK (MTK_PIN_NO(49) | 7) 398*6be33864SEmmanuel Vadot 399*6be33864SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0) 400*6be33864SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(50) | 1) 401*6be33864SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(50) | 2) 402*6be33864SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_LVTS_26M (MTK_PIN_NO(50) | 6) 403*6be33864SEmmanuel Vadot 404*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0) 405*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_MSDC1_CLK (MTK_PIN_NO(51) | 1) 406*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_PCM1_CLK (MTK_PIN_NO(51) | 2) 407*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_CONN_DSP_JCK (MTK_PIN_NO(51) | 3) 408*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_UDI_TCK (MTK_PIN_NO(51) | 4) 409*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_IPU_JTAG_TCK (MTK_PIN_NO(51) | 5) 410*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(51) | 6) 411*6be33864SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_JTCK_SEL3 (MTK_PIN_NO(51) | 7) 412*6be33864SEmmanuel Vadot 413*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0) 414*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_MSDC1_CMD (MTK_PIN_NO(52) | 1) 415*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_PCM1_SYNC (MTK_PIN_NO(52) | 2) 416*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_CONN_DSP_JMS (MTK_PIN_NO(52) | 3) 417*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_UDI_TMS (MTK_PIN_NO(52) | 4) 418*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_IPU_JTAG_TMS (MTK_PIN_NO(52) | 5) 419*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(52) | 6) 420*6be33864SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_JTMS_SEL3 (MTK_PIN_NO(52) | 7) 421*6be33864SEmmanuel Vadot 422*6be33864SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0) 423*6be33864SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_MSDC1_DAT3 (MTK_PIN_NO(53) | 1) 424*6be33864SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_PCM1_DI (MTK_PIN_NO(53) | 2) 425*6be33864SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(53) | 3) 426*6be33864SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(53) | 4) 427*6be33864SEmmanuel Vadot 428*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0) 429*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_MSDC1_DAT0 (MTK_PIN_NO(54) | 1) 430*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_PCM1_DO0 (MTK_PIN_NO(54) | 2) 431*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_CONN_DSP_JDI (MTK_PIN_NO(54) | 3) 432*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_UDI_TDI (MTK_PIN_NO(54) | 4) 433*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_IPU_JTAG_TDI (MTK_PIN_NO(54) | 5) 434*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(54) | 6) 435*6be33864SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_JTDI_SEL3 (MTK_PIN_NO(54) | 7) 436*6be33864SEmmanuel Vadot 437*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0) 438*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_MSDC1_DAT2 (MTK_PIN_NO(55) | 1) 439*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_PCM1_DO2 (MTK_PIN_NO(55) | 2) 440*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(55) | 3) 441*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_UDI_NTRST (MTK_PIN_NO(55) | 4) 442*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_IPU_JTAG_TRST (MTK_PIN_NO(55) | 5) 443*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(55) | 6) 444*6be33864SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_JTRSTN_SEL3 (MTK_PIN_NO(55) | 7) 445*6be33864SEmmanuel Vadot 446*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0) 447*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_MSDC1_DAT1 (MTK_PIN_NO(56) | 1) 448*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_PCM1_DO1 (MTK_PIN_NO(56) | 2) 449*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_CONN_DSP_JDO (MTK_PIN_NO(56) | 3) 450*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_UDI_TDO (MTK_PIN_NO(56) | 4) 451*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_IPU_JTAG_TDO (MTK_PIN_NO(56) | 5) 452*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(56) | 6) 453*6be33864SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_JTDO_SEL3 (MTK_PIN_NO(56) | 7) 454*6be33864SEmmanuel Vadot 455*6be33864SEmmanuel Vadot #define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0) 456*6be33864SEmmanuel Vadot #define PINMUX_GPIO57__FUNC_MIPI2_D_SCLK (MTK_PIN_NO(57) | 1) 457*6be33864SEmmanuel Vadot 458*6be33864SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0) 459*6be33864SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_MIPI2_D_SDATA (MTK_PIN_NO(58) | 1) 460*6be33864SEmmanuel Vadot 461*6be33864SEmmanuel Vadot #define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0) 462*6be33864SEmmanuel Vadot #define PINMUX_GPIO59__FUNC_MIPI_M_SCLK (MTK_PIN_NO(59) | 1) 463*6be33864SEmmanuel Vadot 464*6be33864SEmmanuel Vadot #define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0) 465*6be33864SEmmanuel Vadot #define PINMUX_GPIO60__FUNC_MIPI_M_SDATA (MTK_PIN_NO(60) | 1) 466*6be33864SEmmanuel Vadot 467*6be33864SEmmanuel Vadot #define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0) 468*6be33864SEmmanuel Vadot #define PINMUX_GPIO61__FUNC_MD_UCNT_A_TGL (MTK_PIN_NO(61) | 1) 469*6be33864SEmmanuel Vadot 470*6be33864SEmmanuel Vadot #define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0) 471*6be33864SEmmanuel Vadot #define PINMUX_GPIO62__FUNC_DIGRF_IRQ (MTK_PIN_NO(62) | 1) 472*6be33864SEmmanuel Vadot 473*6be33864SEmmanuel Vadot #define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0) 474*6be33864SEmmanuel Vadot #define PINMUX_GPIO63__FUNC_BPI_BUS0 (MTK_PIN_NO(63) | 1) 475*6be33864SEmmanuel Vadot #define PINMUX_GPIO63__FUNC_PCIE_WAKE_N (MTK_PIN_NO(63) | 3) 476*6be33864SEmmanuel Vadot 477*6be33864SEmmanuel Vadot #define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0) 478*6be33864SEmmanuel Vadot #define PINMUX_GPIO64__FUNC_BPI_BUS1 (MTK_PIN_NO(64) | 1) 479*6be33864SEmmanuel Vadot #define PINMUX_GPIO64__FUNC_PCIE_PERESET_N (MTK_PIN_NO(64) | 3) 480*6be33864SEmmanuel Vadot 481*6be33864SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0) 482*6be33864SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_BPI_BUS2 (MTK_PIN_NO(65) | 1) 483*6be33864SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_PCIE_CLKREQ_N (MTK_PIN_NO(65) | 3) 484*6be33864SEmmanuel Vadot 485*6be33864SEmmanuel Vadot #define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0) 486*6be33864SEmmanuel Vadot #define PINMUX_GPIO66__FUNC_BPI_BUS3 (MTK_PIN_NO(66) | 1) 487*6be33864SEmmanuel Vadot 488*6be33864SEmmanuel Vadot #define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0) 489*6be33864SEmmanuel Vadot #define PINMUX_GPIO67__FUNC_BPI_BUS4 (MTK_PIN_NO(67) | 1) 490*6be33864SEmmanuel Vadot 491*6be33864SEmmanuel Vadot #define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0) 492*6be33864SEmmanuel Vadot #define PINMUX_GPIO68__FUNC_BPI_BUS5 (MTK_PIN_NO(68) | 1) 493*6be33864SEmmanuel Vadot 494*6be33864SEmmanuel Vadot #define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0) 495*6be33864SEmmanuel Vadot #define PINMUX_GPIO69__FUNC_BPI_BUS6 (MTK_PIN_NO(69) | 1) 496*6be33864SEmmanuel Vadot #define PINMUX_GPIO69__FUNC_CONN_BPI_BUS6 (MTK_PIN_NO(69) | 2) 497*6be33864SEmmanuel Vadot 498*6be33864SEmmanuel Vadot #define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0) 499*6be33864SEmmanuel Vadot #define PINMUX_GPIO70__FUNC_BPI_BUS7 (MTK_PIN_NO(70) | 1) 500*6be33864SEmmanuel Vadot #define PINMUX_GPIO70__FUNC_CONN_BPI_BUS7 (MTK_PIN_NO(70) | 2) 501*6be33864SEmmanuel Vadot 502*6be33864SEmmanuel Vadot #define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0) 503*6be33864SEmmanuel Vadot #define PINMUX_GPIO71__FUNC_BPI_BUS8 (MTK_PIN_NO(71) | 1) 504*6be33864SEmmanuel Vadot #define PINMUX_GPIO71__FUNC_CONN_BPI_BUS8 (MTK_PIN_NO(71) | 2) 505*6be33864SEmmanuel Vadot 506*6be33864SEmmanuel Vadot #define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0) 507*6be33864SEmmanuel Vadot #define PINMUX_GPIO72__FUNC_BPI_BUS9 (MTK_PIN_NO(72) | 1) 508*6be33864SEmmanuel Vadot #define PINMUX_GPIO72__FUNC_CONN_BPI_BUS9 (MTK_PIN_NO(72) | 2) 509*6be33864SEmmanuel Vadot 510*6be33864SEmmanuel Vadot #define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0) 511*6be33864SEmmanuel Vadot #define PINMUX_GPIO73__FUNC_BPI_BUS10 (MTK_PIN_NO(73) | 1) 512*6be33864SEmmanuel Vadot #define PINMUX_GPIO73__FUNC_CONN_BPI_BUS10 (MTK_PIN_NO(73) | 2) 513*6be33864SEmmanuel Vadot 514*6be33864SEmmanuel Vadot #define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0) 515*6be33864SEmmanuel Vadot #define PINMUX_GPIO74__FUNC_BPI_BUS11_OLAT0 (MTK_PIN_NO(74) | 1) 516*6be33864SEmmanuel Vadot #define PINMUX_GPIO74__FUNC_CONN_BPI_BUS11_OLAT0 (MTK_PIN_NO(74) | 2) 517*6be33864SEmmanuel Vadot 518*6be33864SEmmanuel Vadot #define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0) 519*6be33864SEmmanuel Vadot #define PINMUX_GPIO75__FUNC_BPI_BUS12_OLAT1 (MTK_PIN_NO(75) | 1) 520*6be33864SEmmanuel Vadot #define PINMUX_GPIO75__FUNC_CONN_BPI_BUS12_OLAT1 (MTK_PIN_NO(75) | 2) 521*6be33864SEmmanuel Vadot 522*6be33864SEmmanuel Vadot #define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0) 523*6be33864SEmmanuel Vadot #define PINMUX_GPIO76__FUNC_BPI_BUS13_OLAT2 (MTK_PIN_NO(76) | 1) 524*6be33864SEmmanuel Vadot #define PINMUX_GPIO76__FUNC_CONN_BPI_BUS13_OLAT2 (MTK_PIN_NO(76) | 2) 525*6be33864SEmmanuel Vadot 526*6be33864SEmmanuel Vadot #define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0) 527*6be33864SEmmanuel Vadot #define PINMUX_GPIO77__FUNC_BPI_BUS14_OLAT3 (MTK_PIN_NO(77) | 1) 528*6be33864SEmmanuel Vadot #define PINMUX_GPIO77__FUNC_CONN_BPI_BUS14_OLAT3 (MTK_PIN_NO(77) | 2) 529*6be33864SEmmanuel Vadot 530*6be33864SEmmanuel Vadot #define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0) 531*6be33864SEmmanuel Vadot #define PINMUX_GPIO78__FUNC_BPI_BUS15_OLAT4 (MTK_PIN_NO(78) | 1) 532*6be33864SEmmanuel Vadot #define PINMUX_GPIO78__FUNC_CONN_BPI_BUS15_OLAT4 (MTK_PIN_NO(78) | 2) 533*6be33864SEmmanuel Vadot 534*6be33864SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0) 535*6be33864SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_BPI_BUS16_OLAT5 (MTK_PIN_NO(79) | 1) 536*6be33864SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_CONN_BPI_BUS16_OLAT5 (MTK_PIN_NO(79) | 2) 537*6be33864SEmmanuel Vadot 538*6be33864SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0) 539*6be33864SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_BPI_BUS17_ANT0 (MTK_PIN_NO(80) | 1) 540*6be33864SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_CONN_BPI_BUS17_ANT0 (MTK_PIN_NO(80) | 2) 541*6be33864SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_PCIE_WAKE_N (MTK_PIN_NO(80) | 3) 542*6be33864SEmmanuel Vadot 543*6be33864SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0) 544*6be33864SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_BPI_BUS18_ANT1 (MTK_PIN_NO(81) | 1) 545*6be33864SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_CONN_BPI_BUS18_ANT1 (MTK_PIN_NO(81) | 2) 546*6be33864SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_PCIE_PERESET_N (MTK_PIN_NO(81) | 3) 547*6be33864SEmmanuel Vadot 548*6be33864SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0) 549*6be33864SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_BPI_BUS19_ANT2 (MTK_PIN_NO(82) | 1) 550*6be33864SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_CONN_BPI_BUS19_ANT2 (MTK_PIN_NO(82) | 2) 551*6be33864SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_PCIE_CLKREQ_N (MTK_PIN_NO(82) | 3) 552*6be33864SEmmanuel Vadot 553*6be33864SEmmanuel Vadot #define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0) 554*6be33864SEmmanuel Vadot #define PINMUX_GPIO83__FUNC_BPI_BUS20_ANT3 (MTK_PIN_NO(83) | 1) 555*6be33864SEmmanuel Vadot #define PINMUX_GPIO83__FUNC_CONN_BPI_BUS20_ANT3 (MTK_PIN_NO(83) | 2) 556*6be33864SEmmanuel Vadot 557*6be33864SEmmanuel Vadot #define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0) 558*6be33864SEmmanuel Vadot #define PINMUX_GPIO84__FUNC_BPI_BUS21_ANT4 (MTK_PIN_NO(84) | 1) 559*6be33864SEmmanuel Vadot #define PINMUX_GPIO84__FUNC_CONN_BPI_BUS21_ANT4 (MTK_PIN_NO(84) | 2) 560*6be33864SEmmanuel Vadot 561*6be33864SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0) 562*6be33864SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_MIPI1_D_SCLK (MTK_PIN_NO(85) | 1) 563*6be33864SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_CONN_MIPI1_SCLK (MTK_PIN_NO(85) | 2) 564*6be33864SEmmanuel Vadot 565*6be33864SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0) 566*6be33864SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_MIPI1_D_SDATA (MTK_PIN_NO(86) | 1) 567*6be33864SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_CONN_MIPI1_SDATA (MTK_PIN_NO(86) | 2) 568*6be33864SEmmanuel Vadot 569*6be33864SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0) 570*6be33864SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_MIPI0_D_SCLK (MTK_PIN_NO(87) | 1) 571*6be33864SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_CONN_MIPI0_SCLK (MTK_PIN_NO(87) | 2) 572*6be33864SEmmanuel Vadot 573*6be33864SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0) 574*6be33864SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_MIPI0_D_SDATA (MTK_PIN_NO(88) | 1) 575*6be33864SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_CONN_MIPI0_SDATA (MTK_PIN_NO(88) | 2) 576*6be33864SEmmanuel Vadot 577*6be33864SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0) 578*6be33864SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_SPMI_SCL (MTK_PIN_NO(89) | 1) 579*6be33864SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_SCL10 (MTK_PIN_NO(89) | 2) 580*6be33864SEmmanuel Vadot 581*6be33864SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0) 582*6be33864SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_SPMI_SDA (MTK_PIN_NO(90) | 1) 583*6be33864SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_SDA10 (MTK_PIN_NO(90) | 2) 584*6be33864SEmmanuel Vadot 585*6be33864SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0) 586*6be33864SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_AP_GOOD (MTK_PIN_NO(91) | 1) 587*6be33864SEmmanuel Vadot 588*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0) 589*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_URXD0 (MTK_PIN_NO(92) | 1) 590*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_MD_URXD0 (MTK_PIN_NO(92) | 2) 591*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_MD_URXD1 (MTK_PIN_NO(92) | 3) 592*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_SSPM_URXD_AO (MTK_PIN_NO(92) | 4) 593*6be33864SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_CONN_UART0_RXD (MTK_PIN_NO(92) | 5) 594*6be33864SEmmanuel Vadot 595*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0) 596*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_UTXD0 (MTK_PIN_NO(93) | 1) 597*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_MD_UTXD0 (MTK_PIN_NO(93) | 2) 598*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_MD_UTXD1 (MTK_PIN_NO(93) | 3) 599*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(93) | 4) 600*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_CONN_UART0_TXD (MTK_PIN_NO(93) | 5) 601*6be33864SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_WIFI_TXD (MTK_PIN_NO(93) | 6) 602*6be33864SEmmanuel Vadot 603*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0) 604*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_URXD1 (MTK_PIN_NO(94) | 1) 605*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_ADSP_URXD0 (MTK_PIN_NO(94) | 2) 606*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_MD32_0_RXD (MTK_PIN_NO(94) | 3) 607*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_SSPM_URXD_AO (MTK_PIN_NO(94) | 4) 608*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_TP_URXD1_AO (MTK_PIN_NO(94) | 5) 609*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_TP_URXD2_AO (MTK_PIN_NO(94) | 6) 610*6be33864SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_MBISTREADEN_TRIGGER (MTK_PIN_NO(94) | 7) 611*6be33864SEmmanuel Vadot 612*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0) 613*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_UTXD1 (MTK_PIN_NO(95) | 1) 614*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_ADSP_UTXD0 (MTK_PIN_NO(95) | 2) 615*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_MD32_0_TXD (MTK_PIN_NO(95) | 3) 616*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(95) | 4) 617*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_TP_UTXD1_AO (MTK_PIN_NO(95) | 5) 618*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_TP_UTXD2_AO (MTK_PIN_NO(95) | 6) 619*6be33864SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_MBISTWRITEEN_TRIGGER (MTK_PIN_NO(95) | 7) 620*6be33864SEmmanuel Vadot 621*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0) 622*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_TDM_LRCK (MTK_PIN_NO(96) | 1) 623*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_I2S7_LRCK (MTK_PIN_NO(96) | 2) 624*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_I2S9_LRCK (MTK_PIN_NO(96) | 3) 625*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_DPI_D0 (MTK_PIN_NO(96) | 4) 626*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_ADSP_JTAG0_TDI (MTK_PIN_NO(96) | 5) 627*6be33864SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_IO_JTAG_TDI (MTK_PIN_NO(96) | 7) 628*6be33864SEmmanuel Vadot 629*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0) 630*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_TDM_BCK (MTK_PIN_NO(97) | 1) 631*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_I2S7_BCK (MTK_PIN_NO(97) | 2) 632*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_I2S9_BCK (MTK_PIN_NO(97) | 3) 633*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_DPI_D1 (MTK_PIN_NO(97) | 4) 634*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_ADSP_JTAG0_TRSTN (MTK_PIN_NO(97) | 5) 635*6be33864SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(97) | 7) 636*6be33864SEmmanuel Vadot 637*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0) 638*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_TDM_MCK (MTK_PIN_NO(98) | 1) 639*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_I2S7_MCK (MTK_PIN_NO(98) | 2) 640*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_I2S9_MCK (MTK_PIN_NO(98) | 3) 641*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_DPI_D2 (MTK_PIN_NO(98) | 4) 642*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_ADSP_JTAG0_TCK (MTK_PIN_NO(98) | 5) 643*6be33864SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_IO_JTAG_TCK (MTK_PIN_NO(98) | 7) 644*6be33864SEmmanuel Vadot 645*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0) 646*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_TDM_DATA0 (MTK_PIN_NO(99) | 1) 647*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_I2S6_DI (MTK_PIN_NO(99) | 2) 648*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_I2S8_DI (MTK_PIN_NO(99) | 3) 649*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_DPI_D3 (MTK_PIN_NO(99) | 4) 650*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_ADSP_JTAG0_TDO (MTK_PIN_NO(99) | 5) 651*6be33864SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_IO_JTAG_TDO (MTK_PIN_NO(99) | 7) 652*6be33864SEmmanuel Vadot 653*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0) 654*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_TDM_DATA1 (MTK_PIN_NO(100) | 1) 655*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_I2S7_DO (MTK_PIN_NO(100) | 2) 656*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_I2S9_DO (MTK_PIN_NO(100) | 3) 657*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_DPI_D4 (MTK_PIN_NO(100) | 4) 658*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_ADSP_JTAG0_TMS (MTK_PIN_NO(100) | 5) 659*6be33864SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_IO_JTAG_TMS (MTK_PIN_NO(100) | 7) 660*6be33864SEmmanuel Vadot 661*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0) 662*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_TDM_DATA2 (MTK_PIN_NO(101) | 1) 663*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_DMIC1_CLK (MTK_PIN_NO(101) | 2) 664*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_SRCLKENAI0 (MTK_PIN_NO(101) | 3) 665*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_DPI_D5 (MTK_PIN_NO(101) | 4) 666*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_CLKM0 (MTK_PIN_NO(101) | 5) 667*6be33864SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_DAP_MD32_SWD (MTK_PIN_NO(101) | 7) 668*6be33864SEmmanuel Vadot 669*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0) 670*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_TDM_DATA3 (MTK_PIN_NO(102) | 1) 671*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DMIC1_DAT (MTK_PIN_NO(102) | 2) 672*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_SRCLKENAI1 (MTK_PIN_NO(102) | 3) 673*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DPI_D6 (MTK_PIN_NO(102) | 4) 674*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(102) | 6) 675*6be33864SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(102) | 7) 676*6be33864SEmmanuel Vadot 677*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0) 678*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_SPI0_A_MI (MTK_PIN_NO(103) | 1) 679*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_SCP_SPI0_MI (MTK_PIN_NO(103) | 2) 680*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_DPI_D7 (MTK_PIN_NO(103) | 4) 681*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_DFD_TDO (MTK_PIN_NO(103) | 5) 682*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(103) | 6) 683*6be33864SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_JTDO_SEL1 (MTK_PIN_NO(103) | 7) 684*6be33864SEmmanuel Vadot 685*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0) 686*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_SPI0_A_CSB (MTK_PIN_NO(104) | 1) 687*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_SCP_SPI0_CS (MTK_PIN_NO(104) | 2) 688*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_DPI_D8 (MTK_PIN_NO(104) | 4) 689*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_DFD_TMS (MTK_PIN_NO(104) | 5) 690*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(104) | 6) 691*6be33864SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_JTMS_SEL1 (MTK_PIN_NO(104) | 7) 692*6be33864SEmmanuel Vadot 693*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0) 694*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_SPI0_A_MO (MTK_PIN_NO(105) | 1) 695*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_SCP_SPI0_MO (MTK_PIN_NO(105) | 2) 696*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_SCP_SDA0 (MTK_PIN_NO(105) | 3) 697*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_DPI_D9 (MTK_PIN_NO(105) | 4) 698*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_DFD_TDI (MTK_PIN_NO(105) | 5) 699*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(105) | 6) 700*6be33864SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_JTDI_SEL1 (MTK_PIN_NO(105) | 7) 701*6be33864SEmmanuel Vadot 702*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0) 703*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_SPI0_A_CLK (MTK_PIN_NO(106) | 1) 704*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_SCP_SPI0_CK (MTK_PIN_NO(106) | 2) 705*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_SCP_SCL0 (MTK_PIN_NO(106) | 3) 706*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_DPI_D10 (MTK_PIN_NO(106) | 4) 707*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_DFD_TCK_XI (MTK_PIN_NO(106) | 5) 708*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(106) | 6) 709*6be33864SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_JTCK_SEL1 (MTK_PIN_NO(106) | 7) 710*6be33864SEmmanuel Vadot 711*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0) 712*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_DMIC_CLK (MTK_PIN_NO(107) | 1) 713*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_PWM_0 (MTK_PIN_NO(107) | 2) 714*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_CLKM2 (MTK_PIN_NO(107) | 3) 715*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(107) | 6) 716*6be33864SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_JTRSTN_SEL1 (MTK_PIN_NO(107) | 7) 717*6be33864SEmmanuel Vadot 718*6be33864SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0) 719*6be33864SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_DMIC_DAT (MTK_PIN_NO(108) | 1) 720*6be33864SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_PWM_1 (MTK_PIN_NO(108) | 2) 721*6be33864SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_CLKM3 (MTK_PIN_NO(108) | 3) 722*6be33864SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_DAP_SONIC_SWD (MTK_PIN_NO(108) | 7) 723*6be33864SEmmanuel Vadot 724*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0) 725*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_I2S1_MCK (MTK_PIN_NO(109) | 1) 726*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_I2S3_MCK (MTK_PIN_NO(109) | 2) 727*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_I2S2_MCK (MTK_PIN_NO(109) | 3) 728*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_DPI_DE (MTK_PIN_NO(109) | 4) 729*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_I2S2_MCK_A (MTK_PIN_NO(109) | 5) 730*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_SRCLKENAI0 (MTK_PIN_NO(109) | 6) 731*6be33864SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_DAP_SONIC_SWCK (MTK_PIN_NO(109) | 7) 732*6be33864SEmmanuel Vadot 733*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0) 734*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_I2S1_BCK (MTK_PIN_NO(110) | 1) 735*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_I2S3_BCK (MTK_PIN_NO(110) | 2) 736*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_I2S2_BCK (MTK_PIN_NO(110) | 3) 737*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_DPI_D11 (MTK_PIN_NO(110) | 4) 738*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_I2S2_BCK_A (MTK_PIN_NO(110) | 5) 739*6be33864SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_CONN_MCU_TDO (MTK_PIN_NO(110) | 6) 740*6be33864SEmmanuel Vadot 741*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0) 742*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_I2S1_LRCK (MTK_PIN_NO(111) | 1) 743*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_I2S3_LRCK (MTK_PIN_NO(111) | 2) 744*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_I2S2_LRCK (MTK_PIN_NO(111) | 3) 745*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_DPI_VSYNC (MTK_PIN_NO(111) | 4) 746*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_I2S2_LRCK_A (MTK_PIN_NO(111) | 5) 747*6be33864SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_CONN_MCU_TDI (MTK_PIN_NO(111) | 6) 748*6be33864SEmmanuel Vadot 749*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0) 750*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_I2S2_DI (MTK_PIN_NO(112) | 1) 751*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_I2S0_DI (MTK_PIN_NO(112) | 2) 752*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_I2S2_DI2 (MTK_PIN_NO(112) | 3) 753*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_DPI_CK (MTK_PIN_NO(112) | 4) 754*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_I2S2_DI_A (MTK_PIN_NO(112) | 5) 755*6be33864SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_CONN_MCU_TMS (MTK_PIN_NO(112) | 6) 756*6be33864SEmmanuel Vadot 757*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0) 758*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_I2S1_DO (MTK_PIN_NO(113) | 1) 759*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_I2S3_DO (MTK_PIN_NO(113) | 2) 760*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_I2S5_DO (MTK_PIN_NO(113) | 3) 761*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_DPI_HSYNC (MTK_PIN_NO(113) | 4) 762*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_I2S2_DI2 (MTK_PIN_NO(113) | 5) 763*6be33864SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_CONN_MCU_TCK (MTK_PIN_NO(113) | 6) 764*6be33864SEmmanuel Vadot 765*6be33864SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0) 766*6be33864SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_SPI2_MI (MTK_PIN_NO(114) | 1) 767*6be33864SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_SCP_SPI2_MI (MTK_PIN_NO(114) | 2) 768*6be33864SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_PCM0_DI (MTK_PIN_NO(114) | 4) 769*6be33864SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(114) | 6) 770*6be33864SEmmanuel Vadot 771*6be33864SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0) 772*6be33864SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_SPI2_CSB (MTK_PIN_NO(115) | 1) 773*6be33864SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_SCP_SPI2_CS (MTK_PIN_NO(115) | 2) 774*6be33864SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_PCM0_SYNC (MTK_PIN_NO(115) | 4) 775*6be33864SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(115) | 6) 776*6be33864SEmmanuel Vadot 777*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0) 778*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_SPI2_MO (MTK_PIN_NO(116) | 1) 779*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_SCP_SPI2_MO (MTK_PIN_NO(116) | 2) 780*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_SCP_SDA1 (MTK_PIN_NO(116) | 3) 781*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_PCM0_DO (MTK_PIN_NO(116) | 4) 782*6be33864SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(116) | 6) 783*6be33864SEmmanuel Vadot 784*6be33864SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0) 785*6be33864SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_SPI2_CLK (MTK_PIN_NO(117) | 1) 786*6be33864SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_SCP_SPI2_CK (MTK_PIN_NO(117) | 2) 787*6be33864SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_SCP_SCL1 (MTK_PIN_NO(117) | 3) 788*6be33864SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_PCM0_CLK (MTK_PIN_NO(117) | 4) 789*6be33864SEmmanuel Vadot 790*6be33864SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0) 791*6be33864SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_SCL1 (MTK_PIN_NO(118) | 1) 792*6be33864SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_SCP_SCL0 (MTK_PIN_NO(118) | 2) 793*6be33864SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_SCP_SCL1 (MTK_PIN_NO(118) | 3) 794*6be33864SEmmanuel Vadot 795*6be33864SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0) 796*6be33864SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_SDA1 (MTK_PIN_NO(119) | 1) 797*6be33864SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_SCP_SDA0 (MTK_PIN_NO(119) | 2) 798*6be33864SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_SCP_SDA1 (MTK_PIN_NO(119) | 3) 799*6be33864SEmmanuel Vadot 800*6be33864SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0) 801*6be33864SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_SCL9 (MTK_PIN_NO(120) | 1) 802*6be33864SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_SCP_SCL0 (MTK_PIN_NO(120) | 2) 803*6be33864SEmmanuel Vadot 804*6be33864SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0) 805*6be33864SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_SDA9 (MTK_PIN_NO(121) | 1) 806*6be33864SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_SCP_SDA0 (MTK_PIN_NO(121) | 2) 807*6be33864SEmmanuel Vadot 808*6be33864SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0) 809*6be33864SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_SCL8 (MTK_PIN_NO(122) | 1) 810*6be33864SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_SCP_SDA0 (MTK_PIN_NO(122) | 2) 811*6be33864SEmmanuel Vadot 812*6be33864SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0) 813*6be33864SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_SDA8 (MTK_PIN_NO(123) | 1) 814*6be33864SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_SCP_SCL0 (MTK_PIN_NO(123) | 2) 815*6be33864SEmmanuel Vadot 816*6be33864SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0) 817*6be33864SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_SCL7 (MTK_PIN_NO(124) | 1) 818*6be33864SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_DMIC1_CLK (MTK_PIN_NO(124) | 2) 819*6be33864SEmmanuel Vadot 820*6be33864SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0) 821*6be33864SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_SDA7 (MTK_PIN_NO(125) | 1) 822*6be33864SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_DMIC1_DAT (MTK_PIN_NO(125) | 2) 823*6be33864SEmmanuel Vadot 824*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0) 825*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_CMFLASH0 (MTK_PIN_NO(126) | 1) 826*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_PWM_2 (MTK_PIN_NO(126) | 2) 827*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_TP_UCTS1_AO (MTK_PIN_NO(126) | 3) 828*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_UCTS0 (MTK_PIN_NO(126) | 4) 829*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_SCL11 (MTK_PIN_NO(126) | 5) 830*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(126) | 6) 831*6be33864SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_DBG_MON_A14 (MTK_PIN_NO(126) | 7) 832*6be33864SEmmanuel Vadot 833*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0) 834*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_CMFLASH1 (MTK_PIN_NO(127) | 1) 835*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_PWM_3 (MTK_PIN_NO(127) | 2) 836*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_TP_URTS1_AO (MTK_PIN_NO(127) | 3) 837*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_URTS0 (MTK_PIN_NO(127) | 4) 838*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_SDA11 (MTK_PIN_NO(127) | 5) 839*6be33864SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_DBG_MON_A15 (MTK_PIN_NO(127) | 7) 840*6be33864SEmmanuel Vadot 841*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0) 842*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_CMFLASH2 (MTK_PIN_NO(128) | 1) 843*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_PWM_0 (MTK_PIN_NO(128) | 2) 844*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_TP_UCTS2_AO (MTK_PIN_NO(128) | 3) 845*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_UCTS1 (MTK_PIN_NO(128) | 4) 846*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_SCL_6306 (MTK_PIN_NO(128) | 5) 847*6be33864SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_DBG_MON_A16 (MTK_PIN_NO(128) | 7) 848*6be33864SEmmanuel Vadot 849*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0) 850*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_CMFLASH3 (MTK_PIN_NO(129) | 1) 851*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_PWM_1 (MTK_PIN_NO(129) | 2) 852*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_TP_URTS2_AO (MTK_PIN_NO(129) | 3) 853*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_URTS1 (MTK_PIN_NO(129) | 4) 854*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_SDA_6306 (MTK_PIN_NO(129) | 5) 855*6be33864SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_DBG_MON_A17 (MTK_PIN_NO(129) | 7) 856*6be33864SEmmanuel Vadot 857*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0) 858*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_CMVREF0 (MTK_PIN_NO(130) | 1) 859*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_ANT_SEL10 (MTK_PIN_NO(130) | 2) 860*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_SCP_JTAG0_TDO (MTK_PIN_NO(130) | 3) 861*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_MD32_0_JTAG_TDO (MTK_PIN_NO(130) | 4) 862*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_SCL11 (MTK_PIN_NO(130) | 5) 863*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_SPI5_B_CLK (MTK_PIN_NO(130) | 6) 864*6be33864SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_DBG_MON_A22 (MTK_PIN_NO(130) | 7) 865*6be33864SEmmanuel Vadot 866*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0) 867*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_CMVREF1 (MTK_PIN_NO(131) | 1) 868*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_ANT_SEL11 (MTK_PIN_NO(131) | 2) 869*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_SCP_JTAG0_TDI (MTK_PIN_NO(131) | 3) 870*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_MD32_0_JTAG_TDI (MTK_PIN_NO(131) | 4) 871*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_SDA11 (MTK_PIN_NO(131) | 5) 872*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_SPI5_B_MO (MTK_PIN_NO(131) | 6) 873*6be33864SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_DBG_MON_A25 (MTK_PIN_NO(131) | 7) 874*6be33864SEmmanuel Vadot 875*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0) 876*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_CMVREF2 (MTK_PIN_NO(132) | 1) 877*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_ANT_SEL12 (MTK_PIN_NO(132) | 2) 878*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_SCP_JTAG0_TMS (MTK_PIN_NO(132) | 3) 879*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_MD32_0_JTAG_TMS (MTK_PIN_NO(132) | 4) 880*6be33864SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_DBG_MON_A28 (MTK_PIN_NO(132) | 7) 881*6be33864SEmmanuel Vadot 882*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0) 883*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_CMVREF3 (MTK_PIN_NO(133) | 1) 884*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(133) | 2) 885*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_SCP_JTAG0_TCK (MTK_PIN_NO(133) | 3) 886*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_MD32_0_JTAG_TCK (MTK_PIN_NO(133) | 4) 887*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_SPI5_B_CSB (MTK_PIN_NO(133) | 6) 888*6be33864SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_DBG_MON_A23 (MTK_PIN_NO(133) | 7) 889*6be33864SEmmanuel Vadot 890*6be33864SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0) 891*6be33864SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_CMVREF4 (MTK_PIN_NO(134) | 1) 892*6be33864SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_SCP_JTAG0_TRSTN (MTK_PIN_NO(134) | 3) 893*6be33864SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_MD32_0_JTAG_TRST (MTK_PIN_NO(134) | 4) 894*6be33864SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_DBG_MON_A26 (MTK_PIN_NO(134) | 7) 895*6be33864SEmmanuel Vadot 896*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0) 897*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_PWM_0 (MTK_PIN_NO(135) | 1) 898*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_SRCLKENAI1 (MTK_PIN_NO(135) | 2) 899*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_MD_URXD0 (MTK_PIN_NO(135) | 3) 900*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_MD32_0_RXD (MTK_PIN_NO(135) | 4) 901*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(135) | 5) 902*6be33864SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_DBG_MON_A29 (MTK_PIN_NO(135) | 7) 903*6be33864SEmmanuel Vadot 904*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0) 905*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_CMMCLK3 (MTK_PIN_NO(136) | 1) 906*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_CLKM1 (MTK_PIN_NO(136) | 2) 907*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_MD_UTXD0 (MTK_PIN_NO(136) | 3) 908*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_MD32_0_TXD (MTK_PIN_NO(136) | 4) 909*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_SPI5_B_MI (MTK_PIN_NO(136) | 6) 910*6be33864SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_DBG_MON_A24 (MTK_PIN_NO(136) | 7) 911*6be33864SEmmanuel Vadot 912*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0) 913*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_CMMCLK4 (MTK_PIN_NO(137) | 1) 914*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_CLKM2 (MTK_PIN_NO(137) | 2) 915*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_MD_URXD1 (MTK_PIN_NO(137) | 3) 916*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_CONN_UART0_RXD (MTK_PIN_NO(137) | 6) 917*6be33864SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_DBG_MON_A27 (MTK_PIN_NO(137) | 7) 918*6be33864SEmmanuel Vadot 919*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0) 920*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_CMMCLK5 (MTK_PIN_NO(138) | 1) 921*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_CLKM3 (MTK_PIN_NO(138) | 2) 922*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_MD_UTXD1 (MTK_PIN_NO(138) | 3) 923*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_CONN_UART0_TXD (MTK_PIN_NO(138) | 6) 924*6be33864SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_DBG_MON_A30 (MTK_PIN_NO(138) | 7) 925*6be33864SEmmanuel Vadot 926*6be33864SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0) 927*6be33864SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_SCL4 (MTK_PIN_NO(139) | 1) 928*6be33864SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_DBG_MON_A21 (MTK_PIN_NO(139) | 7) 929*6be33864SEmmanuel Vadot 930*6be33864SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0) 931*6be33864SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_SDA4 (MTK_PIN_NO(140) | 1) 932*6be33864SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_DBG_MON_A20 (MTK_PIN_NO(140) | 7) 933*6be33864SEmmanuel Vadot 934*6be33864SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0) 935*6be33864SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_SCL2 (MTK_PIN_NO(141) | 1) 936*6be33864SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_DBG_MON_A18 (MTK_PIN_NO(141) | 7) 937*6be33864SEmmanuel Vadot 938*6be33864SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0) 939*6be33864SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_SDA2 (MTK_PIN_NO(142) | 1) 940*6be33864SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_DBG_MON_A19 (MTK_PIN_NO(142) | 7) 941*6be33864SEmmanuel Vadot 942*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0) 943*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_CMVREF0 (MTK_PIN_NO(143) | 1) 944*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_SPI3_CLK (MTK_PIN_NO(143) | 2) 945*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_ADSP_JTAG1_TDO (MTK_PIN_NO(143) | 3) 946*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_SCP_JTAG1_TDO (MTK_PIN_NO(143) | 4) 947*6be33864SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_DBG_MON_A31 (MTK_PIN_NO(143) | 7) 948*6be33864SEmmanuel Vadot 949*6be33864SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_GPIO144 (MTK_PIN_NO(144) | 0) 950*6be33864SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_CMVREF1 (MTK_PIN_NO(144) | 1) 951*6be33864SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_SPI3_CSB (MTK_PIN_NO(144) | 2) 952*6be33864SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_ADSP_JTAG1_TDI (MTK_PIN_NO(144) | 3) 953*6be33864SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_SCP_JTAG1_TDI (MTK_PIN_NO(144) | 4) 954*6be33864SEmmanuel Vadot 955*6be33864SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_GPIO145 (MTK_PIN_NO(145) | 0) 956*6be33864SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_CMVREF2 (MTK_PIN_NO(145) | 1) 957*6be33864SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_SPI3_MI (MTK_PIN_NO(145) | 2) 958*6be33864SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_ADSP_JTAG1_TMS (MTK_PIN_NO(145) | 3) 959*6be33864SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_SCP_JTAG1_TMS (MTK_PIN_NO(145) | 4) 960*6be33864SEmmanuel Vadot 961*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_GPIO146 (MTK_PIN_NO(146) | 0) 962*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_CMVREF3 (MTK_PIN_NO(146) | 1) 963*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_SPI3_MO (MTK_PIN_NO(146) | 2) 964*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_ADSP_JTAG1_TCK (MTK_PIN_NO(146) | 3) 965*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_SCP_JTAG1_TCK (MTK_PIN_NO(146) | 4) 966*6be33864SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_DBG_MON_A32 (MTK_PIN_NO(146) | 7) 967*6be33864SEmmanuel Vadot 968*6be33864SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_GPIO147 (MTK_PIN_NO(147) | 0) 969*6be33864SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_CMVREF4 (MTK_PIN_NO(147) | 1) 970*6be33864SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(147) | 2) 971*6be33864SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_ADSP_JTAG1_TRSTN (MTK_PIN_NO(147) | 3) 972*6be33864SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_SCP_JTAG1_TRSTN (MTK_PIN_NO(147) | 4) 973*6be33864SEmmanuel Vadot 974*6be33864SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_GPIO148 (MTK_PIN_NO(148) | 0) 975*6be33864SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_PWM_1 (MTK_PIN_NO(148) | 1) 976*6be33864SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_AGPS_SYNC (MTK_PIN_NO(148) | 2) 977*6be33864SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_CMMCLK5 (MTK_PIN_NO(148) | 3) 978*6be33864SEmmanuel Vadot 979*6be33864SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_GPIO149 (MTK_PIN_NO(149) | 0) 980*6be33864SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_CMMCLK0 (MTK_PIN_NO(149) | 1) 981*6be33864SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_CLKM0 (MTK_PIN_NO(149) | 2) 982*6be33864SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_MD32_0_GPIO0 (MTK_PIN_NO(149) | 3) 983*6be33864SEmmanuel Vadot 984*6be33864SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_GPIO150 (MTK_PIN_NO(150) | 0) 985*6be33864SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_CMMCLK1 (MTK_PIN_NO(150) | 1) 986*6be33864SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_CLKM1 (MTK_PIN_NO(150) | 2) 987*6be33864SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_MD32_0_GPIO1 (MTK_PIN_NO(150) | 3) 988*6be33864SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(150) | 7) 989*6be33864SEmmanuel Vadot 990*6be33864SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_GPIO151 (MTK_PIN_NO(151) | 0) 991*6be33864SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_CMMCLK2 (MTK_PIN_NO(151) | 1) 992*6be33864SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_CLKM2 (MTK_PIN_NO(151) | 2) 993*6be33864SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_MD32_0_GPIO2 (MTK_PIN_NO(151) | 3) 994*6be33864SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(151) | 7) 995*6be33864SEmmanuel Vadot 996*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_GPIO152 (MTK_PIN_NO(152) | 0) 997*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_KPROW1 (MTK_PIN_NO(152) | 1) 998*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_PWM_2 (MTK_PIN_NO(152) | 2) 999*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_IDDIG (MTK_PIN_NO(152) | 3) 1000*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_MBISTREADEN_TRIGGER (MTK_PIN_NO(152) | 6) 1001*6be33864SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_DBG_MON_B9 (MTK_PIN_NO(152) | 7) 1002*6be33864SEmmanuel Vadot 1003*6be33864SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_GPIO153 (MTK_PIN_NO(153) | 0) 1004*6be33864SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_KPROW0 (MTK_PIN_NO(153) | 1) 1005*6be33864SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_DBG_MON_B8 (MTK_PIN_NO(153) | 7) 1006*6be33864SEmmanuel Vadot 1007*6be33864SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_GPIO154 (MTK_PIN_NO(154) | 0) 1008*6be33864SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_KPCOL0 (MTK_PIN_NO(154) | 1) 1009*6be33864SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_DBG_MON_B6 (MTK_PIN_NO(154) | 7) 1010*6be33864SEmmanuel Vadot 1011*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_GPIO155 (MTK_PIN_NO(155) | 0) 1012*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_KPCOL1 (MTK_PIN_NO(155) | 1) 1013*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_PWM_3 (MTK_PIN_NO(155) | 2) 1014*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_USB_DRVVBUS (MTK_PIN_NO(155) | 3) 1015*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(155) | 4) 1016*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_MBISTWRITEEN_TRIGGER (MTK_PIN_NO(155) | 6) 1017*6be33864SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_DBG_MON_B7 (MTK_PIN_NO(155) | 7) 1018*6be33864SEmmanuel Vadot 1019*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_GPIO156 (MTK_PIN_NO(156) | 0) 1020*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_SPI1_A_CLK (MTK_PIN_NO(156) | 1) 1021*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_SCP_SPI1_A_CK (MTK_PIN_NO(156) | 2) 1022*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_MRG_CLK (MTK_PIN_NO(156) | 3) 1023*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_AGPS_SYNC (MTK_PIN_NO(156) | 4) 1024*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_MD_URXD0 (MTK_PIN_NO(156) | 5) 1025*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_UDI_TMS (MTK_PIN_NO(156) | 6) 1026*6be33864SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_DBG_MON_B10 (MTK_PIN_NO(156) | 7) 1027*6be33864SEmmanuel Vadot 1028*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_GPIO157 (MTK_PIN_NO(157) | 0) 1029*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_SPI1_A_CSB (MTK_PIN_NO(157) | 1) 1030*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_SCP_SPI1_A_CS (MTK_PIN_NO(157) | 2) 1031*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_MRG_SYNC (MTK_PIN_NO(157) | 3) 1032*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(157) | 4) 1033*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_MD_UTXD0 (MTK_PIN_NO(157) | 5) 1034*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_UDI_TCK (MTK_PIN_NO(157) | 6) 1035*6be33864SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_DBG_MON_B11 (MTK_PIN_NO(157) | 7) 1036*6be33864SEmmanuel Vadot 1037*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_GPIO158 (MTK_PIN_NO(158) | 0) 1038*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_SPI1_A_MI (MTK_PIN_NO(158) | 1) 1039*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_SCP_SPI1_A_MI (MTK_PIN_NO(158) | 2) 1040*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_MRG_DI (MTK_PIN_NO(158) | 3) 1041*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_PTA_RXD (MTK_PIN_NO(158) | 4) 1042*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_MD_URXD1 (MTK_PIN_NO(158) | 5) 1043*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_UDI_TDO (MTK_PIN_NO(158) | 6) 1044*6be33864SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_DBG_MON_B12 (MTK_PIN_NO(158) | 7) 1045*6be33864SEmmanuel Vadot 1046*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_GPIO159 (MTK_PIN_NO(159) | 0) 1047*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_SPI1_A_MO (MTK_PIN_NO(159) | 1) 1048*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_SCP_SPI1_A_MO (MTK_PIN_NO(159) | 2) 1049*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_MRG_DO (MTK_PIN_NO(159) | 3) 1050*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_PTA_TXD (MTK_PIN_NO(159) | 4) 1051*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_MD_UTXD1 (MTK_PIN_NO(159) | 5) 1052*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_UDI_NTRST (MTK_PIN_NO(159) | 6) 1053*6be33864SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_DBG_MON_B13 (MTK_PIN_NO(159) | 7) 1054*6be33864SEmmanuel Vadot 1055*6be33864SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_GPIO160 (MTK_PIN_NO(160) | 0) 1056*6be33864SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_SCL3 (MTK_PIN_NO(160) | 1) 1057*6be33864SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_SCP_SCL1 (MTK_PIN_NO(160) | 3) 1058*6be33864SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_DBG_MON_B14 (MTK_PIN_NO(160) | 7) 1059*6be33864SEmmanuel Vadot 1060*6be33864SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_GPIO161 (MTK_PIN_NO(161) | 0) 1061*6be33864SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_SDA3 (MTK_PIN_NO(161) | 1) 1062*6be33864SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_SCP_SDA1 (MTK_PIN_NO(161) | 3) 1063*6be33864SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_DBG_MON_B15 (MTK_PIN_NO(161) | 7) 1064*6be33864SEmmanuel Vadot 1065*6be33864SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_GPIO162 (MTK_PIN_NO(162) | 0) 1066*6be33864SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_ANT_SEL0 (MTK_PIN_NO(162) | 1) 1067*6be33864SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(162) | 2) 1068*6be33864SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_UDI_TDI (MTK_PIN_NO(162) | 6) 1069*6be33864SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_DBG_MON_B16 (MTK_PIN_NO(162) | 7) 1070*6be33864SEmmanuel Vadot 1071*6be33864SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_GPIO163 (MTK_PIN_NO(163) | 0) 1072*6be33864SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_ANT_SEL1 (MTK_PIN_NO(163) | 1) 1073*6be33864SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(163) | 2) 1074*6be33864SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_DBG_MON_B17 (MTK_PIN_NO(163) | 7) 1075*6be33864SEmmanuel Vadot 1076*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_GPIO164 (MTK_PIN_NO(164) | 0) 1077*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_ANT_SEL2 (MTK_PIN_NO(164) | 1) 1078*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_SCP_SPI1_B_CK (MTK_PIN_NO(164) | 2) 1079*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_TP_URXD1_AO (MTK_PIN_NO(164) | 3) 1080*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_UCTS0 (MTK_PIN_NO(164) | 5) 1081*6be33864SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_DBG_MON_B18 (MTK_PIN_NO(164) | 7) 1082*6be33864SEmmanuel Vadot 1083*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_GPIO165 (MTK_PIN_NO(165) | 0) 1084*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_ANT_SEL3 (MTK_PIN_NO(165) | 1) 1085*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_SCP_SPI1_B_CS (MTK_PIN_NO(165) | 2) 1086*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_TP_UTXD1_AO (MTK_PIN_NO(165) | 3) 1087*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(165) | 4) 1088*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_URTS0 (MTK_PIN_NO(165) | 5) 1089*6be33864SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_DBG_MON_B19 (MTK_PIN_NO(165) | 7) 1090*6be33864SEmmanuel Vadot 1091*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_GPIO166 (MTK_PIN_NO(166) | 0) 1092*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_ANT_SEL4 (MTK_PIN_NO(166) | 1) 1093*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_SCP_SPI1_B_MI (MTK_PIN_NO(166) | 2) 1094*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_TP_URXD2_AO (MTK_PIN_NO(166) | 3) 1095*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_SRCLKENAI1 (MTK_PIN_NO(166) | 4) 1096*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_UCTS1 (MTK_PIN_NO(166) | 5) 1097*6be33864SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_DBG_MON_B20 (MTK_PIN_NO(166) | 7) 1098*6be33864SEmmanuel Vadot 1099*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_GPIO167 (MTK_PIN_NO(167) | 0) 1100*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_ANT_SEL5 (MTK_PIN_NO(167) | 1) 1101*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_SCP_SPI1_B_MO (MTK_PIN_NO(167) | 2) 1102*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_TP_UTXD2_AO (MTK_PIN_NO(167) | 3) 1103*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_SRCLKENAI0 (MTK_PIN_NO(167) | 4) 1104*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_URTS1 (MTK_PIN_NO(167) | 5) 1105*6be33864SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_DBG_MON_B21 (MTK_PIN_NO(167) | 7) 1106*6be33864SEmmanuel Vadot 1107*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_GPIO168 (MTK_PIN_NO(168) | 0) 1108*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_ANT_SEL6 (MTK_PIN_NO(168) | 1) 1109*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_SPI0_B_CLK (MTK_PIN_NO(168) | 2) 1110*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_TP_UCTS1_AO (MTK_PIN_NO(168) | 3) 1111*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_KPCOL2 (MTK_PIN_NO(168) | 4) 1112*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_MD_UCTS0 (MTK_PIN_NO(168) | 5) 1113*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_SCL11 (MTK_PIN_NO(168) | 6) 1114*6be33864SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_DBG_MON_B22 (MTK_PIN_NO(168) | 7) 1115*6be33864SEmmanuel Vadot 1116*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_GPIO169 (MTK_PIN_NO(169) | 0) 1117*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_ANT_SEL7 (MTK_PIN_NO(169) | 1) 1118*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_SPI0_B_CSB (MTK_PIN_NO(169) | 2) 1119*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_TP_URTS1_AO (MTK_PIN_NO(169) | 3) 1120*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_KPROW2 (MTK_PIN_NO(169) | 4) 1121*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_MD_URTS0 (MTK_PIN_NO(169) | 5) 1122*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_SDA11 (MTK_PIN_NO(169) | 6) 1123*6be33864SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_DBG_MON_B23 (MTK_PIN_NO(169) | 7) 1124*6be33864SEmmanuel Vadot 1125*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_GPIO170 (MTK_PIN_NO(170) | 0) 1126*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_ANT_SEL8 (MTK_PIN_NO(170) | 1) 1127*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_SPI0_B_MI (MTK_PIN_NO(170) | 2) 1128*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_TP_UCTS2_AO (MTK_PIN_NO(170) | 3) 1129*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_SRCLKENAI1 (MTK_PIN_NO(170) | 4) 1130*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_MD_UCTS1 (MTK_PIN_NO(170) | 5) 1131*6be33864SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_DBG_MON_B24 (MTK_PIN_NO(170) | 7) 1132*6be33864SEmmanuel Vadot 1133*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_GPIO171 (MTK_PIN_NO(171) | 0) 1134*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_ANT_SEL9 (MTK_PIN_NO(171) | 1) 1135*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_SPI0_B_MO (MTK_PIN_NO(171) | 2) 1136*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_TP_URTS2_AO (MTK_PIN_NO(171) | 3) 1137*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_SRCLKENAI0 (MTK_PIN_NO(171) | 4) 1138*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_MD_URTS1 (MTK_PIN_NO(171) | 5) 1139*6be33864SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_DBG_MON_B25 (MTK_PIN_NO(171) | 7) 1140*6be33864SEmmanuel Vadot 1141*6be33864SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_GPIO172 (MTK_PIN_NO(172) | 0) 1142*6be33864SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_CONN_TOP_CLK (MTK_PIN_NO(172) | 1) 1143*6be33864SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_AUXIF_CLK0 (MTK_PIN_NO(172) | 2) 1144*6be33864SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_DBG_MON_B29 (MTK_PIN_NO(172) | 7) 1145*6be33864SEmmanuel Vadot 1146*6be33864SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_GPIO173 (MTK_PIN_NO(173) | 0) 1147*6be33864SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_CONN_TOP_DATA (MTK_PIN_NO(173) | 1) 1148*6be33864SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_AUXIF_ST0 (MTK_PIN_NO(173) | 2) 1149*6be33864SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_DBG_MON_B30 (MTK_PIN_NO(173) | 7) 1150*6be33864SEmmanuel Vadot 1151*6be33864SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_GPIO174 (MTK_PIN_NO(174) | 0) 1152*6be33864SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_CONN_HRST_B (MTK_PIN_NO(174) | 1) 1153*6be33864SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_DBG_MON_B28 (MTK_PIN_NO(174) | 7) 1154*6be33864SEmmanuel Vadot 1155*6be33864SEmmanuel Vadot #define PINMUX_GPIO175__FUNC_GPIO175 (MTK_PIN_NO(175) | 0) 1156*6be33864SEmmanuel Vadot #define PINMUX_GPIO175__FUNC_CONN_WB_PTA (MTK_PIN_NO(175) | 1) 1157*6be33864SEmmanuel Vadot #define PINMUX_GPIO175__FUNC_DBG_MON_B31 (MTK_PIN_NO(175) | 7) 1158*6be33864SEmmanuel Vadot 1159*6be33864SEmmanuel Vadot #define PINMUX_GPIO176__FUNC_GPIO176 (MTK_PIN_NO(176) | 0) 1160*6be33864SEmmanuel Vadot #define PINMUX_GPIO176__FUNC_CONN_BT_CLK (MTK_PIN_NO(176) | 1) 1161*6be33864SEmmanuel Vadot #define PINMUX_GPIO176__FUNC_AUXIF_CLK1 (MTK_PIN_NO(176) | 2) 1162*6be33864SEmmanuel Vadot #define PINMUX_GPIO176__FUNC_DBG_MON_B26 (MTK_PIN_NO(176) | 7) 1163*6be33864SEmmanuel Vadot 1164*6be33864SEmmanuel Vadot #define PINMUX_GPIO177__FUNC_GPIO177 (MTK_PIN_NO(177) | 0) 1165*6be33864SEmmanuel Vadot #define PINMUX_GPIO177__FUNC_CONN_BT_DATA (MTK_PIN_NO(177) | 1) 1166*6be33864SEmmanuel Vadot #define PINMUX_GPIO177__FUNC_AUXIF_ST1 (MTK_PIN_NO(177) | 2) 1167*6be33864SEmmanuel Vadot #define PINMUX_GPIO177__FUNC_DBG_MON_B27 (MTK_PIN_NO(177) | 7) 1168*6be33864SEmmanuel Vadot 1169*6be33864SEmmanuel Vadot #define PINMUX_GPIO178__FUNC_GPIO178 (MTK_PIN_NO(178) | 0) 1170*6be33864SEmmanuel Vadot #define PINMUX_GPIO178__FUNC_CONN_WF_CTRL0 (MTK_PIN_NO(178) | 1) 1171*6be33864SEmmanuel Vadot 1172*6be33864SEmmanuel Vadot #define PINMUX_GPIO179__FUNC_GPIO179 (MTK_PIN_NO(179) | 0) 1173*6be33864SEmmanuel Vadot #define PINMUX_GPIO179__FUNC_CONN_WF_CTRL1 (MTK_PIN_NO(179) | 1) 1174*6be33864SEmmanuel Vadot #define PINMUX_GPIO179__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(179) | 2) 1175*6be33864SEmmanuel Vadot 1176*6be33864SEmmanuel Vadot #define PINMUX_GPIO180__FUNC_GPIO180 (MTK_PIN_NO(180) | 0) 1177*6be33864SEmmanuel Vadot #define PINMUX_GPIO180__FUNC_CONN_WF_CTRL2 (MTK_PIN_NO(180) | 1) 1178*6be33864SEmmanuel Vadot #define PINMUX_GPIO180__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(180) | 2) 1179*6be33864SEmmanuel Vadot 1180*6be33864SEmmanuel Vadot #define PINMUX_GPIO181__FUNC_GPIO181 (MTK_PIN_NO(181) | 0) 1181*6be33864SEmmanuel Vadot #define PINMUX_GPIO181__FUNC_CONN_WF_CTRL3 (MTK_PIN_NO(181) | 1) 1182*6be33864SEmmanuel Vadot 1183*6be33864SEmmanuel Vadot #define PINMUX_GPIO182__FUNC_GPIO182 (MTK_PIN_NO(182) | 0) 1184*6be33864SEmmanuel Vadot #define PINMUX_GPIO182__FUNC_CONN_WF_CTRL4 (MTK_PIN_NO(182) | 1) 1185*6be33864SEmmanuel Vadot 1186*6be33864SEmmanuel Vadot #define PINMUX_GPIO183__FUNC_GPIO183 (MTK_PIN_NO(183) | 0) 1187*6be33864SEmmanuel Vadot #define PINMUX_GPIO183__FUNC_MSDC0_CMD (MTK_PIN_NO(183) | 1) 1188*6be33864SEmmanuel Vadot 1189*6be33864SEmmanuel Vadot #define PINMUX_GPIO184__FUNC_GPIO184 (MTK_PIN_NO(184) | 0) 1190*6be33864SEmmanuel Vadot #define PINMUX_GPIO184__FUNC_MSDC0_DAT0 (MTK_PIN_NO(184) | 1) 1191*6be33864SEmmanuel Vadot 1192*6be33864SEmmanuel Vadot #define PINMUX_GPIO185__FUNC_GPIO185 (MTK_PIN_NO(185) | 0) 1193*6be33864SEmmanuel Vadot #define PINMUX_GPIO185__FUNC_MSDC0_DAT2 (MTK_PIN_NO(185) | 1) 1194*6be33864SEmmanuel Vadot 1195*6be33864SEmmanuel Vadot #define PINMUX_GPIO186__FUNC_GPIO186 (MTK_PIN_NO(186) | 0) 1196*6be33864SEmmanuel Vadot #define PINMUX_GPIO186__FUNC_MSDC0_DAT4 (MTK_PIN_NO(186) | 1) 1197*6be33864SEmmanuel Vadot 1198*6be33864SEmmanuel Vadot #define PINMUX_GPIO187__FUNC_GPIO187 (MTK_PIN_NO(187) | 0) 1199*6be33864SEmmanuel Vadot #define PINMUX_GPIO187__FUNC_MSDC0_DAT6 (MTK_PIN_NO(187) | 1) 1200*6be33864SEmmanuel Vadot 1201*6be33864SEmmanuel Vadot #define PINMUX_GPIO188__FUNC_GPIO188 (MTK_PIN_NO(188) | 0) 1202*6be33864SEmmanuel Vadot #define PINMUX_GPIO188__FUNC_MSDC0_DAT1 (MTK_PIN_NO(188) | 1) 1203*6be33864SEmmanuel Vadot 1204*6be33864SEmmanuel Vadot #define PINMUX_GPIO189__FUNC_GPIO189 (MTK_PIN_NO(189) | 0) 1205*6be33864SEmmanuel Vadot #define PINMUX_GPIO189__FUNC_MSDC0_DAT5 (MTK_PIN_NO(189) | 1) 1206*6be33864SEmmanuel Vadot 1207*6be33864SEmmanuel Vadot #define PINMUX_GPIO190__FUNC_GPIO190 (MTK_PIN_NO(190) | 0) 1208*6be33864SEmmanuel Vadot #define PINMUX_GPIO190__FUNC_MSDC0_DAT7 (MTK_PIN_NO(190) | 1) 1209*6be33864SEmmanuel Vadot 1210*6be33864SEmmanuel Vadot #define PINMUX_GPIO191__FUNC_GPIO191 (MTK_PIN_NO(191) | 0) 1211*6be33864SEmmanuel Vadot #define PINMUX_GPIO191__FUNC_MSDC0_DSL (MTK_PIN_NO(191) | 1) 1212*6be33864SEmmanuel Vadot #define PINMUX_GPIO191__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(191) | 2) 1213*6be33864SEmmanuel Vadot #define PINMUX_GPIO191__FUNC_IDDIG (MTK_PIN_NO(191) | 3) 1214*6be33864SEmmanuel Vadot #define PINMUX_GPIO191__FUNC_DMIC_CLK (MTK_PIN_NO(191) | 4) 1215*6be33864SEmmanuel Vadot 1216*6be33864SEmmanuel Vadot #define PINMUX_GPIO192__FUNC_GPIO192 (MTK_PIN_NO(192) | 0) 1217*6be33864SEmmanuel Vadot #define PINMUX_GPIO192__FUNC_MSDC0_CLK (MTK_PIN_NO(192) | 1) 1218*6be33864SEmmanuel Vadot #define PINMUX_GPIO192__FUNC_USB_DRVVBUS (MTK_PIN_NO(192) | 3) 1219*6be33864SEmmanuel Vadot #define PINMUX_GPIO192__FUNC_DMIC_DAT (MTK_PIN_NO(192) | 4) 1220*6be33864SEmmanuel Vadot 1221*6be33864SEmmanuel Vadot #define PINMUX_GPIO193__FUNC_GPIO193 (MTK_PIN_NO(193) | 0) 1222*6be33864SEmmanuel Vadot #define PINMUX_GPIO193__FUNC_MSDC0_DAT3 (MTK_PIN_NO(193) | 1) 1223*6be33864SEmmanuel Vadot 1224*6be33864SEmmanuel Vadot #define PINMUX_GPIO194__FUNC_GPIO194 (MTK_PIN_NO(194) | 0) 1225*6be33864SEmmanuel Vadot #define PINMUX_GPIO194__FUNC_MSDC0_RSTB (MTK_PIN_NO(194) | 1) 1226*6be33864SEmmanuel Vadot 1227*6be33864SEmmanuel Vadot #define PINMUX_GPIO195__FUNC_GPIO195 (MTK_PIN_NO(195) | 0) 1228*6be33864SEmmanuel Vadot #define PINMUX_GPIO195__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(195) | 1) 1229*6be33864SEmmanuel Vadot #define PINMUX_GPIO195__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(195) | 2) 1230*6be33864SEmmanuel Vadot 1231*6be33864SEmmanuel Vadot #define PINMUX_GPIO196__FUNC_GPIO196 (MTK_PIN_NO(196) | 0) 1232*6be33864SEmmanuel Vadot #define PINMUX_GPIO196__FUNC_AUD_DAT_MOSI2 (MTK_PIN_NO(196) | 1) 1233*6be33864SEmmanuel Vadot 1234*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_GPIO197 (MTK_PIN_NO(197) | 0) 1235*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_AUD_NLE_MOSI1 (MTK_PIN_NO(197) | 1) 1236*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_AUD_CLK_MISO (MTK_PIN_NO(197) | 2) 1237*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_I2S2_MCK (MTK_PIN_NO(197) | 3) 1238*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_I2S6_MCK (MTK_PIN_NO(197) | 4) 1239*6be33864SEmmanuel Vadot #define PINMUX_GPIO197__FUNC_I2S8_MCK (MTK_PIN_NO(197) | 5) 1240*6be33864SEmmanuel Vadot 1241*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_GPIO198 (MTK_PIN_NO(198) | 0) 1242*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_AUD_NLE_MOSI0 (MTK_PIN_NO(198) | 1) 1243*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(198) | 2) 1244*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_I2S2_BCK (MTK_PIN_NO(198) | 3) 1245*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_I2S6_BCK (MTK_PIN_NO(198) | 4) 1246*6be33864SEmmanuel Vadot #define PINMUX_GPIO198__FUNC_I2S8_BCK (MTK_PIN_NO(198) | 5) 1247*6be33864SEmmanuel Vadot 1248*6be33864SEmmanuel Vadot #define PINMUX_GPIO199__FUNC_GPIO199 (MTK_PIN_NO(199) | 0) 1249*6be33864SEmmanuel Vadot #define PINMUX_GPIO199__FUNC_AUD_DAT_MISO2 (MTK_PIN_NO(199) | 1) 1250*6be33864SEmmanuel Vadot #define PINMUX_GPIO199__FUNC_I2S2_DI2 (MTK_PIN_NO(199) | 3) 1251*6be33864SEmmanuel Vadot 1252*6be33864SEmmanuel Vadot #define PINMUX_GPIO200__FUNC_GPIO200 (MTK_PIN_NO(200) | 0) 1253*6be33864SEmmanuel Vadot #define PINMUX_GPIO200__FUNC_SCL6 (MTK_PIN_NO(200) | 1) 1254*6be33864SEmmanuel Vadot #define PINMUX_GPIO200__FUNC_SCP_SCL1 (MTK_PIN_NO(200) | 3) 1255*6be33864SEmmanuel Vadot #define PINMUX_GPIO200__FUNC_SCL_6306 (MTK_PIN_NO(200) | 4) 1256*6be33864SEmmanuel Vadot #define PINMUX_GPIO200__FUNC_DBG_MON_A4 (MTK_PIN_NO(200) | 7) 1257*6be33864SEmmanuel Vadot 1258*6be33864SEmmanuel Vadot #define PINMUX_GPIO201__FUNC_GPIO201 (MTK_PIN_NO(201) | 0) 1259*6be33864SEmmanuel Vadot #define PINMUX_GPIO201__FUNC_SDA6 (MTK_PIN_NO(201) | 1) 1260*6be33864SEmmanuel Vadot #define PINMUX_GPIO201__FUNC_SCP_SDA1 (MTK_PIN_NO(201) | 3) 1261*6be33864SEmmanuel Vadot #define PINMUX_GPIO201__FUNC_SDA_6306 (MTK_PIN_NO(201) | 4) 1262*6be33864SEmmanuel Vadot #define PINMUX_GPIO201__FUNC_DBG_MON_A5 (MTK_PIN_NO(201) | 7) 1263*6be33864SEmmanuel Vadot 1264*6be33864SEmmanuel Vadot #define PINMUX_GPIO202__FUNC_GPIO202 (MTK_PIN_NO(202) | 0) 1265*6be33864SEmmanuel Vadot #define PINMUX_GPIO202__FUNC_SCL5 (MTK_PIN_NO(202) | 1) 1266*6be33864SEmmanuel Vadot 1267*6be33864SEmmanuel Vadot #define PINMUX_GPIO203__FUNC_GPIO203 (MTK_PIN_NO(203) | 0) 1268*6be33864SEmmanuel Vadot #define PINMUX_GPIO203__FUNC_SDA5 (MTK_PIN_NO(203) | 1) 1269*6be33864SEmmanuel Vadot 1270*6be33864SEmmanuel Vadot #define PINMUX_GPIO204__FUNC_GPIO204 (MTK_PIN_NO(204) | 0) 1271*6be33864SEmmanuel Vadot #define PINMUX_GPIO204__FUNC_SCL0 (MTK_PIN_NO(204) | 1) 1272*6be33864SEmmanuel Vadot #define PINMUX_GPIO204__FUNC_SPI7_A_CLK (MTK_PIN_NO(204) | 6) 1273*6be33864SEmmanuel Vadot #define PINMUX_GPIO204__FUNC_DBG_MON_A2 (MTK_PIN_NO(204) | 7) 1274*6be33864SEmmanuel Vadot 1275*6be33864SEmmanuel Vadot #define PINMUX_GPIO205__FUNC_GPIO205 (MTK_PIN_NO(205) | 0) 1276*6be33864SEmmanuel Vadot #define PINMUX_GPIO205__FUNC_SDA0 (MTK_PIN_NO(205) | 1) 1277*6be33864SEmmanuel Vadot #define PINMUX_GPIO205__FUNC_SPI7_A_CSB (MTK_PIN_NO(205) | 6) 1278*6be33864SEmmanuel Vadot #define PINMUX_GPIO205__FUNC_DBG_MON_A3 (MTK_PIN_NO(205) | 7) 1279*6be33864SEmmanuel Vadot 1280*6be33864SEmmanuel Vadot #define PINMUX_GPIO206__FUNC_GPIO206 (MTK_PIN_NO(206) | 0) 1281*6be33864SEmmanuel Vadot #define PINMUX_GPIO206__FUNC_SRCLKENA0 (MTK_PIN_NO(206) | 1) 1282*6be33864SEmmanuel Vadot 1283*6be33864SEmmanuel Vadot #define PINMUX_GPIO207__FUNC_GPIO207 (MTK_PIN_NO(207) | 0) 1284*6be33864SEmmanuel Vadot #define PINMUX_GPIO207__FUNC_SRCLKENA1 (MTK_PIN_NO(207) | 1) 1285*6be33864SEmmanuel Vadot 1286*6be33864SEmmanuel Vadot #define PINMUX_GPIO208__FUNC_GPIO208 (MTK_PIN_NO(208) | 0) 1287*6be33864SEmmanuel Vadot #define PINMUX_GPIO208__FUNC_WATCHDOG (MTK_PIN_NO(208) | 1) 1288*6be33864SEmmanuel Vadot 1289*6be33864SEmmanuel Vadot #define PINMUX_GPIO209__FUNC_GPIO209 (MTK_PIN_NO(209) | 0) 1290*6be33864SEmmanuel Vadot #define PINMUX_GPIO209__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(209) | 1) 1291*6be33864SEmmanuel Vadot #define PINMUX_GPIO209__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(209) | 2) 1292*6be33864SEmmanuel Vadot 1293*6be33864SEmmanuel Vadot #define PINMUX_GPIO210__FUNC_GPIO210 (MTK_PIN_NO(210) | 0) 1294*6be33864SEmmanuel Vadot #define PINMUX_GPIO210__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(210) | 1) 1295*6be33864SEmmanuel Vadot 1296*6be33864SEmmanuel Vadot #define PINMUX_GPIO211__FUNC_GPIO211 (MTK_PIN_NO(211) | 0) 1297*6be33864SEmmanuel Vadot #define PINMUX_GPIO211__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(211) | 1) 1298*6be33864SEmmanuel Vadot #define PINMUX_GPIO211__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(211) | 2) 1299*6be33864SEmmanuel Vadot 1300*6be33864SEmmanuel Vadot #define PINMUX_GPIO212__FUNC_GPIO212 (MTK_PIN_NO(212) | 0) 1301*6be33864SEmmanuel Vadot #define PINMUX_GPIO212__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(212) | 1) 1302*6be33864SEmmanuel Vadot 1303*6be33864SEmmanuel Vadot #define PINMUX_GPIO213__FUNC_GPIO213 (MTK_PIN_NO(213) | 0) 1304*6be33864SEmmanuel Vadot #define PINMUX_GPIO213__FUNC_RTC32K_CK (MTK_PIN_NO(213) | 1) 1305*6be33864SEmmanuel Vadot 1306*6be33864SEmmanuel Vadot #define PINMUX_GPIO214__FUNC_GPIO214 (MTK_PIN_NO(214) | 0) 1307*6be33864SEmmanuel Vadot #define PINMUX_GPIO214__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(214) | 1) 1308*6be33864SEmmanuel Vadot #define PINMUX_GPIO214__FUNC_I2S1_MCK (MTK_PIN_NO(214) | 3) 1309*6be33864SEmmanuel Vadot #define PINMUX_GPIO214__FUNC_I2S7_MCK (MTK_PIN_NO(214) | 4) 1310*6be33864SEmmanuel Vadot #define PINMUX_GPIO214__FUNC_I2S9_MCK (MTK_PIN_NO(214) | 5) 1311*6be33864SEmmanuel Vadot 1312*6be33864SEmmanuel Vadot #define PINMUX_GPIO215__FUNC_GPIO215 (MTK_PIN_NO(215) | 0) 1313*6be33864SEmmanuel Vadot #define PINMUX_GPIO215__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(215) | 1) 1314*6be33864SEmmanuel Vadot #define PINMUX_GPIO215__FUNC_I2S1_BCK (MTK_PIN_NO(215) | 3) 1315*6be33864SEmmanuel Vadot #define PINMUX_GPIO215__FUNC_I2S7_BCK (MTK_PIN_NO(215) | 4) 1316*6be33864SEmmanuel Vadot #define PINMUX_GPIO215__FUNC_I2S9_BCK (MTK_PIN_NO(215) | 5) 1317*6be33864SEmmanuel Vadot 1318*6be33864SEmmanuel Vadot #define PINMUX_GPIO216__FUNC_GPIO216 (MTK_PIN_NO(216) | 0) 1319*6be33864SEmmanuel Vadot #define PINMUX_GPIO216__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(216) | 1) 1320*6be33864SEmmanuel Vadot #define PINMUX_GPIO216__FUNC_I2S1_LRCK (MTK_PIN_NO(216) | 3) 1321*6be33864SEmmanuel Vadot #define PINMUX_GPIO216__FUNC_I2S7_LRCK (MTK_PIN_NO(216) | 4) 1322*6be33864SEmmanuel Vadot #define PINMUX_GPIO216__FUNC_I2S9_LRCK (MTK_PIN_NO(216) | 5) 1323*6be33864SEmmanuel Vadot 1324*6be33864SEmmanuel Vadot #define PINMUX_GPIO217__FUNC_GPIO217 (MTK_PIN_NO(217) | 0) 1325*6be33864SEmmanuel Vadot #define PINMUX_GPIO217__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(217) | 1) 1326*6be33864SEmmanuel Vadot #define PINMUX_GPIO217__FUNC_I2S1_DO (MTK_PIN_NO(217) | 3) 1327*6be33864SEmmanuel Vadot #define PINMUX_GPIO217__FUNC_I2S7_DO (MTK_PIN_NO(217) | 4) 1328*6be33864SEmmanuel Vadot #define PINMUX_GPIO217__FUNC_I2S9_DO (MTK_PIN_NO(217) | 5) 1329*6be33864SEmmanuel Vadot 1330*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_GPIO218 (MTK_PIN_NO(218) | 0) 1331*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(218) | 1) 1332*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_VOW_DAT_MISO (MTK_PIN_NO(218) | 2) 1333*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_I2S2_LRCK (MTK_PIN_NO(218) | 3) 1334*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_I2S6_LRCK (MTK_PIN_NO(218) | 4) 1335*6be33864SEmmanuel Vadot #define PINMUX_GPIO218__FUNC_I2S8_LRCK (MTK_PIN_NO(218) | 5) 1336*6be33864SEmmanuel Vadot 1337*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_GPIO219 (MTK_PIN_NO(219) | 0) 1338*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(219) | 1) 1339*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_VOW_CLK_MISO (MTK_PIN_NO(219) | 2) 1340*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_I2S2_DI (MTK_PIN_NO(219) | 3) 1341*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_I2S6_DI (MTK_PIN_NO(219) | 4) 1342*6be33864SEmmanuel Vadot #define PINMUX_GPIO219__FUNC_I2S8_DI (MTK_PIN_NO(219) | 5) 1343*6be33864SEmmanuel Vadot 1344*6be33864SEmmanuel Vadot #endif /* __MT8192_PINFUNC_H */ 1345