18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2019 MediaTek Inc.
48c2ecf20Sopenharmony_ci * Author: Andy Teng <andy.teng@mediatek.com>
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6779_H
98c2ecf20Sopenharmony_ci#define __PINCTRL_MTK_MT6779_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include "pinctrl-paris.h"
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt6779[] = {
148c2ecf20Sopenharmony_ci	MTK_PIN(
158c2ecf20Sopenharmony_ci		0, "GPIO0",
168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 0),
178c2ecf20Sopenharmony_ci		DRV_GRP4,
188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_MI"),
208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_LRCK"),
218c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_LRCK_2ND"),
228c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCL_6306"),
248c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO0_AO"),
258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PTA_RXD")
268c2ecf20Sopenharmony_ci	),
278c2ecf20Sopenharmony_ci	MTK_PIN(
288c2ecf20Sopenharmony_ci		1, "GPIO1",
298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 1),
308c2ecf20Sopenharmony_ci		DRV_GRP4,
318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_CSB"),
338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_DO"),
348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA0_2ND"),
358c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
368c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SDA_6306"),
378c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO1_AO"),
388c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PTA_TXD")
398c2ecf20Sopenharmony_ci	),
408c2ecf20Sopenharmony_ci	MTK_PIN(
418c2ecf20Sopenharmony_ci		2, "GPIO2",
428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 2),
438c2ecf20Sopenharmony_ci		DRV_GRP4,
448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_MO"),
468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_BCK"),
478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_BCK_2ND"),
488c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT1_C2K_UIM0_HOT_PLUG"),
508c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO2_AO")
518c2ecf20Sopenharmony_ci	),
528c2ecf20Sopenharmony_ci	MTK_PIN(
538c2ecf20Sopenharmony_ci		3, "GPIO3",
548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 3),
558c2ecf20Sopenharmony_ci		DRV_GRP4,
568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_CLK"),
588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_MCK"),
598c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_MCK_2ND"),
608c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
618c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT2_C2K_UIM1_HOT_PLUG"),
628c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO3_AO")
638c2ecf20Sopenharmony_ci	),
648c2ecf20Sopenharmony_ci	MTK_PIN(
658c2ecf20Sopenharmony_ci		4, "GPIO4",
668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 4),
678c2ecf20Sopenharmony_ci		DRV_GRP4,
688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_MI"),
708c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_MCK"),
718c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA1_2ND"),
728c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
738c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_CLK"),
748c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO4_AO"),
758c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
768c2ecf20Sopenharmony_ci	),
778c2ecf20Sopenharmony_ci	MTK_PIN(
788c2ecf20Sopenharmony_ci		5, "GPIO5",
798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 5),
808c2ecf20Sopenharmony_ci		DRV_GRP4,
818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_CSB"),
838c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_BCK"),
848c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA2_2ND"),
858c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO2"),
868c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_DAT"),
878c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO5_AO"),
888c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
898c2ecf20Sopenharmony_ci	),
908c2ecf20Sopenharmony_ci	MTK_PIN(
918c2ecf20Sopenharmony_ci		6, "GPIO6",
928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 6),
938c2ecf20Sopenharmony_ci		DRV_GRP4,
948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_MO"),
968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_LRCK"),
978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA3_2ND"),
988c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
998c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_CLK"),
1008c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO6_AO"),
1018c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
1028c2ecf20Sopenharmony_ci	),
1038c2ecf20Sopenharmony_ci	MTK_PIN(
1048c2ecf20Sopenharmony_ci		7, "GPIO7",
1058c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 7),
1068c2ecf20Sopenharmony_ci		DRV_GRP4,
1078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
1088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_CLK"),
1098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
1108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
1118c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DVFSRC_EXT_REQ"),
1128c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_DAT"),
1138c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO7_AO"),
1148c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
1158c2ecf20Sopenharmony_ci	),
1168c2ecf20Sopenharmony_ci	MTK_PIN(
1178c2ecf20Sopenharmony_ci		8, "GPIO8",
1188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 8),
1198c2ecf20Sopenharmony_ci		DRV_GRP4,
1208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
1218c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
1228c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI2"),
1238c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI0"),
1248c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
1258c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_MCK"),
1268c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_DBGACK_N"),
1278c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "IDDIG")
1288c2ecf20Sopenharmony_ci	),
1298c2ecf20Sopenharmony_ci	MTK_PIN(
1308c2ecf20Sopenharmony_ci		9, "GPIO9",
1318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 9),
1328c2ecf20Sopenharmony_ci		DRV_GRP4,
1338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
1348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_3"),
1358c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT0"),
1368c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
1378c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
1388c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_BCK"),
1398c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TRST_B"),
1408c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_DRVVBUS")
1418c2ecf20Sopenharmony_ci	),
1428c2ecf20Sopenharmony_ci	MTK_PIN(
1438c2ecf20Sopenharmony_ci		10, "GPIO10",
1448c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 10),
1458c2ecf20Sopenharmony_ci		DRV_GRP4,
1468c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
1478c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK_A"),
1488c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD1_AO"),
1498c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
1508c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS0"),
1518c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_CLK"),
1528c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "KPCOL2"),
1538c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
1548c2ecf20Sopenharmony_ci	),
1558c2ecf20Sopenharmony_ci	MTK_PIN(
1568c2ecf20Sopenharmony_ci		11, "GPIO11",
1578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 11),
1588c2ecf20Sopenharmony_ci		DRV_GRP4,
1598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
1608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD_A"),
1618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD1_AO"),
1628c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
1638c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS0"),
1648c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_DAT"),
1658c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "KPROW2"),
1668c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
1678c2ecf20Sopenharmony_ci	),
1688c2ecf20Sopenharmony_ci	MTK_PIN(
1698c2ecf20Sopenharmony_ci		12, "GPIO12",
1708c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 12),
1718c2ecf20Sopenharmony_ci		DRV_GRP4,
1728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
1738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3_A"),
1748c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD2_AO"),
1758c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
1768c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
1778c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_CLK"),
1788c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
1798c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
1808c2ecf20Sopenharmony_ci	),
1818c2ecf20Sopenharmony_ci	MTK_PIN(
1828c2ecf20Sopenharmony_ci		13, "GPIO13",
1838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 13),
1848c2ecf20Sopenharmony_ci		DRV_GRP4,
1858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
1868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0_A"),
1878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD2_AO"),
1888c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
1898c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
1908c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_DAT"),
1918c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
1928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
1938c2ecf20Sopenharmony_ci	),
1948c2ecf20Sopenharmony_ci	MTK_PIN(
1958c2ecf20Sopenharmony_ci		14, "GPIO14",
1968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 14),
1978c2ecf20Sopenharmony_ci		DRV_GRP4,
1988c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
1998c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2_A"),
2008c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_3"),
2018c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "IDDIG"),
2028c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT0"),
2038c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
2048c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11")
2058c2ecf20Sopenharmony_ci	),
2068c2ecf20Sopenharmony_ci	MTK_PIN(
2078c2ecf20Sopenharmony_ci		15, "GPIO15",
2088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 15),
2098c2ecf20Sopenharmony_ci		DRV_GRP4,
2108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
2118c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1_A"),
2128c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ"),
2138c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "USB_DRVVBUS"),
2148c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT1_C2K_UIM0_HOT_PLUG"),
2158c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
2168c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12")
2178c2ecf20Sopenharmony_ci	),
2188c2ecf20Sopenharmony_ci	MTK_PIN(
2198c2ecf20Sopenharmony_ci		16, "GPIO16",
2208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 16),
2218c2ecf20Sopenharmony_ci		DRV_GRP4,
2228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
2238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0"),
2248c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EXT_FRAME_SYNC"),
2258c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TRSTN"),
2268c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT2_C2K_UIM1_HOT_PLUG"),
2278c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_TCXOENA_REQ"),
2288c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_2"),
2298c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTRSTN_SEL1")
2308c2ecf20Sopenharmony_ci	),
2318c2ecf20Sopenharmony_ci	MTK_PIN(
2328c2ecf20Sopenharmony_ci		17, "GPIO17",
2338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 17),
2348c2ecf20Sopenharmony_ci		DRV_GRP4,
2358c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
2368c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_MI"),
2378c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MI"),
2388c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TDO"),
2398c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_HSYNC"),
2408c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TDO"),
2418c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDO"),
2428c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTDO_SEL1")
2438c2ecf20Sopenharmony_ci	),
2448c2ecf20Sopenharmony_ci	MTK_PIN(
2458c2ecf20Sopenharmony_ci		18, "GPIO18",
2468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 18),
2478c2ecf20Sopenharmony_ci		DRV_GRP4,
2488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
2498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_MO"),
2508c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MO"),
2518c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TDI"),
2528c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_VSYNC"),
2538c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TDI"),
2548c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDI"),
2558c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTDI_SEL1")
2568c2ecf20Sopenharmony_ci	),
2578c2ecf20Sopenharmony_ci	MTK_PIN(
2588c2ecf20Sopenharmony_ci		19, "GPIO19",
2598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 19),
2608c2ecf20Sopenharmony_ci		DRV_GRP4,
2618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
2628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_CSB"),
2638c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CS"),
2648c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TMS"),
2658c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_DE"),
2668c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TMS"),
2678c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TMS"),
2688c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTMS_SEL1")
2698c2ecf20Sopenharmony_ci	),
2708c2ecf20Sopenharmony_ci	MTK_PIN(
2718c2ecf20Sopenharmony_ci		20, "GPIO20",
2728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 20),
2738c2ecf20Sopenharmony_ci		DRV_GRP4,
2748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
2758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_CLK"),
2768c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CK"),
2778c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TCK"),
2788c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_CK"),
2798c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TCK"),
2808c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TCK_XI"),
2818c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTCK_SEL1")
2828c2ecf20Sopenharmony_ci	),
2838c2ecf20Sopenharmony_ci	MTK_PIN(
2848c2ecf20Sopenharmony_ci		21, "GPIO21",
2858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 21),
2868c2ecf20Sopenharmony_ci		DRV_GRP4,
2878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
2888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
2898c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH0"),
2908c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF2"),
2918c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
2928c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL9"),
2938c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
2948c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
2958c2ecf20Sopenharmony_ci	),
2968c2ecf20Sopenharmony_ci	MTK_PIN(
2978c2ecf20Sopenharmony_ci		22, "GPIO22",
2988c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 22),
2998c2ecf20Sopenharmony_ci		DRV_GRP4,
3008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
3018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_1"),
3028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH1"),
3038c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF3"),
3048c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
3058c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL10"),
3068c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
3078c2ecf20Sopenharmony_ci	),
3088c2ecf20Sopenharmony_ci	MTK_PIN(
3098c2ecf20Sopenharmony_ci		23, "GPIO23",
3108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 23),
3118c2ecf20Sopenharmony_ci		DRV_GRP4,
3128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
3138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_2"),
3148c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH2"),
3158c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF0"),
3168c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
3178c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL11"),
3188c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
3198c2ecf20Sopenharmony_ci	),
3208c2ecf20Sopenharmony_ci	MTK_PIN(
3218c2ecf20Sopenharmony_ci		24, "GPIO24",
3228c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 24),
3238c2ecf20Sopenharmony_ci		DRV_GRP4,
3248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
3258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
3268c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH3"),
3278c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF1"),
3288c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM3"),
3298c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL12"),
3308c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
3318c2ecf20Sopenharmony_ci	),
3328c2ecf20Sopenharmony_ci	MTK_PIN(
3338c2ecf20Sopenharmony_ci		25, "GPIO25",
3348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 25),
3358c2ecf20Sopenharmony_ci		DRV_GRP4,
3368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
3378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0"),
3388c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UCTS0"),
3398c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL8"),
3408c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CMVREF4"),
3418c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_LRCK"),
3428c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
3438c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
3448c2ecf20Sopenharmony_ci	),
3458c2ecf20Sopenharmony_ci	MTK_PIN(
3468c2ecf20Sopenharmony_ci		26, "GPIO26",
3478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 26),
3488c2ecf20Sopenharmony_ci		DRV_GRP4,
3498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
3508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
3518c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "URTS0"),
3528c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA8"),
3538c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
3548c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_DI"),
3558c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "AGPS_SYNC"),
3568c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
3578c2ecf20Sopenharmony_ci	),
3588c2ecf20Sopenharmony_ci	MTK_PIN(
3598c2ecf20Sopenharmony_ci		27, "GPIO27",
3608c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 27),
3618c2ecf20Sopenharmony_ci		DRV_GRP4,
3628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
3638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AP_GOOD")
3648c2ecf20Sopenharmony_ci	),
3658c2ecf20Sopenharmony_ci	MTK_PIN(
3668c2ecf20Sopenharmony_ci		28, "GPIO28",
3678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 28),
3688c2ecf20Sopenharmony_ci		DRV_GRP4,
3698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
3708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL5")
3718c2ecf20Sopenharmony_ci	),
3728c2ecf20Sopenharmony_ci	MTK_PIN(
3738c2ecf20Sopenharmony_ci		29, "GPIO29",
3748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 29),
3758c2ecf20Sopenharmony_ci		DRV_GRP4,
3768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
3778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA5")
3788c2ecf20Sopenharmony_ci	),
3798c2ecf20Sopenharmony_ci	MTK_PIN(
3808c2ecf20Sopenharmony_ci		30, "GPIO30",
3818c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 30),
3828c2ecf20Sopenharmony_ci		DRV_GRP4,
3838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
3848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_MCK"),
3858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_MCK"),
3868c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
3878c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D0"),
3888c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_MI"),
3898c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_DBGI_N")
3908c2ecf20Sopenharmony_ci	),
3918c2ecf20Sopenharmony_ci	MTK_PIN(
3928c2ecf20Sopenharmony_ci		31, "GPIO31",
3938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 31),
3948c2ecf20Sopenharmony_ci		DRV_GRP4,
3958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
3968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_BCK"),
3978c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_BCK"),
3988c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
3998c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D1"),
4008c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_CSB"),
4018c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TDO")
4028c2ecf20Sopenharmony_ci	),
4038c2ecf20Sopenharmony_ci	MTK_PIN(
4048c2ecf20Sopenharmony_ci		32, "GPIO32",
4058c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 32),
4068c2ecf20Sopenharmony_ci		DRV_GRP4,
4078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
4088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_LRCK"),
4098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_LRCK"),
4108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
4118c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D2"),
4128c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_MO"),
4138c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TDI")
4148c2ecf20Sopenharmony_ci	),
4158c2ecf20Sopenharmony_ci	MTK_PIN(
4168c2ecf20Sopenharmony_ci		33, "GPIO33",
4178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 33),
4188c2ecf20Sopenharmony_ci		DRV_GRP4,
4198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
4208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S2_DI"),
4218c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
4228c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_DO"),
4238c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D3"),
4248c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_CLK"),
4258c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TMS")
4268c2ecf20Sopenharmony_ci	),
4278c2ecf20Sopenharmony_ci	MTK_PIN(
4288c2ecf20Sopenharmony_ci		34, "GPIO34",
4298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 34),
4308c2ecf20Sopenharmony_ci		DRV_GRP4,
4318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
4328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_DO"),
4338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
4348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
4358c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D4"),
4368c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
4378c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TCK")
4388c2ecf20Sopenharmony_ci	),
4398c2ecf20Sopenharmony_ci	MTK_PIN(
4408c2ecf20Sopenharmony_ci		35, "GPIO35",
4418c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 35),
4428c2ecf20Sopenharmony_ci		DRV_GRP4,
4438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
4448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_LRCK"),
4458c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
4468c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_LRCK"),
4478c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D5"),
4488c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_MO"),
4498c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TDI"),
4508c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PWM_2")
4518c2ecf20Sopenharmony_ci	),
4528c2ecf20Sopenharmony_ci	MTK_PIN(
4538c2ecf20Sopenharmony_ci		36, "GPIO36",
4548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 36),
4558c2ecf20Sopenharmony_ci		DRV_GRP4,
4568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
4578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_BCK"),
4588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
4598c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_BCK"),
4608c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D6"),
4618c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_CSB"),
4628c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TRSTN"),
4638c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SRCLKENAI1")
4648c2ecf20Sopenharmony_ci	),
4658c2ecf20Sopenharmony_ci	MTK_PIN(
4668c2ecf20Sopenharmony_ci		37, "GPIO37",
4678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 37),
4688c2ecf20Sopenharmony_ci		DRV_GRP4,
4698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
4708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_MCK"),
4718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
4728c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_MCK"),
4738c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D7"),
4748c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_MI"),
4758c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TCK"),
4768c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SRCLKENAI0")
4778c2ecf20Sopenharmony_ci	),
4788c2ecf20Sopenharmony_ci	MTK_PIN(
4798c2ecf20Sopenharmony_ci		38, "GPIO38",
4808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 38),
4818c2ecf20Sopenharmony_ci		DRV_GRP4,
4828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
4838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA0"),
4848c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
4858c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_DO"),
4868c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D8"),
4878c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_CLK"),
4888c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TDO"),
4898c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "CONN_TCXOENA_REQ")
4908c2ecf20Sopenharmony_ci	),
4918c2ecf20Sopenharmony_ci	MTK_PIN(
4928c2ecf20Sopenharmony_ci		39, "GPIO39",
4938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 39),
4948c2ecf20Sopenharmony_ci		DRV_GRP4,
4958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
4968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA1"),
4978c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
4988c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
4998c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D9"),
5008c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DVFSRC_EXT_REQ"),
5018c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TMS"),
5028c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "IDDIG")
5038c2ecf20Sopenharmony_ci	),
5048c2ecf20Sopenharmony_ci	MTK_PIN(
5058c2ecf20Sopenharmony_ci		40, "GPIO40",
5068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 40),
5078c2ecf20Sopenharmony_ci		DRV_GRP4,
5088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
5098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA2"),
5108c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCL9"),
5118c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_3"),
5128c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D10"),
5138c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SRCLKENAI0"),
5148c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DAP_MD32_SWD"),
5158c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_DRVVBUS")
5168c2ecf20Sopenharmony_ci	),
5178c2ecf20Sopenharmony_ci	MTK_PIN(
5188c2ecf20Sopenharmony_ci		41, "GPIO41",
5198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 41),
5208c2ecf20Sopenharmony_ci		DRV_GRP4,
5218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
5228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA3"),
5238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SDA9"),
5248c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_1"),
5258c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D11"),
5268c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
5278c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DAP_MD32_SWCK")
5288c2ecf20Sopenharmony_ci	),
5298c2ecf20Sopenharmony_ci	MTK_PIN(
5308c2ecf20Sopenharmony_ci		42, "GPIO42",
5318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 42),
5328c2ecf20Sopenharmony_ci		DRV_GRP4,
5338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
5348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM")
5358c2ecf20Sopenharmony_ci	),
5368c2ecf20Sopenharmony_ci	MTK_PIN(
5378c2ecf20Sopenharmony_ci		43, "GPIO43",
5388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 43),
5398c2ecf20Sopenharmony_ci		DRV_GRP4,
5408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
5418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE")
5428c2ecf20Sopenharmony_ci	),
5438c2ecf20Sopenharmony_ci	MTK_PIN(
5448c2ecf20Sopenharmony_ci		44, "GPIO44",
5458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 44),
5468c2ecf20Sopenharmony_ci		DRV_GRP4,
5478c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
5488c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST")
5498c2ecf20Sopenharmony_ci	),
5508c2ecf20Sopenharmony_ci	MTK_PIN(
5518c2ecf20Sopenharmony_ci		45, "GPIO45",
5528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 45),
5538c2ecf20Sopenharmony_ci		DRV_GRP4,
5548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
5558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL6"),
5568c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
5578c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
5588c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306")
5598c2ecf20Sopenharmony_ci	),
5608c2ecf20Sopenharmony_ci	MTK_PIN(
5618c2ecf20Sopenharmony_ci		46, "GPIO46",
5628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 46),
5638c2ecf20Sopenharmony_ci		DRV_GRP4,
5648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
5658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA6"),
5668c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
5678c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
5688c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306")
5698c2ecf20Sopenharmony_ci	),
5708c2ecf20Sopenharmony_ci	MTK_PIN(
5718c2ecf20Sopenharmony_ci		47, "GPIO47",
5728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 47),
5738c2ecf20Sopenharmony_ci		DRV_GRP4,
5748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
5758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MI"),
5768c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MI"),
5778c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
5788c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD0"),
5798c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_UART0_RXD"),
5808c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_URXD_AO"),
5818c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B32")
5828c2ecf20Sopenharmony_ci	),
5838c2ecf20Sopenharmony_ci	MTK_PIN(
5848c2ecf20Sopenharmony_ci		48, "GPIO48",
5858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 48),
5868c2ecf20Sopenharmony_ci		DRV_GRP4,
5878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
5888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CSB"),
5898c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CS"),
5908c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
5918c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD0"),
5928c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_UART0_TXD"),
5938c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_UTXD_AO"),
5948c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
5958c2ecf20Sopenharmony_ci	),
5968c2ecf20Sopenharmony_ci	MTK_PIN(
5978c2ecf20Sopenharmony_ci		49, "GPIO49",
5988c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 49),
5998c2ecf20Sopenharmony_ci		DRV_GRP4,
6008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
6018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MO"),
6028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MO"),
6038c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UCTS0"),
6048c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
6058c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_1"),
6068c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD2_AO"),
6078c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
6088c2ecf20Sopenharmony_ci	),
6098c2ecf20Sopenharmony_ci	MTK_PIN(
6108c2ecf20Sopenharmony_ci		50, "GPIO50",
6118c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 50),
6128c2ecf20Sopenharmony_ci		DRV_GRP4,
6138c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
6148c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CLK"),
6158c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CK"),
6168c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URTS0"),
6178c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
6188c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "WIFI_TXD"),
6198c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD2_AO"),
6208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
6218c2ecf20Sopenharmony_ci	),
6228c2ecf20Sopenharmony_ci	MTK_PIN(
6238c2ecf20Sopenharmony_ci		51, "GPIO51",
6248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 51),
6258c2ecf20Sopenharmony_ci		DRV_GRP4,
6268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
6278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL0")
6288c2ecf20Sopenharmony_ci	),
6298c2ecf20Sopenharmony_ci	MTK_PIN(
6308c2ecf20Sopenharmony_ci		52, "GPIO52",
6318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 52),
6328c2ecf20Sopenharmony_ci		DRV_GRP4,
6338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
6348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA0")
6358c2ecf20Sopenharmony_ci	),
6368c2ecf20Sopenharmony_ci	MTK_PIN(
6378c2ecf20Sopenharmony_ci		53, "GPIO53",
6388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 53),
6398c2ecf20Sopenharmony_ci		DRV_GRP4,
6408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
6418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
6428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0"),
6438c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
6448c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
6458c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_URXD_AO"),
6468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "CONN_UART0_RXD")
6478c2ecf20Sopenharmony_ci	),
6488c2ecf20Sopenharmony_ci	MTK_PIN(
6498c2ecf20Sopenharmony_ci		54, "GPIO54",
6508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 54),
6518c2ecf20Sopenharmony_ci		DRV_GRP4,
6528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
6538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
6548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "URXD0"),
6558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
6568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
6578c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_UTXD_AO"),
6588c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD"),
6598c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "CONN_UART0_TXD")
6608c2ecf20Sopenharmony_ci	),
6618c2ecf20Sopenharmony_ci	MTK_PIN(
6628c2ecf20Sopenharmony_ci		55, "GPIO55",
6638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 55),
6648c2ecf20Sopenharmony_ci		DRV_GRP4,
6658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
6668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
6678c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
6688c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
6698c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306")
6708c2ecf20Sopenharmony_ci	),
6718c2ecf20Sopenharmony_ci	MTK_PIN(
6728c2ecf20Sopenharmony_ci		56, "GPIO56",
6738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 56),
6748c2ecf20Sopenharmony_ci		DRV_GRP4,
6758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
6768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
6778c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
6788c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
6798c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306")
6808c2ecf20Sopenharmony_ci	),
6818c2ecf20Sopenharmony_ci	MTK_PIN(
6828c2ecf20Sopenharmony_ci		57, "GPIO57",
6838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 57),
6848c2ecf20Sopenharmony_ci		DRV_GRP4,
6858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
6868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
6878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_1"),
6888c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DVFSRC_EXT_REQ"),
6898c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
6908c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
6918c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
6928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MBISTREADEN_TRIGGER")
6938c2ecf20Sopenharmony_ci	),
6948c2ecf20Sopenharmony_ci	MTK_PIN(
6958c2ecf20Sopenharmony_ci		58, "GPIO58",
6968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 58),
6978c2ecf20Sopenharmony_ci		DRV_GRP4,
6988c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
6998c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
7008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
7018c2ecf20Sopenharmony_ci	),
7028c2ecf20Sopenharmony_ci	MTK_PIN(
7038c2ecf20Sopenharmony_ci		59, "GPIO59",
7048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 59),
7058c2ecf20Sopenharmony_ci		DRV_GRP4,
7068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
7078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0"),
7088c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
7098c2ecf20Sopenharmony_ci	),
7108c2ecf20Sopenharmony_ci	MTK_PIN(
7118c2ecf20Sopenharmony_ci		60, "GPIO60",
7128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 60),
7138c2ecf20Sopenharmony_ci		DRV_GRP4,
7148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
7158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
7168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_2"),
7178c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UCTS1"),
7188c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
7198c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
7208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MBISTWRITEEN_TRIGGER")
7218c2ecf20Sopenharmony_ci	),
7228c2ecf20Sopenharmony_ci	MTK_PIN(
7238c2ecf20Sopenharmony_ci		61, "GPIO61",
7248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 61),
7258c2ecf20Sopenharmony_ci		DRV_GRP4,
7268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
7278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
7288c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
7298c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1")
7308c2ecf20Sopenharmony_ci	),
7318c2ecf20Sopenharmony_ci	MTK_PIN(
7328c2ecf20Sopenharmony_ci		62, "GPIO62",
7338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 62),
7348c2ecf20Sopenharmony_ci		DRV_GRP4,
7358c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
7368c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
7378c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
7388c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1")
7398c2ecf20Sopenharmony_ci	),
7408c2ecf20Sopenharmony_ci	MTK_PIN(
7418c2ecf20Sopenharmony_ci		63, "GPIO63",
7428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 63),
7438c2ecf20Sopenharmony_ci		DRV_GRP4,
7448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
7458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MI"),
7468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_MI"),
7478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
7488c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MRG_DI"),
7498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
7508c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_RXD"),
7518c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
7528c2ecf20Sopenharmony_ci	),
7538c2ecf20Sopenharmony_ci	MTK_PIN(
7548c2ecf20Sopenharmony_ci		64, "GPIO64",
7558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 64),
7568c2ecf20Sopenharmony_ci		DRV_GRP4,
7578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
7588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CSB"),
7598c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_CS"),
7608c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
7618c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MRG_SYNC"),
7628c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
7638c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_TXD"),
7648c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
7658c2ecf20Sopenharmony_ci	),
7668c2ecf20Sopenharmony_ci	MTK_PIN(
7678c2ecf20Sopenharmony_ci		65, "GPIO65",
7688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 65),
7698c2ecf20Sopenharmony_ci		DRV_GRP4,
7708c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
7718c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MO"),
7728c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_MO"),
7738c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
7748c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MRG_DO"),
7758c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
7768c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_3")
7778c2ecf20Sopenharmony_ci	),
7788c2ecf20Sopenharmony_ci	MTK_PIN(
7798c2ecf20Sopenharmony_ci		66, "GPIO66",
7808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 66),
7818c2ecf20Sopenharmony_ci		DRV_GRP4,
7828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
7838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CLK"),
7848c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_CK"),
7858c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
7868c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MRG_CLK"),
7878c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
7888c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD")
7898c2ecf20Sopenharmony_ci	),
7908c2ecf20Sopenharmony_ci	MTK_PIN(
7918c2ecf20Sopenharmony_ci		67, "GPIO67",
7928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 67),
7938c2ecf20Sopenharmony_ci		DRV_GRP4,
7948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
7958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_LRCK"),
7968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
7978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URXD1"),
7988c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_SYNC"),
7998c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_LRCK"),
8008c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
8018c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
8028c2ecf20Sopenharmony_ci	),
8038c2ecf20Sopenharmony_ci	MTK_PIN(
8048c2ecf20Sopenharmony_ci		68, "GPIO68",
8058c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 68),
8068c2ecf20Sopenharmony_ci		DRV_GRP4,
8078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
8088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_DO"),
8098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
8108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UTXD1"),
8118c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DO"),
8128c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_DO"),
8138c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
8148c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
8158c2ecf20Sopenharmony_ci	),
8168c2ecf20Sopenharmony_ci	MTK_PIN(
8178c2ecf20Sopenharmony_ci		69, "GPIO69",
8188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 69),
8198c2ecf20Sopenharmony_ci		DRV_GRP4,
8208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
8218c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_MCK"),
8228c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
8238c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URTS1"),
8248c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "AGPS_SYNC"),
8258c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_MCK"),
8268c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DVFSRC_EXT_REQ"),
8278c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
8288c2ecf20Sopenharmony_ci	),
8298c2ecf20Sopenharmony_ci	MTK_PIN(
8308c2ecf20Sopenharmony_ci		70, "GPIO70",
8318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 70),
8328c2ecf20Sopenharmony_ci		DRV_GRP4,
8338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
8348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_DI"),
8358c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
8368c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
8378c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DI"),
8388c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S2_DI2"),
8398c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11"),
8408c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
8418c2ecf20Sopenharmony_ci	),
8428c2ecf20Sopenharmony_ci	MTK_PIN(
8438c2ecf20Sopenharmony_ci		71, "GPIO71",
8448c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 71),
8458c2ecf20Sopenharmony_ci		DRV_GRP4,
8468c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
8478c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_BCK"),
8488c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
8498c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
8508c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_CLK"),
8518c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_BCK"),
8528c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12"),
8538c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
8548c2ecf20Sopenharmony_ci	),
8558c2ecf20Sopenharmony_ci	MTK_PIN(
8568c2ecf20Sopenharmony_ci		72, "GPIO72",
8578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 72),
8588c2ecf20Sopenharmony_ci		DRV_GRP4,
8598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
8608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS19_OLAT0"),
8618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS19_OLAT0")
8628c2ecf20Sopenharmony_ci	),
8638c2ecf20Sopenharmony_ci	MTK_PIN(
8648c2ecf20Sopenharmony_ci		73, "GPIO73",
8658c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 73),
8668c2ecf20Sopenharmony_ci		DRV_GRP4,
8678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
8688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS18_PA_VM1"),
8698c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI5_SCLK"),
8708c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MIPI5_SCLK")
8718c2ecf20Sopenharmony_ci	),
8728c2ecf20Sopenharmony_ci	MTK_PIN(
8738c2ecf20Sopenharmony_ci		74, "GPIO74",
8748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 74),
8758c2ecf20Sopenharmony_ci		DRV_GRP4,
8768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
8778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS17_PA_VM0"),
8788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI5_SDATA"),
8798c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MIPI5_SDATA")
8808c2ecf20Sopenharmony_ci	),
8818c2ecf20Sopenharmony_ci	MTK_PIN(
8828c2ecf20Sopenharmony_ci		75, "GPIO75",
8838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 75),
8848c2ecf20Sopenharmony_ci		DRV_GRP4,
8858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
8868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS20_OLAT1"),
8878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS20_OLAT1"),
8888c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "RFIC0_BSI_D2")
8898c2ecf20Sopenharmony_ci	),
8908c2ecf20Sopenharmony_ci	MTK_PIN(
8918c2ecf20Sopenharmony_ci		76, "GPIO76",
8928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 76),
8938c2ecf20Sopenharmony_ci		DRV_GRP4,
8948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
8958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D1")
8968c2ecf20Sopenharmony_ci	),
8978c2ecf20Sopenharmony_ci	MTK_PIN(
8988c2ecf20Sopenharmony_ci		77, "GPIO77",
8998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 77),
9008c2ecf20Sopenharmony_ci		DRV_GRP4,
9018c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
9028c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D0")
9038c2ecf20Sopenharmony_ci	),
9048c2ecf20Sopenharmony_ci	MTK_PIN(
9058c2ecf20Sopenharmony_ci		78, "GPIO78",
9068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 78),
9078c2ecf20Sopenharmony_ci		DRV_GRP4,
9088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
9098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS7"),
9108c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
9118c2ecf20Sopenharmony_ci	),
9128c2ecf20Sopenharmony_ci	MTK_PIN(
9138c2ecf20Sopenharmony_ci		79, "GPIO79",
9148c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 79),
9158c2ecf20Sopenharmony_ci		DRV_GRP4,
9168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
9178c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS6"),
9188c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
9198c2ecf20Sopenharmony_ci	),
9208c2ecf20Sopenharmony_ci	MTK_PIN(
9218c2ecf20Sopenharmony_ci		80, "GPIO80",
9228c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 80),
9238c2ecf20Sopenharmony_ci		DRV_GRP4,
9248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
9258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS8"),
9268c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
9278c2ecf20Sopenharmony_ci	),
9288c2ecf20Sopenharmony_ci	MTK_PIN(
9298c2ecf20Sopenharmony_ci		81, "GPIO81",
9308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 81),
9318c2ecf20Sopenharmony_ci		DRV_GRP4,
9328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
9338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS9"),
9348c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
9358c2ecf20Sopenharmony_ci	),
9368c2ecf20Sopenharmony_ci	MTK_PIN(
9378c2ecf20Sopenharmony_ci		82, "GPIO82",
9388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 82),
9398c2ecf20Sopenharmony_ci		DRV_GRP4,
9408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
9418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS10"),
9428c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
9438c2ecf20Sopenharmony_ci	),
9448c2ecf20Sopenharmony_ci	MTK_PIN(
9458c2ecf20Sopenharmony_ci		83, "GPIO83",
9468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 83),
9478c2ecf20Sopenharmony_ci		DRV_GRP4,
9488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
9498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS11"),
9508c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
9518c2ecf20Sopenharmony_ci	),
9528c2ecf20Sopenharmony_ci	MTK_PIN(
9538c2ecf20Sopenharmony_ci		84, "GPIO84",
9548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 84),
9558c2ecf20Sopenharmony_ci		DRV_GRP4,
9568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
9578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS12"),
9588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS12")
9598c2ecf20Sopenharmony_ci	),
9608c2ecf20Sopenharmony_ci	MTK_PIN(
9618c2ecf20Sopenharmony_ci		85, "GPIO85",
9628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 85),
9638c2ecf20Sopenharmony_ci		DRV_GRP4,
9648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
9658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS13"),
9668c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS13")
9678c2ecf20Sopenharmony_ci	),
9688c2ecf20Sopenharmony_ci	MTK_PIN(
9698c2ecf20Sopenharmony_ci		86, "GPIO86",
9708c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 86),
9718c2ecf20Sopenharmony_ci		DRV_GRP4,
9728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
9738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS14"),
9748c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS14")
9758c2ecf20Sopenharmony_ci	),
9768c2ecf20Sopenharmony_ci	MTK_PIN(
9778c2ecf20Sopenharmony_ci		87, "GPIO87",
9788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 87),
9798c2ecf20Sopenharmony_ci		DRV_GRP4,
9808c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
9818c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS15"),
9828c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS15")
9838c2ecf20Sopenharmony_ci	),
9848c2ecf20Sopenharmony_ci	MTK_PIN(
9858c2ecf20Sopenharmony_ci		88, "GPIO88",
9868c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 88),
9878c2ecf20Sopenharmony_ci		DRV_GRP4,
9888c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
9898c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS16"),
9908c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS16")
9918c2ecf20Sopenharmony_ci	),
9928c2ecf20Sopenharmony_ci	MTK_PIN(
9938c2ecf20Sopenharmony_ci		89, "GPIO89",
9948c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 89),
9958c2ecf20Sopenharmony_ci		DRV_GRP4,
9968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
9978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS5"),
9988c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
9998c2ecf20Sopenharmony_ci	),
10008c2ecf20Sopenharmony_ci	MTK_PIN(
10018c2ecf20Sopenharmony_ci		90, "GPIO90",
10028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 90),
10038c2ecf20Sopenharmony_ci		DRV_GRP4,
10048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
10058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS4"),
10068c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
10078c2ecf20Sopenharmony_ci	),
10088c2ecf20Sopenharmony_ci	MTK_PIN(
10098c2ecf20Sopenharmony_ci		91, "GPIO91",
10108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 91),
10118c2ecf20Sopenharmony_ci		DRV_GRP4,
10128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
10138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS3")
10148c2ecf20Sopenharmony_ci	),
10158c2ecf20Sopenharmony_ci	MTK_PIN(
10168c2ecf20Sopenharmony_ci		92, "GPIO92",
10178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 92),
10188c2ecf20Sopenharmony_ci		DRV_GRP4,
10198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
10208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS2"),
10218c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
10228c2ecf20Sopenharmony_ci	),
10238c2ecf20Sopenharmony_ci	MTK_PIN(
10248c2ecf20Sopenharmony_ci		93, "GPIO93",
10258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 93),
10268c2ecf20Sopenharmony_ci		DRV_GRP4,
10278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
10288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS1")
10298c2ecf20Sopenharmony_ci	),
10308c2ecf20Sopenharmony_ci	MTK_PIN(
10318c2ecf20Sopenharmony_ci		94, "GPIO94",
10328c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 94),
10338c2ecf20Sopenharmony_ci		DRV_GRP4,
10348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
10358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS0"),
10368c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
10378c2ecf20Sopenharmony_ci	),
10388c2ecf20Sopenharmony_ci	MTK_PIN(
10398c2ecf20Sopenharmony_ci		95, "GPIO95",
10408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 95),
10418c2ecf20Sopenharmony_ci		DRV_GRP4,
10428c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
10438c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SDATA")
10448c2ecf20Sopenharmony_ci	),
10458c2ecf20Sopenharmony_ci	MTK_PIN(
10468c2ecf20Sopenharmony_ci		96, "GPIO96",
10478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 96),
10488c2ecf20Sopenharmony_ci		DRV_GRP4,
10498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
10508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SCLK")
10518c2ecf20Sopenharmony_ci	),
10528c2ecf20Sopenharmony_ci	MTK_PIN(
10538c2ecf20Sopenharmony_ci		97, "GPIO97",
10548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 97),
10558c2ecf20Sopenharmony_ci		DRV_GRP4,
10568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
10578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SDATA")
10588c2ecf20Sopenharmony_ci	),
10598c2ecf20Sopenharmony_ci	MTK_PIN(
10608c2ecf20Sopenharmony_ci		98, "GPIO98",
10618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 98),
10628c2ecf20Sopenharmony_ci		DRV_GRP4,
10638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
10648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SCLK")
10658c2ecf20Sopenharmony_ci	),
10668c2ecf20Sopenharmony_ci	MTK_PIN(
10678c2ecf20Sopenharmony_ci		99, "GPIO99",
10688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 99),
10698c2ecf20Sopenharmony_ci		DRV_GRP4,
10708c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
10718c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SCLK"),
10728c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
10738c2ecf20Sopenharmony_ci	),
10748c2ecf20Sopenharmony_ci	MTK_PIN(
10758c2ecf20Sopenharmony_ci		100, "GPIO100",
10768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 100),
10778c2ecf20Sopenharmony_ci		DRV_GRP4,
10788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
10798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SDATA"),
10808c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
10818c2ecf20Sopenharmony_ci	),
10828c2ecf20Sopenharmony_ci	MTK_PIN(
10838c2ecf20Sopenharmony_ci		101, "GPIO101",
10848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 101),
10858c2ecf20Sopenharmony_ci		DRV_GRP4,
10868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
10878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SCLK"),
10888c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
10898c2ecf20Sopenharmony_ci	),
10908c2ecf20Sopenharmony_ci	MTK_PIN(
10918c2ecf20Sopenharmony_ci		102, "GPIO102",
10928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 102),
10938c2ecf20Sopenharmony_ci		DRV_GRP4,
10948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
10958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SDATA"),
10968c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
10978c2ecf20Sopenharmony_ci	),
10988c2ecf20Sopenharmony_ci	MTK_PIN(
10998c2ecf20Sopenharmony_ci		103, "GPIO103",
11008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 103),
11018c2ecf20Sopenharmony_ci		DRV_GRP4,
11028c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
11038c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI4_SCLK"),
11048c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI4_SCLK")
11058c2ecf20Sopenharmony_ci	),
11068c2ecf20Sopenharmony_ci	MTK_PIN(
11078c2ecf20Sopenharmony_ci		104, "GPIO104",
11088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 104),
11098c2ecf20Sopenharmony_ci		DRV_GRP4,
11108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
11118c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI4_SDATA"),
11128c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI4_SDATA")
11138c2ecf20Sopenharmony_ci	),
11148c2ecf20Sopenharmony_ci	MTK_PIN(
11158c2ecf20Sopenharmony_ci		105, "GPIO105",
11168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 105),
11178c2ecf20Sopenharmony_ci		DRV_GRP4,
11188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
11198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS22_OLAT3"),
11208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS22_OLAT3")
11218c2ecf20Sopenharmony_ci	),
11228c2ecf20Sopenharmony_ci	MTK_PIN(
11238c2ecf20Sopenharmony_ci		106, "GPIO106",
11248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 106),
11258c2ecf20Sopenharmony_ci		DRV_GRP4,
11268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
11278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS21_OLAT2"),
11288c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS21_OLAT2")
11298c2ecf20Sopenharmony_ci	),
11308c2ecf20Sopenharmony_ci	MTK_PIN(
11318c2ecf20Sopenharmony_ci		107, "GPIO107",
11328c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 107),
11338c2ecf20Sopenharmony_ci		DRV_GRP4,
11348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
11358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS24_ANT1"),
11368c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS24_ANT1")
11378c2ecf20Sopenharmony_ci	),
11388c2ecf20Sopenharmony_ci	MTK_PIN(
11398c2ecf20Sopenharmony_ci		108, "GPIO108",
11408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 108),
11418c2ecf20Sopenharmony_ci		DRV_GRP4,
11428c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
11438c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS25_ANT2"),
11448c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS25_ANT2")
11458c2ecf20Sopenharmony_ci	),
11468c2ecf20Sopenharmony_ci	MTK_PIN(
11478c2ecf20Sopenharmony_ci		109, "GPIO109",
11488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 109),
11498c2ecf20Sopenharmony_ci		DRV_GRP4,
11508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
11518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS23_ANT0"),
11528c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS23_ANT0")
11538c2ecf20Sopenharmony_ci	),
11548c2ecf20Sopenharmony_ci	MTK_PIN(
11558c2ecf20Sopenharmony_ci		110, "GPIO110",
11568c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 110),
11578c2ecf20Sopenharmony_ci		DRV_GRP4,
11588c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
11598c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL4")
11608c2ecf20Sopenharmony_ci	),
11618c2ecf20Sopenharmony_ci	MTK_PIN(
11628c2ecf20Sopenharmony_ci		111, "GPIO111",
11638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 111),
11648c2ecf20Sopenharmony_ci		DRV_GRP4,
11658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
11668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA4")
11678c2ecf20Sopenharmony_ci	),
11688c2ecf20Sopenharmony_ci	MTK_PIN(
11698c2ecf20Sopenharmony_ci		112, "GPIO112",
11708c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 112),
11718c2ecf20Sopenharmony_ci		DRV_GRP4,
11728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
11738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL2")
11748c2ecf20Sopenharmony_ci	),
11758c2ecf20Sopenharmony_ci	MTK_PIN(
11768c2ecf20Sopenharmony_ci		113, "GPIO113",
11778c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 113),
11788c2ecf20Sopenharmony_ci		DRV_GRP4,
11798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
11808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA2")
11818c2ecf20Sopenharmony_ci	),
11828c2ecf20Sopenharmony_ci	MTK_PIN(
11838c2ecf20Sopenharmony_ci		114, "GPIO114",
11848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 114),
11858c2ecf20Sopenharmony_ci		DRV_GRP4,
11868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
11878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM0"),
11888c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MI"),
11898c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
11908c2ecf20Sopenharmony_ci	),
11918c2ecf20Sopenharmony_ci	MTK_PIN(
11928c2ecf20Sopenharmony_ci		115, "GPIO115",
11938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 115),
11948c2ecf20Sopenharmony_ci		DRV_GRP4,
11958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
11968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM1"),
11978c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_CSB"),
11988c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
11998c2ecf20Sopenharmony_ci	),
12008c2ecf20Sopenharmony_ci	MTK_PIN(
12018c2ecf20Sopenharmony_ci		116, "GPIO116",
12028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 116),
12038c2ecf20Sopenharmony_ci		DRV_GRP4,
12048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
12058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
12068c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
12078c2ecf20Sopenharmony_ci	),
12088c2ecf20Sopenharmony_ci	MTK_PIN(
12098c2ecf20Sopenharmony_ci		117, "GPIO117",
12108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 117),
12118c2ecf20Sopenharmony_ci		DRV_GRP4,
12128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
12138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
12148c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ"),
12158c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
12168c2ecf20Sopenharmony_ci	),
12178c2ecf20Sopenharmony_ci	MTK_PIN(
12188c2ecf20Sopenharmony_ci		118, "GPIO118",
12198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 118),
12208c2ecf20Sopenharmony_ci		DRV_GRP4,
12218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
12228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM2"),
12238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MO"),
12248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
12258c2ecf20Sopenharmony_ci	),
12268c2ecf20Sopenharmony_ci	MTK_PIN(
12278c2ecf20Sopenharmony_ci		119, "GPIO119",
12288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 119),
12298c2ecf20Sopenharmony_ci		DRV_GRP4,
12308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
12318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM3"),
12328c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_CLK"),
12338c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
12348c2ecf20Sopenharmony_ci	),
12358c2ecf20Sopenharmony_ci	MTK_PIN(
12368c2ecf20Sopenharmony_ci		120, "GPIO120",
12378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 120),
12388c2ecf20Sopenharmony_ci		DRV_GRP4,
12398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
12408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
12418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
12428c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12"),
12438c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TP_UCTS2_AO")
12448c2ecf20Sopenharmony_ci	),
12458c2ecf20Sopenharmony_ci	MTK_PIN(
12468c2ecf20Sopenharmony_ci		121, "GPIO121",
12478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 121),
12488c2ecf20Sopenharmony_ci		DRV_GRP4,
12498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
12508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK3"),
12518c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
12528c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DVFSRC_EXT_REQ"),
12538c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11"),
12548c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TP_URTS2_AO")
12558c2ecf20Sopenharmony_ci	),
12568c2ecf20Sopenharmony_ci	MTK_PIN(
12578c2ecf20Sopenharmony_ci		122, "GPIO122",
12588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 122),
12598c2ecf20Sopenharmony_ci		DRV_GRP4,
12608c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
12618c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF1"),
12628c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_SYNC"),
12638c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
12648c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "AGPS_SYNC"),
12658c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_1"),
12668c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
12678c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TP_UCTS1_AO")
12688c2ecf20Sopenharmony_ci	),
12698c2ecf20Sopenharmony_ci	MTK_PIN(
12708c2ecf20Sopenharmony_ci		123, "GPIO123",
12718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 123),
12728c2ecf20Sopenharmony_ci		DRV_GRP4,
12738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
12748c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_DI"),
12758c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TRSTN"),
12768c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_NTRST"),
12778c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TRSTN"),
12788c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TRSTN")
12798c2ecf20Sopenharmony_ci	),
12808c2ecf20Sopenharmony_ci	MTK_PIN(
12818c2ecf20Sopenharmony_ci		124, "GPIO124",
12828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 124),
12838c2ecf20Sopenharmony_ci		DRV_GRP4,
12848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
12858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF2"),
12868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_CLK"),
12878c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
12888c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
12898c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_2"),
12908c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
12918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TP_URTS1_AO")
12928c2ecf20Sopenharmony_ci	),
12938c2ecf20Sopenharmony_ci	MTK_PIN(
12948c2ecf20Sopenharmony_ci		125, "GPIO125",
12958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 125),
12968c2ecf20Sopenharmony_ci		DRV_GRP4,
12978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
12988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF3"),
12998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_DO"),
13008c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TMS"),
13018c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TMS"),
13028c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TMS"),
13038c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TMS")
13048c2ecf20Sopenharmony_ci	),
13058c2ecf20Sopenharmony_ci	MTK_PIN(
13068c2ecf20Sopenharmony_ci		126, "GPIO126",
13078c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 126),
13088c2ecf20Sopenharmony_ci		DRV_GRP4,
13098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
13108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF4"),
13118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH0"),
13128c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC")
13138c2ecf20Sopenharmony_ci	),
13148c2ecf20Sopenharmony_ci	MTK_PIN(
13158c2ecf20Sopenharmony_ci		127, "GPIO127",
13168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 127),
13178c2ecf20Sopenharmony_ci		DRV_GRP4,
13188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
13198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF0"),
13208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH1"),
13218c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC")
13228c2ecf20Sopenharmony_ci	),
13238c2ecf20Sopenharmony_ci	MTK_PIN(
13248c2ecf20Sopenharmony_ci		128, "GPIO128",
13258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 128),
13268c2ecf20Sopenharmony_ci		DRV_GRP0,
13278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
13288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SIO"),
13298c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SIO"),
13308c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TRST"),
13318c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JINTP"),
13328c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TRSTN"),
13338c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_FOUT"),
13348c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
13358c2ecf20Sopenharmony_ci	),
13368c2ecf20Sopenharmony_ci	MTK_PIN(
13378c2ecf20Sopenharmony_ci		129, "GPIO129",
13388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 129),
13398c2ecf20Sopenharmony_ci		DRV_GRP0,
13408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
13418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SRST"),
13428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SRST"),
13438c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TCK"),
13448c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JCK"),
13458c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TCK"),
13468c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDO"),
13478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
13488c2ecf20Sopenharmony_ci	),
13498c2ecf20Sopenharmony_ci	MTK_PIN(
13508c2ecf20Sopenharmony_ci		130, "GPIO130",
13518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 130),
13528c2ecf20Sopenharmony_ci		DRV_GRP0,
13538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
13548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SCLK"),
13558c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SCLK"),
13568c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_26M"),
13578c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
13588c2ecf20Sopenharmony_ci	),
13598c2ecf20Sopenharmony_ci	MTK_PIN(
13608c2ecf20Sopenharmony_ci		131, "GPIO131",
13618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 131),
13628c2ecf20Sopenharmony_ci		DRV_GRP0,
13638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
13648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SCLK"),
13658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SCLK"),
13668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TDI"),
13678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDI"),
13688c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDI"),
13698c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCK"),
13708c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
13718c2ecf20Sopenharmony_ci	),
13728c2ecf20Sopenharmony_ci	MTK_PIN(
13738c2ecf20Sopenharmony_ci		132, "GPIO132",
13748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 132),
13758c2ecf20Sopenharmony_ci		DRV_GRP0,
13768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
13778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SRST"),
13788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SRST"),
13798c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TMS"),
13808c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JMS"),
13818c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TMS"),
13828c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDI"),
13838c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
13848c2ecf20Sopenharmony_ci	),
13858c2ecf20Sopenharmony_ci	MTK_PIN(
13868c2ecf20Sopenharmony_ci		133, "GPIO133",
13878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 133),
13888c2ecf20Sopenharmony_ci		DRV_GRP0,
13898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
13908c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SIO"),
13918c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SIO"),
13928c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TDO"),
13938c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDO"),
13948c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDO"),
13958c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCF"),
13968c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
13978c2ecf20Sopenharmony_ci	),
13988c2ecf20Sopenharmony_ci	MTK_PIN(
13998c2ecf20Sopenharmony_ci		134, "GPIO134",
14008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 134),
14018c2ecf20Sopenharmony_ci		DRV_GRP4,
14028c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
14038c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
14048c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_CLK"),
14058c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_MI"),
14068c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TCK"),
14078c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JCK"),
14088c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TCK"),
14098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTCK_SEL3")
14108c2ecf20Sopenharmony_ci	),
14118c2ecf20Sopenharmony_ci	MTK_PIN(
14128c2ecf20Sopenharmony_ci		135, "GPIO135",
14138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 135),
14148c2ecf20Sopenharmony_ci		DRV_GRP4,
14158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
14168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
14178c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_SYNC"),
14188c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_CSB"),
14198c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TMS"),
14208c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JMS"),
14218c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TMS"),
14228c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTMS_SEL3")
14238c2ecf20Sopenharmony_ci	),
14248c2ecf20Sopenharmony_ci	MTK_PIN(
14258c2ecf20Sopenharmony_ci		136, "GPIO136",
14268c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 136),
14278c2ecf20Sopenharmony_ci		DRV_GRP4,
14288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
14298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
14308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DI"),
14318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_MO"),
14328c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CONN_TCXOENA_REQ"),
14338c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JINTP"),
14348c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC")
14358c2ecf20Sopenharmony_ci	),
14368c2ecf20Sopenharmony_ci	MTK_PIN(
14378c2ecf20Sopenharmony_ci		137, "GPIO137",
14388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 137),
14398c2ecf20Sopenharmony_ci		DRV_GRP4,
14408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
14418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
14428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO0"),
14438c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_CLK"),
14448c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDI"),
14458c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDI"),
14468c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDI"),
14478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTDI_SEL3")
14488c2ecf20Sopenharmony_ci	),
14498c2ecf20Sopenharmony_ci	MTK_PIN(
14508c2ecf20Sopenharmony_ci		138, "GPIO138",
14518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 138),
14528c2ecf20Sopenharmony_ci		DRV_GRP4,
14538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
14548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
14558c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO2"),
14568c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL11"),
14578c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_NTRST"),
14588c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_AICE_TCKC"),
14598c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TRST"),
14608c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTRSTN_SEL3")
14618c2ecf20Sopenharmony_ci	),
14628c2ecf20Sopenharmony_ci	MTK_PIN(
14638c2ecf20Sopenharmony_ci		139, "GPIO139",
14648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 139),
14658c2ecf20Sopenharmony_ci		DRV_GRP4,
14668c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
14678c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
14688c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO1"),
14698c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL12"),
14708c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDO"),
14718c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDO"),
14728c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDO"),
14738c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "JTDO_SEL3")
14748c2ecf20Sopenharmony_ci	),
14758c2ecf20Sopenharmony_ci	MTK_PIN(
14768c2ecf20Sopenharmony_ci		140, "GPIO140",
14778c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 140),
14788c2ecf20Sopenharmony_ci		DRV_GRP4,
14798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
14808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM0_HOT_PLUG"),
14818c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2_C2K_UIM1_HOT_PLUG"),
14828c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_URXD0"),
14838c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306"),
14848c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
14858c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_URXD_AO")
14868c2ecf20Sopenharmony_ci	),
14878c2ecf20Sopenharmony_ci	MTK_PIN(
14888c2ecf20Sopenharmony_ci		141, "GPIO141",
14898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 141),
14908c2ecf20Sopenharmony_ci		DRV_GRP4,
14918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
14928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT2_C2K_UIM1_HOT_PLUG"),
14938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM0_HOT_PLUG"),
14948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_UTXD0"),
14958c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306"),
14968c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
14978c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_UTXD_AO")
14988c2ecf20Sopenharmony_ci	),
14998c2ecf20Sopenharmony_ci	MTK_PIN(
15008c2ecf20Sopenharmony_ci		142, "GPIO142",
15018c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 142),
15028c2ecf20Sopenharmony_ci		DRV_GRP4,
15038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
15048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCP_VREQ_VAO"),
15058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ")
15068c2ecf20Sopenharmony_ci	),
15078c2ecf20Sopenharmony_ci	MTK_PIN(
15088c2ecf20Sopenharmony_ci		143, "GPIO143",
15098c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 143),
15108c2ecf20Sopenharmony_ci		DRV_GRP4,
15118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
15128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI2"),
15138c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
15148c2ecf20Sopenharmony_ci	),
15158c2ecf20Sopenharmony_ci	MTK_PIN(
15168c2ecf20Sopenharmony_ci		144, "GPIO144",
15178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 144),
15188c2ecf20Sopenharmony_ci		DRV_GRP4,
15198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
15208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_NLE_MOSI1"),
15218c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUD_CLK_MISO"),
15228c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
15238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TCK"),
15248c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UFS_UNIPRO_SDA"),
15258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
15268c2ecf20Sopenharmony_ci	),
15278c2ecf20Sopenharmony_ci	MTK_PIN(
15288c2ecf20Sopenharmony_ci		145, "GPIO145",
15298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 145),
15308c2ecf20Sopenharmony_ci		DRV_GRP4,
15318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
15328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_NLE_MOSI0"),
15338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUD_SYNC_MISO"),
15348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
15358c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TMS"),
15368c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
15378c2ecf20Sopenharmony_ci	),
15388c2ecf20Sopenharmony_ci	MTK_PIN(
15398c2ecf20Sopenharmony_ci		146, "GPIO146",
15408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 146),
15418c2ecf20Sopenharmony_ci		DRV_GRP4,
15428c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
15438c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO2"),
15448c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
15458c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TDO"),
15468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
15478c2ecf20Sopenharmony_ci	),
15488c2ecf20Sopenharmony_ci	MTK_PIN(
15498c2ecf20Sopenharmony_ci		147, "GPIO147",
15508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 147),
15518c2ecf20Sopenharmony_ci		DRV_GRP4,
15528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
15538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL0"),
15548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_3")
15558c2ecf20Sopenharmony_ci	),
15568c2ecf20Sopenharmony_ci	MTK_PIN(
15578c2ecf20Sopenharmony_ci		148, "GPIO148",
15588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 148),
15598c2ecf20Sopenharmony_ci		DRV_GRP4,
15608c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
15618c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL1"),
15628c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_MI"),
15638c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SSPM_URXD_AO"),
15648c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_UCTS2_AO"),
15658c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CLKM0")
15668c2ecf20Sopenharmony_ci	),
15678c2ecf20Sopenharmony_ci	MTK_PIN(
15688c2ecf20Sopenharmony_ci		149, "GPIO149",
15698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 149),
15708c2ecf20Sopenharmony_ci		DRV_GRP4,
15718c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
15728c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL2"),
15738c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_CSB"),
15748c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SSPM_UTXD_AO"),
15758c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_URTS2_AO"),
15768c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ")
15778c2ecf20Sopenharmony_ci	),
15788c2ecf20Sopenharmony_ci	MTK_PIN(
15798c2ecf20Sopenharmony_ci		150, "GPIO150",
15808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 150),
15818c2ecf20Sopenharmony_ci		DRV_GRP4,
15828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
15838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL3"),
15848c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_MO"),
15858c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UCTS1"),
15868c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_UCTS1_AO"),
15878c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IDDIG"),
15888c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
15898c2ecf20Sopenharmony_ci	),
15908c2ecf20Sopenharmony_ci	MTK_PIN(
15918c2ecf20Sopenharmony_ci		151, "GPIO151",
15928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 151),
15938c2ecf20Sopenharmony_ci		DRV_GRP4,
15948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
15958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL4"),
15968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_CLK"),
15978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URTS1"),
15988c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_URTS1_AO"),
15998c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "USB_DRVVBUS"),
16008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
16018c2ecf20Sopenharmony_ci	),
16028c2ecf20Sopenharmony_ci	MTK_PIN(
16038c2ecf20Sopenharmony_ci		152, "GPIO152",
16048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 152),
16058c2ecf20Sopenharmony_ci		DRV_GRP4,
16068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
16078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL5"),
16088c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_MI"),
16098c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
16108c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD1_AO"),
16118c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_MI"),
16128c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
16138c2ecf20Sopenharmony_ci	),
16148c2ecf20Sopenharmony_ci	MTK_PIN(
16158c2ecf20Sopenharmony_ci		153, "GPIO153",
16168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 153),
16178c2ecf20Sopenharmony_ci		DRV_GRP4,
16188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
16198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL6"),
16208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_CSB"),
16218c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI0"),
16228c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM_0"),
16238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD1_AO"),
16248c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_CS"),
16258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
16268c2ecf20Sopenharmony_ci	),
16278c2ecf20Sopenharmony_ci	MTK_PIN(
16288c2ecf20Sopenharmony_ci		154, "GPIO154",
16298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 154),
16308c2ecf20Sopenharmony_ci		DRV_GRP4,
16318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
16328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL7"),
16338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_MO"),
16348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
16358c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD2_AO"),
16368c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_MO")
16378c2ecf20Sopenharmony_ci	),
16388c2ecf20Sopenharmony_ci	MTK_PIN(
16398c2ecf20Sopenharmony_ci		155, "GPIO155",
16408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 155),
16418c2ecf20Sopenharmony_ci		DRV_GRP4,
16428c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
16438c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL8"),
16448c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_CLK"),
16458c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
16468c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD2_AO"),
16478c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_CK"),
16488c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
16498c2ecf20Sopenharmony_ci	),
16508c2ecf20Sopenharmony_ci	MTK_PIN(
16518c2ecf20Sopenharmony_ci		156, "GPIO156",
16528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 156),
16538c2ecf20Sopenharmony_ci		DRV_GRP4,
16548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
16558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_CLK"),
16568c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK0"),
16578c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
16588c2ecf20Sopenharmony_ci	),
16598c2ecf20Sopenharmony_ci	MTK_PIN(
16608c2ecf20Sopenharmony_ci		157, "GPIO157",
16618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 157),
16628c2ecf20Sopenharmony_ci		DRV_GRP4,
16638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
16648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_DATA"),
16658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST0"),
16668c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
16678c2ecf20Sopenharmony_ci	),
16688c2ecf20Sopenharmony_ci	MTK_PIN(
16698c2ecf20Sopenharmony_ci		158, "GPIO158",
16708c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 158),
16718c2ecf20Sopenharmony_ci		DRV_GRP4,
16728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
16738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_HRST_B"),
16748c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
16758c2ecf20Sopenharmony_ci	),
16768c2ecf20Sopenharmony_ci	MTK_PIN(
16778c2ecf20Sopenharmony_ci		159, "GPIO159",
16788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 159),
16798c2ecf20Sopenharmony_ci		DRV_GRP4,
16808c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
16818c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WB_PTA"),
16828c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
16838c2ecf20Sopenharmony_ci	),
16848c2ecf20Sopenharmony_ci	MTK_PIN(
16858c2ecf20Sopenharmony_ci		160, "GPIO160",
16868c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 160),
16878c2ecf20Sopenharmony_ci		DRV_GRP4,
16888c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
16898c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_CLK"),
16908c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK1"),
16918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
16928c2ecf20Sopenharmony_ci	),
16938c2ecf20Sopenharmony_ci	MTK_PIN(
16948c2ecf20Sopenharmony_ci		161, "GPIO161",
16958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 161),
16968c2ecf20Sopenharmony_ci		DRV_GRP4,
16978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
16988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_DATA"),
16998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST1"),
17008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
17018c2ecf20Sopenharmony_ci	),
17028c2ecf20Sopenharmony_ci	MTK_PIN(
17038c2ecf20Sopenharmony_ci		162, "GPIO162",
17048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 162),
17058c2ecf20Sopenharmony_ci		DRV_GRP4,
17068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
17078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL0"),
17088c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
17098c2ecf20Sopenharmony_ci	),
17108c2ecf20Sopenharmony_ci	MTK_PIN(
17118c2ecf20Sopenharmony_ci		163, "GPIO163",
17128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 163),
17138c2ecf20Sopenharmony_ci		DRV_GRP4,
17148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
17158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL1"),
17168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UFS_MPHY_SCL"),
17178c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
17188c2ecf20Sopenharmony_ci	),
17198c2ecf20Sopenharmony_ci	MTK_PIN(
17208c2ecf20Sopenharmony_ci		164, "GPIO164",
17218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 164),
17228c2ecf20Sopenharmony_ci		DRV_GRP4,
17238c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
17248c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL2"),
17258c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UFS_MPHY_SDA"),
17268c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
17278c2ecf20Sopenharmony_ci	),
17288c2ecf20Sopenharmony_ci	MTK_PIN(
17298c2ecf20Sopenharmony_ci		165, "GPIO165",
17308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 165),
17318c2ecf20Sopenharmony_ci		DRV_GRP4,
17328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165"),
17338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL3"),
17348c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UFS_UNIPRO_SDA"),
17358c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
17368c2ecf20Sopenharmony_ci	),
17378c2ecf20Sopenharmony_ci	MTK_PIN(
17388c2ecf20Sopenharmony_ci		166, "GPIO166",
17398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 166),
17408c2ecf20Sopenharmony_ci		DRV_GRP4,
17418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166"),
17428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL4"),
17438c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UFS_UNIPRO_SCL"),
17448c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
17458c2ecf20Sopenharmony_ci	),
17468c2ecf20Sopenharmony_ci	MTK_PIN(
17478c2ecf20Sopenharmony_ci		167, "GPIO167",
17488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 167),
17498c2ecf20Sopenharmony_ci		DRV_GRP4,
17508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167"),
17518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD")
17528c2ecf20Sopenharmony_ci	),
17538c2ecf20Sopenharmony_ci	MTK_PIN(
17548c2ecf20Sopenharmony_ci		168, "GPIO168",
17558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 168),
17568c2ecf20Sopenharmony_ci		DRV_GRP4,
17578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168"),
17588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0")
17598c2ecf20Sopenharmony_ci	),
17608c2ecf20Sopenharmony_ci	MTK_PIN(
17618c2ecf20Sopenharmony_ci		169, "GPIO169",
17628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 169),
17638c2ecf20Sopenharmony_ci		DRV_GRP4,
17648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
17658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2")
17668c2ecf20Sopenharmony_ci	),
17678c2ecf20Sopenharmony_ci	MTK_PIN(
17688c2ecf20Sopenharmony_ci		170, "GPIO170",
17698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 170),
17708c2ecf20Sopenharmony_ci		DRV_GRP4,
17718c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
17728c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4")
17738c2ecf20Sopenharmony_ci	),
17748c2ecf20Sopenharmony_ci	MTK_PIN(
17758c2ecf20Sopenharmony_ci		171, "GPIO171",
17768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 171),
17778c2ecf20Sopenharmony_ci		DRV_GRP4,
17788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
17798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6")
17808c2ecf20Sopenharmony_ci	),
17818c2ecf20Sopenharmony_ci	MTK_PIN(
17828c2ecf20Sopenharmony_ci		172, "GPIO172",
17838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 172),
17848c2ecf20Sopenharmony_ci		DRV_GRP4,
17858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
17868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1")
17878c2ecf20Sopenharmony_ci	),
17888c2ecf20Sopenharmony_ci	MTK_PIN(
17898c2ecf20Sopenharmony_ci		173, "GPIO173",
17908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 173),
17918c2ecf20Sopenharmony_ci		DRV_GRP4,
17928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
17938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5")
17948c2ecf20Sopenharmony_ci	),
17958c2ecf20Sopenharmony_ci	MTK_PIN(
17968c2ecf20Sopenharmony_ci		174, "GPIO174",
17978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 174),
17988c2ecf20Sopenharmony_ci		DRV_GRP4,
17998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
18008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7")
18018c2ecf20Sopenharmony_ci	),
18028c2ecf20Sopenharmony_ci	MTK_PIN(
18038c2ecf20Sopenharmony_ci		175, "GPIO175",
18048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 175),
18058c2ecf20Sopenharmony_ci		DRV_GRP4,
18068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
18078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL"),
18088c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL9")
18098c2ecf20Sopenharmony_ci	),
18108c2ecf20Sopenharmony_ci	MTK_PIN(
18118c2ecf20Sopenharmony_ci		176, "GPIO176",
18128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 176),
18138c2ecf20Sopenharmony_ci		DRV_GRP4,
18148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
18158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
18168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL10")
18178c2ecf20Sopenharmony_ci	),
18188c2ecf20Sopenharmony_ci	MTK_PIN(
18198c2ecf20Sopenharmony_ci		177, "GPIO177",
18208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 177),
18218c2ecf20Sopenharmony_ci		DRV_GRP4,
18228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
18238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3")
18248c2ecf20Sopenharmony_ci	),
18258c2ecf20Sopenharmony_ci	MTK_PIN(
18268c2ecf20Sopenharmony_ci		178, "GPIO178",
18278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 178),
18288c2ecf20Sopenharmony_ci		DRV_GRP4,
18298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
18308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB")
18318c2ecf20Sopenharmony_ci	),
18328c2ecf20Sopenharmony_ci	MTK_PIN(
18338c2ecf20Sopenharmony_ci		179, "GPIO179",
18348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18358c2ecf20Sopenharmony_ci		DRV_GRP4,
18368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
18378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_EN")
18388c2ecf20Sopenharmony_ci	),
18398c2ecf20Sopenharmony_ci	MTK_PIN(
18408c2ecf20Sopenharmony_ci		180, "GPIO180",
18418c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18428c2ecf20Sopenharmony_ci		DRV_GRP4,
18438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
18448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_CK")
18458c2ecf20Sopenharmony_ci	),
18468c2ecf20Sopenharmony_ci	MTK_PIN(
18478c2ecf20Sopenharmony_ci		181, "GPIO181",
18488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18498c2ecf20Sopenharmony_ci		DRV_GRP4,
18508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
18518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0")
18528c2ecf20Sopenharmony_ci	),
18538c2ecf20Sopenharmony_ci	MTK_PIN(
18548c2ecf20Sopenharmony_ci		182, "GPIO182",
18558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18568c2ecf20Sopenharmony_ci		DRV_GRP4,
18578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
18588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1")
18598c2ecf20Sopenharmony_ci	),
18608c2ecf20Sopenharmony_ci	MTK_PIN(
18618c2ecf20Sopenharmony_ci		183, "GPIO183",
18628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18638c2ecf20Sopenharmony_ci		DRV_GRP4,
18648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
18658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
18668c2ecf20Sopenharmony_ci	),
18678c2ecf20Sopenharmony_ci	MTK_PIN(
18688c2ecf20Sopenharmony_ci		184, "GPIO184",
18698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18708c2ecf20Sopenharmony_ci		DRV_GRP4,
18718c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
18728c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
18738c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO")
18748c2ecf20Sopenharmony_ci	),
18758c2ecf20Sopenharmony_ci	MTK_PIN(
18768c2ecf20Sopenharmony_ci		185, "GPIO185",
18778c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18788c2ecf20Sopenharmony_ci		DRV_GRP4,
18798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
18808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN")
18818c2ecf20Sopenharmony_ci	),
18828c2ecf20Sopenharmony_ci	MTK_PIN(
18838c2ecf20Sopenharmony_ci		186, "GPIO186",
18848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18858c2ecf20Sopenharmony_ci		DRV_GRP4,
18868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
18878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
18888c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI")
18898c2ecf20Sopenharmony_ci	),
18908c2ecf20Sopenharmony_ci	MTK_PIN(
18918c2ecf20Sopenharmony_ci		187, "GPIO187",
18928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18938c2ecf20Sopenharmony_ci		DRV_GRP4,
18948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
18958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK")
18968c2ecf20Sopenharmony_ci	),
18978c2ecf20Sopenharmony_ci	MTK_PIN(
18988c2ecf20Sopenharmony_ci		188, "GPIO188",
18998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19008c2ecf20Sopenharmony_ci		DRV_GRP4,
19018c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
19028c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
19038c2ecf20Sopenharmony_ci	),
19048c2ecf20Sopenharmony_ci	MTK_PIN(
19058c2ecf20Sopenharmony_ci		189, "GPIO189",
19068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19078c2ecf20Sopenharmony_ci		DRV_GRP4,
19088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
19098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI"),
19108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
19118c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UFS_UNIPRO_SCL")
19128c2ecf20Sopenharmony_ci	),
19138c2ecf20Sopenharmony_ci	MTK_PIN(
19148c2ecf20Sopenharmony_ci		190, "GPIO190",
19158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19168c2ecf20Sopenharmony_ci		DRV_GRP4,
19178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
19188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_SYNC_MOSI"),
19198c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
19208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
19218c2ecf20Sopenharmony_ci	),
19228c2ecf20Sopenharmony_ci	MTK_PIN(
19238c2ecf20Sopenharmony_ci		191, "GPIO191",
19248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19258c2ecf20Sopenharmony_ci		DRV_GRP4,
19268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
19278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI0"),
19288c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
19298c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
19308c2ecf20Sopenharmony_ci	),
19318c2ecf20Sopenharmony_ci	MTK_PIN(
19328c2ecf20Sopenharmony_ci		192, "GPIO192",
19338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19348c2ecf20Sopenharmony_ci		DRV_GRP4,
19358c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
19368c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI1"),
19378c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
19388c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UFS_MPHY_SDA"),
19398c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
19408c2ecf20Sopenharmony_ci	),
19418c2ecf20Sopenharmony_ci	MTK_PIN(
19428c2ecf20Sopenharmony_ci		193, "GPIO193",
19438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19448c2ecf20Sopenharmony_ci		DRV_GRP4,
19458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
19468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO0"),
19478c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "VOW_DAT_MISO"),
19488c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
19498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TDI"),
19508c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
19518c2ecf20Sopenharmony_ci	),
19528c2ecf20Sopenharmony_ci	MTK_PIN(
19538c2ecf20Sopenharmony_ci		194, "GPIO194",
19548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19558c2ecf20Sopenharmony_ci		DRV_GRP4,
19568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
19578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO1"),
19588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "VOW_CLK_MISO"),
19598c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
19608c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UDI_NTRST"),
19618c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UFS_MPHY_SCL"),
19628c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
19638c2ecf20Sopenharmony_ci	),
19648c2ecf20Sopenharmony_ci	MTK_PIN(
19658c2ecf20Sopenharmony_ci		195, "GPIO195",
19668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 179),
19678c2ecf20Sopenharmony_ci		DRV_GRP4,
19688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
19698c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TCK"),
19708c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TCK"),
19718c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TCK"),
19728c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TCK")
19738c2ecf20Sopenharmony_ci	),
19748c2ecf20Sopenharmony_ci	MTK_PIN(
19758c2ecf20Sopenharmony_ci		196, "GPIO196",
19768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 180),
19778c2ecf20Sopenharmony_ci		DRV_GRP4,
19788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
19798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK4"),
19808c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TDI"),
19818c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDI"),
19828c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TDI"),
19838c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDI")
19848c2ecf20Sopenharmony_ci	),
19858c2ecf20Sopenharmony_ci	MTK_PIN(
19868c2ecf20Sopenharmony_ci		197, "GPIO197",
19878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 181),
19888c2ecf20Sopenharmony_ci		DRV_GRP4,
19898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
19908c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TDO"),
19918c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDO"),
19928c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TDO"),
19938c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDO")
19948c2ecf20Sopenharmony_ci	),
19958c2ecf20Sopenharmony_ci	MTK_PIN(
19968c2ecf20Sopenharmony_ci		198, "GPIO198",
19978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 182),
19988c2ecf20Sopenharmony_ci		DRV_GRP4,
19998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
20008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL7")
20018c2ecf20Sopenharmony_ci	),
20028c2ecf20Sopenharmony_ci	MTK_PIN(
20038c2ecf20Sopenharmony_ci		199, "GPIO199",
20048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 183),
20058c2ecf20Sopenharmony_ci		DRV_GRP4,
20068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
20078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA7")
20088c2ecf20Sopenharmony_ci	),
20098c2ecf20Sopenharmony_ci	MTK_PIN(
20108c2ecf20Sopenharmony_ci		200, "GPIO200",
20118c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 184),
20128c2ecf20Sopenharmony_ci		DRV_GRP4,
20138c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
20148c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
20158c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ADSP_URXD0"),
20168c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TP_URXD1_AO"),
20178c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_URXD_AO"),
20188c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD2_AO"),
20198c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MBISTREADEN_TRIGGER")
20208c2ecf20Sopenharmony_ci	),
20218c2ecf20Sopenharmony_ci	MTK_PIN(
20228c2ecf20Sopenharmony_ci		201, "GPIO201",
20238c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 185),
20248c2ecf20Sopenharmony_ci		DRV_GRP4,
20258c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
20268c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
20278c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ADSP_UTXD0"),
20288c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "TP_UTXD1_AO"),
20298c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_UTXD_AO"),
20308c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD2_AO"),
20318c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MBISTWRITEEN_TRIGGER")
20328c2ecf20Sopenharmony_ci	),
20338c2ecf20Sopenharmony_ci	MTK_PIN(
20348c2ecf20Sopenharmony_ci		202, "GPIO202",
20358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 186),
20368c2ecf20Sopenharmony_ci		DRV_GRP4,
20378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
20388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM_3"),
20398c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3")
20408c2ecf20Sopenharmony_ci	),
20418c2ecf20Sopenharmony_ci	MTK_PIN(
20428c2ecf20Sopenharmony_ci		203, "GPIO203",
20438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 187),
20448c2ecf20Sopenharmony_ci		DRV_GRP4,
20458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20468c2ecf20Sopenharmony_ci	),
20478c2ecf20Sopenharmony_ci	MTK_PIN(
20488c2ecf20Sopenharmony_ci		204, "GPIO204",
20498c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 188),
20508c2ecf20Sopenharmony_ci		DRV_GRP4,
20518c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20528c2ecf20Sopenharmony_ci	),
20538c2ecf20Sopenharmony_ci	MTK_PIN(
20548c2ecf20Sopenharmony_ci		205, "GPIO205",
20558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 189),
20568c2ecf20Sopenharmony_ci		DRV_GRP4,
20578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20588c2ecf20Sopenharmony_ci	),
20598c2ecf20Sopenharmony_ci	MTK_PIN(
20608c2ecf20Sopenharmony_ci		206, "GPIO206",
20618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 190),
20628c2ecf20Sopenharmony_ci		DRV_GRP4,
20638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20648c2ecf20Sopenharmony_ci	),
20658c2ecf20Sopenharmony_ci	MTK_PIN(
20668c2ecf20Sopenharmony_ci		207, "GPIO207",
20678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 191),
20688c2ecf20Sopenharmony_ci		DRV_GRP4,
20698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20708c2ecf20Sopenharmony_ci	),
20718c2ecf20Sopenharmony_ci	MTK_PIN(
20728c2ecf20Sopenharmony_ci		208, "GPIO208",
20738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 193),
20748c2ecf20Sopenharmony_ci		DRV_GRP4,
20758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20768c2ecf20Sopenharmony_ci	),
20778c2ecf20Sopenharmony_ci	MTK_PIN(
20788c2ecf20Sopenharmony_ci		209, "GPIO209",
20798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(0, 194),
20808c2ecf20Sopenharmony_ci		DRV_GRP4,
20818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, NULL)
20828c2ecf20Sopenharmony_ci	),
20838c2ecf20Sopenharmony_ci};
20848c2ecf20Sopenharmony_ci
20858c2ecf20Sopenharmony_ci#endif /* __PINCTRL-MTK-MT6779_H */
2086