1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (C) 2019 MediaTek Inc.
4*c66ec88fSEmmanuel Vadot  * Author: Andy Teng <andy.teng@mediatek.com>
5*c66ec88fSEmmanuel Vadot  *
6*c66ec88fSEmmanuel Vadot  */
7*c66ec88fSEmmanuel Vadot 
8*c66ec88fSEmmanuel Vadot #ifndef __MT6779_PINFUNC_H
9*c66ec88fSEmmanuel Vadot #define __MT6779_PINFUNC_H
10*c66ec88fSEmmanuel Vadot 
11*c66ec88fSEmmanuel Vadot #include <dt-bindings/pinctrl/mt65xx.h>
12*c66ec88fSEmmanuel Vadot 
13*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)
14*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SPI6_MI (MTK_PIN_NO(0) | 1)
15*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_I2S5_LRCK (MTK_PIN_NO(0) | 2)
16*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_TDM_LRCK_2ND (MTK_PIN_NO(0) | 3)
17*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_PCM1_SYNC (MTK_PIN_NO(0) | 4)
18*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_SCL_6306 (MTK_PIN_NO(0) | 5)
19*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 6)
20*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO0__FUNC_PTA_RXD (MTK_PIN_NO(0) | 7)
21*c66ec88fSEmmanuel Vadot 
22*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0)
23*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_SPI6_CSB (MTK_PIN_NO(1) | 1)
24*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_I2S5_DO (MTK_PIN_NO(1) | 2)
25*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_TDM_DATA0_2ND (MTK_PIN_NO(1) | 3)
26*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_PCM1_DO0 (MTK_PIN_NO(1) | 4)
27*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_SDA_6306 (MTK_PIN_NO(1) | 5)
28*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_TP_GPIO1_AO (MTK_PIN_NO(1) | 6)
29*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO1__FUNC_PTA_TXD (MTK_PIN_NO(1) | 7)
30*c66ec88fSEmmanuel Vadot 
31*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0)
32*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_SPI6_MO (MTK_PIN_NO(2) | 1)
33*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_I2S5_BCK (MTK_PIN_NO(2) | 2)
34*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_TDM_BCK_2ND (MTK_PIN_NO(2) | 3)
35*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_PCM1_CLK (MTK_PIN_NO(2) | 4)
36*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(2) | 5)
37*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO2__FUNC_TP_GPIO2_AO (MTK_PIN_NO(2) | 6)
38*c66ec88fSEmmanuel Vadot 
39*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0)
40*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_SPI6_CLK (MTK_PIN_NO(3) | 1)
41*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_I2S5_MCK (MTK_PIN_NO(3) | 2)
42*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TDM_MCK_2ND (MTK_PIN_NO(3) | 3)
43*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(3) | 4)
44*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(3) | 5)
45*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO3__FUNC_TP_GPIO3_AO (MTK_PIN_NO(3) | 6)
46*c66ec88fSEmmanuel Vadot 
47*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0)
48*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_SPI7_MI (MTK_PIN_NO(4) | 1)
49*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_I2S0_MCK (MTK_PIN_NO(4) | 2)
50*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TDM_DATA1_2ND (MTK_PIN_NO(4) | 3)
51*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_PCM1_DO1 (MTK_PIN_NO(4) | 4)
52*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_DMIC1_CLK (MTK_PIN_NO(4) | 5)
53*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_TP_GPIO4_AO (MTK_PIN_NO(4) | 6)
54*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO4__FUNC_SCL8 (MTK_PIN_NO(4) | 7)
55*c66ec88fSEmmanuel Vadot 
56*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0)
57*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_SPI7_CSB (MTK_PIN_NO(5) | 1)
58*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_I2S0_BCK (MTK_PIN_NO(5) | 2)
59*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TDM_DATA2_2ND (MTK_PIN_NO(5) | 3)
60*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_PCM1_DO2 (MTK_PIN_NO(5) | 4)
61*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_DMIC1_DAT (MTK_PIN_NO(5) | 5)
62*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_TP_GPIO5_AO (MTK_PIN_NO(5) | 6)
63*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO5__FUNC_SDA8 (MTK_PIN_NO(5) | 7)
64*c66ec88fSEmmanuel Vadot 
65*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0)
66*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_SPI7_MO (MTK_PIN_NO(6) | 1)
67*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_I2S0_LRCK (MTK_PIN_NO(6) | 2)
68*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TDM_DATA3_2ND (MTK_PIN_NO(6) | 3)
69*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_PCM1_DI (MTK_PIN_NO(6) | 4)
70*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_DMIC_CLK (MTK_PIN_NO(6) | 5)
71*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_TP_GPIO6_AO (MTK_PIN_NO(6) | 6)
72*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO6__FUNC_SCL9 (MTK_PIN_NO(6) | 7)
73*c66ec88fSEmmanuel Vadot 
74*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0)
75*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_SPI7_CLK (MTK_PIN_NO(7) | 1)
76*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_I2S0_DI (MTK_PIN_NO(7) | 2)
77*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_SRCLKENAI1 (MTK_PIN_NO(7) | 3)
78*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(7) | 4)
79*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_DMIC_DAT (MTK_PIN_NO(7) | 5)
80*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_TP_GPIO7_AO (MTK_PIN_NO(7) | 6)
81*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO7__FUNC_SDA9 (MTK_PIN_NO(7) | 7)
82*c66ec88fSEmmanuel Vadot 
83*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0)
84*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_PWM_0 (MTK_PIN_NO(8) | 1)
85*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_I2S2_DI2 (MTK_PIN_NO(8) | 2)
86*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_SRCLKENAI0 (MTK_PIN_NO(8) | 3)
87*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_URXD1 (MTK_PIN_NO(8) | 4)
88*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_I2S0_MCK (MTK_PIN_NO(8) | 5)
89*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(8) | 6)
90*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO8__FUNC_IDDIG (MTK_PIN_NO(8) | 7)
91*c66ec88fSEmmanuel Vadot 
92*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0)
93*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_PWM_3 (MTK_PIN_NO(9) | 1)
94*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_MD_INT0 (MTK_PIN_NO(9) | 2)
95*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_SRCLKENAI1 (MTK_PIN_NO(9) | 3)
96*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_UTXD1 (MTK_PIN_NO(9) | 4)
97*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_I2S0_BCK (MTK_PIN_NO(9) | 5)
98*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(9) | 6)
99*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO9__FUNC_USB_DRVVBUS (MTK_PIN_NO(9) | 7)
100*c66ec88fSEmmanuel Vadot 
101*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0)
102*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_MSDC1_CLK_A (MTK_PIN_NO(10) | 1)
103*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_TP_URXD1_AO (MTK_PIN_NO(10) | 2)
104*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_I2S1_LRCK (MTK_PIN_NO(10) | 3)
105*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_UCTS0 (MTK_PIN_NO(10) | 4)
106*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_DMIC1_CLK (MTK_PIN_NO(10) | 5)
107*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_KPCOL2 (MTK_PIN_NO(10) | 6)
108*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO10__FUNC_SCL8 (MTK_PIN_NO(10) | 7)
109*c66ec88fSEmmanuel Vadot 
110*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0)
111*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_MSDC1_CMD_A (MTK_PIN_NO(11) | 1)
112*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_TP_UTXD1_AO (MTK_PIN_NO(11) | 2)
113*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_I2S1_DO (MTK_PIN_NO(11) | 3)
114*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_URTS0 (MTK_PIN_NO(11) | 4)
115*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_DMIC1_DAT (MTK_PIN_NO(11) | 5)
116*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_KPROW2 (MTK_PIN_NO(11) | 6)
117*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO11__FUNC_SDA8 (MTK_PIN_NO(11) | 7)
118*c66ec88fSEmmanuel Vadot 
119*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0)
120*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_MSDC1_DAT3_A (MTK_PIN_NO(12) | 1)
121*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_TP_URXD2_AO (MTK_PIN_NO(12) | 2)
122*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_I2S1_MCK (MTK_PIN_NO(12) | 3)
123*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_UCTS1 (MTK_PIN_NO(12) | 4)
124*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_DMIC_CLK (MTK_PIN_NO(12) | 5)
125*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_ANT_SEL9 (MTK_PIN_NO(12) | 6)
126*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO12__FUNC_SCL9 (MTK_PIN_NO(12) | 7)
127*c66ec88fSEmmanuel Vadot 
128*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0)
129*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_MSDC1_DAT0_A (MTK_PIN_NO(13) | 1)
130*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_TP_UTXD2_AO (MTK_PIN_NO(13) | 2)
131*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_I2S1_BCK (MTK_PIN_NO(13) | 3)
132*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_URTS1 (MTK_PIN_NO(13) | 4)
133*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_DMIC_DAT (MTK_PIN_NO(13) | 5)
134*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_ANT_SEL10 (MTK_PIN_NO(13) | 6)
135*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO13__FUNC_SDA9 (MTK_PIN_NO(13) | 7)
136*c66ec88fSEmmanuel Vadot 
137*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0)
138*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_MSDC1_DAT2_A (MTK_PIN_NO(14) | 1)
139*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_PWM_3 (MTK_PIN_NO(14) | 2)
140*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_IDDIG (MTK_PIN_NO(14) | 3)
141*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_MD_INT0 (MTK_PIN_NO(14) | 4)
142*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_PTA_RXD (MTK_PIN_NO(14) | 5)
143*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO14__FUNC_ANT_SEL11 (MTK_PIN_NO(14) | 6)
144*c66ec88fSEmmanuel Vadot 
145*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0)
146*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_MSDC1_DAT1_A (MTK_PIN_NO(15) | 1)
147*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(15) | 2)
148*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_USB_DRVVBUS (MTK_PIN_NO(15) | 3)
149*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(15) | 4)
150*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_PTA_TXD (MTK_PIN_NO(15) | 5)
151*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO15__FUNC_ANT_SEL12 (MTK_PIN_NO(15) | 6)
152*c66ec88fSEmmanuel Vadot 
153*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0)
154*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_SRCLKENAI0 (MTK_PIN_NO(16) | 1)
155*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(16) | 2)
156*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_MFG_EJTAG_TRSTN (MTK_PIN_NO(16) | 3)
157*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(16) | 4)
158*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(16) | 5)
159*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_PWM_2 (MTK_PIN_NO(16) | 6)
160*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO16__FUNC_JTRSTN_SEL1 (MTK_PIN_NO(16) | 7)
161*c66ec88fSEmmanuel Vadot 
162*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0)
163*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_SPI0_A_MI (MTK_PIN_NO(17) | 1)
164*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_SCP_SPI0_MI (MTK_PIN_NO(17) | 2)
165*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_MFG_EJTAG_TDO (MTK_PIN_NO(17) | 3)
166*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_DPI_HSYNC (MTK_PIN_NO(17) | 4)
167*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_MFG_DFD_JTAG_TDO (MTK_PIN_NO(17) | 5)
168*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_DFD_TDO (MTK_PIN_NO(17) | 6)
169*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO17__FUNC_JTDO_SEL1 (MTK_PIN_NO(17) | 7)
170*c66ec88fSEmmanuel Vadot 
171*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0)
172*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SPI0_A_MO (MTK_PIN_NO(18) | 1)
173*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_SCP_SPI0_MO (MTK_PIN_NO(18) | 2)
174*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_MFG_EJTAG_TDI (MTK_PIN_NO(18) | 3)
175*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_DPI_VSYNC (MTK_PIN_NO(18) | 4)
176*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_MFG_DFD_JTAG_TDI (MTK_PIN_NO(18) | 5)
177*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_DFD_TDI (MTK_PIN_NO(18) | 6)
178*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO18__FUNC_JTDI_SEL1 (MTK_PIN_NO(18) | 7)
179*c66ec88fSEmmanuel Vadot 
180*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0)
181*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SPI0_A_CSB (MTK_PIN_NO(19) | 1)
182*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_SCP_SPI0_CS (MTK_PIN_NO(19) | 2)
183*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_MFG_EJTAG_TMS (MTK_PIN_NO(19) | 3)
184*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_DPI_DE (MTK_PIN_NO(19) | 4)
185*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_MFG_DFD_JTAG_TMS (MTK_PIN_NO(19) | 5)
186*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_DFD_TMS (MTK_PIN_NO(19) | 6)
187*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO19__FUNC_JTMS_SEL1 (MTK_PIN_NO(19) | 7)
188*c66ec88fSEmmanuel Vadot 
189*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0)
190*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SPI0_A_CLK (MTK_PIN_NO(20) | 1)
191*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_SCP_SPI0_CK (MTK_PIN_NO(20) | 2)
192*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_MFG_EJTAG_TCK (MTK_PIN_NO(20) | 3)
193*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_DPI_CK (MTK_PIN_NO(20) | 4)
194*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_MFG_DFD_JTAG_TCK (MTK_PIN_NO(20) | 5)
195*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_DFD_TCK_XI (MTK_PIN_NO(20) | 6)
196*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO20__FUNC_JTCK_SEL1 (MTK_PIN_NO(20) | 7)
197*c66ec88fSEmmanuel Vadot 
198*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0)
199*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_PWM_0 (MTK_PIN_NO(21) | 1)
200*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CMFLASH0 (MTK_PIN_NO(21) | 2)
201*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CMVREF2 (MTK_PIN_NO(21) | 3)
202*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CLKM0 (MTK_PIN_NO(21) | 4)
203*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_ANT_SEL9 (MTK_PIN_NO(21) | 5)
204*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(21) | 6)
205*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO21__FUNC_DBG_MON_A27 (MTK_PIN_NO(21) | 7)
206*c66ec88fSEmmanuel Vadot 
207*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0)
208*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_PWM_1 (MTK_PIN_NO(22) | 1)
209*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_CMFLASH1 (MTK_PIN_NO(22) | 2)
210*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_CMVREF3 (MTK_PIN_NO(22) | 3)
211*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_CLKM1 (MTK_PIN_NO(22) | 4)
212*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_ANT_SEL10 (MTK_PIN_NO(22) | 5)
213*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO22__FUNC_DBG_MON_A28 (MTK_PIN_NO(22) | 7)
214*c66ec88fSEmmanuel Vadot 
215*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0)
216*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_PWM_2 (MTK_PIN_NO(23) | 1)
217*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_CMFLASH2 (MTK_PIN_NO(23) | 2)
218*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_CMVREF0 (MTK_PIN_NO(23) | 3)
219*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_CLKM2 (MTK_PIN_NO(23) | 4)
220*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_ANT_SEL11 (MTK_PIN_NO(23) | 5)
221*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO23__FUNC_DBG_MON_A29 (MTK_PIN_NO(23) | 7)
222*c66ec88fSEmmanuel Vadot 
223*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0)
224*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_PWM_0 (MTK_PIN_NO(24) | 1)
225*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_CMFLASH3 (MTK_PIN_NO(24) | 2)
226*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_CMVREF1 (MTK_PIN_NO(24) | 3)
227*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_CLKM3 (MTK_PIN_NO(24) | 4)
228*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_ANT_SEL12 (MTK_PIN_NO(24) | 5)
229*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO24__FUNC_DBG_MON_A30 (MTK_PIN_NO(24) | 7)
230*c66ec88fSEmmanuel Vadot 
231*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0)
232*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SRCLKENAI0 (MTK_PIN_NO(25) | 1)
233*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_UCTS0 (MTK_PIN_NO(25) | 2)
234*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_SCL8 (MTK_PIN_NO(25) | 3)
235*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_CMVREF4 (MTK_PIN_NO(25) | 4)
236*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_I2S0_LRCK (MTK_PIN_NO(25) | 5)
237*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(25) | 6)
238*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO25__FUNC_DBG_MON_A31 (MTK_PIN_NO(25) | 7)
239*c66ec88fSEmmanuel Vadot 
240*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0)
241*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_PWM_0 (MTK_PIN_NO(26) | 1)
242*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_URTS0 (MTK_PIN_NO(26) | 2)
243*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_SDA8 (MTK_PIN_NO(26) | 3)
244*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_CLKM0 (MTK_PIN_NO(26) | 4)
245*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_I2S0_DI (MTK_PIN_NO(26) | 5)
246*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_AGPS_SYNC (MTK_PIN_NO(26) | 6)
247*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO26__FUNC_DBG_MON_A32 (MTK_PIN_NO(26) | 7)
248*c66ec88fSEmmanuel Vadot 
249*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0)
250*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO27__FUNC_AP_GOOD (MTK_PIN_NO(27) | 1)
251*c66ec88fSEmmanuel Vadot 
252*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0)
253*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO28__FUNC_SCL5 (MTK_PIN_NO(28) | 1)
254*c66ec88fSEmmanuel Vadot 
255*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0)
256*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO29__FUNC_SDA5 (MTK_PIN_NO(29) | 1)
257*c66ec88fSEmmanuel Vadot 
258*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0)
259*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_I2S1_MCK (MTK_PIN_NO(30) | 1)
260*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_I2S3_MCK (MTK_PIN_NO(30) | 2)
261*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_I2S2_MCK (MTK_PIN_NO(30) | 3)
262*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_DPI_D0 (MTK_PIN_NO(30) | 4)
263*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_SPI4_MI (MTK_PIN_NO(30) | 5)
264*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO30__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(30) | 6)
265*c66ec88fSEmmanuel Vadot 
266*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0)
267*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S1_BCK (MTK_PIN_NO(31) | 1)
268*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S3_BCK (MTK_PIN_NO(31) | 2)
269*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_I2S2_BCK (MTK_PIN_NO(31) | 3)
270*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_DPI_D1 (MTK_PIN_NO(31) | 4)
271*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_SPI4_CSB (MTK_PIN_NO(31) | 5)
272*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO31__FUNC_CONN_MCU_TDO (MTK_PIN_NO(31) | 6)
273*c66ec88fSEmmanuel Vadot 
274*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0)
275*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S1_LRCK (MTK_PIN_NO(32) | 1)
276*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S3_LRCK (MTK_PIN_NO(32) | 2)
277*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_I2S2_LRCK (MTK_PIN_NO(32) | 3)
278*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_DPI_D2 (MTK_PIN_NO(32) | 4)
279*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_SPI4_MO (MTK_PIN_NO(32) | 5)
280*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO32__FUNC_CONN_MCU_TDI (MTK_PIN_NO(32) | 6)
281*c66ec88fSEmmanuel Vadot 
282*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0)
283*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S2_DI (MTK_PIN_NO(33) | 1)
284*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S0_DI (MTK_PIN_NO(33) | 2)
285*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_I2S5_DO (MTK_PIN_NO(33) | 3)
286*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_DPI_D3 (MTK_PIN_NO(33) | 4)
287*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_SPI4_CLK (MTK_PIN_NO(33) | 5)
288*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO33__FUNC_CONN_MCU_TMS (MTK_PIN_NO(33) | 6)
289*c66ec88fSEmmanuel Vadot 
290*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0)
291*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S1_DO (MTK_PIN_NO(34) | 1)
292*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S3_DO (MTK_PIN_NO(34) | 2)
293*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_I2S2_DI2 (MTK_PIN_NO(34) | 3)
294*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_DPI_D4 (MTK_PIN_NO(34) | 4)
295*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_AGPS_SYNC (MTK_PIN_NO(34) | 5)
296*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO34__FUNC_CONN_MCU_TCK (MTK_PIN_NO(34) | 6)
297*c66ec88fSEmmanuel Vadot 
298*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0)
299*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_TDM_LRCK (MTK_PIN_NO(35) | 1)
300*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_I2S1_LRCK (MTK_PIN_NO(35) | 2)
301*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_I2S5_LRCK (MTK_PIN_NO(35) | 3)
302*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_DPI_D5 (MTK_PIN_NO(35) | 4)
303*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_SPI5_A_MO (MTK_PIN_NO(35) | 5)
304*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_IO_JTAG_TDI (MTK_PIN_NO(35) | 6)
305*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO35__FUNC_PWM_2 (MTK_PIN_NO(35) | 7)
306*c66ec88fSEmmanuel Vadot 
307*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0)
308*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_TDM_BCK (MTK_PIN_NO(36) | 1)
309*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_I2S1_BCK (MTK_PIN_NO(36) | 2)
310*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_I2S5_BCK (MTK_PIN_NO(36) | 3)
311*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_DPI_D6 (MTK_PIN_NO(36) | 4)
312*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_SPI5_A_CSB (MTK_PIN_NO(36) | 5)
313*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_IO_JTAG_TRSTN (MTK_PIN_NO(36) | 6)
314*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO36__FUNC_SRCLKENAI1 (MTK_PIN_NO(36) | 7)
315*c66ec88fSEmmanuel Vadot 
316*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0)
317*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_TDM_MCK (MTK_PIN_NO(37) | 1)
318*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_I2S1_MCK (MTK_PIN_NO(37) | 2)
319*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_I2S5_MCK (MTK_PIN_NO(37) | 3)
320*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_DPI_D7 (MTK_PIN_NO(37) | 4)
321*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_SPI5_A_MI (MTK_PIN_NO(37) | 5)
322*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_IO_JTAG_TCK (MTK_PIN_NO(37) | 6)
323*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO37__FUNC_SRCLKENAI0 (MTK_PIN_NO(37) | 7)
324*c66ec88fSEmmanuel Vadot 
325*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0)
326*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_TDM_DATA0 (MTK_PIN_NO(38) | 1)
327*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_I2S2_DI (MTK_PIN_NO(38) | 2)
328*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_I2S5_DO (MTK_PIN_NO(38) | 3)
329*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_DPI_D8 (MTK_PIN_NO(38) | 4)
330*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_SPI5_A_CLK (MTK_PIN_NO(38) | 5)
331*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_IO_JTAG_TDO (MTK_PIN_NO(38) | 6)
332*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO38__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(38) | 7)
333*c66ec88fSEmmanuel Vadot 
334*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0)
335*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_TDM_DATA1 (MTK_PIN_NO(39) | 1)
336*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_I2S1_DO (MTK_PIN_NO(39) | 2)
337*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_I2S2_DI2 (MTK_PIN_NO(39) | 3)
338*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_DPI_D9 (MTK_PIN_NO(39) | 4)
339*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(39) | 5)
340*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_IO_JTAG_TMS (MTK_PIN_NO(39) | 6)
341*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO39__FUNC_IDDIG (MTK_PIN_NO(39) | 7)
342*c66ec88fSEmmanuel Vadot 
343*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0)
344*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_TDM_DATA2 (MTK_PIN_NO(40) | 1)
345*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_SCL9 (MTK_PIN_NO(40) | 2)
346*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_PWM_3 (MTK_PIN_NO(40) | 3)
347*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_DPI_D10 (MTK_PIN_NO(40) | 4)
348*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_SRCLKENAI0 (MTK_PIN_NO(40) | 5)
349*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_DAP_MD32_SWD (MTK_PIN_NO(40) | 6)
350*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO40__FUNC_USB_DRVVBUS (MTK_PIN_NO(40) | 7)
351*c66ec88fSEmmanuel Vadot 
352*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0)
353*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_TDM_DATA3 (MTK_PIN_NO(41) | 1)
354*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_SDA9 (MTK_PIN_NO(41) | 2)
355*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_PWM_1 (MTK_PIN_NO(41) | 3)
356*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_DPI_D11 (MTK_PIN_NO(41) | 4)
357*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_CLKM1 (MTK_PIN_NO(41) | 5)
358*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO41__FUNC_DAP_MD32_SWCK (MTK_PIN_NO(41) | 6)
359*c66ec88fSEmmanuel Vadot 
360*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0)
361*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO42__FUNC_DISP_PWM (MTK_PIN_NO(42) | 1)
362*c66ec88fSEmmanuel Vadot 
363*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0)
364*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO43__FUNC_DSI_TE (MTK_PIN_NO(43) | 1)
365*c66ec88fSEmmanuel Vadot 
366*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0)
367*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO44__FUNC_LCM_RST (MTK_PIN_NO(44) | 1)
368*c66ec88fSEmmanuel Vadot 
369*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0)
370*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO45__FUNC_SCL6 (MTK_PIN_NO(45) | 1)
371*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO45__FUNC_SCP_SCL0 (MTK_PIN_NO(45) | 2)
372*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO45__FUNC_SCP_SCL1 (MTK_PIN_NO(45) | 3)
373*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO45__FUNC_SCL_6306 (MTK_PIN_NO(45) | 4)
374*c66ec88fSEmmanuel Vadot 
375*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0)
376*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO46__FUNC_SDA6 (MTK_PIN_NO(46) | 1)
377*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO46__FUNC_SCP_SDA0 (MTK_PIN_NO(46) | 2)
378*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO46__FUNC_SCP_SDA1 (MTK_PIN_NO(46) | 3)
379*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO46__FUNC_SDA_6306 (MTK_PIN_NO(46) | 4)
380*c66ec88fSEmmanuel Vadot 
381*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0)
382*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_SPI1_A_MI (MTK_PIN_NO(47) | 1)
383*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_SCP_SPI1_A_MI (MTK_PIN_NO(47) | 2)
384*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_KPCOL2 (MTK_PIN_NO(47) | 3)
385*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_MD_URXD0 (MTK_PIN_NO(47) | 4)
386*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_CONN_UART0_RXD (MTK_PIN_NO(47) | 5)
387*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_SSPM_URXD_AO (MTK_PIN_NO(47) | 6)
388*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO47__FUNC_DBG_MON_B32 (MTK_PIN_NO(47) | 7)
389*c66ec88fSEmmanuel Vadot 
390*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0)
391*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_SPI1_A_CSB (MTK_PIN_NO(48) | 1)
392*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_SCP_SPI1_A_CS (MTK_PIN_NO(48) | 2)
393*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_KPROW2 (MTK_PIN_NO(48) | 3)
394*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_MD_UTXD0 (MTK_PIN_NO(48) | 4)
395*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_CONN_UART0_TXD (MTK_PIN_NO(48) | 5)
396*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(48) | 6)
397*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO48__FUNC_DBG_MON_B31 (MTK_PIN_NO(48) | 7)
398*c66ec88fSEmmanuel Vadot 
399*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0)
400*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_SPI1_A_MO (MTK_PIN_NO(49) | 1)
401*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_SCP_SPI1_A_MO (MTK_PIN_NO(49) | 2)
402*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_UCTS0 (MTK_PIN_NO(49) | 3)
403*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_MD_URXD1 (MTK_PIN_NO(49) | 4)
404*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_PWM_1 (MTK_PIN_NO(49) | 5)
405*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_TP_URXD2_AO (MTK_PIN_NO(49) | 6)
406*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO49__FUNC_DBG_MON_B30 (MTK_PIN_NO(49) | 7)
407*c66ec88fSEmmanuel Vadot 
408*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0)
409*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_SPI1_A_CLK (MTK_PIN_NO(50) | 1)
410*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_SCP_SPI1_A_CK (MTK_PIN_NO(50) | 2)
411*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_URTS0 (MTK_PIN_NO(50) | 3)
412*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_MD_UTXD1 (MTK_PIN_NO(50) | 4)
413*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_WIFI_TXD (MTK_PIN_NO(50) | 5)
414*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_TP_UTXD2_AO (MTK_PIN_NO(50) | 6)
415*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO50__FUNC_DBG_MON_B29 (MTK_PIN_NO(50) | 7)
416*c66ec88fSEmmanuel Vadot 
417*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0)
418*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO51__FUNC_SCL0 (MTK_PIN_NO(51) | 1)
419*c66ec88fSEmmanuel Vadot 
420*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0)
421*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO52__FUNC_SDA0 (MTK_PIN_NO(52) | 1)
422*c66ec88fSEmmanuel Vadot 
423*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0)
424*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_URXD0 (MTK_PIN_NO(53) | 1)
425*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_UTXD0 (MTK_PIN_NO(53) | 2)
426*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_MD_URXD0 (MTK_PIN_NO(53) | 3)
427*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_MD_URXD1 (MTK_PIN_NO(53) | 4)
428*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_SSPM_URXD_AO (MTK_PIN_NO(53) | 5)
429*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO53__FUNC_CONN_UART0_RXD (MTK_PIN_NO(53) | 7)
430*c66ec88fSEmmanuel Vadot 
431*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0)
432*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_UTXD0 (MTK_PIN_NO(54) | 1)
433*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_URXD0 (MTK_PIN_NO(54) | 2)
434*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_MD_UTXD0 (MTK_PIN_NO(54) | 3)
435*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_MD_UTXD1 (MTK_PIN_NO(54) | 4)
436*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(54) | 5)
437*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_WIFI_TXD (MTK_PIN_NO(54) | 6)
438*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO54__FUNC_CONN_UART0_TXD (MTK_PIN_NO(54) | 7)
439*c66ec88fSEmmanuel Vadot 
440*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0)
441*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO55__FUNC_SCL3 (MTK_PIN_NO(55) | 1)
442*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO55__FUNC_SCP_SCL0 (MTK_PIN_NO(55) | 2)
443*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO55__FUNC_SCP_SCL1 (MTK_PIN_NO(55) | 3)
444*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO55__FUNC_SCL_6306 (MTK_PIN_NO(55) | 4)
445*c66ec88fSEmmanuel Vadot 
446*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0)
447*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SDA3 (MTK_PIN_NO(56) | 1)
448*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SCP_SDA0 (MTK_PIN_NO(56) | 2)
449*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SCP_SDA1 (MTK_PIN_NO(56) | 3)
450*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO56__FUNC_SDA_6306 (MTK_PIN_NO(56) | 4)
451*c66ec88fSEmmanuel Vadot 
452*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0)
453*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_KPROW1 (MTK_PIN_NO(57) | 1)
454*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_PWM_1 (MTK_PIN_NO(57) | 2)
455*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(57) | 3)
456*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_CLKM1 (MTK_PIN_NO(57) | 4)
457*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_IDDIG (MTK_PIN_NO(57) | 5)
458*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(57) | 6)
459*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO57__FUNC_MBISTREADEN_TRIGGER (MTK_PIN_NO(57) | 7)
460*c66ec88fSEmmanuel Vadot 
461*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0)
462*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO58__FUNC_KPROW0 (MTK_PIN_NO(58) | 1)
463*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO58__FUNC_DBG_MON_B28 (MTK_PIN_NO(58) | 7)
464*c66ec88fSEmmanuel Vadot 
465*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0)
466*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO59__FUNC_KPCOL0 (MTK_PIN_NO(59) | 1)
467*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO59__FUNC_DBG_MON_B27 (MTK_PIN_NO(59) | 7)
468*c66ec88fSEmmanuel Vadot 
469*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0)
470*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_KPCOL1 (MTK_PIN_NO(60) | 1)
471*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_PWM_2 (MTK_PIN_NO(60) | 2)
472*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_UCTS1 (MTK_PIN_NO(60) | 3)
473*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_CLKM2 (MTK_PIN_NO(60) | 4)
474*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_USB_DRVVBUS (MTK_PIN_NO(60) | 5)
475*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO60__FUNC_MBISTWRITEEN_TRIGGER (MTK_PIN_NO(60) | 7)
476*c66ec88fSEmmanuel Vadot 
477*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0)
478*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO61__FUNC_SCL1 (MTK_PIN_NO(61) | 1)
479*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO61__FUNC_SCP_SCL0 (MTK_PIN_NO(61) | 2)
480*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO61__FUNC_SCP_SCL1 (MTK_PIN_NO(61) | 3)
481*c66ec88fSEmmanuel Vadot 
482*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0)
483*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO62__FUNC_SDA1 (MTK_PIN_NO(62) | 1)
484*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO62__FUNC_SCP_SDA0 (MTK_PIN_NO(62) | 2)
485*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO62__FUNC_SCP_SDA1 (MTK_PIN_NO(62) | 3)
486*c66ec88fSEmmanuel Vadot 
487*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0)
488*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_SPI2_MI (MTK_PIN_NO(63) | 1)
489*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_SCP_SPI2_MI (MTK_PIN_NO(63) | 2)
490*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_KPCOL2 (MTK_PIN_NO(63) | 3)
491*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_MRG_DI (MTK_PIN_NO(63) | 4)
492*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_MD_URXD0 (MTK_PIN_NO(63) | 5)
493*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_CONN_UART0_RXD (MTK_PIN_NO(63) | 6)
494*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO63__FUNC_DBG_MON_B26 (MTK_PIN_NO(63) | 7)
495*c66ec88fSEmmanuel Vadot 
496*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0)
497*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_SPI2_CSB (MTK_PIN_NO(64) | 1)
498*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_SCP_SPI2_CS (MTK_PIN_NO(64) | 2)
499*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_KPROW2 (MTK_PIN_NO(64) | 3)
500*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_MRG_SYNC (MTK_PIN_NO(64) | 4)
501*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_MD_UTXD0 (MTK_PIN_NO(64) | 5)
502*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_CONN_UART0_TXD (MTK_PIN_NO(64) | 6)
503*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO64__FUNC_DBG_MON_B25 (MTK_PIN_NO(64) | 7)
504*c66ec88fSEmmanuel Vadot 
505*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0)
506*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_SPI2_MO (MTK_PIN_NO(65) | 1)
507*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_SCP_SPI2_MO (MTK_PIN_NO(65) | 2)
508*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_SCP_SDA1 (MTK_PIN_NO(65) | 3)
509*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_MRG_DO (MTK_PIN_NO(65) | 4)
510*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_MD_URXD1 (MTK_PIN_NO(65) | 5)
511*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO65__FUNC_PWM_3 (MTK_PIN_NO(65) | 6)
512*c66ec88fSEmmanuel Vadot 
513*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0)
514*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_SPI2_CLK (MTK_PIN_NO(66) | 1)
515*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_SCP_SPI2_CK (MTK_PIN_NO(66) | 2)
516*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_SCP_SCL1 (MTK_PIN_NO(66) | 3)
517*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_MRG_CLK (MTK_PIN_NO(66) | 4)
518*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_MD_UTXD1 (MTK_PIN_NO(66) | 5)
519*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO66__FUNC_WIFI_TXD (MTK_PIN_NO(66) | 6)
520*c66ec88fSEmmanuel Vadot 
521*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0)
522*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_I2S3_LRCK (MTK_PIN_NO(67) | 1)
523*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_I2S1_LRCK (MTK_PIN_NO(67) | 2)
524*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_URXD1 (MTK_PIN_NO(67) | 3)
525*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_PCM0_SYNC (MTK_PIN_NO(67) | 4)
526*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_I2S5_LRCK (MTK_PIN_NO(67) | 5)
527*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_ANT_SEL9 (MTK_PIN_NO(67) | 6)
528*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO67__FUNC_DBG_MON_B10 (MTK_PIN_NO(67) | 7)
529*c66ec88fSEmmanuel Vadot 
530*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0)
531*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_I2S3_DO (MTK_PIN_NO(68) | 1)
532*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_I2S1_DO (MTK_PIN_NO(68) | 2)
533*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_UTXD1 (MTK_PIN_NO(68) | 3)
534*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_PCM0_DO (MTK_PIN_NO(68) | 4)
535*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_I2S5_DO (MTK_PIN_NO(68) | 5)
536*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_ANT_SEL10 (MTK_PIN_NO(68) | 6)
537*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO68__FUNC_DBG_MON_B9 (MTK_PIN_NO(68) | 7)
538*c66ec88fSEmmanuel Vadot 
539*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0)
540*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_I2S3_MCK (MTK_PIN_NO(69) | 1)
541*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_I2S1_MCK (MTK_PIN_NO(69) | 2)
542*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_URTS1 (MTK_PIN_NO(69) | 3)
543*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_AGPS_SYNC (MTK_PIN_NO(69) | 4)
544*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_I2S5_MCK (MTK_PIN_NO(69) | 5)
545*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(69) | 6)
546*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO69__FUNC_DBG_MON_B8 (MTK_PIN_NO(69) | 7)
547*c66ec88fSEmmanuel Vadot 
548*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0)
549*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_I2S0_DI (MTK_PIN_NO(70) | 1)
550*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_I2S2_DI (MTK_PIN_NO(70) | 2)
551*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_KPCOL2 (MTK_PIN_NO(70) | 3)
552*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_PCM0_DI (MTK_PIN_NO(70) | 4)
553*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_I2S2_DI2 (MTK_PIN_NO(70) | 5)
554*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_ANT_SEL11 (MTK_PIN_NO(70) | 6)
555*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO70__FUNC_DBG_MON_B7 (MTK_PIN_NO(70) | 7)
556*c66ec88fSEmmanuel Vadot 
557*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0)
558*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_I2S3_BCK (MTK_PIN_NO(71) | 1)
559*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_I2S1_BCK (MTK_PIN_NO(71) | 2)
560*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_KPROW2 (MTK_PIN_NO(71) | 3)
561*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_PCM0_CLK (MTK_PIN_NO(71) | 4)
562*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_I2S5_BCK (MTK_PIN_NO(71) | 5)
563*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_ANT_SEL12 (MTK_PIN_NO(71) | 6)
564*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO71__FUNC_DBG_MON_B6 (MTK_PIN_NO(71) | 7)
565*c66ec88fSEmmanuel Vadot 
566*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0)
567*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO72__FUNC_BPI_BUS19_OLAT0 (MTK_PIN_NO(72) | 1)
568*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO72__FUNC_CONN_BPI_BUS19_OLAT0 (MTK_PIN_NO(72) | 2)
569*c66ec88fSEmmanuel Vadot 
570*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0)
571*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO73__FUNC_BPI_BUS18_PA_VM1 (MTK_PIN_NO(73) | 1)
572*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO73__FUNC_CONN_MIPI5_SCLK (MTK_PIN_NO(73) | 2)
573*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO73__FUNC_MIPI5_SCLK (MTK_PIN_NO(73) | 3)
574*c66ec88fSEmmanuel Vadot 
575*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0)
576*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO74__FUNC_BPI_BUS17_PA_VM0 (MTK_PIN_NO(74) | 1)
577*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO74__FUNC_CONN_MIPI5_SDATA (MTK_PIN_NO(74) | 2)
578*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO74__FUNC_MIPI5_SDATA (MTK_PIN_NO(74) | 3)
579*c66ec88fSEmmanuel Vadot 
580*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0)
581*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO75__FUNC_BPI_BUS20_OLAT1 (MTK_PIN_NO(75) | 1)
582*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO75__FUNC_CONN_BPI_BUS20_OLAT1 (MTK_PIN_NO(75) | 2)
583*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO75__FUNC_RFIC0_BSI_D2 (MTK_PIN_NO(75) | 3)
584*c66ec88fSEmmanuel Vadot 
585*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0)
586*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO76__FUNC_RFIC0_BSI_D1 (MTK_PIN_NO(76) | 1)
587*c66ec88fSEmmanuel Vadot 
588*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0)
589*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO77__FUNC_RFIC0_BSI_D0 (MTK_PIN_NO(77) | 1)
590*c66ec88fSEmmanuel Vadot 
591*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0)
592*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO78__FUNC_BPI_BUS7 (MTK_PIN_NO(78) | 1)
593*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO78__FUNC_DBG_MON_B24 (MTK_PIN_NO(78) | 7)
594*c66ec88fSEmmanuel Vadot 
595*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0)
596*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO79__FUNC_BPI_BUS6 (MTK_PIN_NO(79) | 1)
597*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO79__FUNC_DBG_MON_B23 (MTK_PIN_NO(79) | 7)
598*c66ec88fSEmmanuel Vadot 
599*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0)
600*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO80__FUNC_BPI_BUS8 (MTK_PIN_NO(80) | 1)
601*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO80__FUNC_DBG_MON_B22 (MTK_PIN_NO(80) | 7)
602*c66ec88fSEmmanuel Vadot 
603*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0)
604*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO81__FUNC_BPI_BUS9 (MTK_PIN_NO(81) | 1)
605*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO81__FUNC_DBG_MON_B21 (MTK_PIN_NO(81) | 7)
606*c66ec88fSEmmanuel Vadot 
607*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0)
608*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO82__FUNC_BPI_BUS10 (MTK_PIN_NO(82) | 1)
609*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO82__FUNC_DBG_MON_B20 (MTK_PIN_NO(82) | 7)
610*c66ec88fSEmmanuel Vadot 
611*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0)
612*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO83__FUNC_BPI_BUS11 (MTK_PIN_NO(83) | 1)
613*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO83__FUNC_DBG_MON_B19 (MTK_PIN_NO(83) | 7)
614*c66ec88fSEmmanuel Vadot 
615*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0)
616*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO84__FUNC_BPI_BUS12 (MTK_PIN_NO(84) | 1)
617*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO84__FUNC_CONN_BPI_BUS12 (MTK_PIN_NO(84) | 2)
618*c66ec88fSEmmanuel Vadot 
619*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0)
620*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO85__FUNC_BPI_BUS13 (MTK_PIN_NO(85) | 1)
621*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO85__FUNC_CONN_BPI_BUS13 (MTK_PIN_NO(85) | 2)
622*c66ec88fSEmmanuel Vadot 
623*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0)
624*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO86__FUNC_BPI_BUS14 (MTK_PIN_NO(86) | 1)
625*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO86__FUNC_CONN_BPI_BUS14 (MTK_PIN_NO(86) | 2)
626*c66ec88fSEmmanuel Vadot 
627*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0)
628*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO87__FUNC_BPI_BUS15 (MTK_PIN_NO(87) | 1)
629*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO87__FUNC_CONN_BPI_BUS15 (MTK_PIN_NO(87) | 2)
630*c66ec88fSEmmanuel Vadot 
631*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0)
632*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO88__FUNC_BPI_BUS16 (MTK_PIN_NO(88) | 1)
633*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO88__FUNC_CONN_BPI_BUS16 (MTK_PIN_NO(88) | 2)
634*c66ec88fSEmmanuel Vadot 
635*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0)
636*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO89__FUNC_BPI_BUS5 (MTK_PIN_NO(89) | 1)
637*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO89__FUNC_DBG_MON_B18 (MTK_PIN_NO(89) | 7)
638*c66ec88fSEmmanuel Vadot 
639*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0)
640*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO90__FUNC_BPI_BUS4 (MTK_PIN_NO(90) | 1)
641*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO90__FUNC_DBG_MON_B17 (MTK_PIN_NO(90) | 7)
642*c66ec88fSEmmanuel Vadot 
643*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0)
644*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO91__FUNC_BPI_BUS3 (MTK_PIN_NO(91) | 1)
645*c66ec88fSEmmanuel Vadot 
646*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0)
647*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO92__FUNC_BPI_BUS2 (MTK_PIN_NO(92) | 1)
648*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO92__FUNC_DBG_MON_B16 (MTK_PIN_NO(92) | 7)
649*c66ec88fSEmmanuel Vadot 
650*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0)
651*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO93__FUNC_BPI_BUS1 (MTK_PIN_NO(93) | 1)
652*c66ec88fSEmmanuel Vadot 
653*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0)
654*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO94__FUNC_BPI_BUS0 (MTK_PIN_NO(94) | 1)
655*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO94__FUNC_DBG_MON_B15 (MTK_PIN_NO(94) | 7)
656*c66ec88fSEmmanuel Vadot 
657*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0)
658*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO95__FUNC_MIPI0_SDATA (MTK_PIN_NO(95) | 1)
659*c66ec88fSEmmanuel Vadot 
660*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0)
661*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO96__FUNC_MIPI0_SCLK (MTK_PIN_NO(96) | 1)
662*c66ec88fSEmmanuel Vadot 
663*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0)
664*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO97__FUNC_MIPI1_SDATA (MTK_PIN_NO(97) | 1)
665*c66ec88fSEmmanuel Vadot 
666*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0)
667*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO98__FUNC_MIPI1_SCLK (MTK_PIN_NO(98) | 1)
668*c66ec88fSEmmanuel Vadot 
669*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0)
670*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO99__FUNC_MIPI2_SCLK (MTK_PIN_NO(99) | 1)
671*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO99__FUNC_DBG_MON_B14 (MTK_PIN_NO(99) | 7)
672*c66ec88fSEmmanuel Vadot 
673*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0)
674*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO100__FUNC_MIPI2_SDATA (MTK_PIN_NO(100) | 1)
675*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO100__FUNC_DBG_MON_B13 (MTK_PIN_NO(100) | 7)
676*c66ec88fSEmmanuel Vadot 
677*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0)
678*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO101__FUNC_MIPI3_SCLK (MTK_PIN_NO(101) | 1)
679*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO101__FUNC_DBG_MON_B12 (MTK_PIN_NO(101) | 7)
680*c66ec88fSEmmanuel Vadot 
681*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0)
682*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO102__FUNC_MIPI3_SDATA (MTK_PIN_NO(102) | 1)
683*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO102__FUNC_DBG_MON_B11 (MTK_PIN_NO(102) | 7)
684*c66ec88fSEmmanuel Vadot 
685*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0)
686*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO103__FUNC_MIPI4_SCLK (MTK_PIN_NO(103) | 1)
687*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO103__FUNC_CONN_MIPI4_SCLK (MTK_PIN_NO(103) | 2)
688*c66ec88fSEmmanuel Vadot 
689*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0)
690*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO104__FUNC_MIPI4_SDATA (MTK_PIN_NO(104) | 1)
691*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO104__FUNC_CONN_MIPI4_SDATA (MTK_PIN_NO(104) | 2)
692*c66ec88fSEmmanuel Vadot 
693*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0)
694*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO105__FUNC_BPI_BUS22_OLAT3 (MTK_PIN_NO(105) | 1)
695*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO105__FUNC_CONN_BPI_BUS22_OLAT3 (MTK_PIN_NO(105) | 2)
696*c66ec88fSEmmanuel Vadot 
697*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0)
698*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO106__FUNC_BPI_BUS21_OLAT2 (MTK_PIN_NO(106) | 1)
699*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO106__FUNC_CONN_BPI_BUS21_OLAT2 (MTK_PIN_NO(106) | 2)
700*c66ec88fSEmmanuel Vadot 
701*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0)
702*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO107__FUNC_BPI_BUS24_ANT1 (MTK_PIN_NO(107) | 1)
703*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO107__FUNC_CONN_BPI_BUS24_ANT1 (MTK_PIN_NO(107) | 2)
704*c66ec88fSEmmanuel Vadot 
705*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0)
706*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO108__FUNC_BPI_BUS25_ANT2 (MTK_PIN_NO(108) | 1)
707*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO108__FUNC_CONN_BPI_BUS25_ANT2 (MTK_PIN_NO(108) | 2)
708*c66ec88fSEmmanuel Vadot 
709*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0)
710*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO109__FUNC_BPI_BUS23_ANT0 (MTK_PIN_NO(109) | 1)
711*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO109__FUNC_CONN_BPI_BUS23_ANT0 (MTK_PIN_NO(109) | 2)
712*c66ec88fSEmmanuel Vadot 
713*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0)
714*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO110__FUNC_SCL4 (MTK_PIN_NO(110) | 1)
715*c66ec88fSEmmanuel Vadot 
716*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0)
717*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO111__FUNC_SDA4 (MTK_PIN_NO(111) | 1)
718*c66ec88fSEmmanuel Vadot 
719*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0)
720*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO112__FUNC_SCL2 (MTK_PIN_NO(112) | 1)
721*c66ec88fSEmmanuel Vadot 
722*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0)
723*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO113__FUNC_SDA2 (MTK_PIN_NO(113) | 1)
724*c66ec88fSEmmanuel Vadot 
725*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0)
726*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO114__FUNC_CLKM0 (MTK_PIN_NO(114) | 1)
727*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO114__FUNC_SPI3_MI (MTK_PIN_NO(114) | 2)
728*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO114__FUNC_DBG_MON_B5 (MTK_PIN_NO(114) | 7)
729*c66ec88fSEmmanuel Vadot 
730*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0)
731*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO115__FUNC_CLKM1 (MTK_PIN_NO(115) | 1)
732*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO115__FUNC_SPI3_CSB (MTK_PIN_NO(115) | 2)
733*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO115__FUNC_DBG_MON_B4 (MTK_PIN_NO(115) | 7)
734*c66ec88fSEmmanuel Vadot 
735*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0)
736*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO116__FUNC_CMMCLK0 (MTK_PIN_NO(116) | 1)
737*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO116__FUNC_DBG_MON_B3 (MTK_PIN_NO(116) | 7)
738*c66ec88fSEmmanuel Vadot 
739*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0)
740*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO117__FUNC_CMMCLK1 (MTK_PIN_NO(117) | 1)
741*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO117__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(117) | 2)
742*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO117__FUNC_DBG_MON_B2 (MTK_PIN_NO(117) | 7)
743*c66ec88fSEmmanuel Vadot 
744*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0)
745*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO118__FUNC_CLKM2 (MTK_PIN_NO(118) | 1)
746*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO118__FUNC_SPI3_MO (MTK_PIN_NO(118) | 2)
747*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO118__FUNC_DBG_MON_B1 (MTK_PIN_NO(118) | 7)
748*c66ec88fSEmmanuel Vadot 
749*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0)
750*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO119__FUNC_CLKM3 (MTK_PIN_NO(119) | 1)
751*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO119__FUNC_SPI3_CLK (MTK_PIN_NO(119) | 2)
752*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO119__FUNC_DBG_MON_B0 (MTK_PIN_NO(119) | 7)
753*c66ec88fSEmmanuel Vadot 
754*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0)
755*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO120__FUNC_CMMCLK2 (MTK_PIN_NO(120) | 1)
756*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO120__FUNC_CLKM2 (MTK_PIN_NO(120) | 2)
757*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO120__FUNC_ANT_SEL12 (MTK_PIN_NO(120) | 6)
758*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO120__FUNC_TP_UCTS2_AO (MTK_PIN_NO(120) | 7)
759*c66ec88fSEmmanuel Vadot 
760*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0)
761*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_CMMCLK3 (MTK_PIN_NO(121) | 1)
762*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_CLKM3 (MTK_PIN_NO(121) | 2)
763*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(121) | 3)
764*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_ANT_SEL11 (MTK_PIN_NO(121) | 6)
765*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO121__FUNC_TP_URTS2_AO (MTK_PIN_NO(121) | 7)
766*c66ec88fSEmmanuel Vadot 
767*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0)
768*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_CMVREF1 (MTK_PIN_NO(122) | 1)
769*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_PCM0_SYNC (MTK_PIN_NO(122) | 2)
770*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_SRCLKENAI1 (MTK_PIN_NO(122) | 3)
771*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_AGPS_SYNC (MTK_PIN_NO(122) | 4)
772*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_PWM_1 (MTK_PIN_NO(122) | 5)
773*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_ANT_SEL9 (MTK_PIN_NO(122) | 6)
774*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO122__FUNC_TP_UCTS1_AO (MTK_PIN_NO(122) | 7)
775*c66ec88fSEmmanuel Vadot 
776*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0)
777*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_PCM0_DI (MTK_PIN_NO(123) | 2)
778*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_ADSP_JTAG_TRSTN (MTK_PIN_NO(123) | 3)
779*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_VPU_UDI_NTRST (MTK_PIN_NO(123) | 4)
780*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(123) | 5)
781*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO123__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(123) | 6)
782*c66ec88fSEmmanuel Vadot 
783*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0)
784*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_CMVREF2 (MTK_PIN_NO(124) | 1)
785*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_PCM0_CLK (MTK_PIN_NO(124) | 2)
786*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_MD_INT0 (MTK_PIN_NO(124) | 3)
787*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(124) | 4)
788*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_PWM_2 (MTK_PIN_NO(124) | 5)
789*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_ANT_SEL10 (MTK_PIN_NO(124) | 6)
790*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO124__FUNC_TP_URTS1_AO (MTK_PIN_NO(124) | 7)
791*c66ec88fSEmmanuel Vadot 
792*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0)
793*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_CMVREF3 (MTK_PIN_NO(125) | 1)
794*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_PCM0_DO (MTK_PIN_NO(125) | 2)
795*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_ADSP_JTAG_TMS (MTK_PIN_NO(125) | 3)
796*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_VPU_UDI_TMS (MTK_PIN_NO(125) | 4)
797*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(125) | 5)
798*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO125__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(125) | 6)
799*c66ec88fSEmmanuel Vadot 
800*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0)
801*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO126__FUNC_CMVREF4 (MTK_PIN_NO(126) | 1)
802*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO126__FUNC_CMFLASH0 (MTK_PIN_NO(126) | 2)
803*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO126__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(126) | 6)
804*c66ec88fSEmmanuel Vadot 
805*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0)
806*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO127__FUNC_CMVREF0 (MTK_PIN_NO(127) | 1)
807*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO127__FUNC_CMFLASH1 (MTK_PIN_NO(127) | 2)
808*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO127__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(127) | 6)
809*c66ec88fSEmmanuel Vadot 
810*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0)
811*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(128) | 1)
812*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(128) | 2)
813*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_CCU_JTAG_TRST (MTK_PIN_NO(128) | 3)
814*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(128) | 4)
815*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_SCP_JTAG_TRSTN (MTK_PIN_NO(128) | 5)
816*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_LVTS_FOUT (MTK_PIN_NO(128) | 6)
817*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO128__FUNC_DBG_MON_A3 (MTK_PIN_NO(128) | 7)
818*c66ec88fSEmmanuel Vadot 
819*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0)
820*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(129) | 1)
821*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(129) | 2)
822*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_CCU_JTAG_TCK (MTK_PIN_NO(129) | 3)
823*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_CONN_DSP_JCK (MTK_PIN_NO(129) | 4)
824*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_SCP_JTAG_TCK (MTK_PIN_NO(129) | 5)
825*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_LVTS_SDO (MTK_PIN_NO(129) | 6)
826*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO129__FUNC_DBG_MON_A4 (MTK_PIN_NO(129) | 7)
827*c66ec88fSEmmanuel Vadot 
828*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0)
829*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO130__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(130) | 1)
830*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO130__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(130) | 2)
831*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO130__FUNC_LVTS_26M (MTK_PIN_NO(130) | 6)
832*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO130__FUNC_DBG_MON_A5 (MTK_PIN_NO(130) | 7)
833*c66ec88fSEmmanuel Vadot 
834*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0)
835*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_MD1_SIM2_SCLK (MTK_PIN_NO(131) | 1)
836*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_MD1_SIM1_SCLK (MTK_PIN_NO(131) | 2)
837*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_CCU_JTAG_TDI (MTK_PIN_NO(131) | 3)
838*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_CONN_DSP_JDI (MTK_PIN_NO(131) | 4)
839*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_SCP_JTAG_TDI (MTK_PIN_NO(131) | 5)
840*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_LVTS_SCK (MTK_PIN_NO(131) | 6)
841*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO131__FUNC_DBG_MON_A0 (MTK_PIN_NO(131) | 7)
842*c66ec88fSEmmanuel Vadot 
843*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0)
844*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_MD1_SIM2_SRST (MTK_PIN_NO(132) | 1)
845*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_MD1_SIM1_SRST (MTK_PIN_NO(132) | 2)
846*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_CCU_JTAG_TMS (MTK_PIN_NO(132) | 3)
847*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_CONN_DSP_JMS (MTK_PIN_NO(132) | 4)
848*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_SCP_JTAG_TMS (MTK_PIN_NO(132) | 5)
849*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_LVTS_SDI (MTK_PIN_NO(132) | 6)
850*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO132__FUNC_DBG_MON_A1 (MTK_PIN_NO(132) | 7)
851*c66ec88fSEmmanuel Vadot 
852*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0)
853*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_MD1_SIM2_SIO (MTK_PIN_NO(133) | 1)
854*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_MD1_SIM1_SIO (MTK_PIN_NO(133) | 2)
855*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_CCU_JTAG_TDO (MTK_PIN_NO(133) | 3)
856*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_CONN_DSP_JDO (MTK_PIN_NO(133) | 4)
857*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_SCP_JTAG_TDO (MTK_PIN_NO(133) | 5)
858*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_LVTS_SCF (MTK_PIN_NO(133) | 6)
859*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO133__FUNC_DBG_MON_A2 (MTK_PIN_NO(133) | 7)
860*c66ec88fSEmmanuel Vadot 
861*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0)
862*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_MSDC1_CLK (MTK_PIN_NO(134) | 1)
863*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_PCM1_CLK (MTK_PIN_NO(134) | 2)
864*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_SPI5_B_MI (MTK_PIN_NO(134) | 3)
865*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_UDI_TCK (MTK_PIN_NO(134) | 4)
866*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_CONN_DSP_JCK (MTK_PIN_NO(134) | 5)
867*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_IPU_JTAG_TCK (MTK_PIN_NO(134) | 6)
868*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO134__FUNC_JTCK_SEL3 (MTK_PIN_NO(134) | 7)
869*c66ec88fSEmmanuel Vadot 
870*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0)
871*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_MSDC1_CMD (MTK_PIN_NO(135) | 1)
872*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_PCM1_SYNC (MTK_PIN_NO(135) | 2)
873*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_SPI5_B_CSB (MTK_PIN_NO(135) | 3)
874*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_UDI_TMS (MTK_PIN_NO(135) | 4)
875*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_CONN_DSP_JMS (MTK_PIN_NO(135) | 5)
876*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_IPU_JTAG_TMS (MTK_PIN_NO(135) | 6)
877*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO135__FUNC_JTMS_SEL3 (MTK_PIN_NO(135) | 7)
878*c66ec88fSEmmanuel Vadot 
879*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0)
880*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_MSDC1_DAT3 (MTK_PIN_NO(136) | 1)
881*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_PCM1_DI (MTK_PIN_NO(136) | 2)
882*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_SPI5_B_MO (MTK_PIN_NO(136) | 3)
883*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(136) | 4)
884*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(136) | 5)
885*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO136__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(136) | 6)
886*c66ec88fSEmmanuel Vadot 
887*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0)
888*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_MSDC1_DAT0 (MTK_PIN_NO(137) | 1)
889*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_PCM1_DO0 (MTK_PIN_NO(137) | 2)
890*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_SPI5_B_CLK (MTK_PIN_NO(137) | 3)
891*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_UDI_TDI (MTK_PIN_NO(137) | 4)
892*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_CONN_DSP_JDI (MTK_PIN_NO(137) | 5)
893*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_IPU_JTAG_TDI (MTK_PIN_NO(137) | 6)
894*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO137__FUNC_JTDI_SEL3 (MTK_PIN_NO(137) | 7)
895*c66ec88fSEmmanuel Vadot 
896*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0)
897*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_MSDC1_DAT2 (MTK_PIN_NO(138) | 1)
898*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_PCM1_DO2 (MTK_PIN_NO(138) | 2)
899*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_ANT_SEL11 (MTK_PIN_NO(138) | 3)
900*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_UDI_NTRST (MTK_PIN_NO(138) | 4)
901*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(138) | 5)
902*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_IPU_JTAG_TRST (MTK_PIN_NO(138) | 6)
903*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO138__FUNC_JTRSTN_SEL3 (MTK_PIN_NO(138) | 7)
904*c66ec88fSEmmanuel Vadot 
905*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0)
906*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_MSDC1_DAT1 (MTK_PIN_NO(139) | 1)
907*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_PCM1_DO1 (MTK_PIN_NO(139) | 2)
908*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_ANT_SEL12 (MTK_PIN_NO(139) | 3)
909*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_UDI_TDO (MTK_PIN_NO(139) | 4)
910*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_CONN_DSP_JDO (MTK_PIN_NO(139) | 5)
911*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_IPU_JTAG_TDO (MTK_PIN_NO(139) | 6)
912*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO139__FUNC_JTDO_SEL3 (MTK_PIN_NO(139) | 7)
913*c66ec88fSEmmanuel Vadot 
914*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0)
915*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(140) | 1)
916*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(140) | 2)
917*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_ADSP_URXD0 (MTK_PIN_NO(140) | 3)
918*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_SCL_6306 (MTK_PIN_NO(140) | 4)
919*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_PTA_RXD (MTK_PIN_NO(140) | 5)
920*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO140__FUNC_SSPM_URXD_AO (MTK_PIN_NO(140) | 6)
921*c66ec88fSEmmanuel Vadot 
922*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0)
923*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_MD_INT2_C2K_UIM1_HOT_PLUG (MTK_PIN_NO(141) | 1)
924*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_MD_INT1_C2K_UIM0_HOT_PLUG (MTK_PIN_NO(141) | 2)
925*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_ADSP_UTXD0 (MTK_PIN_NO(141) | 3)
926*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_SDA_6306 (MTK_PIN_NO(141) | 4)
927*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_PTA_TXD (MTK_PIN_NO(141) | 5)
928*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO141__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(141) | 6)
929*c66ec88fSEmmanuel Vadot 
930*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0)
931*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO142__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(142) | 1)
932*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO142__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(142) | 2)
933*c66ec88fSEmmanuel Vadot 
934*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0)
935*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO143__FUNC_AUD_DAT_MOSI2 (MTK_PIN_NO(143) | 1)
936*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO143__FUNC_DBG_MON_A9 (MTK_PIN_NO(143) | 7)
937*c66ec88fSEmmanuel Vadot 
938*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_GPIO144 (MTK_PIN_NO(144) | 0)
939*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_AUD_NLE_MOSI1 (MTK_PIN_NO(144) | 1)
940*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_AUD_CLK_MISO (MTK_PIN_NO(144) | 2)
941*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_I2S2_MCK (MTK_PIN_NO(144) | 3)
942*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_UDI_TCK (MTK_PIN_NO(144) | 5)
943*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_UFS_UNIPRO_SDA (MTK_PIN_NO(144) | 6)
944*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO144__FUNC_DBG_MON_A10 (MTK_PIN_NO(144) | 7)
945*c66ec88fSEmmanuel Vadot 
946*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_GPIO145 (MTK_PIN_NO(145) | 0)
947*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_AUD_NLE_MOSI0 (MTK_PIN_NO(145) | 1)
948*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(145) | 2)
949*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_I2S2_BCK (MTK_PIN_NO(145) | 3)
950*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_UDI_TMS (MTK_PIN_NO(145) | 5)
951*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO145__FUNC_DBG_MON_A11 (MTK_PIN_NO(145) | 7)
952*c66ec88fSEmmanuel Vadot 
953*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO146__FUNC_GPIO146 (MTK_PIN_NO(146) | 0)
954*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO146__FUNC_AUD_DAT_MISO2 (MTK_PIN_NO(146) | 1)
955*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO146__FUNC_I2S2_DI2 (MTK_PIN_NO(146) | 3)
956*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO146__FUNC_UDI_TDO (MTK_PIN_NO(146) | 5)
957*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO146__FUNC_DBG_MON_A14 (MTK_PIN_NO(146) | 7)
958*c66ec88fSEmmanuel Vadot 
959*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO147__FUNC_GPIO147 (MTK_PIN_NO(147) | 0)
960*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO147__FUNC_ANT_SEL0 (MTK_PIN_NO(147) | 1)
961*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO147__FUNC_PWM_3 (MTK_PIN_NO(147) | 2)
962*c66ec88fSEmmanuel Vadot 
963*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_GPIO148 (MTK_PIN_NO(148) | 0)
964*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_ANT_SEL1 (MTK_PIN_NO(148) | 1)
965*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_SPI0_B_MI (MTK_PIN_NO(148) | 2)
966*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_SSPM_URXD_AO (MTK_PIN_NO(148) | 3)
967*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_TP_UCTS2_AO (MTK_PIN_NO(148) | 5)
968*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO148__FUNC_CLKM0 (MTK_PIN_NO(148) | 6)
969*c66ec88fSEmmanuel Vadot 
970*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_GPIO149 (MTK_PIN_NO(149) | 0)
971*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_ANT_SEL2 (MTK_PIN_NO(149) | 1)
972*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_SPI0_B_CSB (MTK_PIN_NO(149) | 2)
973*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(149) | 3)
974*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_TP_URTS2_AO (MTK_PIN_NO(149) | 5)
975*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO149__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(149) | 6)
976*c66ec88fSEmmanuel Vadot 
977*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_GPIO150 (MTK_PIN_NO(150) | 0)
978*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_ANT_SEL3 (MTK_PIN_NO(150) | 1)
979*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_SPI0_B_MO (MTK_PIN_NO(150) | 2)
980*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_UCTS1 (MTK_PIN_NO(150) | 3)
981*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_TP_UCTS1_AO (MTK_PIN_NO(150) | 5)
982*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_IDDIG (MTK_PIN_NO(150) | 6)
983*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO150__FUNC_SCL9 (MTK_PIN_NO(150) | 7)
984*c66ec88fSEmmanuel Vadot 
985*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_GPIO151 (MTK_PIN_NO(151) | 0)
986*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_ANT_SEL4 (MTK_PIN_NO(151) | 1)
987*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_SPI0_B_CLK (MTK_PIN_NO(151) | 2)
988*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_URTS1 (MTK_PIN_NO(151) | 3)
989*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_TP_URTS1_AO (MTK_PIN_NO(151) | 5)
990*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_USB_DRVVBUS (MTK_PIN_NO(151) | 6)
991*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO151__FUNC_SDA9 (MTK_PIN_NO(151) | 7)
992*c66ec88fSEmmanuel Vadot 
993*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_GPIO152 (MTK_PIN_NO(152) | 0)
994*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_ANT_SEL5 (MTK_PIN_NO(152) | 1)
995*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_SPI1_B_MI (MTK_PIN_NO(152) | 2)
996*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_CLKM3 (MTK_PIN_NO(152) | 3)
997*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_TP_URXD1_AO (MTK_PIN_NO(152) | 5)
998*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_SCP_SPI1_B_MI (MTK_PIN_NO(152) | 6)
999*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO152__FUNC_SCL8 (MTK_PIN_NO(152) | 7)
1000*c66ec88fSEmmanuel Vadot 
1001*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_GPIO153 (MTK_PIN_NO(153) | 0)
1002*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_ANT_SEL6 (MTK_PIN_NO(153) | 1)
1003*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_SPI1_B_CSB (MTK_PIN_NO(153) | 2)
1004*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_SRCLKENAI0 (MTK_PIN_NO(153) | 3)
1005*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_PWM_0 (MTK_PIN_NO(153) | 4)
1006*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_TP_UTXD1_AO (MTK_PIN_NO(153) | 5)
1007*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_SCP_SPI1_B_CS (MTK_PIN_NO(153) | 6)
1008*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO153__FUNC_SDA8 (MTK_PIN_NO(153) | 7)
1009*c66ec88fSEmmanuel Vadot 
1010*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_GPIO154 (MTK_PIN_NO(154) | 0)
1011*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_ANT_SEL7 (MTK_PIN_NO(154) | 1)
1012*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_SPI1_B_MO (MTK_PIN_NO(154) | 2)
1013*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_SRCLKENAI1 (MTK_PIN_NO(154) | 3)
1014*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_TP_URXD2_AO (MTK_PIN_NO(154) | 5)
1015*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO154__FUNC_SCP_SPI1_B_MO (MTK_PIN_NO(154) | 6)
1016*c66ec88fSEmmanuel Vadot 
1017*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_GPIO155 (MTK_PIN_NO(155) | 0)
1018*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_ANT_SEL8 (MTK_PIN_NO(155) | 1)
1019*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_SPI1_B_CLK (MTK_PIN_NO(155) | 2)
1020*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_MD_INT0 (MTK_PIN_NO(155) | 3)
1021*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_TP_UTXD2_AO (MTK_PIN_NO(155) | 5)
1022*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_SCP_SPI1_B_CK (MTK_PIN_NO(155) | 6)
1023*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO155__FUNC_DBG_MON_A15 (MTK_PIN_NO(155) | 7)
1024*c66ec88fSEmmanuel Vadot 
1025*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO156__FUNC_GPIO156 (MTK_PIN_NO(156) | 0)
1026*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO156__FUNC_CONN_TOP_CLK (MTK_PIN_NO(156) | 1)
1027*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO156__FUNC_AUXIF_CLK0 (MTK_PIN_NO(156) | 2)
1028*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO156__FUNC_DBG_MON_A16 (MTK_PIN_NO(156) | 7)
1029*c66ec88fSEmmanuel Vadot 
1030*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO157__FUNC_GPIO157 (MTK_PIN_NO(157) | 0)
1031*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO157__FUNC_CONN_TOP_DATA (MTK_PIN_NO(157) | 1)
1032*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO157__FUNC_AUXIF_ST0 (MTK_PIN_NO(157) | 2)
1033*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO157__FUNC_DBG_MON_A17 (MTK_PIN_NO(157) | 7)
1034*c66ec88fSEmmanuel Vadot 
1035*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO158__FUNC_GPIO158 (MTK_PIN_NO(158) | 0)
1036*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO158__FUNC_CONN_HRST_B (MTK_PIN_NO(158) | 1)
1037*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO158__FUNC_DBG_MON_A18 (MTK_PIN_NO(158) | 7)
1038*c66ec88fSEmmanuel Vadot 
1039*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO159__FUNC_GPIO159 (MTK_PIN_NO(159) | 0)
1040*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO159__FUNC_CONN_WB_PTA (MTK_PIN_NO(159) | 1)
1041*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO159__FUNC_DBG_MON_A19 (MTK_PIN_NO(159) | 7)
1042*c66ec88fSEmmanuel Vadot 
1043*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO160__FUNC_GPIO160 (MTK_PIN_NO(160) | 0)
1044*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO160__FUNC_CONN_BT_CLK (MTK_PIN_NO(160) | 1)
1045*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO160__FUNC_AUXIF_CLK1 (MTK_PIN_NO(160) | 2)
1046*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO160__FUNC_DBG_MON_A20 (MTK_PIN_NO(160) | 7)
1047*c66ec88fSEmmanuel Vadot 
1048*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO161__FUNC_GPIO161 (MTK_PIN_NO(161) | 0)
1049*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO161__FUNC_CONN_BT_DATA (MTK_PIN_NO(161) | 1)
1050*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO161__FUNC_AUXIF_ST1 (MTK_PIN_NO(161) | 2)
1051*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO161__FUNC_DBG_MON_A21 (MTK_PIN_NO(161) | 7)
1052*c66ec88fSEmmanuel Vadot 
1053*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO162__FUNC_GPIO162 (MTK_PIN_NO(162) | 0)
1054*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO162__FUNC_CONN_WF_CTRL0 (MTK_PIN_NO(162) | 1)
1055*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO162__FUNC_DBG_MON_A22 (MTK_PIN_NO(162) | 7)
1056*c66ec88fSEmmanuel Vadot 
1057*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO163__FUNC_GPIO163 (MTK_PIN_NO(163) | 0)
1058*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO163__FUNC_CONN_WF_CTRL1 (MTK_PIN_NO(163) | 1)
1059*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO163__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(163) | 2)
1060*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO163__FUNC_DBG_MON_A23 (MTK_PIN_NO(163) | 7)
1061*c66ec88fSEmmanuel Vadot 
1062*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO164__FUNC_GPIO164 (MTK_PIN_NO(164) | 0)
1063*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO164__FUNC_CONN_WF_CTRL2 (MTK_PIN_NO(164) | 1)
1064*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO164__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(164) | 2)
1065*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO164__FUNC_DBG_MON_A24 (MTK_PIN_NO(164) | 7)
1066*c66ec88fSEmmanuel Vadot 
1067*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO165__FUNC_GPIO165 (MTK_PIN_NO(165) | 0)
1068*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO165__FUNC_CONN_WF_CTRL3 (MTK_PIN_NO(165) | 1)
1069*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO165__FUNC_UFS_UNIPRO_SDA (MTK_PIN_NO(165) | 2)
1070*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO165__FUNC_DBG_MON_A25 (MTK_PIN_NO(165) | 7)
1071*c66ec88fSEmmanuel Vadot 
1072*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO166__FUNC_GPIO166 (MTK_PIN_NO(166) | 0)
1073*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO166__FUNC_CONN_WF_CTRL4 (MTK_PIN_NO(166) | 1)
1074*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO166__FUNC_UFS_UNIPRO_SCL (MTK_PIN_NO(166) | 2)
1075*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO166__FUNC_DBG_MON_A26 (MTK_PIN_NO(166) | 7)
1076*c66ec88fSEmmanuel Vadot 
1077*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO167__FUNC_GPIO167 (MTK_PIN_NO(167) | 0)
1078*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO167__FUNC_MSDC0_CMD (MTK_PIN_NO(167) | 1)
1079*c66ec88fSEmmanuel Vadot 
1080*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO168__FUNC_GPIO168 (MTK_PIN_NO(168) | 0)
1081*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO168__FUNC_MSDC0_DAT0 (MTK_PIN_NO(168) | 1)
1082*c66ec88fSEmmanuel Vadot 
1083*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO169__FUNC_GPIO169 (MTK_PIN_NO(169) | 0)
1084*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO169__FUNC_MSDC0_DAT2 (MTK_PIN_NO(169) | 1)
1085*c66ec88fSEmmanuel Vadot 
1086*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO170__FUNC_GPIO170 (MTK_PIN_NO(170) | 0)
1087*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO170__FUNC_MSDC0_DAT4 (MTK_PIN_NO(170) | 1)
1088*c66ec88fSEmmanuel Vadot 
1089*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO171__FUNC_GPIO171 (MTK_PIN_NO(171) | 0)
1090*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO171__FUNC_MSDC0_DAT6 (MTK_PIN_NO(171) | 1)
1091*c66ec88fSEmmanuel Vadot 
1092*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO172__FUNC_GPIO172 (MTK_PIN_NO(172) | 0)
1093*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO172__FUNC_MSDC0_DAT1 (MTK_PIN_NO(172) | 1)
1094*c66ec88fSEmmanuel Vadot 
1095*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO173__FUNC_GPIO173 (MTK_PIN_NO(173) | 0)
1096*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO173__FUNC_MSDC0_DAT5 (MTK_PIN_NO(173) | 1)
1097*c66ec88fSEmmanuel Vadot 
1098*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO174__FUNC_GPIO174 (MTK_PIN_NO(174) | 0)
1099*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO174__FUNC_MSDC0_DAT7 (MTK_PIN_NO(174) | 1)
1100*c66ec88fSEmmanuel Vadot 
1101*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO175__FUNC_GPIO175 (MTK_PIN_NO(175) | 0)
1102*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO175__FUNC_MSDC0_DSL (MTK_PIN_NO(175) | 1)
1103*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO175__FUNC_ANT_SEL9 (MTK_PIN_NO(175) | 2)
1104*c66ec88fSEmmanuel Vadot 
1105*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO176__FUNC_GPIO176 (MTK_PIN_NO(176) | 0)
1106*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO176__FUNC_MSDC0_CLK (MTK_PIN_NO(176) | 1)
1107*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO176__FUNC_ANT_SEL10 (MTK_PIN_NO(176) | 2)
1108*c66ec88fSEmmanuel Vadot 
1109*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO177__FUNC_GPIO177 (MTK_PIN_NO(177) | 0)
1110*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO177__FUNC_MSDC0_DAT3 (MTK_PIN_NO(177) | 1)
1111*c66ec88fSEmmanuel Vadot 
1112*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO178__FUNC_GPIO178 (MTK_PIN_NO(178) | 0)
1113*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO178__FUNC_MSDC0_RSTB (MTK_PIN_NO(178) | 1)
1114*c66ec88fSEmmanuel Vadot 
1115*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO179__FUNC_GPIO179 (MTK_PIN_NO(179) | 0)
1116*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO179__FUNC_RFIC0_BSI_EN (MTK_PIN_NO(179) | 1)
1117*c66ec88fSEmmanuel Vadot 
1118*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO180__FUNC_GPIO180 (MTK_PIN_NO(180) | 0)
1119*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO180__FUNC_RFIC0_BSI_CK (MTK_PIN_NO(180) | 1)
1120*c66ec88fSEmmanuel Vadot 
1121*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO181__FUNC_GPIO181 (MTK_PIN_NO(181) | 0)
1122*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO181__FUNC_SRCLKENA0 (MTK_PIN_NO(181) | 1)
1123*c66ec88fSEmmanuel Vadot 
1124*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO182__FUNC_GPIO182 (MTK_PIN_NO(182) | 0)
1125*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO182__FUNC_SRCLKENA1 (MTK_PIN_NO(182) | 1)
1126*c66ec88fSEmmanuel Vadot 
1127*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO183__FUNC_GPIO183 (MTK_PIN_NO(183) | 0)
1128*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO183__FUNC_WATCHDOG (MTK_PIN_NO(183) | 1)
1129*c66ec88fSEmmanuel Vadot 
1130*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO184__FUNC_GPIO184 (MTK_PIN_NO(184) | 0)
1131*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO184__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(184) | 1)
1132*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO184__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(184) | 2)
1133*c66ec88fSEmmanuel Vadot 
1134*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO185__FUNC_GPIO185 (MTK_PIN_NO(185) | 0)
1135*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO185__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(185) | 1)
1136*c66ec88fSEmmanuel Vadot 
1137*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO186__FUNC_GPIO186 (MTK_PIN_NO(186) | 0)
1138*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO186__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(186) | 1)
1139*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO186__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(186) | 2)
1140*c66ec88fSEmmanuel Vadot 
1141*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO187__FUNC_GPIO187 (MTK_PIN_NO(187) | 0)
1142*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO187__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(187) | 1)
1143*c66ec88fSEmmanuel Vadot 
1144*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO188__FUNC_GPIO188 (MTK_PIN_NO(188) | 0)
1145*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO188__FUNC_RTC32K_CK (MTK_PIN_NO(188) | 1)
1146*c66ec88fSEmmanuel Vadot 
1147*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO189__FUNC_GPIO189 (MTK_PIN_NO(189) | 0)
1148*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO189__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(189) | 1)
1149*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO189__FUNC_I2S1_MCK (MTK_PIN_NO(189) | 3)
1150*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO189__FUNC_UFS_UNIPRO_SCL (MTK_PIN_NO(189) | 6)
1151*c66ec88fSEmmanuel Vadot 
1152*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO190__FUNC_GPIO190 (MTK_PIN_NO(190) | 0)
1153*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO190__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(190) | 1)
1154*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO190__FUNC_I2S1_BCK (MTK_PIN_NO(190) | 3)
1155*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO190__FUNC_DBG_MON_A6 (MTK_PIN_NO(190) | 7)
1156*c66ec88fSEmmanuel Vadot 
1157*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO191__FUNC_GPIO191 (MTK_PIN_NO(191) | 0)
1158*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO191__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(191) | 1)
1159*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO191__FUNC_I2S1_LRCK (MTK_PIN_NO(191) | 3)
1160*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO191__FUNC_DBG_MON_A7 (MTK_PIN_NO(191) | 7)
1161*c66ec88fSEmmanuel Vadot 
1162*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO192__FUNC_GPIO192 (MTK_PIN_NO(192) | 0)
1163*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO192__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(192) | 1)
1164*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO192__FUNC_I2S1_DO (MTK_PIN_NO(192) | 3)
1165*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO192__FUNC_UFS_MPHY_SDA (MTK_PIN_NO(192) | 6)
1166*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO192__FUNC_DBG_MON_A8 (MTK_PIN_NO(192) | 7)
1167*c66ec88fSEmmanuel Vadot 
1168*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_GPIO193 (MTK_PIN_NO(193) | 0)
1169*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(193) | 1)
1170*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_VOW_DAT_MISO (MTK_PIN_NO(193) | 2)
1171*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_I2S2_LRCK (MTK_PIN_NO(193) | 3)
1172*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_UDI_TDI (MTK_PIN_NO(193) | 5)
1173*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO193__FUNC_DBG_MON_A12 (MTK_PIN_NO(193) | 7)
1174*c66ec88fSEmmanuel Vadot 
1175*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_GPIO194 (MTK_PIN_NO(194) | 0)
1176*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(194) | 1)
1177*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_VOW_CLK_MISO (MTK_PIN_NO(194) | 2)
1178*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_I2S2_DI (MTK_PIN_NO(194) | 3)
1179*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_UDI_NTRST (MTK_PIN_NO(194) | 5)
1180*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_UFS_MPHY_SCL (MTK_PIN_NO(194) | 6)
1181*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO194__FUNC_DBG_MON_A13 (MTK_PIN_NO(194) | 7)
1182*c66ec88fSEmmanuel Vadot 
1183*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO195__FUNC_GPIO195 (MTK_PIN_NO(195) | 0)
1184*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO195__FUNC_ADSP_JTAG_TCK (MTK_PIN_NO(195) | 3)
1185*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO195__FUNC_VPU_UDI_TCK (MTK_PIN_NO(195) | 4)
1186*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO195__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(195) | 5)
1187*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO195__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(195) | 6)
1188*c66ec88fSEmmanuel Vadot 
1189*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_GPIO196 (MTK_PIN_NO(196) | 0)
1190*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_CMMCLK4 (MTK_PIN_NO(196) | 1)
1191*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_ADSP_JTAG_TDI (MTK_PIN_NO(196) | 3)
1192*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_VPU_UDI_TDI (MTK_PIN_NO(196) | 4)
1193*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(196) | 5)
1194*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO196__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(196) | 6)
1195*c66ec88fSEmmanuel Vadot 
1196*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO197__FUNC_GPIO197 (MTK_PIN_NO(197) | 0)
1197*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO197__FUNC_ADSP_JTAG_TDO (MTK_PIN_NO(197) | 3)
1198*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO197__FUNC_VPU_UDI_TDO (MTK_PIN_NO(197) | 4)
1199*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO197__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(197) | 5)
1200*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO197__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(197) | 6)
1201*c66ec88fSEmmanuel Vadot 
1202*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO198__FUNC_GPIO198 (MTK_PIN_NO(198) | 0)
1203*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO198__FUNC_SCL7 (MTK_PIN_NO(198) | 1)
1204*c66ec88fSEmmanuel Vadot 
1205*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO199__FUNC_GPIO199 (MTK_PIN_NO(199) | 0)
1206*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO199__FUNC_SDA7 (MTK_PIN_NO(199) | 1)
1207*c66ec88fSEmmanuel Vadot 
1208*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_GPIO200 (MTK_PIN_NO(200) | 0)
1209*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_URXD1 (MTK_PIN_NO(200) | 1)
1210*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_ADSP_URXD0 (MTK_PIN_NO(200) | 2)
1211*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_TP_URXD1_AO (MTK_PIN_NO(200) | 3)
1212*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_SSPM_URXD_AO (MTK_PIN_NO(200) | 4)
1213*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_TP_URXD2_AO (MTK_PIN_NO(200) | 5)
1214*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO200__FUNC_MBISTREADEN_TRIGGER (MTK_PIN_NO(200) | 6)
1215*c66ec88fSEmmanuel Vadot 
1216*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_GPIO201 (MTK_PIN_NO(201) | 0)
1217*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_UTXD1 (MTK_PIN_NO(201) | 1)
1218*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_ADSP_UTXD0 (MTK_PIN_NO(201) | 2)
1219*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_TP_UTXD1_AO (MTK_PIN_NO(201) | 3)
1220*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(201) | 4)
1221*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_TP_UTXD2_AO (MTK_PIN_NO(201) | 5)
1222*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO201__FUNC_MBISTWRITEEN_TRIGGER (MTK_PIN_NO(201) | 6)
1223*c66ec88fSEmmanuel Vadot 
1224*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO202__FUNC_GPIO202 (MTK_PIN_NO(202) | 0)
1225*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO202__FUNC_PWM_3 (MTK_PIN_NO(202) | 1)
1226*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO202__FUNC_CLKM3 (MTK_PIN_NO(202) | 2)
1227*c66ec88fSEmmanuel Vadot 
1228*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO203__FUNC_GPIO203 (MTK_PIN_NO(203) | 0)
1229*c66ec88fSEmmanuel Vadot 
1230*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO204__FUNC_GPIO204 (MTK_PIN_NO(204) | 0)
1231*c66ec88fSEmmanuel Vadot 
1232*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO205__FUNC_GPIO205 (MTK_PIN_NO(205) | 0)
1233*c66ec88fSEmmanuel Vadot 
1234*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO206__FUNC_GPIO206 (MTK_PIN_NO(206) | 0)
1235*c66ec88fSEmmanuel Vadot 
1236*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO207__FUNC_GPIO207 (MTK_PIN_NO(207) | 0)
1237*c66ec88fSEmmanuel Vadot 
1238*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO208__FUNC_GPIO208 (MTK_PIN_NO(208) | 0)
1239*c66ec88fSEmmanuel Vadot 
1240*c66ec88fSEmmanuel Vadot #define PINMUX_GPIO209__FUNC_GPIO209 (MTK_PIN_NO(209) | 0)
1241*c66ec88fSEmmanuel Vadot 
1242*c66ec88fSEmmanuel Vadot #endif /* __MT6779-PINFUNC_H */
1243