1*354d7675SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*354d7675SEmmanuel Vadot /* 3*354d7675SEmmanuel Vadot * Copyright (C) 2018 MediaTek Inc. 4*354d7675SEmmanuel Vadot * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> 5*354d7675SEmmanuel Vadot * 6*354d7675SEmmanuel Vadot */ 7*354d7675SEmmanuel Vadot 8*354d7675SEmmanuel Vadot #ifndef __MT8183_PINFUNC_H 9*354d7675SEmmanuel Vadot #define __MT8183_PINFUNC_H 10*354d7675SEmmanuel Vadot 11*354d7675SEmmanuel Vadot #include <dt-bindings/pinctrl/mt65xx.h> 12*354d7675SEmmanuel Vadot 13*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) 14*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_MRG_SYNC (MTK_PIN_NO(0) | 1) 15*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_PCM0_SYNC (MTK_PIN_NO(0) | 2) 16*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 3) 17*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SRCLKENAI0 (MTK_PIN_NO(0) | 4) 18*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SCP_SPI2_CS (MTK_PIN_NO(0) | 5) 19*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_I2S3_MCK (MTK_PIN_NO(0) | 6) 20*354d7675SEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SPI2_CSB (MTK_PIN_NO(0) | 7) 21*354d7675SEmmanuel Vadot 22*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0) 23*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_MRG_CLK (MTK_PIN_NO(1) | 1) 24*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_PCM0_CLK (MTK_PIN_NO(1) | 2) 25*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_TP_GPIO1_AO (MTK_PIN_NO(1) | 3) 26*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_CLKM3 (MTK_PIN_NO(1) | 4) 27*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_SCP_SPI2_MO (MTK_PIN_NO(1) | 5) 28*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_I2S3_BCK (MTK_PIN_NO(1) | 6) 29*354d7675SEmmanuel Vadot #define PINMUX_GPIO1__FUNC_SPI2_MO (MTK_PIN_NO(1) | 7) 30*354d7675SEmmanuel Vadot 31*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0) 32*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_MRG_DO (MTK_PIN_NO(2) | 1) 33*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_PCM0_DO (MTK_PIN_NO(2) | 2) 34*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_TP_GPIO2_AO (MTK_PIN_NO(2) | 3) 35*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_SCL6 (MTK_PIN_NO(2) | 4) 36*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_SCP_SPI2_CK (MTK_PIN_NO(2) | 5) 37*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_I2S3_LRCK (MTK_PIN_NO(2) | 6) 38*354d7675SEmmanuel Vadot #define PINMUX_GPIO2__FUNC_SPI2_CLK (MTK_PIN_NO(2) | 7) 39*354d7675SEmmanuel Vadot 40*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0) 41*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_MRG_DI (MTK_PIN_NO(3) | 1) 42*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_PCM0_DI (MTK_PIN_NO(3) | 2) 43*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TP_GPIO3_AO (MTK_PIN_NO(3) | 3) 44*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_SDA6 (MTK_PIN_NO(3) | 4) 45*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TDM_MCK (MTK_PIN_NO(3) | 5) 46*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_I2S3_DO (MTK_PIN_NO(3) | 6) 47*354d7675SEmmanuel Vadot #define PINMUX_GPIO3__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(3) | 7) 48*354d7675SEmmanuel Vadot 49*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0) 50*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_PWM_B (MTK_PIN_NO(4) | 1) 51*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_I2S0_MCK (MTK_PIN_NO(4) | 2) 52*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(4) | 3) 53*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_MD_URXD1 (MTK_PIN_NO(4) | 4) 54*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TDM_BCK (MTK_PIN_NO(4) | 5) 55*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TP_GPIO4_AO (MTK_PIN_NO(4) | 6) 56*354d7675SEmmanuel Vadot #define PINMUX_GPIO4__FUNC_DAP_MD32_SWD (MTK_PIN_NO(4) | 7) 57*354d7675SEmmanuel Vadot 58*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0) 59*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_PWM_C (MTK_PIN_NO(5) | 1) 60*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_I2S0_BCK (MTK_PIN_NO(5) | 2) 61*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_SSPM_URXD_AO (MTK_PIN_NO(5) | 3) 62*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_MD_UTXD1 (MTK_PIN_NO(5) | 4) 63*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TDM_LRCK (MTK_PIN_NO(5) | 5) 64*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TP_GPIO5_AO (MTK_PIN_NO(5) | 6) 65*354d7675SEmmanuel Vadot #define PINMUX_GPIO5__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(5) | 7) 66*354d7675SEmmanuel Vadot 67*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0) 68*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_PWM_A (MTK_PIN_NO(6) | 1) 69*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_I2S0_LRCK (MTK_PIN_NO(6) | 2) 70*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_IDDIG (MTK_PIN_NO(6) | 3) 71*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_MD_URXD0 (MTK_PIN_NO(6) | 4) 72*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TDM_DATA0 (MTK_PIN_NO(6) | 5) 73*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TP_GPIO6_AO (MTK_PIN_NO(6) | 6) 74*354d7675SEmmanuel Vadot #define PINMUX_GPIO6__FUNC_CMFLASH (MTK_PIN_NO(6) | 7) 75*354d7675SEmmanuel Vadot 76*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0) 77*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_SPI1_B_MI (MTK_PIN_NO(7) | 1) 78*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_I2S0_DI (MTK_PIN_NO(7) | 2) 79*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_USB_DRVVBUS (MTK_PIN_NO(7) | 3) 80*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_MD_UTXD0 (MTK_PIN_NO(7) | 4) 81*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_TDM_DATA1 (MTK_PIN_NO(7) | 5) 82*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_TP_GPIO7_AO (MTK_PIN_NO(7) | 6) 83*354d7675SEmmanuel Vadot #define PINMUX_GPIO7__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(7) | 7) 84*354d7675SEmmanuel Vadot 85*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0) 86*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_SPI1_B_CSB (MTK_PIN_NO(8) | 1) 87*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_ANT_SEL3 (MTK_PIN_NO(8) | 2) 88*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_SCL7 (MTK_PIN_NO(8) | 3) 89*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(8) | 4) 90*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_TDM_DATA2 (MTK_PIN_NO(8) | 5) 91*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_MD_INT0 (MTK_PIN_NO(8) | 6) 92*354d7675SEmmanuel Vadot #define PINMUX_GPIO8__FUNC_JTRSTN_SEL1 (MTK_PIN_NO(8) | 7) 93*354d7675SEmmanuel Vadot 94*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0) 95*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_SPI1_B_MO (MTK_PIN_NO(9) | 1) 96*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_ANT_SEL4 (MTK_PIN_NO(9) | 2) 97*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_CMMCLK2 (MTK_PIN_NO(9) | 3) 98*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(9) | 4) 99*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(9) | 5) 100*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(9) | 6) 101*354d7675SEmmanuel Vadot #define PINMUX_GPIO9__FUNC_DBG_MON_B10 (MTK_PIN_NO(9) | 7) 102*354d7675SEmmanuel Vadot 103*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0) 104*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_SPI1_B_CLK (MTK_PIN_NO(10) | 1) 105*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_ANT_SEL5 (MTK_PIN_NO(10) | 2) 106*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_CMMCLK3 (MTK_PIN_NO(10) | 3) 107*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(10) | 4) 108*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_TDM_DATA3 (MTK_PIN_NO(10) | 5) 109*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(10) | 6) 110*354d7675SEmmanuel Vadot #define PINMUX_GPIO10__FUNC_DBG_MON_B11 (MTK_PIN_NO(10) | 7) 111*354d7675SEmmanuel Vadot 112*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0) 113*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_TP_URXD1_AO (MTK_PIN_NO(11) | 1) 114*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_IDDIG (MTK_PIN_NO(11) | 2) 115*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_SCL6 (MTK_PIN_NO(11) | 3) 116*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_UCTS1 (MTK_PIN_NO(11) | 4) 117*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_UCTS0 (MTK_PIN_NO(11) | 5) 118*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_SRCLKENAI1 (MTK_PIN_NO(11) | 6) 119*354d7675SEmmanuel Vadot #define PINMUX_GPIO11__FUNC_I2S5_MCK (MTK_PIN_NO(11) | 7) 120*354d7675SEmmanuel Vadot 121*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0) 122*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_TP_UTXD1_AO (MTK_PIN_NO(12) | 1) 123*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_USB_DRVVBUS (MTK_PIN_NO(12) | 2) 124*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_SDA6 (MTK_PIN_NO(12) | 3) 125*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_URTS1 (MTK_PIN_NO(12) | 4) 126*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_URTS0 (MTK_PIN_NO(12) | 5) 127*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_I2S2_DI2 (MTK_PIN_NO(12) | 6) 128*354d7675SEmmanuel Vadot #define PINMUX_GPIO12__FUNC_I2S5_BCK (MTK_PIN_NO(12) | 7) 129*354d7675SEmmanuel Vadot 130*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0) 131*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_DBPI_D0 (MTK_PIN_NO(13) | 1) 132*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_SPI5_MI (MTK_PIN_NO(13) | 2) 133*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_PCM0_SYNC (MTK_PIN_NO(13) | 3) 134*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_MD_URXD0 (MTK_PIN_NO(13) | 4) 135*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_ANT_SEL3 (MTK_PIN_NO(13) | 5) 136*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_I2S0_MCK (MTK_PIN_NO(13) | 6) 137*354d7675SEmmanuel Vadot #define PINMUX_GPIO13__FUNC_DBG_MON_B15 (MTK_PIN_NO(13) | 7) 138*354d7675SEmmanuel Vadot 139*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0) 140*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_DBPI_D1 (MTK_PIN_NO(14) | 1) 141*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_SPI5_CSB (MTK_PIN_NO(14) | 2) 142*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_PCM0_CLK (MTK_PIN_NO(14) | 3) 143*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_MD_UTXD0 (MTK_PIN_NO(14) | 4) 144*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_ANT_SEL4 (MTK_PIN_NO(14) | 5) 145*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_I2S0_BCK (MTK_PIN_NO(14) | 6) 146*354d7675SEmmanuel Vadot #define PINMUX_GPIO14__FUNC_DBG_MON_B16 (MTK_PIN_NO(14) | 7) 147*354d7675SEmmanuel Vadot 148*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0) 149*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_DBPI_D2 (MTK_PIN_NO(15) | 1) 150*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_SPI5_MO (MTK_PIN_NO(15) | 2) 151*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_PCM0_DO (MTK_PIN_NO(15) | 3) 152*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_MD_URXD1 (MTK_PIN_NO(15) | 4) 153*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_ANT_SEL5 (MTK_PIN_NO(15) | 5) 154*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_I2S0_LRCK (MTK_PIN_NO(15) | 6) 155*354d7675SEmmanuel Vadot #define PINMUX_GPIO15__FUNC_DBG_MON_B17 (MTK_PIN_NO(15) | 7) 156*354d7675SEmmanuel Vadot 157*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0) 158*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_DBPI_D3 (MTK_PIN_NO(16) | 1) 159*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_SPI5_CLK (MTK_PIN_NO(16) | 2) 160*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_PCM0_DI (MTK_PIN_NO(16) | 3) 161*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_MD_UTXD1 (MTK_PIN_NO(16) | 4) 162*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_ANT_SEL6 (MTK_PIN_NO(16) | 5) 163*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_I2S0_DI (MTK_PIN_NO(16) | 6) 164*354d7675SEmmanuel Vadot #define PINMUX_GPIO16__FUNC_DBG_MON_B23 (MTK_PIN_NO(16) | 7) 165*354d7675SEmmanuel Vadot 166*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0) 167*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_DBPI_D4 (MTK_PIN_NO(17) | 1) 168*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_SPI4_MI (MTK_PIN_NO(17) | 2) 169*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(17) | 3) 170*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_MD_INT0 (MTK_PIN_NO(17) | 4) 171*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_ANT_SEL7 (MTK_PIN_NO(17) | 5) 172*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_I2S3_MCK (MTK_PIN_NO(17) | 6) 173*354d7675SEmmanuel Vadot #define PINMUX_GPIO17__FUNC_DBG_MON_A1 (MTK_PIN_NO(17) | 7) 174*354d7675SEmmanuel Vadot 175*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0) 176*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_DBPI_D5 (MTK_PIN_NO(18) | 1) 177*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SPI4_CSB (MTK_PIN_NO(18) | 2) 178*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(18) | 3) 179*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_MD_INT0 (MTK_PIN_NO(18) | 4) 180*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(18) | 5) 181*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_I2S3_BCK (MTK_PIN_NO(18) | 6) 182*354d7675SEmmanuel Vadot #define PINMUX_GPIO18__FUNC_DBG_MON_A2 (MTK_PIN_NO(18) | 7) 183*354d7675SEmmanuel Vadot 184*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0) 185*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_DBPI_D6 (MTK_PIN_NO(19) | 1) 186*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SPI4_MO (MTK_PIN_NO(19) | 2) 187*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_CONN_MCU_TDO (MTK_PIN_NO(19) | 3) 188*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(19) | 4) 189*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_URXD1 (MTK_PIN_NO(19) | 5) 190*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_I2S3_LRCK (MTK_PIN_NO(19) | 6) 191*354d7675SEmmanuel Vadot #define PINMUX_GPIO19__FUNC_DBG_MON_A3 (MTK_PIN_NO(19) | 7) 192*354d7675SEmmanuel Vadot 193*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0) 194*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_DBPI_D7 (MTK_PIN_NO(20) | 1) 195*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SPI4_CLK (MTK_PIN_NO(20) | 2) 196*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(20) | 3) 197*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(20) | 4) 198*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_UTXD1 (MTK_PIN_NO(20) | 5) 199*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_I2S3_DO (MTK_PIN_NO(20) | 6) 200*354d7675SEmmanuel Vadot #define PINMUX_GPIO20__FUNC_DBG_MON_A19 (MTK_PIN_NO(20) | 7) 201*354d7675SEmmanuel Vadot 202*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0) 203*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_DBPI_D8 (MTK_PIN_NO(21) | 1) 204*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_SPI3_MI (MTK_PIN_NO(21) | 2) 205*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CONN_MCU_TMS (MTK_PIN_NO(21) | 3) 206*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_DAP_MD32_SWD (MTK_PIN_NO(21) | 4) 207*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(21) | 5) 208*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_I2S2_MCK (MTK_PIN_NO(21) | 6) 209*354d7675SEmmanuel Vadot #define PINMUX_GPIO21__FUNC_DBG_MON_B5 (MTK_PIN_NO(21) | 7) 210*354d7675SEmmanuel Vadot 211*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) 212*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_DBPI_D9 (MTK_PIN_NO(22) | 1) 213*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_SPI3_CSB (MTK_PIN_NO(22) | 2) 214*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_CONN_MCU_TCK (MTK_PIN_NO(22) | 3) 215*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(22) | 4) 216*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(22) | 5) 217*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_I2S2_BCK (MTK_PIN_NO(22) | 6) 218*354d7675SEmmanuel Vadot #define PINMUX_GPIO22__FUNC_DBG_MON_B6 (MTK_PIN_NO(22) | 7) 219*354d7675SEmmanuel Vadot 220*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0) 221*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_DBPI_D10 (MTK_PIN_NO(23) | 1) 222*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_SPI3_MO (MTK_PIN_NO(23) | 2) 223*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_CONN_MCU_TDI (MTK_PIN_NO(23) | 3) 224*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_UCTS1 (MTK_PIN_NO(23) | 4) 225*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(23) | 5) 226*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_I2S2_LRCK (MTK_PIN_NO(23) | 6) 227*354d7675SEmmanuel Vadot #define PINMUX_GPIO23__FUNC_DBG_MON_B7 (MTK_PIN_NO(23) | 7) 228*354d7675SEmmanuel Vadot 229*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0) 230*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_DBPI_D11 (MTK_PIN_NO(24) | 1) 231*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SPI3_CLK (MTK_PIN_NO(24) | 2) 232*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_SRCLKENAI0 (MTK_PIN_NO(24) | 3) 233*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_URTS1 (MTK_PIN_NO(24) | 4) 234*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_IO_JTAG_TCK (MTK_PIN_NO(24) | 5) 235*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_I2S2_DI (MTK_PIN_NO(24) | 6) 236*354d7675SEmmanuel Vadot #define PINMUX_GPIO24__FUNC_DBG_MON_B31 (MTK_PIN_NO(24) | 7) 237*354d7675SEmmanuel Vadot 238*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0) 239*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_DBPI_HSYNC (MTK_PIN_NO(25) | 1) 240*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_ANT_SEL0 (MTK_PIN_NO(25) | 2) 241*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SCL6 (MTK_PIN_NO(25) | 3) 242*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_KPCOL2 (MTK_PIN_NO(25) | 4) 243*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_IO_JTAG_TMS (MTK_PIN_NO(25) | 5) 244*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_I2S1_MCK (MTK_PIN_NO(25) | 6) 245*354d7675SEmmanuel Vadot #define PINMUX_GPIO25__FUNC_DBG_MON_B0 (MTK_PIN_NO(25) | 7) 246*354d7675SEmmanuel Vadot 247*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0) 248*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_DBPI_VSYNC (MTK_PIN_NO(26) | 1) 249*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_ANT_SEL1 (MTK_PIN_NO(26) | 2) 250*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_SDA6 (MTK_PIN_NO(26) | 3) 251*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_KPROW2 (MTK_PIN_NO(26) | 4) 252*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_IO_JTAG_TDI (MTK_PIN_NO(26) | 5) 253*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_I2S1_BCK (MTK_PIN_NO(26) | 6) 254*354d7675SEmmanuel Vadot #define PINMUX_GPIO26__FUNC_DBG_MON_B1 (MTK_PIN_NO(26) | 7) 255*354d7675SEmmanuel Vadot 256*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0) 257*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_DBPI_DE (MTK_PIN_NO(27) | 1) 258*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_ANT_SEL2 (MTK_PIN_NO(27) | 2) 259*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_SCL7 (MTK_PIN_NO(27) | 3) 260*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_DMIC_CLK (MTK_PIN_NO(27) | 4) 261*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_IO_JTAG_TDO (MTK_PIN_NO(27) | 5) 262*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_I2S1_LRCK (MTK_PIN_NO(27) | 6) 263*354d7675SEmmanuel Vadot #define PINMUX_GPIO27__FUNC_DBG_MON_B9 (MTK_PIN_NO(27) | 7) 264*354d7675SEmmanuel Vadot 265*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0) 266*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_DBPI_CK (MTK_PIN_NO(28) | 1) 267*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(28) | 2) 268*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_SDA7 (MTK_PIN_NO(28) | 3) 269*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_DMIC_DAT (MTK_PIN_NO(28) | 4) 270*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(28) | 5) 271*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_I2S1_DO (MTK_PIN_NO(28) | 6) 272*354d7675SEmmanuel Vadot #define PINMUX_GPIO28__FUNC_DBG_MON_B32 (MTK_PIN_NO(28) | 7) 273*354d7675SEmmanuel Vadot 274*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0) 275*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_MSDC1_CLK (MTK_PIN_NO(29) | 1) 276*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_IO_JTAG_TCK (MTK_PIN_NO(29) | 2) 277*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_UDI_TCK (MTK_PIN_NO(29) | 3) 278*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_CONN_DSP_JCK (MTK_PIN_NO(29) | 4) 279*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(29) | 5) 280*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_PCM1_CLK (MTK_PIN_NO(29) | 6) 281*354d7675SEmmanuel Vadot #define PINMUX_GPIO29__FUNC_DBG_MON_A6 (MTK_PIN_NO(29) | 7) 282*354d7675SEmmanuel Vadot 283*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0) 284*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_MSDC1_DAT3 (MTK_PIN_NO(30) | 1) 285*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_DAP_MD32_SWD (MTK_PIN_NO(30) | 2) 286*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(30) | 3) 287*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(30) | 4) 288*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(30) | 5) 289*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_PCM1_DI (MTK_PIN_NO(30) | 6) 290*354d7675SEmmanuel Vadot #define PINMUX_GPIO30__FUNC_DBG_MON_A7 (MTK_PIN_NO(30) | 7) 291*354d7675SEmmanuel Vadot 292*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0) 293*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_MSDC1_CMD (MTK_PIN_NO(31) | 1) 294*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_IO_JTAG_TMS (MTK_PIN_NO(31) | 2) 295*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_UDI_TMS (MTK_PIN_NO(31) | 3) 296*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_CONN_DSP_JMS (MTK_PIN_NO(31) | 4) 297*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(31) | 5) 298*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_PCM1_SYNC (MTK_PIN_NO(31) | 6) 299*354d7675SEmmanuel Vadot #define PINMUX_GPIO31__FUNC_DBG_MON_A8 (MTK_PIN_NO(31) | 7) 300*354d7675SEmmanuel Vadot 301*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0) 302*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_MSDC1_DAT0 (MTK_PIN_NO(32) | 1) 303*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_IO_JTAG_TDI (MTK_PIN_NO(32) | 2) 304*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_UDI_TDI (MTK_PIN_NO(32) | 3) 305*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_CONN_DSP_JDI (MTK_PIN_NO(32) | 4) 306*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(32) | 5) 307*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_PCM1_DO0 (MTK_PIN_NO(32) | 6) 308*354d7675SEmmanuel Vadot #define PINMUX_GPIO32__FUNC_DBG_MON_A9 (MTK_PIN_NO(32) | 7) 309*354d7675SEmmanuel Vadot 310*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) 311*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_MSDC1_DAT2 (MTK_PIN_NO(33) | 1) 312*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(33) | 2) 313*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_UDI_NTRST (MTK_PIN_NO(33) | 3) 314*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(33) | 4) 315*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(33) | 5) 316*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_PCM1_DO2 (MTK_PIN_NO(33) | 6) 317*354d7675SEmmanuel Vadot #define PINMUX_GPIO33__FUNC_DBG_MON_A10 (MTK_PIN_NO(33) | 7) 318*354d7675SEmmanuel Vadot 319*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0) 320*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_MSDC1_DAT1 (MTK_PIN_NO(34) | 1) 321*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_IO_JTAG_TDO (MTK_PIN_NO(34) | 2) 322*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_UDI_TDO (MTK_PIN_NO(34) | 3) 323*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_CONN_DSP_JDO (MTK_PIN_NO(34) | 4) 324*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(34) | 5) 325*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_PCM1_DO1 (MTK_PIN_NO(34) | 6) 326*354d7675SEmmanuel Vadot #define PINMUX_GPIO34__FUNC_DBG_MON_A11 (MTK_PIN_NO(34) | 7) 327*354d7675SEmmanuel Vadot 328*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0) 329*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(35) | 1) 330*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_CCU_JTAG_TDO (MTK_PIN_NO(35) | 2) 331*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(35) | 3) 332*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_SCP_JTAG_TDO (MTK_PIN_NO(35) | 5) 333*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_CONN_DSP_JMS (MTK_PIN_NO(35) | 6) 334*354d7675SEmmanuel Vadot #define PINMUX_GPIO35__FUNC_DBG_MON_A28 (MTK_PIN_NO(35) | 7) 335*354d7675SEmmanuel Vadot 336*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0) 337*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(36) | 1) 338*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_CCU_JTAG_TMS (MTK_PIN_NO(36) | 2) 339*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(36) | 3) 340*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(36) | 4) 341*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_SCP_JTAG_TMS (MTK_PIN_NO(36) | 5) 342*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(36) | 6) 343*354d7675SEmmanuel Vadot #define PINMUX_GPIO36__FUNC_DBG_MON_A29 (MTK_PIN_NO(36) | 7) 344*354d7675SEmmanuel Vadot 345*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0) 346*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(37) | 1) 347*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_CCU_JTAG_TDI (MTK_PIN_NO(37) | 2) 348*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(37) | 3) 349*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_SCP_JTAG_TDI (MTK_PIN_NO(37) | 5) 350*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_CONN_DSP_JDO (MTK_PIN_NO(37) | 6) 351*354d7675SEmmanuel Vadot #define PINMUX_GPIO37__FUNC_DBG_MON_A30 (MTK_PIN_NO(37) | 7) 352*354d7675SEmmanuel Vadot 353*354d7675SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0) 354*354d7675SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(38) | 1) 355*354d7675SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(38) | 3) 356*354d7675SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(38) | 4) 357*354d7675SEmmanuel Vadot #define PINMUX_GPIO38__FUNC_DBG_MON_A20 (MTK_PIN_NO(38) | 7) 358*354d7675SEmmanuel Vadot 359*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0) 360*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(39) | 1) 361*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_CCU_JTAG_TCK (MTK_PIN_NO(39) | 2) 362*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(39) | 3) 363*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_SCP_JTAG_TCK (MTK_PIN_NO(39) | 5) 364*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_CONN_DSP_JCK (MTK_PIN_NO(39) | 6) 365*354d7675SEmmanuel Vadot #define PINMUX_GPIO39__FUNC_DBG_MON_A31 (MTK_PIN_NO(39) | 7) 366*354d7675SEmmanuel Vadot 367*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0) 368*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(40) | 1) 369*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_CCU_JTAG_TRST (MTK_PIN_NO(40) | 2) 370*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(40) | 3) 371*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_SCP_JTAG_TRSTN (MTK_PIN_NO(40) | 5) 372*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_CONN_DSP_JDI (MTK_PIN_NO(40) | 6) 373*354d7675SEmmanuel Vadot #define PINMUX_GPIO40__FUNC_DBG_MON_A32 (MTK_PIN_NO(40) | 7) 374*354d7675SEmmanuel Vadot 375*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0) 376*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_IDDIG (MTK_PIN_NO(41) | 1) 377*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_URXD1 (MTK_PIN_NO(41) | 2) 378*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_UCTS0 (MTK_PIN_NO(41) | 3) 379*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(41) | 4) 380*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(41) | 5) 381*354d7675SEmmanuel Vadot #define PINMUX_GPIO41__FUNC_DMIC_CLK (MTK_PIN_NO(41) | 6) 382*354d7675SEmmanuel Vadot 383*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0) 384*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_USB_DRVVBUS (MTK_PIN_NO(42) | 1) 385*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_UTXD1 (MTK_PIN_NO(42) | 2) 386*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_URTS0 (MTK_PIN_NO(42) | 3) 387*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_SSPM_URXD_AO (MTK_PIN_NO(42) | 4) 388*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(42) | 5) 389*354d7675SEmmanuel Vadot #define PINMUX_GPIO42__FUNC_DMIC_DAT (MTK_PIN_NO(42) | 6) 390*354d7675SEmmanuel Vadot 391*354d7675SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0) 392*354d7675SEmmanuel Vadot #define PINMUX_GPIO43__FUNC_DISP_PWM (MTK_PIN_NO(43) | 1) 393*354d7675SEmmanuel Vadot 394*354d7675SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0) 395*354d7675SEmmanuel Vadot #define PINMUX_GPIO44__FUNC_DSI_TE (MTK_PIN_NO(44) | 1) 396*354d7675SEmmanuel Vadot 397*354d7675SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0) 398*354d7675SEmmanuel Vadot #define PINMUX_GPIO45__FUNC_LCM_RST (MTK_PIN_NO(45) | 1) 399*354d7675SEmmanuel Vadot 400*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0) 401*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(46) | 1) 402*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_URXD1 (MTK_PIN_NO(46) | 2) 403*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_UCTS1 (MTK_PIN_NO(46) | 3) 404*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_CCU_UTXD_AO (MTK_PIN_NO(46) | 4) 405*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_TP_UCTS1_AO (MTK_PIN_NO(46) | 5) 406*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_IDDIG (MTK_PIN_NO(46) | 6) 407*354d7675SEmmanuel Vadot #define PINMUX_GPIO46__FUNC_I2S5_LRCK (MTK_PIN_NO(46) | 7) 408*354d7675SEmmanuel Vadot 409*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0) 410*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(47) | 1) 411*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_UTXD1 (MTK_PIN_NO(47) | 2) 412*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_URTS1 (MTK_PIN_NO(47) | 3) 413*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_CCU_URXD_AO (MTK_PIN_NO(47) | 4) 414*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_TP_URTS1_AO (MTK_PIN_NO(47) | 5) 415*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_USB_DRVVBUS (MTK_PIN_NO(47) | 6) 416*354d7675SEmmanuel Vadot #define PINMUX_GPIO47__FUNC_I2S5_DO (MTK_PIN_NO(47) | 7) 417*354d7675SEmmanuel Vadot 418*354d7675SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0) 419*354d7675SEmmanuel Vadot #define PINMUX_GPIO48__FUNC_SCL5 (MTK_PIN_NO(48) | 1) 420*354d7675SEmmanuel Vadot 421*354d7675SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0) 422*354d7675SEmmanuel Vadot #define PINMUX_GPIO49__FUNC_SDA5 (MTK_PIN_NO(49) | 1) 423*354d7675SEmmanuel Vadot 424*354d7675SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0) 425*354d7675SEmmanuel Vadot #define PINMUX_GPIO50__FUNC_SCL3 (MTK_PIN_NO(50) | 1) 426*354d7675SEmmanuel Vadot 427*354d7675SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0) 428*354d7675SEmmanuel Vadot #define PINMUX_GPIO51__FUNC_SDA3 (MTK_PIN_NO(51) | 1) 429*354d7675SEmmanuel Vadot 430*354d7675SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0) 431*354d7675SEmmanuel Vadot #define PINMUX_GPIO52__FUNC_BPI_ANT2 (MTK_PIN_NO(52) | 1) 432*354d7675SEmmanuel Vadot 433*354d7675SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0) 434*354d7675SEmmanuel Vadot #define PINMUX_GPIO53__FUNC_BPI_ANT0 (MTK_PIN_NO(53) | 1) 435*354d7675SEmmanuel Vadot 436*354d7675SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0) 437*354d7675SEmmanuel Vadot #define PINMUX_GPIO54__FUNC_BPI_OLAT1 (MTK_PIN_NO(54) | 1) 438*354d7675SEmmanuel Vadot 439*354d7675SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0) 440*354d7675SEmmanuel Vadot #define PINMUX_GPIO55__FUNC_BPI_BUS8 (MTK_PIN_NO(55) | 1) 441*354d7675SEmmanuel Vadot 442*354d7675SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0) 443*354d7675SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_BPI_BUS9 (MTK_PIN_NO(56) | 1) 444*354d7675SEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SCL_6306 (MTK_PIN_NO(56) | 2) 445*354d7675SEmmanuel Vadot 446*354d7675SEmmanuel Vadot #define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0) 447*354d7675SEmmanuel Vadot #define PINMUX_GPIO57__FUNC_BPI_BUS10 (MTK_PIN_NO(57) | 1) 448*354d7675SEmmanuel Vadot #define PINMUX_GPIO57__FUNC_SDA_6306 (MTK_PIN_NO(57) | 2) 449*354d7675SEmmanuel Vadot 450*354d7675SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0) 451*354d7675SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_RFIC0_BSI_D2 (MTK_PIN_NO(58) | 1) 452*354d7675SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_SPM_BSI_D2 (MTK_PIN_NO(58) | 2) 453*354d7675SEmmanuel Vadot #define PINMUX_GPIO58__FUNC_PWM_B (MTK_PIN_NO(58) | 3) 454*354d7675SEmmanuel Vadot 455*354d7675SEmmanuel Vadot #define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0) 456*354d7675SEmmanuel Vadot #define PINMUX_GPIO59__FUNC_RFIC0_BSI_D1 (MTK_PIN_NO(59) | 1) 457*354d7675SEmmanuel Vadot #define PINMUX_GPIO59__FUNC_SPM_BSI_D1 (MTK_PIN_NO(59) | 2) 458*354d7675SEmmanuel Vadot 459*354d7675SEmmanuel Vadot #define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0) 460*354d7675SEmmanuel Vadot #define PINMUX_GPIO60__FUNC_RFIC0_BSI_D0 (MTK_PIN_NO(60) | 1) 461*354d7675SEmmanuel Vadot #define PINMUX_GPIO60__FUNC_SPM_BSI_D0 (MTK_PIN_NO(60) | 2) 462*354d7675SEmmanuel Vadot 463*354d7675SEmmanuel Vadot #define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0) 464*354d7675SEmmanuel Vadot #define PINMUX_GPIO61__FUNC_MIPI1_SDATA (MTK_PIN_NO(61) | 1) 465*354d7675SEmmanuel Vadot 466*354d7675SEmmanuel Vadot #define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0) 467*354d7675SEmmanuel Vadot #define PINMUX_GPIO62__FUNC_MIPI1_SCLK (MTK_PIN_NO(62) | 1) 468*354d7675SEmmanuel Vadot 469*354d7675SEmmanuel Vadot #define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0) 470*354d7675SEmmanuel Vadot #define PINMUX_GPIO63__FUNC_MIPI0_SDATA (MTK_PIN_NO(63) | 1) 471*354d7675SEmmanuel Vadot 472*354d7675SEmmanuel Vadot #define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0) 473*354d7675SEmmanuel Vadot #define PINMUX_GPIO64__FUNC_MIPI0_SCLK (MTK_PIN_NO(64) | 1) 474*354d7675SEmmanuel Vadot 475*354d7675SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0) 476*354d7675SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_MIPI3_SDATA (MTK_PIN_NO(65) | 1) 477*354d7675SEmmanuel Vadot #define PINMUX_GPIO65__FUNC_BPI_OLAT2 (MTK_PIN_NO(65) | 2) 478*354d7675SEmmanuel Vadot 479*354d7675SEmmanuel Vadot #define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0) 480*354d7675SEmmanuel Vadot #define PINMUX_GPIO66__FUNC_MIPI3_SCLK (MTK_PIN_NO(66) | 1) 481*354d7675SEmmanuel Vadot #define PINMUX_GPIO66__FUNC_BPI_OLAT3 (MTK_PIN_NO(66) | 2) 482*354d7675SEmmanuel Vadot 483*354d7675SEmmanuel Vadot #define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0) 484*354d7675SEmmanuel Vadot #define PINMUX_GPIO67__FUNC_MIPI2_SDATA (MTK_PIN_NO(67) | 1) 485*354d7675SEmmanuel Vadot 486*354d7675SEmmanuel Vadot #define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0) 487*354d7675SEmmanuel Vadot #define PINMUX_GPIO68__FUNC_MIPI2_SCLK (MTK_PIN_NO(68) | 1) 488*354d7675SEmmanuel Vadot 489*354d7675SEmmanuel Vadot #define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0) 490*354d7675SEmmanuel Vadot #define PINMUX_GPIO69__FUNC_BPI_BUS7 (MTK_PIN_NO(69) | 1) 491*354d7675SEmmanuel Vadot 492*354d7675SEmmanuel Vadot #define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0) 493*354d7675SEmmanuel Vadot #define PINMUX_GPIO70__FUNC_BPI_BUS6 (MTK_PIN_NO(70) | 1) 494*354d7675SEmmanuel Vadot 495*354d7675SEmmanuel Vadot #define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0) 496*354d7675SEmmanuel Vadot #define PINMUX_GPIO71__FUNC_BPI_BUS5 (MTK_PIN_NO(71) | 1) 497*354d7675SEmmanuel Vadot 498*354d7675SEmmanuel Vadot #define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0) 499*354d7675SEmmanuel Vadot #define PINMUX_GPIO72__FUNC_BPI_BUS4 (MTK_PIN_NO(72) | 1) 500*354d7675SEmmanuel Vadot 501*354d7675SEmmanuel Vadot #define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0) 502*354d7675SEmmanuel Vadot #define PINMUX_GPIO73__FUNC_BPI_BUS3 (MTK_PIN_NO(73) | 1) 503*354d7675SEmmanuel Vadot 504*354d7675SEmmanuel Vadot #define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0) 505*354d7675SEmmanuel Vadot #define PINMUX_GPIO74__FUNC_BPI_BUS2 (MTK_PIN_NO(74) | 1) 506*354d7675SEmmanuel Vadot 507*354d7675SEmmanuel Vadot #define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0) 508*354d7675SEmmanuel Vadot #define PINMUX_GPIO75__FUNC_BPI_BUS1 (MTK_PIN_NO(75) | 1) 509*354d7675SEmmanuel Vadot 510*354d7675SEmmanuel Vadot #define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0) 511*354d7675SEmmanuel Vadot #define PINMUX_GPIO76__FUNC_BPI_BUS0 (MTK_PIN_NO(76) | 1) 512*354d7675SEmmanuel Vadot 513*354d7675SEmmanuel Vadot #define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0) 514*354d7675SEmmanuel Vadot #define PINMUX_GPIO77__FUNC_BPI_ANT1 (MTK_PIN_NO(77) | 1) 515*354d7675SEmmanuel Vadot 516*354d7675SEmmanuel Vadot #define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0) 517*354d7675SEmmanuel Vadot #define PINMUX_GPIO78__FUNC_BPI_OLAT0 (MTK_PIN_NO(78) | 1) 518*354d7675SEmmanuel Vadot 519*354d7675SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0) 520*354d7675SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_BPI_PA_VM1 (MTK_PIN_NO(79) | 1) 521*354d7675SEmmanuel Vadot #define PINMUX_GPIO79__FUNC_MIPI4_SDATA (MTK_PIN_NO(79) | 2) 522*354d7675SEmmanuel Vadot 523*354d7675SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0) 524*354d7675SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_BPI_PA_VM0 (MTK_PIN_NO(80) | 1) 525*354d7675SEmmanuel Vadot #define PINMUX_GPIO80__FUNC_MIPI4_SCLK (MTK_PIN_NO(80) | 2) 526*354d7675SEmmanuel Vadot 527*354d7675SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0) 528*354d7675SEmmanuel Vadot #define PINMUX_GPIO81__FUNC_SDA1 (MTK_PIN_NO(81) | 1) 529*354d7675SEmmanuel Vadot 530*354d7675SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0) 531*354d7675SEmmanuel Vadot #define PINMUX_GPIO82__FUNC_SDA0 (MTK_PIN_NO(82) | 1) 532*354d7675SEmmanuel Vadot 533*354d7675SEmmanuel Vadot #define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0) 534*354d7675SEmmanuel Vadot #define PINMUX_GPIO83__FUNC_SCL0 (MTK_PIN_NO(83) | 1) 535*354d7675SEmmanuel Vadot 536*354d7675SEmmanuel Vadot #define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0) 537*354d7675SEmmanuel Vadot #define PINMUX_GPIO84__FUNC_SCL1 (MTK_PIN_NO(84) | 1) 538*354d7675SEmmanuel Vadot 539*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0) 540*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_SPI0_MI (MTK_PIN_NO(85) | 1) 541*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_SCP_SPI0_MI (MTK_PIN_NO(85) | 2) 542*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_CLKM3 (MTK_PIN_NO(85) | 3) 543*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_I2S1_BCK (MTK_PIN_NO(85) | 4) 544*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_MFG_DFD_JTAG_TDO (MTK_PIN_NO(85) | 5) 545*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_DFD_TDO (MTK_PIN_NO(85) | 6) 546*354d7675SEmmanuel Vadot #define PINMUX_GPIO85__FUNC_JTDO_SEL1 (MTK_PIN_NO(85) | 7) 547*354d7675SEmmanuel Vadot 548*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0) 549*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_SPI0_CSB (MTK_PIN_NO(86) | 1) 550*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_SCP_SPI0_CS (MTK_PIN_NO(86) | 2) 551*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_CLKM0 (MTK_PIN_NO(86) | 3) 552*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_I2S1_LRCK (MTK_PIN_NO(86) | 4) 553*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_MFG_DFD_JTAG_TMS (MTK_PIN_NO(86) | 5) 554*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_DFD_TMS (MTK_PIN_NO(86) | 6) 555*354d7675SEmmanuel Vadot #define PINMUX_GPIO86__FUNC_JTMS_SEL1 (MTK_PIN_NO(86) | 7) 556*354d7675SEmmanuel Vadot 557*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0) 558*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_SPI0_MO (MTK_PIN_NO(87) | 1) 559*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_SCP_SPI0_MO (MTK_PIN_NO(87) | 2) 560*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_SDA1 (MTK_PIN_NO(87) | 3) 561*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_I2S1_DO (MTK_PIN_NO(87) | 4) 562*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_MFG_DFD_JTAG_TDI (MTK_PIN_NO(87) | 5) 563*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_DFD_TDI (MTK_PIN_NO(87) | 6) 564*354d7675SEmmanuel Vadot #define PINMUX_GPIO87__FUNC_JTDI_SEL1 (MTK_PIN_NO(87) | 7) 565*354d7675SEmmanuel Vadot 566*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0) 567*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_SPI0_CLK (MTK_PIN_NO(88) | 1) 568*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_SCP_SPI0_CK (MTK_PIN_NO(88) | 2) 569*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_SCL1 (MTK_PIN_NO(88) | 3) 570*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_I2S1_MCK (MTK_PIN_NO(88) | 4) 571*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_MFG_DFD_JTAG_TCK (MTK_PIN_NO(88) | 5) 572*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_DFD_TCK_XI (MTK_PIN_NO(88) | 6) 573*354d7675SEmmanuel Vadot #define PINMUX_GPIO88__FUNC_JTCK_SEL1 (MTK_PIN_NO(88) | 7) 574*354d7675SEmmanuel Vadot 575*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0) 576*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_SRCLKENAI0 (MTK_PIN_NO(89) | 1) 577*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_PWM_C (MTK_PIN_NO(89) | 2) 578*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_I2S5_BCK (MTK_PIN_NO(89) | 3) 579*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_ANT_SEL6 (MTK_PIN_NO(89) | 4) 580*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_SDA8 (MTK_PIN_NO(89) | 5) 581*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_CMVREF0 (MTK_PIN_NO(89) | 6) 582*354d7675SEmmanuel Vadot #define PINMUX_GPIO89__FUNC_DBG_MON_A21 (MTK_PIN_NO(89) | 7) 583*354d7675SEmmanuel Vadot 584*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0) 585*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_PWM_A (MTK_PIN_NO(90) | 1) 586*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_CMMCLK2 (MTK_PIN_NO(90) | 2) 587*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_I2S5_LRCK (MTK_PIN_NO(90) | 3) 588*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(90) | 4) 589*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_SCL8 (MTK_PIN_NO(90) | 5) 590*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_PTA_RXD (MTK_PIN_NO(90) | 6) 591*354d7675SEmmanuel Vadot #define PINMUX_GPIO90__FUNC_DBG_MON_A22 (MTK_PIN_NO(90) | 7) 592*354d7675SEmmanuel Vadot 593*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0) 594*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_KPROW1 (MTK_PIN_NO(91) | 1) 595*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_PWM_B (MTK_PIN_NO(91) | 2) 596*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_I2S5_DO (MTK_PIN_NO(91) | 3) 597*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_ANT_SEL7 (MTK_PIN_NO(91) | 4) 598*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_CMMCLK3 (MTK_PIN_NO(91) | 5) 599*354d7675SEmmanuel Vadot #define PINMUX_GPIO91__FUNC_PTA_TXD (MTK_PIN_NO(91) | 6) 600*354d7675SEmmanuel Vadot 601*354d7675SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0) 602*354d7675SEmmanuel Vadot #define PINMUX_GPIO92__FUNC_KPROW0 (MTK_PIN_NO(92) | 1) 603*354d7675SEmmanuel Vadot 604*354d7675SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0) 605*354d7675SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_KPCOL0 (MTK_PIN_NO(93) | 1) 606*354d7675SEmmanuel Vadot #define PINMUX_GPIO93__FUNC_DBG_MON_B27 (MTK_PIN_NO(93) | 7) 607*354d7675SEmmanuel Vadot 608*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0) 609*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_KPCOL1 (MTK_PIN_NO(94) | 1) 610*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_I2S2_DI2 (MTK_PIN_NO(94) | 2) 611*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_I2S5_MCK (MTK_PIN_NO(94) | 3) 612*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_CMMCLK2 (MTK_PIN_NO(94) | 4) 613*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_SCP_SPI2_MI (MTK_PIN_NO(94) | 5) 614*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_SRCLKENAI1 (MTK_PIN_NO(94) | 6) 615*354d7675SEmmanuel Vadot #define PINMUX_GPIO94__FUNC_SPI2_MI (MTK_PIN_NO(94) | 7) 616*354d7675SEmmanuel Vadot 617*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0) 618*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_URXD0 (MTK_PIN_NO(95) | 1) 619*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_UTXD0 (MTK_PIN_NO(95) | 2) 620*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_MD_URXD0 (MTK_PIN_NO(95) | 3) 621*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_MD_URXD1 (MTK_PIN_NO(95) | 4) 622*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_SSPM_URXD_AO (MTK_PIN_NO(95) | 5) 623*354d7675SEmmanuel Vadot #define PINMUX_GPIO95__FUNC_CCU_URXD_AO (MTK_PIN_NO(95) | 6) 624*354d7675SEmmanuel Vadot 625*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0) 626*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_UTXD0 (MTK_PIN_NO(96) | 1) 627*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_URXD0 (MTK_PIN_NO(96) | 2) 628*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_MD_UTXD0 (MTK_PIN_NO(96) | 3) 629*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_MD_UTXD1 (MTK_PIN_NO(96) | 4) 630*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(96) | 5) 631*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_CCU_UTXD_AO (MTK_PIN_NO(96) | 6) 632*354d7675SEmmanuel Vadot #define PINMUX_GPIO96__FUNC_DBG_MON_B2 (MTK_PIN_NO(96) | 7) 633*354d7675SEmmanuel Vadot 634*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0) 635*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_UCTS0 (MTK_PIN_NO(97) | 1) 636*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_I2S2_MCK (MTK_PIN_NO(97) | 2) 637*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_IDDIG (MTK_PIN_NO(97) | 3) 638*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_CONN_MCU_TDO (MTK_PIN_NO(97) | 4) 639*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(97) | 5) 640*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_IO_JTAG_TDO (MTK_PIN_NO(97) | 6) 641*354d7675SEmmanuel Vadot #define PINMUX_GPIO97__FUNC_DBG_MON_B3 (MTK_PIN_NO(97) | 7) 642*354d7675SEmmanuel Vadot 643*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0) 644*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_URTS0 (MTK_PIN_NO(98) | 1) 645*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_I2S2_BCK (MTK_PIN_NO(98) | 2) 646*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_USB_DRVVBUS (MTK_PIN_NO(98) | 3) 647*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_CONN_MCU_TMS (MTK_PIN_NO(98) | 4) 648*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(98) | 5) 649*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_IO_JTAG_TMS (MTK_PIN_NO(98) | 6) 650*354d7675SEmmanuel Vadot #define PINMUX_GPIO98__FUNC_DBG_MON_B4 (MTK_PIN_NO(98) | 7) 651*354d7675SEmmanuel Vadot 652*354d7675SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0) 653*354d7675SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_CMMCLK0 (MTK_PIN_NO(99) | 1) 654*354d7675SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(99) | 4) 655*354d7675SEmmanuel Vadot #define PINMUX_GPIO99__FUNC_DBG_MON_B28 (MTK_PIN_NO(99) | 7) 656*354d7675SEmmanuel Vadot 657*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0) 658*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_CMMCLK1 (MTK_PIN_NO(100) | 1) 659*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_PWM_C (MTK_PIN_NO(100) | 2) 660*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(100) | 3) 661*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(100) | 4) 662*354d7675SEmmanuel Vadot #define PINMUX_GPIO100__FUNC_DBG_MON_B29 (MTK_PIN_NO(100) | 7) 663*354d7675SEmmanuel Vadot 664*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0) 665*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_CLKM2 (MTK_PIN_NO(101) | 1) 666*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_I2S2_LRCK (MTK_PIN_NO(101) | 2) 667*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_CMVREF1 (MTK_PIN_NO(101) | 3) 668*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_CONN_MCU_TCK (MTK_PIN_NO(101) | 4) 669*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(101) | 5) 670*354d7675SEmmanuel Vadot #define PINMUX_GPIO101__FUNC_IO_JTAG_TCK (MTK_PIN_NO(101) | 6) 671*354d7675SEmmanuel Vadot 672*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0) 673*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_CLKM1 (MTK_PIN_NO(102) | 1) 674*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_I2S2_DI (MTK_PIN_NO(102) | 2) 675*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(102) | 3) 676*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_CONN_MCU_TDI (MTK_PIN_NO(102) | 4) 677*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(102) | 5) 678*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_IO_JTAG_TDI (MTK_PIN_NO(102) | 6) 679*354d7675SEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DBG_MON_B8 (MTK_PIN_NO(102) | 7) 680*354d7675SEmmanuel Vadot 681*354d7675SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0) 682*354d7675SEmmanuel Vadot #define PINMUX_GPIO103__FUNC_SCL2 (MTK_PIN_NO(103) | 1) 683*354d7675SEmmanuel Vadot 684*354d7675SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0) 685*354d7675SEmmanuel Vadot #define PINMUX_GPIO104__FUNC_SDA2 (MTK_PIN_NO(104) | 1) 686*354d7675SEmmanuel Vadot 687*354d7675SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0) 688*354d7675SEmmanuel Vadot #define PINMUX_GPIO105__FUNC_SCL4 (MTK_PIN_NO(105) | 1) 689*354d7675SEmmanuel Vadot 690*354d7675SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0) 691*354d7675SEmmanuel Vadot #define PINMUX_GPIO106__FUNC_SDA4 (MTK_PIN_NO(106) | 1) 692*354d7675SEmmanuel Vadot 693*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0) 694*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_DMIC_CLK (MTK_PIN_NO(107) | 1) 695*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_ANT_SEL0 (MTK_PIN_NO(107) | 2) 696*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_CLKM0 (MTK_PIN_NO(107) | 3) 697*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_SDA7 (MTK_PIN_NO(107) | 4) 698*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(107) | 5) 699*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_PWM_A (MTK_PIN_NO(107) | 6) 700*354d7675SEmmanuel Vadot #define PINMUX_GPIO107__FUNC_DBG_MON_B12 (MTK_PIN_NO(107) | 7) 701*354d7675SEmmanuel Vadot 702*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0) 703*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_CMMCLK2 (MTK_PIN_NO(108) | 1) 704*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_ANT_SEL1 (MTK_PIN_NO(108) | 2) 705*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_CLKM1 (MTK_PIN_NO(108) | 3) 706*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_SCL8 (MTK_PIN_NO(108) | 4) 707*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_DAP_MD32_SWD (MTK_PIN_NO(108) | 5) 708*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_PWM_B (MTK_PIN_NO(108) | 6) 709*354d7675SEmmanuel Vadot #define PINMUX_GPIO108__FUNC_DBG_MON_B13 (MTK_PIN_NO(108) | 7) 710*354d7675SEmmanuel Vadot 711*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0) 712*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_DMIC_DAT (MTK_PIN_NO(109) | 1) 713*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_ANT_SEL2 (MTK_PIN_NO(109) | 2) 714*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_CLKM2 (MTK_PIN_NO(109) | 3) 715*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_SDA8 (MTK_PIN_NO(109) | 4) 716*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(109) | 5) 717*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_PWM_C (MTK_PIN_NO(109) | 6) 718*354d7675SEmmanuel Vadot #define PINMUX_GPIO109__FUNC_DBG_MON_B14 (MTK_PIN_NO(109) | 7) 719*354d7675SEmmanuel Vadot 720*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0) 721*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_SCL7 (MTK_PIN_NO(110) | 1) 722*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_ANT_SEL0 (MTK_PIN_NO(110) | 2) 723*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_TP_URXD1_AO (MTK_PIN_NO(110) | 3) 724*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_USB_DRVVBUS (MTK_PIN_NO(110) | 4) 725*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_SRCLKENAI1 (MTK_PIN_NO(110) | 5) 726*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_KPCOL2 (MTK_PIN_NO(110) | 6) 727*354d7675SEmmanuel Vadot #define PINMUX_GPIO110__FUNC_URXD1 (MTK_PIN_NO(110) | 7) 728*354d7675SEmmanuel Vadot 729*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0) 730*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_CMMCLK3 (MTK_PIN_NO(111) | 1) 731*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_ANT_SEL1 (MTK_PIN_NO(111) | 2) 732*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_SRCLKENAI0 (MTK_PIN_NO(111) | 3) 733*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(111) | 4) 734*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(111) | 5) 735*354d7675SEmmanuel Vadot #define PINMUX_GPIO111__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(111) | 7) 736*354d7675SEmmanuel Vadot 737*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0) 738*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_SDA7 (MTK_PIN_NO(112) | 1) 739*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_ANT_SEL2 (MTK_PIN_NO(112) | 2) 740*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_TP_UTXD1_AO (MTK_PIN_NO(112) | 3) 741*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_IDDIG (MTK_PIN_NO(112) | 4) 742*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_AGPS_SYNC (MTK_PIN_NO(112) | 5) 743*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_KPROW2 (MTK_PIN_NO(112) | 6) 744*354d7675SEmmanuel Vadot #define PINMUX_GPIO112__FUNC_UTXD1 (MTK_PIN_NO(112) | 7) 745*354d7675SEmmanuel Vadot 746*354d7675SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0) 747*354d7675SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_CONN_TOP_CLK (MTK_PIN_NO(113) | 1) 748*354d7675SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_SCL6 (MTK_PIN_NO(113) | 3) 749*354d7675SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_AUXIF_CLK0 (MTK_PIN_NO(113) | 4) 750*354d7675SEmmanuel Vadot #define PINMUX_GPIO113__FUNC_TP_UCTS1_AO (MTK_PIN_NO(113) | 6) 751*354d7675SEmmanuel Vadot 752*354d7675SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0) 753*354d7675SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_CONN_TOP_DATA (MTK_PIN_NO(114) | 1) 754*354d7675SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_SDA6 (MTK_PIN_NO(114) | 3) 755*354d7675SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_AUXIF_ST0 (MTK_PIN_NO(114) | 4) 756*354d7675SEmmanuel Vadot #define PINMUX_GPIO114__FUNC_TP_URTS1_AO (MTK_PIN_NO(114) | 6) 757*354d7675SEmmanuel Vadot 758*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0) 759*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_CONN_BT_CLK (MTK_PIN_NO(115) | 1) 760*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_UTXD1 (MTK_PIN_NO(115) | 2) 761*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_PTA_TXD (MTK_PIN_NO(115) | 3) 762*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_AUXIF_CLK1 (MTK_PIN_NO(115) | 4) 763*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_DAP_MD32_SWD (MTK_PIN_NO(115) | 5) 764*354d7675SEmmanuel Vadot #define PINMUX_GPIO115__FUNC_TP_UTXD1_AO (MTK_PIN_NO(115) | 6) 765*354d7675SEmmanuel Vadot 766*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0) 767*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_CONN_BT_DATA (MTK_PIN_NO(116) | 1) 768*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_IPU_JTAG_TRST (MTK_PIN_NO(116) | 2) 769*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_AUXIF_ST1 (MTK_PIN_NO(116) | 4) 770*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(116) | 5) 771*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_TP_URXD2_AO (MTK_PIN_NO(116) | 6) 772*354d7675SEmmanuel Vadot #define PINMUX_GPIO116__FUNC_DBG_MON_A0 (MTK_PIN_NO(116) | 7) 773*354d7675SEmmanuel Vadot 774*354d7675SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0) 775*354d7675SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_CONN_WF_HB0 (MTK_PIN_NO(117) | 1) 776*354d7675SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_IPU_JTAG_TDO (MTK_PIN_NO(117) | 2) 777*354d7675SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_TP_UTXD2_AO (MTK_PIN_NO(117) | 6) 778*354d7675SEmmanuel Vadot #define PINMUX_GPIO117__FUNC_DBG_MON_A4 (MTK_PIN_NO(117) | 7) 779*354d7675SEmmanuel Vadot 780*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0) 781*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_CONN_WF_HB1 (MTK_PIN_NO(118) | 1) 782*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_IPU_JTAG_TDI (MTK_PIN_NO(118) | 2) 783*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_SSPM_URXD_AO (MTK_PIN_NO(118) | 5) 784*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_TP_UCTS2_AO (MTK_PIN_NO(118) | 6) 785*354d7675SEmmanuel Vadot #define PINMUX_GPIO118__FUNC_DBG_MON_A5 (MTK_PIN_NO(118) | 7) 786*354d7675SEmmanuel Vadot 787*354d7675SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0) 788*354d7675SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_CONN_WF_HB2 (MTK_PIN_NO(119) | 1) 789*354d7675SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_IPU_JTAG_TCK (MTK_PIN_NO(119) | 2) 790*354d7675SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(119) | 5) 791*354d7675SEmmanuel Vadot #define PINMUX_GPIO119__FUNC_TP_URTS2_AO (MTK_PIN_NO(119) | 6) 792*354d7675SEmmanuel Vadot 793*354d7675SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0) 794*354d7675SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_CONN_WB_PTA (MTK_PIN_NO(120) | 1) 795*354d7675SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_IPU_JTAG_TMS (MTK_PIN_NO(120) | 2) 796*354d7675SEmmanuel Vadot #define PINMUX_GPIO120__FUNC_CCU_URXD_AO (MTK_PIN_NO(120) | 5) 797*354d7675SEmmanuel Vadot 798*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0) 799*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_CONN_HRST_B (MTK_PIN_NO(121) | 1) 800*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_URXD1 (MTK_PIN_NO(121) | 2) 801*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_PTA_RXD (MTK_PIN_NO(121) | 3) 802*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_CCU_UTXD_AO (MTK_PIN_NO(121) | 5) 803*354d7675SEmmanuel Vadot #define PINMUX_GPIO121__FUNC_TP_URXD1_AO (MTK_PIN_NO(121) | 6) 804*354d7675SEmmanuel Vadot 805*354d7675SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0) 806*354d7675SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_MSDC0_CMD (MTK_PIN_NO(122) | 1) 807*354d7675SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_SSPM_URXD2_AO (MTK_PIN_NO(122) | 2) 808*354d7675SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_ANT_SEL1 (MTK_PIN_NO(122) | 3) 809*354d7675SEmmanuel Vadot #define PINMUX_GPIO122__FUNC_DBG_MON_A12 (MTK_PIN_NO(122) | 7) 810*354d7675SEmmanuel Vadot 811*354d7675SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0) 812*354d7675SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_MSDC0_DAT0 (MTK_PIN_NO(123) | 1) 813*354d7675SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_ANT_SEL0 (MTK_PIN_NO(123) | 3) 814*354d7675SEmmanuel Vadot #define PINMUX_GPIO123__FUNC_DBG_MON_A13 (MTK_PIN_NO(123) | 7) 815*354d7675SEmmanuel Vadot 816*354d7675SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0) 817*354d7675SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_MSDC0_CLK (MTK_PIN_NO(124) | 1) 818*354d7675SEmmanuel Vadot #define PINMUX_GPIO124__FUNC_DBG_MON_A14 (MTK_PIN_NO(124) | 7) 819*354d7675SEmmanuel Vadot 820*354d7675SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0) 821*354d7675SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_MSDC0_DAT2 (MTK_PIN_NO(125) | 1) 822*354d7675SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_MRG_CLK (MTK_PIN_NO(125) | 3) 823*354d7675SEmmanuel Vadot #define PINMUX_GPIO125__FUNC_DBG_MON_A15 (MTK_PIN_NO(125) | 7) 824*354d7675SEmmanuel Vadot 825*354d7675SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0) 826*354d7675SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_MSDC0_DAT4 (MTK_PIN_NO(126) | 1) 827*354d7675SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_ANT_SEL5 (MTK_PIN_NO(126) | 3) 828*354d7675SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(126) | 6) 829*354d7675SEmmanuel Vadot #define PINMUX_GPIO126__FUNC_DBG_MON_A16 (MTK_PIN_NO(126) | 7) 830*354d7675SEmmanuel Vadot 831*354d7675SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0) 832*354d7675SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_MSDC0_DAT6 (MTK_PIN_NO(127) | 1) 833*354d7675SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_ANT_SEL4 (MTK_PIN_NO(127) | 3) 834*354d7675SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(127) | 6) 835*354d7675SEmmanuel Vadot #define PINMUX_GPIO127__FUNC_DBG_MON_A17 (MTK_PIN_NO(127) | 7) 836*354d7675SEmmanuel Vadot 837*354d7675SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0) 838*354d7675SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_MSDC0_DAT1 (MTK_PIN_NO(128) | 1) 839*354d7675SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_ANT_SEL2 (MTK_PIN_NO(128) | 3) 840*354d7675SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_UFS_UNIPRO_SDA (MTK_PIN_NO(128) | 6) 841*354d7675SEmmanuel Vadot #define PINMUX_GPIO128__FUNC_DBG_MON_A18 (MTK_PIN_NO(128) | 7) 842*354d7675SEmmanuel Vadot 843*354d7675SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0) 844*354d7675SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_MSDC0_DAT5 (MTK_PIN_NO(129) | 1) 845*354d7675SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_ANT_SEL3 (MTK_PIN_NO(129) | 3) 846*354d7675SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_UFS_UNIPRO_SCL (MTK_PIN_NO(129) | 6) 847*354d7675SEmmanuel Vadot #define PINMUX_GPIO129__FUNC_DBG_MON_A23 (MTK_PIN_NO(129) | 7) 848*354d7675SEmmanuel Vadot 849*354d7675SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0) 850*354d7675SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_MSDC0_DAT7 (MTK_PIN_NO(130) | 1) 851*354d7675SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_MRG_DO (MTK_PIN_NO(130) | 3) 852*354d7675SEmmanuel Vadot #define PINMUX_GPIO130__FUNC_DBG_MON_A24 (MTK_PIN_NO(130) | 7) 853*354d7675SEmmanuel Vadot 854*354d7675SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0) 855*354d7675SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_MSDC0_DSL (MTK_PIN_NO(131) | 1) 856*354d7675SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_MRG_SYNC (MTK_PIN_NO(131) | 3) 857*354d7675SEmmanuel Vadot #define PINMUX_GPIO131__FUNC_DBG_MON_A25 (MTK_PIN_NO(131) | 7) 858*354d7675SEmmanuel Vadot 859*354d7675SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0) 860*354d7675SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_MSDC0_DAT3 (MTK_PIN_NO(132) | 1) 861*354d7675SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_MRG_DI (MTK_PIN_NO(132) | 3) 862*354d7675SEmmanuel Vadot #define PINMUX_GPIO132__FUNC_DBG_MON_A26 (MTK_PIN_NO(132) | 7) 863*354d7675SEmmanuel Vadot 864*354d7675SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0) 865*354d7675SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_MSDC0_RSTB (MTK_PIN_NO(133) | 1) 866*354d7675SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_AGPS_SYNC (MTK_PIN_NO(133) | 3) 867*354d7675SEmmanuel Vadot #define PINMUX_GPIO133__FUNC_DBG_MON_A27 (MTK_PIN_NO(133) | 7) 868*354d7675SEmmanuel Vadot 869*354d7675SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0) 870*354d7675SEmmanuel Vadot #define PINMUX_GPIO134__FUNC_RTC32K_CK (MTK_PIN_NO(134) | 1) 871*354d7675SEmmanuel Vadot 872*354d7675SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0) 873*354d7675SEmmanuel Vadot #define PINMUX_GPIO135__FUNC_WATCHDOG (MTK_PIN_NO(135) | 1) 874*354d7675SEmmanuel Vadot 875*354d7675SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0) 876*354d7675SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(136) | 1) 877*354d7675SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_AUD_CLK_MISO (MTK_PIN_NO(136) | 2) 878*354d7675SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_I2S1_MCK (MTK_PIN_NO(136) | 3) 879*354d7675SEmmanuel Vadot #define PINMUX_GPIO136__FUNC_UFS_UNIPRO_SCL (MTK_PIN_NO(136) | 6) 880*354d7675SEmmanuel Vadot 881*354d7675SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0) 882*354d7675SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(137) | 1) 883*354d7675SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(137) | 2) 884*354d7675SEmmanuel Vadot #define PINMUX_GPIO137__FUNC_I2S1_BCK (MTK_PIN_NO(137) | 3) 885*354d7675SEmmanuel Vadot 886*354d7675SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0) 887*354d7675SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(138) | 1) 888*354d7675SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(138) | 2) 889*354d7675SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_I2S1_LRCK (MTK_PIN_NO(138) | 3) 890*354d7675SEmmanuel Vadot #define PINMUX_GPIO138__FUNC_DBG_MON_B24 (MTK_PIN_NO(138) | 7) 891*354d7675SEmmanuel Vadot 892*354d7675SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0) 893*354d7675SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(139) | 1) 894*354d7675SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(139) | 2) 895*354d7675SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_I2S1_DO (MTK_PIN_NO(139) | 3) 896*354d7675SEmmanuel Vadot #define PINMUX_GPIO139__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(139) | 6) 897*354d7675SEmmanuel Vadot 898*354d7675SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0) 899*354d7675SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_AUD_CLK_MISO (MTK_PIN_NO(140) | 1) 900*354d7675SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(140) | 2) 901*354d7675SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_I2S0_MCK (MTK_PIN_NO(140) | 3) 902*354d7675SEmmanuel Vadot #define PINMUX_GPIO140__FUNC_UFS_UNIPRO_SDA (MTK_PIN_NO(140) | 6) 903*354d7675SEmmanuel Vadot 904*354d7675SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0) 905*354d7675SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(141) | 1) 906*354d7675SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(141) | 2) 907*354d7675SEmmanuel Vadot #define PINMUX_GPIO141__FUNC_I2S0_BCK (MTK_PIN_NO(141) | 3) 908*354d7675SEmmanuel Vadot 909*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0) 910*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(142) | 1) 911*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(142) | 2) 912*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_I2S0_LRCK (MTK_PIN_NO(142) | 3) 913*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_VOW_DAT_MISO (MTK_PIN_NO(142) | 4) 914*354d7675SEmmanuel Vadot #define PINMUX_GPIO142__FUNC_DBG_MON_B25 (MTK_PIN_NO(142) | 7) 915*354d7675SEmmanuel Vadot 916*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0) 917*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(143) | 1) 918*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(143) | 2) 919*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_I2S0_DI (MTK_PIN_NO(143) | 3) 920*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_VOW_CLK_MISO (MTK_PIN_NO(143) | 4) 921*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(143) | 6) 922*354d7675SEmmanuel Vadot #define PINMUX_GPIO143__FUNC_DBG_MON_B26 (MTK_PIN_NO(143) | 7) 923*354d7675SEmmanuel Vadot 924*354d7675SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_GPIO144 (MTK_PIN_NO(144) | 0) 925*354d7675SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(144) | 1) 926*354d7675SEmmanuel Vadot #define PINMUX_GPIO144__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(144) | 2) 927*354d7675SEmmanuel Vadot 928*354d7675SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_GPIO145 (MTK_PIN_NO(145) | 0) 929*354d7675SEmmanuel Vadot #define PINMUX_GPIO145__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(145) | 1) 930*354d7675SEmmanuel Vadot 931*354d7675SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_GPIO146 (MTK_PIN_NO(146) | 0) 932*354d7675SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(146) | 1) 933*354d7675SEmmanuel Vadot #define PINMUX_GPIO146__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(146) | 2) 934*354d7675SEmmanuel Vadot 935*354d7675SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_GPIO147 (MTK_PIN_NO(147) | 0) 936*354d7675SEmmanuel Vadot #define PINMUX_GPIO147__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(147) | 1) 937*354d7675SEmmanuel Vadot 938*354d7675SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_GPIO148 (MTK_PIN_NO(148) | 0) 939*354d7675SEmmanuel Vadot #define PINMUX_GPIO148__FUNC_SRCLKENA0 (MTK_PIN_NO(148) | 1) 940*354d7675SEmmanuel Vadot 941*354d7675SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_GPIO149 (MTK_PIN_NO(149) | 0) 942*354d7675SEmmanuel Vadot #define PINMUX_GPIO149__FUNC_SRCLKENA1 (MTK_PIN_NO(149) | 1) 943*354d7675SEmmanuel Vadot 944*354d7675SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_GPIO150 (MTK_PIN_NO(150) | 0) 945*354d7675SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_PWM_A (MTK_PIN_NO(150) | 1) 946*354d7675SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_CMFLASH (MTK_PIN_NO(150) | 2) 947*354d7675SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_CLKM0 (MTK_PIN_NO(150) | 3) 948*354d7675SEmmanuel Vadot #define PINMUX_GPIO150__FUNC_DBG_MON_B30 (MTK_PIN_NO(150) | 7) 949*354d7675SEmmanuel Vadot 950*354d7675SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_GPIO151 (MTK_PIN_NO(151) | 0) 951*354d7675SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_PWM_B (MTK_PIN_NO(151) | 1) 952*354d7675SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_CMVREF0 (MTK_PIN_NO(151) | 2) 953*354d7675SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_CLKM1 (MTK_PIN_NO(151) | 3) 954*354d7675SEmmanuel Vadot #define PINMUX_GPIO151__FUNC_DBG_MON_B20 (MTK_PIN_NO(151) | 7) 955*354d7675SEmmanuel Vadot 956*354d7675SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_GPIO152 (MTK_PIN_NO(152) | 0) 957*354d7675SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_PWM_C (MTK_PIN_NO(152) | 1) 958*354d7675SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_CMFLASH (MTK_PIN_NO(152) | 2) 959*354d7675SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_CLKM2 (MTK_PIN_NO(152) | 3) 960*354d7675SEmmanuel Vadot #define PINMUX_GPIO152__FUNC_DBG_MON_B21 (MTK_PIN_NO(152) | 7) 961*354d7675SEmmanuel Vadot 962*354d7675SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_GPIO153 (MTK_PIN_NO(153) | 0) 963*354d7675SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_PWM_A (MTK_PIN_NO(153) | 1) 964*354d7675SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_CMVREF0 (MTK_PIN_NO(153) | 2) 965*354d7675SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_CLKM3 (MTK_PIN_NO(153) | 3) 966*354d7675SEmmanuel Vadot #define PINMUX_GPIO153__FUNC_DBG_MON_B22 (MTK_PIN_NO(153) | 7) 967*354d7675SEmmanuel Vadot 968*354d7675SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_GPIO154 (MTK_PIN_NO(154) | 0) 969*354d7675SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(154) | 1) 970*354d7675SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(154) | 2) 971*354d7675SEmmanuel Vadot #define PINMUX_GPIO154__FUNC_DBG_MON_B18 (MTK_PIN_NO(154) | 7) 972*354d7675SEmmanuel Vadot 973*354d7675SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_GPIO155 (MTK_PIN_NO(155) | 0) 974*354d7675SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_ANT_SEL0 (MTK_PIN_NO(155) | 1) 975*354d7675SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(155) | 2) 976*354d7675SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_CMVREF1 (MTK_PIN_NO(155) | 3) 977*354d7675SEmmanuel Vadot #define PINMUX_GPIO155__FUNC_SCP_JTAG_TDI (MTK_PIN_NO(155) | 7) 978*354d7675SEmmanuel Vadot 979*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_GPIO156 (MTK_PIN_NO(156) | 0) 980*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_ANT_SEL1 (MTK_PIN_NO(156) | 1) 981*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_SRCLKENAI0 (MTK_PIN_NO(156) | 2) 982*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_SCL6 (MTK_PIN_NO(156) | 3) 983*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_KPCOL2 (MTK_PIN_NO(156) | 4) 984*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_IDDIG (MTK_PIN_NO(156) | 5) 985*354d7675SEmmanuel Vadot #define PINMUX_GPIO156__FUNC_SCP_JTAG_TCK (MTK_PIN_NO(156) | 7) 986*354d7675SEmmanuel Vadot 987*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_GPIO157 (MTK_PIN_NO(157) | 0) 988*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_ANT_SEL2 (MTK_PIN_NO(157) | 1) 989*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_SRCLKENAI1 (MTK_PIN_NO(157) | 2) 990*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_SDA6 (MTK_PIN_NO(157) | 3) 991*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_KPROW2 (MTK_PIN_NO(157) | 4) 992*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_USB_DRVVBUS (MTK_PIN_NO(157) | 5) 993*354d7675SEmmanuel Vadot #define PINMUX_GPIO157__FUNC_SCP_JTAG_TRSTN (MTK_PIN_NO(157) | 7) 994*354d7675SEmmanuel Vadot 995*354d7675SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_GPIO158 (MTK_PIN_NO(158) | 0) 996*354d7675SEmmanuel Vadot #define PINMUX_GPIO158__FUNC_ANT_SEL3 (MTK_PIN_NO(158) | 1) 997*354d7675SEmmanuel Vadot 998*354d7675SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_GPIO159 (MTK_PIN_NO(159) | 0) 999*354d7675SEmmanuel Vadot #define PINMUX_GPIO159__FUNC_ANT_SEL4 (MTK_PIN_NO(159) | 1) 1000*354d7675SEmmanuel Vadot 1001*354d7675SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_GPIO160 (MTK_PIN_NO(160) | 0) 1002*354d7675SEmmanuel Vadot #define PINMUX_GPIO160__FUNC_ANT_SEL5 (MTK_PIN_NO(160) | 1) 1003*354d7675SEmmanuel Vadot 1004*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_GPIO161 (MTK_PIN_NO(161) | 0) 1005*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_SPI1_A_MI (MTK_PIN_NO(161) | 1) 1006*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_SCP_SPI1_MI (MTK_PIN_NO(161) | 2) 1007*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_IDDIG (MTK_PIN_NO(161) | 3) 1008*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_ANT_SEL6 (MTK_PIN_NO(161) | 4) 1009*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_KPCOL2 (MTK_PIN_NO(161) | 5) 1010*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_PTA_RXD (MTK_PIN_NO(161) | 6) 1011*354d7675SEmmanuel Vadot #define PINMUX_GPIO161__FUNC_DBG_MON_B19 (MTK_PIN_NO(161) | 7) 1012*354d7675SEmmanuel Vadot 1013*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_GPIO162 (MTK_PIN_NO(162) | 0) 1014*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_SPI1_A_CSB (MTK_PIN_NO(162) | 1) 1015*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_SCP_SPI1_CS (MTK_PIN_NO(162) | 2) 1016*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_USB_DRVVBUS (MTK_PIN_NO(162) | 3) 1017*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_ANT_SEL5 (MTK_PIN_NO(162) | 4) 1018*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_KPROW2 (MTK_PIN_NO(162) | 5) 1019*354d7675SEmmanuel Vadot #define PINMUX_GPIO162__FUNC_PTA_TXD (MTK_PIN_NO(162) | 6) 1020*354d7675SEmmanuel Vadot 1021*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_GPIO163 (MTK_PIN_NO(163) | 0) 1022*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_SPI1_A_MO (MTK_PIN_NO(163) | 1) 1023*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_SCP_SPI1_MO (MTK_PIN_NO(163) | 2) 1024*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_SDA1 (MTK_PIN_NO(163) | 3) 1025*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_ANT_SEL4 (MTK_PIN_NO(163) | 4) 1026*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_CMMCLK2 (MTK_PIN_NO(163) | 5) 1027*354d7675SEmmanuel Vadot #define PINMUX_GPIO163__FUNC_DMIC_CLK (MTK_PIN_NO(163) | 6) 1028*354d7675SEmmanuel Vadot 1029*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_GPIO164 (MTK_PIN_NO(164) | 0) 1030*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_SPI1_A_CLK (MTK_PIN_NO(164) | 1) 1031*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_SCP_SPI1_CK (MTK_PIN_NO(164) | 2) 1032*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_SCL1 (MTK_PIN_NO(164) | 3) 1033*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_ANT_SEL3 (MTK_PIN_NO(164) | 4) 1034*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_CMMCLK3 (MTK_PIN_NO(164) | 5) 1035*354d7675SEmmanuel Vadot #define PINMUX_GPIO164__FUNC_DMIC_DAT (MTK_PIN_NO(164) | 6) 1036*354d7675SEmmanuel Vadot 1037*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_GPIO165 (MTK_PIN_NO(165) | 0) 1038*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_PWM_B (MTK_PIN_NO(165) | 1) 1039*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_CMMCLK2 (MTK_PIN_NO(165) | 2) 1040*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(165) | 3) 1041*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_TDM_MCK_2ND (MTK_PIN_NO(165) | 6) 1042*354d7675SEmmanuel Vadot #define PINMUX_GPIO165__FUNC_SCP_JTAG_TDO (MTK_PIN_NO(165) | 7) 1043*354d7675SEmmanuel Vadot 1044*354d7675SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_GPIO166 (MTK_PIN_NO(166) | 0) 1045*354d7675SEmmanuel Vadot #define PINMUX_GPIO166__FUNC_ANT_SEL6 (MTK_PIN_NO(166) | 1) 1046*354d7675SEmmanuel Vadot 1047*354d7675SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_GPIO167 (MTK_PIN_NO(167) | 0) 1048*354d7675SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_RFIC0_BSI_EN (MTK_PIN_NO(167) | 1) 1049*354d7675SEmmanuel Vadot #define PINMUX_GPIO167__FUNC_SPM_BSI_EN (MTK_PIN_NO(167) | 2) 1050*354d7675SEmmanuel Vadot 1051*354d7675SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_GPIO168 (MTK_PIN_NO(168) | 0) 1052*354d7675SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_RFIC0_BSI_CK (MTK_PIN_NO(168) | 1) 1053*354d7675SEmmanuel Vadot #define PINMUX_GPIO168__FUNC_SPM_BSI_CK (MTK_PIN_NO(168) | 2) 1054*354d7675SEmmanuel Vadot 1055*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_GPIO169 (MTK_PIN_NO(169) | 0) 1056*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_PWM_C (MTK_PIN_NO(169) | 1) 1057*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_CMMCLK3 (MTK_PIN_NO(169) | 2) 1058*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_CMVREF1 (MTK_PIN_NO(169) | 3) 1059*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_ANT_SEL7 (MTK_PIN_NO(169) | 4) 1060*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_AGPS_SYNC (MTK_PIN_NO(169) | 5) 1061*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_TDM_BCK_2ND (MTK_PIN_NO(169) | 6) 1062*354d7675SEmmanuel Vadot #define PINMUX_GPIO169__FUNC_SCP_JTAG_TMS (MTK_PIN_NO(169) | 7) 1063*354d7675SEmmanuel Vadot 1064*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_GPIO170 (MTK_PIN_NO(170) | 0) 1065*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_I2S1_BCK (MTK_PIN_NO(170) | 1) 1066*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_I2S3_BCK (MTK_PIN_NO(170) | 2) 1067*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_SCL7 (MTK_PIN_NO(170) | 3) 1068*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_I2S5_BCK (MTK_PIN_NO(170) | 4) 1069*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(170) | 5) 1070*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_TDM_LRCK_2ND (MTK_PIN_NO(170) | 6) 1071*354d7675SEmmanuel Vadot #define PINMUX_GPIO170__FUNC_ANT_SEL3 (MTK_PIN_NO(170) | 7) 1072*354d7675SEmmanuel Vadot 1073*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_GPIO171 (MTK_PIN_NO(171) | 0) 1074*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_I2S1_LRCK (MTK_PIN_NO(171) | 1) 1075*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_I2S3_LRCK (MTK_PIN_NO(171) | 2) 1076*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_SDA7 (MTK_PIN_NO(171) | 3) 1077*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_I2S5_LRCK (MTK_PIN_NO(171) | 4) 1078*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_URXD1 (MTK_PIN_NO(171) | 5) 1079*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_TDM_DATA0_2ND (MTK_PIN_NO(171) | 6) 1080*354d7675SEmmanuel Vadot #define PINMUX_GPIO171__FUNC_ANT_SEL4 (MTK_PIN_NO(171) | 7) 1081*354d7675SEmmanuel Vadot 1082*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_GPIO172 (MTK_PIN_NO(172) | 0) 1083*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_I2S1_DO (MTK_PIN_NO(172) | 1) 1084*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_I2S3_DO (MTK_PIN_NO(172) | 2) 1085*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_SCL8 (MTK_PIN_NO(172) | 3) 1086*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_I2S5_DO (MTK_PIN_NO(172) | 4) 1087*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_UTXD1 (MTK_PIN_NO(172) | 5) 1088*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_TDM_DATA1_2ND (MTK_PIN_NO(172) | 6) 1089*354d7675SEmmanuel Vadot #define PINMUX_GPIO172__FUNC_ANT_SEL5 (MTK_PIN_NO(172) | 7) 1090*354d7675SEmmanuel Vadot 1091*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_GPIO173 (MTK_PIN_NO(173) | 0) 1092*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_I2S1_MCK (MTK_PIN_NO(173) | 1) 1093*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_I2S3_MCK (MTK_PIN_NO(173) | 2) 1094*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_SDA8 (MTK_PIN_NO(173) | 3) 1095*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_I2S5_MCK (MTK_PIN_NO(173) | 4) 1096*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_UCTS0 (MTK_PIN_NO(173) | 5) 1097*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_TDM_DATA2_2ND (MTK_PIN_NO(173) | 6) 1098*354d7675SEmmanuel Vadot #define PINMUX_GPIO173__FUNC_ANT_SEL6 (MTK_PIN_NO(173) | 7) 1099*354d7675SEmmanuel Vadot 1100*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_GPIO174 (MTK_PIN_NO(174) | 0) 1101*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_I2S2_DI (MTK_PIN_NO(174) | 1) 1102*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_I2S0_DI (MTK_PIN_NO(174) | 2) 1103*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(174) | 3) 1104*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_I2S2_DI2 (MTK_PIN_NO(174) | 4) 1105*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_URTS0 (MTK_PIN_NO(174) | 5) 1106*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_TDM_DATA3_2ND (MTK_PIN_NO(174) | 6) 1107*354d7675SEmmanuel Vadot #define PINMUX_GPIO174__FUNC_ANT_SEL7 (MTK_PIN_NO(174) | 7) 1108*354d7675SEmmanuel Vadot 1109*354d7675SEmmanuel Vadot #define PINMUX_GPIO175__FUNC_GPIO175 (MTK_PIN_NO(175) | 0) 1110*354d7675SEmmanuel Vadot #define PINMUX_GPIO175__FUNC_ANT_SEL7 (MTK_PIN_NO(175) | 1) 1111*354d7675SEmmanuel Vadot 1112*354d7675SEmmanuel Vadot #define PINMUX_GPIO176__FUNC_GPIO176 (MTK_PIN_NO(176) | 0) 1113*354d7675SEmmanuel Vadot 1114*354d7675SEmmanuel Vadot #define PINMUX_GPIO177__FUNC_GPIO177 (MTK_PIN_NO(177) | 0) 1115*354d7675SEmmanuel Vadot 1116*354d7675SEmmanuel Vadot #define PINMUX_GPIO178__FUNC_GPIO178 (MTK_PIN_NO(178) | 0) 1117*354d7675SEmmanuel Vadot 1118*354d7675SEmmanuel Vadot #define PINMUX_GPIO179__FUNC_GPIO179 (MTK_PIN_NO(179) | 0) 1119*354d7675SEmmanuel Vadot 1120*354d7675SEmmanuel Vadot #endif /* __MT8183-PINFUNC_H */ 1121