18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Based on pinctrl-mtk-mt6765.h
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2018 MediaTek Inc.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Author: ZH Chen <zh.chen@mediatek.com>
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci * Copyright (c) 2018 Manivannan Sadhasivam
108c2ecf20Sopenharmony_ci */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6797_H
138c2ecf20Sopenharmony_ci#define __PINCTRL_MTK_MT6797_H
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#include "pinctrl-paris.h"
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt6797[] = {
188c2ecf20Sopenharmony_ci	MTK_PIN(
198c2ecf20Sopenharmony_ci		0, "GPIO0",
208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
218c2ecf20Sopenharmony_ci		DRV_GRP3,
228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L0P_T0A")
248c2ecf20Sopenharmony_ci	),
258c2ecf20Sopenharmony_ci	MTK_PIN(
268c2ecf20Sopenharmony_ci		1, "GPIO1",
278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
288c2ecf20Sopenharmony_ci		DRV_GRP3,
298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L0N_T0B")
318c2ecf20Sopenharmony_ci	),
328c2ecf20Sopenharmony_ci	MTK_PIN(
338c2ecf20Sopenharmony_ci		2, "GPIO2",
348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
358c2ecf20Sopenharmony_ci		DRV_GRP3,
368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L1P_T0C")
388c2ecf20Sopenharmony_ci	),
398c2ecf20Sopenharmony_ci	MTK_PIN(
408c2ecf20Sopenharmony_ci		3, "GPIO3",
418c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
428c2ecf20Sopenharmony_ci		DRV_GRP3,
438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L1N_T1A")
458c2ecf20Sopenharmony_ci	),
468c2ecf20Sopenharmony_ci	MTK_PIN(
478c2ecf20Sopenharmony_ci		4, "GPIO4",
488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
498c2ecf20Sopenharmony_ci		DRV_GRP3,
508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L2P_T1B")
528c2ecf20Sopenharmony_ci	),
538c2ecf20Sopenharmony_ci	MTK_PIN(
548c2ecf20Sopenharmony_ci		5, "GPIO5",
558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
568c2ecf20Sopenharmony_ci		DRV_GRP3,
578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L2N_T1C")
598c2ecf20Sopenharmony_ci	),
608c2ecf20Sopenharmony_ci	MTK_PIN(
618c2ecf20Sopenharmony_ci		6, "GPIO6",
628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
638c2ecf20Sopenharmony_ci		DRV_GRP3,
648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L0P_T0A")
668c2ecf20Sopenharmony_ci	),
678c2ecf20Sopenharmony_ci	MTK_PIN(
688c2ecf20Sopenharmony_ci		7, "GPIO7",
698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
708c2ecf20Sopenharmony_ci		DRV_GRP3,
718c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
728c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L0N_T0B")
738c2ecf20Sopenharmony_ci	),
748c2ecf20Sopenharmony_ci	MTK_PIN(
758c2ecf20Sopenharmony_ci		8, "GPIO8",
768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
778c2ecf20Sopenharmony_ci		DRV_GRP3,
788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L1P_T0C")
808c2ecf20Sopenharmony_ci	),
818c2ecf20Sopenharmony_ci	MTK_PIN(
828c2ecf20Sopenharmony_ci		9, "GPIO9",
838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
848c2ecf20Sopenharmony_ci		DRV_GRP3,
858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L1N_T1A")
878c2ecf20Sopenharmony_ci	),
888c2ecf20Sopenharmony_ci	MTK_PIN(
898c2ecf20Sopenharmony_ci		10, "GPIO10",
908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
918c2ecf20Sopenharmony_ci		DRV_GRP3,
928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L0P_T0A")
948c2ecf20Sopenharmony_ci	),
958c2ecf20Sopenharmony_ci	MTK_PIN(
968c2ecf20Sopenharmony_ci		11, "GPIO11",
978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
988c2ecf20Sopenharmony_ci		DRV_GRP3,
998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
1008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L0N_T0B")
1018c2ecf20Sopenharmony_ci	),
1028c2ecf20Sopenharmony_ci	MTK_PIN(
1038c2ecf20Sopenharmony_ci		12, "GPIO12",
1048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1058c2ecf20Sopenharmony_ci		DRV_GRP3,
1068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
1078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L1P_T0C")
1088c2ecf20Sopenharmony_ci	),
1098c2ecf20Sopenharmony_ci	MTK_PIN(
1108c2ecf20Sopenharmony_ci		13, "GPIO13",
1118c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1128c2ecf20Sopenharmony_ci		DRV_GRP3,
1138c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
1148c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L1N_T1A")
1158c2ecf20Sopenharmony_ci	),
1168c2ecf20Sopenharmony_ci	MTK_PIN(
1178c2ecf20Sopenharmony_ci		14, "GPIO14",
1188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1198c2ecf20Sopenharmony_ci		DRV_GRP3,
1208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
1218c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L2P_T1B")
1228c2ecf20Sopenharmony_ci	),
1238c2ecf20Sopenharmony_ci	MTK_PIN(
1248c2ecf20Sopenharmony_ci		15, "GPIO15",
1258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1268c2ecf20Sopenharmony_ci		DRV_GRP3,
1278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
1288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L2N_T1C")
1298c2ecf20Sopenharmony_ci	),
1308c2ecf20Sopenharmony_ci	MTK_PIN(
1318c2ecf20Sopenharmony_ci		16, "GPIO16",
1328c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1338c2ecf20Sopenharmony_ci		DRV_GRP3,
1348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
1358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L0P_T0A")
1368c2ecf20Sopenharmony_ci	),
1378c2ecf20Sopenharmony_ci	MTK_PIN(
1388c2ecf20Sopenharmony_ci		17, "GPIO17",
1398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1408c2ecf20Sopenharmony_ci		DRV_GRP3,
1418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
1428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L0N_T0B")
1438c2ecf20Sopenharmony_ci	),
1448c2ecf20Sopenharmony_ci	MTK_PIN(
1458c2ecf20Sopenharmony_ci		18, "GPIO18",
1468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1478c2ecf20Sopenharmony_ci		DRV_GRP3,
1488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
1498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L1P_T0C")
1508c2ecf20Sopenharmony_ci	),
1518c2ecf20Sopenharmony_ci	MTK_PIN(
1528c2ecf20Sopenharmony_ci		19, "GPIO19",
1538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1548c2ecf20Sopenharmony_ci		DRV_GRP3,
1558c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
1568c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L1N_T1A")
1578c2ecf20Sopenharmony_ci	),
1588c2ecf20Sopenharmony_ci	MTK_PIN(
1598c2ecf20Sopenharmony_ci		20, "GPIO20",
1608c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1618c2ecf20Sopenharmony_ci		DRV_GRP3,
1628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
1638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L2P_T1B")
1648c2ecf20Sopenharmony_ci	),
1658c2ecf20Sopenharmony_ci	MTK_PIN(
1668c2ecf20Sopenharmony_ci		21, "GPIO21",
1678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1688c2ecf20Sopenharmony_ci		DRV_GRP3,
1698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
1708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L2N_T1C")
1718c2ecf20Sopenharmony_ci	),
1728c2ecf20Sopenharmony_ci	MTK_PIN(
1738c2ecf20Sopenharmony_ci		22, "GPIO22",
1748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1758c2ecf20Sopenharmony_ci		DRV_GRP3,
1768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
1778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L0P_T0A")
1788c2ecf20Sopenharmony_ci	),
1798c2ecf20Sopenharmony_ci	MTK_PIN(
1808c2ecf20Sopenharmony_ci		23, "GPIO23",
1818c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1828c2ecf20Sopenharmony_ci		DRV_GRP3,
1838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
1848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L0N_T0B")
1858c2ecf20Sopenharmony_ci	),
1868c2ecf20Sopenharmony_ci	MTK_PIN(
1878c2ecf20Sopenharmony_ci		24, "GPIO24",
1888c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1898c2ecf20Sopenharmony_ci		DRV_GRP3,
1908c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
1918c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L1P_T0C")
1928c2ecf20Sopenharmony_ci	),
1938c2ecf20Sopenharmony_ci	MTK_PIN(
1948c2ecf20Sopenharmony_ci		25, "GPIO25",
1958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
1968c2ecf20Sopenharmony_ci		DRV_GRP3,
1978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
1988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L1N_T1A")
1998c2ecf20Sopenharmony_ci	),
2008c2ecf20Sopenharmony_ci	MTK_PIN(
2018c2ecf20Sopenharmony_ci		26, "GPIO26",
2028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2038c2ecf20Sopenharmony_ci		DRV_GRP3,
2048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
2058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L2P_T1B")
2068c2ecf20Sopenharmony_ci	),
2078c2ecf20Sopenharmony_ci	MTK_PIN(
2088c2ecf20Sopenharmony_ci		27, "GPIO27",
2098c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2108c2ecf20Sopenharmony_ci		DRV_GRP3,
2118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
2128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L2N_T1C")
2138c2ecf20Sopenharmony_ci	),
2148c2ecf20Sopenharmony_ci	MTK_PIN(
2158c2ecf20Sopenharmony_ci		28, "GPIO28",
2168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2178c2ecf20Sopenharmony_ci		DRV_GRP3,
2188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
2198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_CLK_A"),
2208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
2218c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDO"),
2228c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TDO"),
2238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDO"),
2248c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_A"),
2258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDO")
2268c2ecf20Sopenharmony_ci	),
2278c2ecf20Sopenharmony_ci	MTK_PIN(
2288c2ecf20Sopenharmony_ci		29, "GPIO29",
2298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2308c2ecf20Sopenharmony_ci		DRV_GRP3,
2318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
2328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_MI_A"),
2338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DAP_SIB1_SWD"),
2348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TMS"),
2358c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TMS"),
2368c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TMS"),
2378c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC"),
2388c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTMS")
2398c2ecf20Sopenharmony_ci	),
2408c2ecf20Sopenharmony_ci	MTK_PIN(
2418c2ecf20Sopenharmony_ci		30, "GPIO30",
2428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2438c2ecf20Sopenharmony_ci		DRV_GRP3,
2448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
2458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
2468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM0")
2478c2ecf20Sopenharmony_ci	),
2488c2ecf20Sopenharmony_ci	MTK_PIN(
2498c2ecf20Sopenharmony_ci		31, "GPIO31",
2508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2518c2ecf20Sopenharmony_ci		DRV_GRP3,
2528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
2538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
2548c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM1")
2558c2ecf20Sopenharmony_ci	),
2568c2ecf20Sopenharmony_ci	MTK_PIN(
2578c2ecf20Sopenharmony_ci		32, "GPIO32",
2588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2598c2ecf20Sopenharmony_ci		DRV_GRP3,
2608c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
2618c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_CS_A"),
2628c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DAP_SIB1_SWCK"),
2638c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TCK_XI"),
2648c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TCK"),
2658c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TCK"),
2668c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC"),
2678c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTCK")
2688c2ecf20Sopenharmony_ci	),
2698c2ecf20Sopenharmony_ci	MTK_PIN(
2708c2ecf20Sopenharmony_ci		33, "GPIO33",
2718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2728c2ecf20Sopenharmony_ci		DRV_GRP3,
2738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
2748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_MO_A"),
2758c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
2768c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDI"),
2778c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TDI"),
2788c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDI"),
2798c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD0"),
2808c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDI")
2818c2ecf20Sopenharmony_ci	),
2828c2ecf20Sopenharmony_ci	MTK_PIN(
2838c2ecf20Sopenharmony_ci		34, "GPIO34",
2848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2858c2ecf20Sopenharmony_ci		DRV_GRP3,
2868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
2878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMFLASH"),
2888c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
2898c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UDI_NTRST"),
2908c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TRSTN"),
2918c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
2928c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD0"),
2938c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_JTINTP")
2948c2ecf20Sopenharmony_ci	),
2958c2ecf20Sopenharmony_ci	MTK_PIN(
2968c2ecf20Sopenharmony_ci		35, "GPIO35",
2978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2988c2ecf20Sopenharmony_ci		DRV_GRP3,
2998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
3008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK3"),
3018c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
3028c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD1"),
3038c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PTA_RXD"),
3048c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
3058c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_B"),
3068c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PCC_PPC_IO")
3078c2ecf20Sopenharmony_ci	),
3088c2ecf20Sopenharmony_ci	MTK_PIN(
3098c2ecf20Sopenharmony_ci		36, "GPIO36",
3108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3118c2ecf20Sopenharmony_ci		DRV_GRP3,
3128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
3138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
3148c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
3158c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD1"),
3168c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PTA_TXD"),
3178c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
3188c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_C"),
3198c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
3208c2ecf20Sopenharmony_ci	),
3218c2ecf20Sopenharmony_ci	MTK_PIN(
3228c2ecf20Sopenharmony_ci		37, "GPIO37",
3238c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3248c2ecf20Sopenharmony_ci		DRV_GRP3,
3258c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
3268c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL0_0")
3278c2ecf20Sopenharmony_ci	),
3288c2ecf20Sopenharmony_ci	MTK_PIN(
3298c2ecf20Sopenharmony_ci		38, "GPIO38",
3308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3318c2ecf20Sopenharmony_ci		DRV_GRP3,
3328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
3338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA0_0")
3348c2ecf20Sopenharmony_ci	),
3358c2ecf20Sopenharmony_ci	MTK_PIN(
3368c2ecf20Sopenharmony_ci		39, "GPIO39",
3378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3388c2ecf20Sopenharmony_ci		DRV_GRP3,
3398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
3408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D0"),
3418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_CLK_A"),
3428c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_SYNC"),
3438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_LRCK"),
3448c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
3458c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URXD3"),
3468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_NTRST")
3478c2ecf20Sopenharmony_ci	),
3488c2ecf20Sopenharmony_ci	MTK_PIN(
3498c2ecf20Sopenharmony_ci		40, "GPIO40",
3508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3518c2ecf20Sopenharmony_ci		DRV_GRP3,
3528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
3538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D1"),
3548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MI_A"),
3558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_CLK"),
3568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_BCK"),
3578c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDO"),
3588c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UTXD3"),
3598c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TCK")
3608c2ecf20Sopenharmony_ci	),
3618c2ecf20Sopenharmony_ci	MTK_PIN(
3628c2ecf20Sopenharmony_ci		41, "GPIO41",
3638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3648c2ecf20Sopenharmony_ci		DRV_GRP3,
3658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
3668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D2"),
3678c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_CS_A"),
3688c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_DO"),
3698c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_DO"),
3708c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
3718c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URTS3"),
3728c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDI")
3738c2ecf20Sopenharmony_ci	),
3748c2ecf20Sopenharmony_ci	MTK_PIN(
3758c2ecf20Sopenharmony_ci		42, "GPIO42",
3768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3778c2ecf20Sopenharmony_ci		DRV_GRP3,
3788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
3798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D3"),
3808c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MO_A"),
3818c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_DI"),
3828c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
3838c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDI"),
3848c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UCTS3"),
3858c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TMS")
3868c2ecf20Sopenharmony_ci	),
3878c2ecf20Sopenharmony_ci	MTK_PIN(
3888c2ecf20Sopenharmony_ci		43, "GPIO43",
3898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3908c2ecf20Sopenharmony_ci		DRV_GRP3,
3918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
3928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D4"),
3938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CLK_A"),
3948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_SYNC"),
3958c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_LRCK"),
3968c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TMS"),
3978c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC"),
3988c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDO")
3998c2ecf20Sopenharmony_ci	),
4008c2ecf20Sopenharmony_ci	MTK_PIN(
4018c2ecf20Sopenharmony_ci		44, "GPIO44",
4028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4038c2ecf20Sopenharmony_ci		DRV_GRP3,
4048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
4058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D5"),
4068c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MI_A"),
4078c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_CLK"),
4088c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_BCK"),
4098c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TCK"),
4108c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC"),
4118c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_RTCK")
4128c2ecf20Sopenharmony_ci	),
4138c2ecf20Sopenharmony_ci	MTK_PIN(
4148c2ecf20Sopenharmony_ci		45, "GPIO45",
4158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4168c2ecf20Sopenharmony_ci		DRV_GRP3,
4178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
4188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D6"),
4198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CS_A"),
4208c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DI"),
4218c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_DI"),
4228c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
4238c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD0")
4248c2ecf20Sopenharmony_ci	),
4258c2ecf20Sopenharmony_ci	MTK_PIN(
4268c2ecf20Sopenharmony_ci		46, "GPIO46",
4278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4288c2ecf20Sopenharmony_ci		DRV_GRP3,
4298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
4308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D7"),
4318c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MO_A"),
4328c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DO0"),
4338c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
4348c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL0"),
4358c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD0")
4368c2ecf20Sopenharmony_ci	),
4378c2ecf20Sopenharmony_ci	MTK_PIN(
4388c2ecf20Sopenharmony_ci		47, "GPIO47",
4398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4408c2ecf20Sopenharmony_ci		DRV_GRP3,
4418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
4428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D8"),
4438c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
4448c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DO1"),
4458c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_MCK"),
4468c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL1"),
4478c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PTA_RXD"),
4488c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD0")
4498c2ecf20Sopenharmony_ci	),
4508c2ecf20Sopenharmony_ci	MTK_PIN(
4518c2ecf20Sopenharmony_ci		48, "GPIO48",
4528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4538c2ecf20Sopenharmony_ci		DRV_GRP3,
4548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
4558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D9"),
4568c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
4578c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
4588c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_MCK"),
4598c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL2"),
4608c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PTA_TXD"),
4618c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD0")
4628c2ecf20Sopenharmony_ci	),
4638c2ecf20Sopenharmony_ci	MTK_PIN(
4648c2ecf20Sopenharmony_ci		49, "GPIO49",
4658c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4668c2ecf20Sopenharmony_ci		DRV_GRP3,
4678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
4688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D10"),
4698c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM1_HOT_PLUG_IN"),
4708c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
4718c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "IRTX_OUT"),
4728c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL3"),
4738c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD1")
4748c2ecf20Sopenharmony_ci	),
4758c2ecf20Sopenharmony_ci	MTK_PIN(
4768c2ecf20Sopenharmony_ci		50, "GPIO50",
4778c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4788c2ecf20Sopenharmony_ci		DRV_GRP3,
4798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
4808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D11"),
4818c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2"),
4828c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_D"),
4838c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
4848c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL4"),
4858c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD1")
4868c2ecf20Sopenharmony_ci	),
4878c2ecf20Sopenharmony_ci	MTK_PIN(
4888c2ecf20Sopenharmony_ci		51, "GPIO51",
4898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4908c2ecf20Sopenharmony_ci		DRV_GRP3,
4918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
4928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_DE"),
4938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CLK_A"),
4948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
4958c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL0_1"),
4968c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL5"),
4978c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
4988c2ecf20Sopenharmony_ci	),
4998c2ecf20Sopenharmony_ci	MTK_PIN(
5008c2ecf20Sopenharmony_ci		52, "GPIO52",
5018c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5028c2ecf20Sopenharmony_ci		DRV_GRP3,
5038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
5048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_CK"),
5058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MI_A"),
5068c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MO_A"),
5078c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA0_1"),
5088c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL6"),
5098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
5108c2ecf20Sopenharmony_ci	),
5118c2ecf20Sopenharmony_ci	MTK_PIN(
5128c2ecf20Sopenharmony_ci		53, "GPIO53",
5138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5148c2ecf20Sopenharmony_ci		DRV_GRP3,
5158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
5168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_HSYNC"),
5178c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CS_A"),
5188c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
5198c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL1_1"),
5208c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL7"),
5218c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD2"),
5228c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PCC_PPC_IO")
5238c2ecf20Sopenharmony_ci	),
5248c2ecf20Sopenharmony_ci	MTK_PIN(
5258c2ecf20Sopenharmony_ci		54, "GPIO54",
5268c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5278c2ecf20Sopenharmony_ci		DRV_GRP3,
5288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
5298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI_VSYNC"),
5308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MO_A"),
5318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MI_A"),
5328c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA1_1"),
5338c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
5348c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD2"),
5358c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
5368c2ecf20Sopenharmony_ci	),
5378c2ecf20Sopenharmony_ci	MTK_PIN(
5388c2ecf20Sopenharmony_ci		55, "GPIO55",
5398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5408c2ecf20Sopenharmony_ci		DRV_GRP3,
5418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
5428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL1_0")
5438c2ecf20Sopenharmony_ci	),
5448c2ecf20Sopenharmony_ci	MTK_PIN(
5458c2ecf20Sopenharmony_ci		56, "GPIO56",
5468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5478c2ecf20Sopenharmony_ci		DRV_GRP3,
5488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
5498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA1_0")
5508c2ecf20Sopenharmony_ci	),
5518c2ecf20Sopenharmony_ci	MTK_PIN(
5528c2ecf20Sopenharmony_ci		57, "GPIO57",
5538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5548c2ecf20Sopenharmony_ci		DRV_GRP3,
5558c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
5568c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CLK"),
5578c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCL0_2"),
5588c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
5598c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UTXD3"),
5608c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC")
5618c2ecf20Sopenharmony_ci	),
5628c2ecf20Sopenharmony_ci	MTK_PIN(
5638c2ecf20Sopenharmony_ci		58, "GPIO58",
5648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5658c2ecf20Sopenharmony_ci		DRV_GRP3,
5668c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
5678c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MI"),
5688c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_MO"),
5698c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA1_2"),
5708c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URXD3"),
5718c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK")
5728c2ecf20Sopenharmony_ci	),
5738c2ecf20Sopenharmony_ci	MTK_PIN(
5748c2ecf20Sopenharmony_ci		59, "GPIO59",
5758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5768c2ecf20Sopenharmony_ci		DRV_GRP3,
5778c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
5788c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MO"),
5798c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_MI"),
5808c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
5818c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS3"),
5828c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO")
5838c2ecf20Sopenharmony_ci	),
5848c2ecf20Sopenharmony_ci	MTK_PIN(
5858c2ecf20Sopenharmony_ci		60, "GPIO60",
5868c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5878c2ecf20Sopenharmony_ci		DRV_GRP3,
5888c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
5898c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CS"),
5908c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SDA0_2"),
5918c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL1_2"),
5928c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS3"),
5938c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI")
5948c2ecf20Sopenharmony_ci	),
5958c2ecf20Sopenharmony_ci	MTK_PIN(
5968c2ecf20Sopenharmony_ci		61, "GPIO61",
5978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5988c2ecf20Sopenharmony_ci		DRV_GRP3,
5998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
6008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT0"),
6018c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
6028c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_CLK_B"),
6038c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_LRCK"),
6048c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC"),
6058c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT0")
6068c2ecf20Sopenharmony_ci	),
6078c2ecf20Sopenharmony_ci	MTK_PIN(
6088c2ecf20Sopenharmony_ci		62, "GPIO62",
6098c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6108c2ecf20Sopenharmony_ci		DRV_GRP3,
6118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
6128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT1"),
6138c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS"),
6148c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MI_B"),
6158c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_BCK"),
6168c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK"),
6178c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT1")
6188c2ecf20Sopenharmony_ci	),
6198c2ecf20Sopenharmony_ci	MTK_PIN(
6208c2ecf20Sopenharmony_ci		63, "GPIO63",
6218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6228c2ecf20Sopenharmony_ci		DRV_GRP3,
6238c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
6248c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT2"),
6258c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
6268c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MO_B"),
6278c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_MCK"),
6288c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI"),
6298c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
6308c2ecf20Sopenharmony_ci	),
6318c2ecf20Sopenharmony_ci	MTK_PIN(
6328c2ecf20Sopenharmony_ci		64, "GPIO64",
6338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6348c2ecf20Sopenharmony_ci		DRV_GRP3,
6358c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
6368c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT3"),
6378c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
6388c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_CS_B"),
6398c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
6408c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO"),
6418c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
6428c2ecf20Sopenharmony_ci	),
6438c2ecf20Sopenharmony_ci	MTK_PIN(
6448c2ecf20Sopenharmony_ci		65, "GPIO65",
6458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6468c2ecf20Sopenharmony_ci		DRV_GRP3,
6478c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
6488c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT4"),
6498c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
6508c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_CLK_B"),
6518c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_LRCK"),
6528c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
6538c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
6548c2ecf20Sopenharmony_ci	),
6558c2ecf20Sopenharmony_ci	MTK_PIN(
6568c2ecf20Sopenharmony_ci		66, "GPIO66",
6578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6588c2ecf20Sopenharmony_ci		DRV_GRP3,
6598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
6608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT5"),
6618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
6628c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_MI_B"),
6638c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_BCK"),
6648c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_B"),
6658c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
6668c2ecf20Sopenharmony_ci	),
6678c2ecf20Sopenharmony_ci	MTK_PIN(
6688c2ecf20Sopenharmony_ci		67, "GPIO67",
6698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6708c2ecf20Sopenharmony_ci		DRV_GRP3,
6718c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
6728c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT6"),
6738c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
6748c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_MO_B"),
6758c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_MCK"),
6768c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_C"),
6778c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
6788c2ecf20Sopenharmony_ci	),
6798c2ecf20Sopenharmony_ci	MTK_PIN(
6808c2ecf20Sopenharmony_ci		68, "GPIO68",
6818c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6828c2ecf20Sopenharmony_ci		DRV_GRP3,
6838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
6848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT7"),
6858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
6868c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_CS_B"),
6878c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
6888c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_D"),
6898c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
6908c2ecf20Sopenharmony_ci	),
6918c2ecf20Sopenharmony_ci	MTK_PIN(
6928c2ecf20Sopenharmony_ci		69, "GPIO69",
6938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6948c2ecf20Sopenharmony_ci		DRV_GRP3,
6958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
6968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_LRCK"),
6978c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_LRCK"),
6988c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
6998c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_LRCK"),
7008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
7018c2ecf20Sopenharmony_ci	),
7028c2ecf20Sopenharmony_ci	MTK_PIN(
7038c2ecf20Sopenharmony_ci		70, "GPIO70",
7048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7058c2ecf20Sopenharmony_ci		DRV_GRP3,
7068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
7078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_BCK"),
7088c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_BCK"),
7098c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
7108c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_BCK"),
7118c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
7128c2ecf20Sopenharmony_ci	),
7138c2ecf20Sopenharmony_ci	MTK_PIN(
7148c2ecf20Sopenharmony_ci		71, "GPIO71",
7158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7168c2ecf20Sopenharmony_ci		DRV_GRP3,
7178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
7188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_MCK"),
7198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_MCK"),
7208c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
7218c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_MCK"),
7228c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
7238c2ecf20Sopenharmony_ci	),
7248c2ecf20Sopenharmony_ci	MTK_PIN(
7258c2ecf20Sopenharmony_ci		72, "GPIO72",
7268c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7278c2ecf20Sopenharmony_ci		DRV_GRP3,
7288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
7298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_DI"),
7308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
7318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
7328c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_DI"),
7338c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
7348c2ecf20Sopenharmony_ci	),
7358c2ecf20Sopenharmony_ci	MTK_PIN(
7368c2ecf20Sopenharmony_ci		73, "GPIO73",
7378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7388c2ecf20Sopenharmony_ci		DRV_GRP3,
7398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
7408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_DO"),
7418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
7428c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
7438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
7448c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
7458c2ecf20Sopenharmony_ci	),
7468c2ecf20Sopenharmony_ci	MTK_PIN(
7478c2ecf20Sopenharmony_ci		74, "GPIO74",
7488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7498c2ecf20Sopenharmony_ci		DRV_GRP3,
7508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
7518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL3_0"),
7528c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_CLK1")
7538c2ecf20Sopenharmony_ci	),
7548c2ecf20Sopenharmony_ci	MTK_PIN(
7558c2ecf20Sopenharmony_ci		75, "GPIO75",
7568c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7578c2ecf20Sopenharmony_ci		DRV_GRP3,
7588c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
7598c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA3_0"),
7608c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_ST1")
7618c2ecf20Sopenharmony_ci	),
7628c2ecf20Sopenharmony_ci	MTK_PIN(
7638c2ecf20Sopenharmony_ci		76, "GPIO76",
7648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7658c2ecf20Sopenharmony_ci		DRV_GRP3,
7668c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
7678c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_HRST_B"),
7688c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
7698c2ecf20Sopenharmony_ci	),
7708c2ecf20Sopenharmony_ci	MTK_PIN(
7718c2ecf20Sopenharmony_ci		77, "GPIO77",
7728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7738c2ecf20Sopenharmony_ci		DRV_GRP3,
7748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
7758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_CLK"),
7768c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
7778c2ecf20Sopenharmony_ci	),
7788c2ecf20Sopenharmony_ci	MTK_PIN(
7798c2ecf20Sopenharmony_ci		78, "GPIO78",
7808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7818c2ecf20Sopenharmony_ci		DRV_GRP3,
7828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
7838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_DATA"),
7848c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
7858c2ecf20Sopenharmony_ci	),
7868c2ecf20Sopenharmony_ci	MTK_PIN(
7878c2ecf20Sopenharmony_ci		79, "GPIO79",
7888c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7898c2ecf20Sopenharmony_ci		DRV_GRP3,
7908c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
7918c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WB_PTA"),
7928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
7938c2ecf20Sopenharmony_ci	),
7948c2ecf20Sopenharmony_ci	MTK_PIN(
7958c2ecf20Sopenharmony_ci		80, "GPIO80",
7968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7978c2ecf20Sopenharmony_ci		DRV_GRP3,
7988c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
7998c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB0"),
8008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT0")
8018c2ecf20Sopenharmony_ci	),
8028c2ecf20Sopenharmony_ci	MTK_PIN(
8038c2ecf20Sopenharmony_ci		81, "GPIO81",
8048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8058c2ecf20Sopenharmony_ci		DRV_GRP3,
8068c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
8078c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB1"),
8088c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT1")
8098c2ecf20Sopenharmony_ci	),
8108c2ecf20Sopenharmony_ci	MTK_PIN(
8118c2ecf20Sopenharmony_ci		82, "GPIO82",
8128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8138c2ecf20Sopenharmony_ci		DRV_GRP3,
8148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
8158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB2"),
8168c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM0")
8178c2ecf20Sopenharmony_ci	),
8188c2ecf20Sopenharmony_ci	MTK_PIN(
8198c2ecf20Sopenharmony_ci		83, "GPIO83",
8208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8218c2ecf20Sopenharmony_ci		DRV_GRP3,
8228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
8238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_CLK"),
8248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM1")
8258c2ecf20Sopenharmony_ci	),
8268c2ecf20Sopenharmony_ci	MTK_PIN(
8278c2ecf20Sopenharmony_ci		84, "GPIO84",
8288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8298c2ecf20Sopenharmony_ci		DRV_GRP3,
8308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
8318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_DATA")
8328c2ecf20Sopenharmony_ci	),
8338c2ecf20Sopenharmony_ci	MTK_PIN(
8348c2ecf20Sopenharmony_ci		85, "GPIO85",
8358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8368c2ecf20Sopenharmony_ci		DRV_GRP3,
8378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
8388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT8"),
8398c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
8408c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
8418c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
8428c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
8438c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
8448c2ecf20Sopenharmony_ci	),
8458c2ecf20Sopenharmony_ci	MTK_PIN(
8468c2ecf20Sopenharmony_ci		86, "GPIO86",
8478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8488c2ecf20Sopenharmony_ci		DRV_GRP3,
8498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
8508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT9"),
8518c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
8528c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
8538c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
8548c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
8558c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
8568c2ecf20Sopenharmony_ci	),
8578c2ecf20Sopenharmony_ci	MTK_PIN(
8588c2ecf20Sopenharmony_ci		87, "GPIO87",
8598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8608c2ecf20Sopenharmony_ci		DRV_GRP3,
8618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
8628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT10"),
8638c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
8648c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
8658c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
8668c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
8678c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
8688c2ecf20Sopenharmony_ci	),
8698c2ecf20Sopenharmony_ci	MTK_PIN(
8708c2ecf20Sopenharmony_ci		88, "GPIO88",
8718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8728c2ecf20Sopenharmony_ci		DRV_GRP3,
8738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
8748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT11"),
8758c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
8768c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
8778c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
8788c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
8798c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
8808c2ecf20Sopenharmony_ci	),
8818c2ecf20Sopenharmony_ci	MTK_PIN(
8828c2ecf20Sopenharmony_ci		89, "GPIO89",
8838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8848c2ecf20Sopenharmony_ci		DRV_GRP3,
8858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
8868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT12"),
8878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
8888c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
8898c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
8908c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "URTS0"),
8918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
8928c2ecf20Sopenharmony_ci	),
8938c2ecf20Sopenharmony_ci	MTK_PIN(
8948c2ecf20Sopenharmony_ci		90, "GPIO90",
8958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8968c2ecf20Sopenharmony_ci		DRV_GRP3,
8978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
8988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT13"),
8998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
9008c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
9018c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
9028c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UCTS0"),
9038c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
9048c2ecf20Sopenharmony_ci	),
9058c2ecf20Sopenharmony_ci	MTK_PIN(
9068c2ecf20Sopenharmony_ci		91, "GPIO91",
9078c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9088c2ecf20Sopenharmony_ci		DRV_GRP3,
9098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
9108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT14"),
9118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_A"),
9128c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
9138c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
9148c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SDA0_3"),
9158c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
9168c2ecf20Sopenharmony_ci	),
9178c2ecf20Sopenharmony_ci	MTK_PIN(
9188c2ecf20Sopenharmony_ci		92, "GPIO92",
9198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9208c2ecf20Sopenharmony_ci		DRV_GRP3,
9218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
9228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT15"),
9238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_B"),
9248c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
9258c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
9268c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "SCL0_3")
9278c2ecf20Sopenharmony_ci	),
9288c2ecf20Sopenharmony_ci	MTK_PIN(
9298c2ecf20Sopenharmony_ci		93, "GPIO93",
9308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9318c2ecf20Sopenharmony_ci		DRV_GRP3,
9328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
9338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT16"),
9348c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
9358c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
9368c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
9378c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT2"),
9388c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DROP_ZONE")
9398c2ecf20Sopenharmony_ci	),
9408c2ecf20Sopenharmony_ci	MTK_PIN(
9418c2ecf20Sopenharmony_ci		94, "GPIO94",
9428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9438c2ecf20Sopenharmony_ci		DRV_GRP3,
9448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
9458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "USB_DRVVBUS"),
9468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_C"),
9478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5")
9488c2ecf20Sopenharmony_ci	),
9498c2ecf20Sopenharmony_ci	MTK_PIN(
9508c2ecf20Sopenharmony_ci		95, "GPIO95",
9518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9528c2ecf20Sopenharmony_ci		DRV_GRP3,
9538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
9548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA2_0"),
9558c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_ST0")
9568c2ecf20Sopenharmony_ci	),
9578c2ecf20Sopenharmony_ci	MTK_PIN(
9588c2ecf20Sopenharmony_ci		96, "GPIO96",
9598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9608c2ecf20Sopenharmony_ci		DRV_GRP3,
9618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
9628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL2_0"),
9638c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_CLK0")
9648c2ecf20Sopenharmony_ci	),
9658c2ecf20Sopenharmony_ci	MTK_PIN(
9668c2ecf20Sopenharmony_ci		97, "GPIO97",
9678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9688c2ecf20Sopenharmony_ci		DRV_GRP3,
9698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
9708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
9718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0"),
9728c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
9738c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
9748c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD2"),
9758c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "C2K_URXD0"),
9768c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
9778c2ecf20Sopenharmony_ci	),
9788c2ecf20Sopenharmony_ci	MTK_PIN(
9798c2ecf20Sopenharmony_ci		98, "GPIO98",
9808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9818c2ecf20Sopenharmony_ci		DRV_GRP3,
9828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
9838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
9848c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "URXD0"),
9858c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
9868c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
9878c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD2"),
9888c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "C2K_UTXD0"),
9898c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
9908c2ecf20Sopenharmony_ci	),
9918c2ecf20Sopenharmony_ci	MTK_PIN(
9928c2ecf20Sopenharmony_ci		99, "GPIO99",
9938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9948c2ecf20Sopenharmony_ci		DRV_GRP3,
9958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
9968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
9978c2ecf20Sopenharmony_ci	),
9988c2ecf20Sopenharmony_ci	MTK_PIN(
9998c2ecf20Sopenharmony_ci		100, "GPIO100",
10008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10018c2ecf20Sopenharmony_ci		DRV_GRP3,
10028c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
10038c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0")
10048c2ecf20Sopenharmony_ci	),
10058c2ecf20Sopenharmony_ci	MTK_PIN(
10068c2ecf20Sopenharmony_ci		101, "GPIO101",
10078c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10088c2ecf20Sopenharmony_ci		DRV_GRP3,
10098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
10108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI1")
10118c2ecf20Sopenharmony_ci	),
10128c2ecf20Sopenharmony_ci	MTK_PIN(
10138c2ecf20Sopenharmony_ci		102, "GPIO102",
10148c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10158c2ecf20Sopenharmony_ci		DRV_GRP3,
10168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
10178c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0")
10188c2ecf20Sopenharmony_ci	),
10198c2ecf20Sopenharmony_ci	MTK_PIN(
10208c2ecf20Sopenharmony_ci		103, "GPIO103",
10218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10228c2ecf20Sopenharmony_ci		DRV_GRP3,
10238c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
10248c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1")
10258c2ecf20Sopenharmony_ci	),
10268c2ecf20Sopenharmony_ci	MTK_PIN(
10278c2ecf20Sopenharmony_ci		104, "GPIO104",
10288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10298c2ecf20Sopenharmony_ci		DRV_GRP3,
10308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
10318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SYSRSTB")
10328c2ecf20Sopenharmony_ci	),
10338c2ecf20Sopenharmony_ci	MTK_PIN(
10348c2ecf20Sopenharmony_ci		105, "GPIO105",
10358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10368c2ecf20Sopenharmony_ci		DRV_GRP3,
10378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
10388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
10398c2ecf20Sopenharmony_ci	),
10408c2ecf20Sopenharmony_ci	MTK_PIN(
10418c2ecf20Sopenharmony_ci		106, "GPIO106",
10428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10438c2ecf20Sopenharmony_ci		DRV_GRP3,
10448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
10458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
10468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
10478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
10488c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO0_AO"),
10498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IRTX_OUT")
10508c2ecf20Sopenharmony_ci	),
10518c2ecf20Sopenharmony_ci	MTK_PIN(
10528c2ecf20Sopenharmony_ci		107, "GPIO107",
10538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10548c2ecf20Sopenharmony_ci		DRV_GRP3,
10558c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
10568c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
10578c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
10588c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
10598c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO1_AO"),
10608c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_BCK"),
10618c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DAP_SIB1_SWD")
10628c2ecf20Sopenharmony_ci	),
10638c2ecf20Sopenharmony_ci	MTK_PIN(
10648c2ecf20Sopenharmony_ci		108, "GPIO108",
10658c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10668c2ecf20Sopenharmony_ci		DRV_GRP3,
10678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
10688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPROW2"),
10698c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS"),
10708c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_A"),
10718c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CMFLASH"),
10728c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_LRCK"),
10738c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DAP_SIB1_SWCK")
10748c2ecf20Sopenharmony_ci	),
10758c2ecf20Sopenharmony_ci	MTK_PIN(
10768c2ecf20Sopenharmony_ci		109, "GPIO109",
10778c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10788c2ecf20Sopenharmony_ci		DRV_GRP3,
10798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
10808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0")
10818c2ecf20Sopenharmony_ci	),
10828c2ecf20Sopenharmony_ci	MTK_PIN(
10838c2ecf20Sopenharmony_ci		110, "GPIO110",
10848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10858c2ecf20Sopenharmony_ci		DRV_GRP3,
10868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
10878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
10888c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SDA1_3"),
10898c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
10908c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
10918c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_DO"),
10928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
10938c2ecf20Sopenharmony_ci	),
10948c2ecf20Sopenharmony_ci	MTK_PIN(
10958c2ecf20Sopenharmony_ci		111, "GPIO111",
10968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10978c2ecf20Sopenharmony_ci		DRV_GRP3,
10988c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
10998c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL2"),
11008c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCL1_3"),
11018c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
11028c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
11038c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_MCK"),
11048c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
11058c2ecf20Sopenharmony_ci	),
11068c2ecf20Sopenharmony_ci	MTK_PIN(
11078c2ecf20Sopenharmony_ci		112, "GPIO112",
11088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11098c2ecf20Sopenharmony_ci		DRV_GRP3,
11108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
11118c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM1_HOT_PLUG_IN"),
11128c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
11138c2ecf20Sopenharmony_ci	),
11148c2ecf20Sopenharmony_ci	MTK_PIN(
11158c2ecf20Sopenharmony_ci		113, "GPIO113",
11168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11178c2ecf20Sopenharmony_ci		DRV_GRP3,
11188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
11198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT0_C2K_UIM0_HOT_PLUG_IN"),
11208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
11218c2ecf20Sopenharmony_ci	),
11228c2ecf20Sopenharmony_ci	MTK_PIN(
11238c2ecf20Sopenharmony_ci		114, "GPIO114",
11248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11258c2ecf20Sopenharmony_ci		DRV_GRP3,
11268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
11278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0")
11288c2ecf20Sopenharmony_ci	),
11298c2ecf20Sopenharmony_ci	MTK_PIN(
11308c2ecf20Sopenharmony_ci		115, "GPIO115",
11318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11328c2ecf20Sopenharmony_ci		DRV_GRP3,
11338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
11348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1")
11358c2ecf20Sopenharmony_ci	),
11368c2ecf20Sopenharmony_ci	MTK_PIN(
11378c2ecf20Sopenharmony_ci		116, "GPIO116",
11388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11398c2ecf20Sopenharmony_ci		DRV_GRP3,
11408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
11418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2")
11428c2ecf20Sopenharmony_ci	),
11438c2ecf20Sopenharmony_ci	MTK_PIN(
11448c2ecf20Sopenharmony_ci		117, "GPIO117",
11458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11468c2ecf20Sopenharmony_ci		DRV_GRP3,
11478c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
11488c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3")
11498c2ecf20Sopenharmony_ci	),
11508c2ecf20Sopenharmony_ci	MTK_PIN(
11518c2ecf20Sopenharmony_ci		118, "GPIO118",
11528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11538c2ecf20Sopenharmony_ci		DRV_GRP3,
11548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
11558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4")
11568c2ecf20Sopenharmony_ci	),
11578c2ecf20Sopenharmony_ci	MTK_PIN(
11588c2ecf20Sopenharmony_ci		119, "GPIO119",
11598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11608c2ecf20Sopenharmony_ci		DRV_GRP3,
11618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
11628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5")
11638c2ecf20Sopenharmony_ci	),
11648c2ecf20Sopenharmony_ci	MTK_PIN(
11658c2ecf20Sopenharmony_ci		120, "GPIO120",
11668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11678c2ecf20Sopenharmony_ci		DRV_GRP3,
11688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
11698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6")
11708c2ecf20Sopenharmony_ci	),
11718c2ecf20Sopenharmony_ci	MTK_PIN(
11728c2ecf20Sopenharmony_ci		121, "GPIO121",
11738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11748c2ecf20Sopenharmony_ci		DRV_GRP3,
11758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
11768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7")
11778c2ecf20Sopenharmony_ci	),
11788c2ecf20Sopenharmony_ci	MTK_PIN(
11798c2ecf20Sopenharmony_ci		122, "GPIO122",
11808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11818c2ecf20Sopenharmony_ci		DRV_GRP3,
11828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
11838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD")
11848c2ecf20Sopenharmony_ci	),
11858c2ecf20Sopenharmony_ci	MTK_PIN(
11868c2ecf20Sopenharmony_ci		123, "GPIO123",
11878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11888c2ecf20Sopenharmony_ci		DRV_GRP3,
11898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
11908c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK")
11918c2ecf20Sopenharmony_ci	),
11928c2ecf20Sopenharmony_ci	MTK_PIN(
11938c2ecf20Sopenharmony_ci		124, "GPIO124",
11948c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11958c2ecf20Sopenharmony_ci		DRV_GRP3,
11968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
11978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL")
11988c2ecf20Sopenharmony_ci	),
11998c2ecf20Sopenharmony_ci	MTK_PIN(
12008c2ecf20Sopenharmony_ci		125, "GPIO125",
12018c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12028c2ecf20Sopenharmony_ci		DRV_GRP3,
12038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
12048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB")
12058c2ecf20Sopenharmony_ci	),
12068c2ecf20Sopenharmony_ci	MTK_PIN(
12078c2ecf20Sopenharmony_ci		126, "GPIO126",
12088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12098c2ecf20Sopenharmony_ci		DRV_GRP3,
12108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
12118c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SCLK"),
12128c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SCLK"),
12138c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_CLK"),
12148c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_CLK")
12158c2ecf20Sopenharmony_ci	),
12168c2ecf20Sopenharmony_ci	MTK_PIN(
12178c2ecf20Sopenharmony_ci		127, "GPIO127",
12188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12198c2ecf20Sopenharmony_ci		DRV_GRP3,
12208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
12218c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SRST"),
12228c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SRST"),
12238c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_RST"),
12248c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_RST")
12258c2ecf20Sopenharmony_ci	),
12268c2ecf20Sopenharmony_ci	MTK_PIN(
12278c2ecf20Sopenharmony_ci		128, "GPIO128",
12288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12298c2ecf20Sopenharmony_ci		DRV_GRP3,
12308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
12318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SIO"),
12328c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SIO"),
12338c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_IO"),
12348c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_IO")
12358c2ecf20Sopenharmony_ci	),
12368c2ecf20Sopenharmony_ci	MTK_PIN(
12378c2ecf20Sopenharmony_ci		129, "GPIO129",
12388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12398c2ecf20Sopenharmony_ci		DRV_GRP3,
12408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
12418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
12428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JMS"),
12438c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TMS"),
12448c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TMS"),
12458c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TMS")
12468c2ecf20Sopenharmony_ci	),
12478c2ecf20Sopenharmony_ci	MTK_PIN(
12488c2ecf20Sopenharmony_ci		130, "GPIO130",
12498c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12508c2ecf20Sopenharmony_ci		DRV_GRP3,
12518c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
12528c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
12538c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JDI"),
12548c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TDI"),
12558c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDI"),
12568c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TDI")
12578c2ecf20Sopenharmony_ci	),
12588c2ecf20Sopenharmony_ci	MTK_PIN(
12598c2ecf20Sopenharmony_ci		131, "GPIO131",
12608c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12618c2ecf20Sopenharmony_ci		DRV_GRP3,
12628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
12638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
12648c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JDO"),
12658c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TDO"),
12668c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDO"),
12678c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TDO")
12688c2ecf20Sopenharmony_ci	),
12698c2ecf20Sopenharmony_ci	MTK_PIN(
12708c2ecf20Sopenharmony_ci		132, "GPIO132",
12718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12728c2ecf20Sopenharmony_ci		DRV_GRP3,
12738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
12748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
12758c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_RTCK")
12768c2ecf20Sopenharmony_ci	),
12778c2ecf20Sopenharmony_ci	MTK_PIN(
12788c2ecf20Sopenharmony_ci		133, "GPIO133",
12798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12808c2ecf20Sopenharmony_ci		DRV_GRP3,
12818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
12828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
12838c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JINTP"),
12848c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TRSTN"),
12858c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_NTRST"),
12868c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_NTRST")
12878c2ecf20Sopenharmony_ci	),
12888c2ecf20Sopenharmony_ci	MTK_PIN(
12898c2ecf20Sopenharmony_ci		134, "GPIO134",
12908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12918c2ecf20Sopenharmony_ci		DRV_GRP3,
12928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
12938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
12948c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JCK"),
12958c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TCK"),
12968c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TCK_XI"),
12978c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TCK")
12988c2ecf20Sopenharmony_ci	),
12998c2ecf20Sopenharmony_ci	MTK_PIN(
13008c2ecf20Sopenharmony_ci		135, "GPIO135",
13018c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13028c2ecf20Sopenharmony_ci		DRV_GRP3,
13038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
13048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_LRCK"),
13058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_LRCK"),
13068c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
13078c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
13088c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
13098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
13108c2ecf20Sopenharmony_ci	),
13118c2ecf20Sopenharmony_ci	MTK_PIN(
13128c2ecf20Sopenharmony_ci		136, "GPIO136",
13138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13148c2ecf20Sopenharmony_ci		DRV_GRP3,
13158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
13168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_BCK"),
13178c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_BCK"),
13188c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
13198c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
13208c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_B"),
13218c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
13228c2ecf20Sopenharmony_ci	),
13238c2ecf20Sopenharmony_ci	MTK_PIN(
13248c2ecf20Sopenharmony_ci		137, "GPIO137",
13258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13268c2ecf20Sopenharmony_ci		DRV_GRP3,
13278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
13288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_MCK"),
13298c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_MCK"),
13308c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
13318c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
13328c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IRTX_OUT"),
13338c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
13348c2ecf20Sopenharmony_ci	),
13358c2ecf20Sopenharmony_ci	MTK_PIN(
13368c2ecf20Sopenharmony_ci		138, "GPIO138",
13378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13388c2ecf20Sopenharmony_ci		DRV_GRP3,
13398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
13408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA0"),
13418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
13428c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
13438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
13448c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM_C"),
13458c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SDA3_1"),
13468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
13478c2ecf20Sopenharmony_ci	),
13488c2ecf20Sopenharmony_ci	MTK_PIN(
13498c2ecf20Sopenharmony_ci		139, "GPIO139",
13508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13518c2ecf20Sopenharmony_ci		DRV_GRP3,
13528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
13538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA1"),
13548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
13558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
13568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
13578c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL2"),
13588c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCL3_1"),
13598c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
13608c2ecf20Sopenharmony_ci	),
13618c2ecf20Sopenharmony_ci	MTK_PIN(
13628c2ecf20Sopenharmony_ci		140, "GPIO140",
13638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13648c2ecf20Sopenharmony_ci		DRV_GRP3,
13658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
13668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA2"),
13678c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
13688c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
13698c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA1_4"),
13708c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL1"),
13718c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URXD3"),
13728c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
13738c2ecf20Sopenharmony_ci	),
13748c2ecf20Sopenharmony_ci	MTK_PIN(
13758c2ecf20Sopenharmony_ci		141, "GPIO141",
13768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13778c2ecf20Sopenharmony_ci		DRV_GRP3,
13788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
13798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA3"),
13808c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
13818c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
13828c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL1_4"),
13838c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL0"),
13848c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UTXD3"),
13858c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
13868c2ecf20Sopenharmony_ci	),
13878c2ecf20Sopenharmony_ci	MTK_PIN(
13888c2ecf20Sopenharmony_ci		142, "GPIO142",
13898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13908c2ecf20Sopenharmony_ci		DRV_GRP3,
13918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
13928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
13938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO")
13948c2ecf20Sopenharmony_ci	),
13958c2ecf20Sopenharmony_ci	MTK_PIN(
13968c2ecf20Sopenharmony_ci		143, "GPIO143",
13978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13988c2ecf20Sopenharmony_ci		DRV_GRP3,
13998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
14008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
14018c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI")
14028c2ecf20Sopenharmony_ci	),
14038c2ecf20Sopenharmony_ci	MTK_PIN(
14048c2ecf20Sopenharmony_ci		144, "GPIO144",
14058c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14068c2ecf20Sopenharmony_ci		DRV_GRP3,
14078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
14088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK")
14098c2ecf20Sopenharmony_ci	),
14108c2ecf20Sopenharmony_ci	MTK_PIN(
14118c2ecf20Sopenharmony_ci		145, "GPIO145",
14128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14138c2ecf20Sopenharmony_ci		DRV_GRP3,
14148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
14158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN")
14168c2ecf20Sopenharmony_ci	),
14178c2ecf20Sopenharmony_ci	MTK_PIN(
14188c2ecf20Sopenharmony_ci		146, "GPIO146",
14198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14208c2ecf20Sopenharmony_ci		DRV_GRP3,
14218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
14228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI")
14238c2ecf20Sopenharmony_ci	),
14248c2ecf20Sopenharmony_ci	MTK_PIN(
14258c2ecf20Sopenharmony_ci		147, "GPIO147",
14268c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14278c2ecf20Sopenharmony_ci		DRV_GRP3,
14288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
14298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO"),
14308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MOSI"),
14318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "VOW_DAT_MISO")
14328c2ecf20Sopenharmony_ci	),
14338c2ecf20Sopenharmony_ci	MTK_PIN(
14348c2ecf20Sopenharmony_ci		148, "GPIO148",
14358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14368c2ecf20Sopenharmony_ci		DRV_GRP3,
14378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
14388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI"),
14398c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MISO")
14408c2ecf20Sopenharmony_ci	),
14418c2ecf20Sopenharmony_ci	MTK_PIN(
14428c2ecf20Sopenharmony_ci		149, "GPIO149",
14438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14448c2ecf20Sopenharmony_ci		DRV_GRP3,
14458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
14468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "VOW_CLK_MISO")
14478c2ecf20Sopenharmony_ci	),
14488c2ecf20Sopenharmony_ci	MTK_PIN(
14498c2ecf20Sopenharmony_ci		150, "GPIO150",
14508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14518c2ecf20Sopenharmony_ci		DRV_GRP3,
14528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
14538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "ANC_DAT_MOSI")
14548c2ecf20Sopenharmony_ci	),
14558c2ecf20Sopenharmony_ci	MTK_PIN(
14568c2ecf20Sopenharmony_ci		151, "GPIO151",
14578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14588c2ecf20Sopenharmony_ci		DRV_GRP3,
14598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
14608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL6_0")
14618c2ecf20Sopenharmony_ci	),
14628c2ecf20Sopenharmony_ci	MTK_PIN(
14638c2ecf20Sopenharmony_ci		152, "GPIO152",
14648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14658c2ecf20Sopenharmony_ci		DRV_GRP3,
14668c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
14678c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA6_0")
14688c2ecf20Sopenharmony_ci	),
14698c2ecf20Sopenharmony_ci	MTK_PIN(
14708c2ecf20Sopenharmony_ci		153, "GPIO153",
14718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14728c2ecf20Sopenharmony_ci		DRV_GRP3,
14738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
14748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL7_0")
14758c2ecf20Sopenharmony_ci	),
14768c2ecf20Sopenharmony_ci	MTK_PIN(
14778c2ecf20Sopenharmony_ci		154, "GPIO154",
14788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14798c2ecf20Sopenharmony_ci		DRV_GRP3,
14808c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
14818c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA7_0")
14828c2ecf20Sopenharmony_ci	),
14838c2ecf20Sopenharmony_ci	MTK_PIN(
14848c2ecf20Sopenharmony_ci		155, "GPIO155",
14858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14868c2ecf20Sopenharmony_ci		DRV_GRP3,
14878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
14888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SCLK"),
14898c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SCLK"),
14908c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_CLK"),
14918c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_CLK")
14928c2ecf20Sopenharmony_ci	),
14938c2ecf20Sopenharmony_ci	MTK_PIN(
14948c2ecf20Sopenharmony_ci		156, "GPIO156",
14958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14968c2ecf20Sopenharmony_ci		DRV_GRP3,
14978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
14988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SRST"),
14998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SRST"),
15008c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_RST"),
15018c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_RST")
15028c2ecf20Sopenharmony_ci	),
15038c2ecf20Sopenharmony_ci	MTK_PIN(
15048c2ecf20Sopenharmony_ci		157, "GPIO157",
15058c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15068c2ecf20Sopenharmony_ci		DRV_GRP3,
15078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
15088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SIO"),
15098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SIO"),
15108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_IO"),
15118c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_IO")
15128c2ecf20Sopenharmony_ci	),
15138c2ecf20Sopenharmony_ci	MTK_PIN(
15148c2ecf20Sopenharmony_ci		158, "GPIO158",
15158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15168c2ecf20Sopenharmony_ci		DRV_GRP3,
15178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
15188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP0")
15198c2ecf20Sopenharmony_ci	),
15208c2ecf20Sopenharmony_ci	MTK_PIN(
15218c2ecf20Sopenharmony_ci		159, "GPIO159",
15228c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15238c2ecf20Sopenharmony_ci		DRV_GRP3,
15248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
15258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN0")
15268c2ecf20Sopenharmony_ci	),
15278c2ecf20Sopenharmony_ci	MTK_PIN(
15288c2ecf20Sopenharmony_ci		160, "GPIO160",
15298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15308c2ecf20Sopenharmony_ci		DRV_GRP3,
15318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
15328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP1")
15338c2ecf20Sopenharmony_ci	),
15348c2ecf20Sopenharmony_ci	MTK_PIN(
15358c2ecf20Sopenharmony_ci		161, "GPIO161",
15368c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15378c2ecf20Sopenharmony_ci		DRV_GRP3,
15388c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
15398c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN1")
15408c2ecf20Sopenharmony_ci	),
15418c2ecf20Sopenharmony_ci	MTK_PIN(
15428c2ecf20Sopenharmony_ci		162, "GPIO162",
15438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15448c2ecf20Sopenharmony_ci		DRV_GRP3,
15458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
15468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCP")
15478c2ecf20Sopenharmony_ci	),
15488c2ecf20Sopenharmony_ci	MTK_PIN(
15498c2ecf20Sopenharmony_ci		163, "GPIO163",
15508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15518c2ecf20Sopenharmony_ci		DRV_GRP3,
15528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
15538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCN")
15548c2ecf20Sopenharmony_ci	),
15558c2ecf20Sopenharmony_ci	MTK_PIN(
15568c2ecf20Sopenharmony_ci		164, "GPIO164",
15578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15588c2ecf20Sopenharmony_ci		DRV_GRP3,
15598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
15608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP2")
15618c2ecf20Sopenharmony_ci	),
15628c2ecf20Sopenharmony_ci	MTK_PIN(
15638c2ecf20Sopenharmony_ci		165, "GPIO165",
15648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15658c2ecf20Sopenharmony_ci		DRV_GRP3,
15668c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165"),
15678c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN2")
15688c2ecf20Sopenharmony_ci	),
15698c2ecf20Sopenharmony_ci	MTK_PIN(
15708c2ecf20Sopenharmony_ci		166, "GPIO166",
15718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15728c2ecf20Sopenharmony_ci		DRV_GRP3,
15738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166"),
15748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP3")
15758c2ecf20Sopenharmony_ci	),
15768c2ecf20Sopenharmony_ci	MTK_PIN(
15778c2ecf20Sopenharmony_ci		167, "GPIO167",
15788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15798c2ecf20Sopenharmony_ci		DRV_GRP3,
15808c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167"),
15818c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN3")
15828c2ecf20Sopenharmony_ci	),
15838c2ecf20Sopenharmony_ci	MTK_PIN(
15848c2ecf20Sopenharmony_ci		168, "GPIO168",
15858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15868c2ecf20Sopenharmony_ci		DRV_GRP3,
15878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168"),
15888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP0_A")
15898c2ecf20Sopenharmony_ci	),
15908c2ecf20Sopenharmony_ci	MTK_PIN(
15918c2ecf20Sopenharmony_ci		169, "GPIO169",
15928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15938c2ecf20Sopenharmony_ci		DRV_GRP3,
15948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
15958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN0_A")
15968c2ecf20Sopenharmony_ci	),
15978c2ecf20Sopenharmony_ci	MTK_PIN(
15988c2ecf20Sopenharmony_ci		170, "GPIO170",
15998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16008c2ecf20Sopenharmony_ci		DRV_GRP3,
16018c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
16028c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP1_A")
16038c2ecf20Sopenharmony_ci	),
16048c2ecf20Sopenharmony_ci	MTK_PIN(
16058c2ecf20Sopenharmony_ci		171, "GPIO171",
16068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16078c2ecf20Sopenharmony_ci		DRV_GRP3,
16088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
16098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN1_A")
16108c2ecf20Sopenharmony_ci	),
16118c2ecf20Sopenharmony_ci	MTK_PIN(
16128c2ecf20Sopenharmony_ci		172, "GPIO172",
16138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16148c2ecf20Sopenharmony_ci		DRV_GRP3,
16158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
16168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCP_A")
16178c2ecf20Sopenharmony_ci	),
16188c2ecf20Sopenharmony_ci	MTK_PIN(
16198c2ecf20Sopenharmony_ci		173, "GPIO173",
16208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16218c2ecf20Sopenharmony_ci		DRV_GRP3,
16228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
16238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCN_A")
16248c2ecf20Sopenharmony_ci	),
16258c2ecf20Sopenharmony_ci	MTK_PIN(
16268c2ecf20Sopenharmony_ci		174, "GPIO174",
16278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16288c2ecf20Sopenharmony_ci		DRV_GRP3,
16298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
16308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP2_A")
16318c2ecf20Sopenharmony_ci	),
16328c2ecf20Sopenharmony_ci	MTK_PIN(
16338c2ecf20Sopenharmony_ci		175, "GPIO175",
16348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16358c2ecf20Sopenharmony_ci		DRV_GRP3,
16368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
16378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN2_A")
16388c2ecf20Sopenharmony_ci	),
16398c2ecf20Sopenharmony_ci	MTK_PIN(
16408c2ecf20Sopenharmony_ci		176, "GPIO176",
16418c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16428c2ecf20Sopenharmony_ci		DRV_GRP3,
16438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
16448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP3_A")
16458c2ecf20Sopenharmony_ci	),
16468c2ecf20Sopenharmony_ci	MTK_PIN(
16478c2ecf20Sopenharmony_ci		177, "GPIO177",
16488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16498c2ecf20Sopenharmony_ci		DRV_GRP3,
16508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
16518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN3_A")
16528c2ecf20Sopenharmony_ci	),
16538c2ecf20Sopenharmony_ci	MTK_PIN(
16548c2ecf20Sopenharmony_ci		178, "GPIO178",
16558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16568c2ecf20Sopenharmony_ci		DRV_GRP3,
16578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
16588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
16598c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM_D"),
16608c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
16618c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
16628c2ecf20Sopenharmony_ci	),
16638c2ecf20Sopenharmony_ci	MTK_PIN(
16648c2ecf20Sopenharmony_ci		179, "GPIO179",
16658c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16668c2ecf20Sopenharmony_ci		DRV_GRP3,
16678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
16688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE0"),
16698c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
16708c2ecf20Sopenharmony_ci	),
16718c2ecf20Sopenharmony_ci	MTK_PIN(
16728c2ecf20Sopenharmony_ci		180, "GPIO180",
16738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16748c2ecf20Sopenharmony_ci		DRV_GRP3,
16758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
16768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST"),
16778c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DSI_TE1"),
16788c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
16798c2ecf20Sopenharmony_ci	),
16808c2ecf20Sopenharmony_ci	MTK_PIN(
16818c2ecf20Sopenharmony_ci		181, "GPIO181",
16828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16838c2ecf20Sopenharmony_ci		DRV_GRP3,
16848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
16858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
16868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DSI_TE1"),
16878c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
16888c2ecf20Sopenharmony_ci	),
16898c2ecf20Sopenharmony_ci	MTK_PIN(
16908c2ecf20Sopenharmony_ci		182, "GPIO182",
16918c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16928c2ecf20Sopenharmony_ci		DRV_GRP3,
16938c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
16948c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "TESTMODE")
16958c2ecf20Sopenharmony_ci	),
16968c2ecf20Sopenharmony_ci	MTK_PIN(
16978c2ecf20Sopenharmony_ci		183, "GPIO183",
16988c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16998c2ecf20Sopenharmony_ci		DRV_GRP3,
17008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
17018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_CK"),
17028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_CK"),
17038c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
17048c2ecf20Sopenharmony_ci	),
17058c2ecf20Sopenharmony_ci	MTK_PIN(
17068c2ecf20Sopenharmony_ci		184, "GPIO184",
17078c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17088c2ecf20Sopenharmony_ci		DRV_GRP3,
17098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
17108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_EN"),
17118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_EN"),
17128c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
17138c2ecf20Sopenharmony_ci	),
17148c2ecf20Sopenharmony_ci	MTK_PIN(
17158c2ecf20Sopenharmony_ci		185, "GPIO185",
17168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17178c2ecf20Sopenharmony_ci		DRV_GRP3,
17188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
17198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D0"),
17208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D0"),
17218c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
17228c2ecf20Sopenharmony_ci	),
17238c2ecf20Sopenharmony_ci	MTK_PIN(
17248c2ecf20Sopenharmony_ci		186, "GPIO186",
17258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17268c2ecf20Sopenharmony_ci		DRV_GRP3,
17278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
17288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D1"),
17298c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D1"),
17308c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
17318c2ecf20Sopenharmony_ci	),
17328c2ecf20Sopenharmony_ci	MTK_PIN(
17338c2ecf20Sopenharmony_ci		187, "GPIO187",
17348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17358c2ecf20Sopenharmony_ci		DRV_GRP3,
17368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
17378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D2"),
17388c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D2"),
17398c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
17408c2ecf20Sopenharmony_ci	),
17418c2ecf20Sopenharmony_ci	MTK_PIN(
17428c2ecf20Sopenharmony_ci		188, "GPIO188",
17438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17448c2ecf20Sopenharmony_ci		DRV_GRP3,
17458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
17468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SCLK"),
17478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B32")
17488c2ecf20Sopenharmony_ci	),
17498c2ecf20Sopenharmony_ci	MTK_PIN(
17508c2ecf20Sopenharmony_ci		189, "GPIO189",
17518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17528c2ecf20Sopenharmony_ci		DRV_GRP3,
17538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
17548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SDATA")
17558c2ecf20Sopenharmony_ci	),
17568c2ecf20Sopenharmony_ci	MTK_PIN(
17578c2ecf20Sopenharmony_ci		190, "GPIO190",
17588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17598c2ecf20Sopenharmony_ci		DRV_GRP3,
17608c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
17618c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SCLK")
17628c2ecf20Sopenharmony_ci	),
17638c2ecf20Sopenharmony_ci	MTK_PIN(
17648c2ecf20Sopenharmony_ci		191, "GPIO191",
17658c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17668c2ecf20Sopenharmony_ci		DRV_GRP3,
17678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
17688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SDATA")
17698c2ecf20Sopenharmony_ci	),
17708c2ecf20Sopenharmony_ci	MTK_PIN(
17718c2ecf20Sopenharmony_ci		192, "GPIO192",
17728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17738c2ecf20Sopenharmony_ci		DRV_GRP3,
17748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
17758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS4")
17768c2ecf20Sopenharmony_ci	),
17778c2ecf20Sopenharmony_ci	MTK_PIN(
17788c2ecf20Sopenharmony_ci		193, "GPIO193",
17798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17808c2ecf20Sopenharmony_ci		DRV_GRP3,
17818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
17828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS5"),
17838c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
17848c2ecf20Sopenharmony_ci	),
17858c2ecf20Sopenharmony_ci	MTK_PIN(
17868c2ecf20Sopenharmony_ci		194, "GPIO194",
17878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17888c2ecf20Sopenharmony_ci		DRV_GRP3,
17898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
17908c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS6"),
17918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
17928c2ecf20Sopenharmony_ci	),
17938c2ecf20Sopenharmony_ci	MTK_PIN(
17948c2ecf20Sopenharmony_ci		195, "GPIO195",
17958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17968c2ecf20Sopenharmony_ci		DRV_GRP3,
17978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
17988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS7"),
17998c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
18008c2ecf20Sopenharmony_ci	),
18018c2ecf20Sopenharmony_ci	MTK_PIN(
18028c2ecf20Sopenharmony_ci		196, "GPIO196",
18038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18048c2ecf20Sopenharmony_ci		DRV_GRP3,
18058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
18068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS8"),
18078c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
18088c2ecf20Sopenharmony_ci	),
18098c2ecf20Sopenharmony_ci	MTK_PIN(
18108c2ecf20Sopenharmony_ci		197, "GPIO197",
18118c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18128c2ecf20Sopenharmony_ci		DRV_GRP3,
18138c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
18148c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS9"),
18158c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
18168c2ecf20Sopenharmony_ci	),
18178c2ecf20Sopenharmony_ci	MTK_PIN(
18188c2ecf20Sopenharmony_ci		198, "GPIO198",
18198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18208c2ecf20Sopenharmony_ci		DRV_GRP3,
18218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
18228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS10"),
18238c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
18248c2ecf20Sopenharmony_ci	),
18258c2ecf20Sopenharmony_ci	MTK_PIN(
18268c2ecf20Sopenharmony_ci		199, "GPIO199",
18278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18288c2ecf20Sopenharmony_ci		DRV_GRP3,
18298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
18308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS11"),
18318c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
18328c2ecf20Sopenharmony_ci	),
18338c2ecf20Sopenharmony_ci	MTK_PIN(
18348c2ecf20Sopenharmony_ci		200, "GPIO200",
18358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18368c2ecf20Sopenharmony_ci		DRV_GRP3,
18378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
18388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS12"),
18398c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
18408c2ecf20Sopenharmony_ci	),
18418c2ecf20Sopenharmony_ci	MTK_PIN(
18428c2ecf20Sopenharmony_ci		201, "GPIO201",
18438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18448c2ecf20Sopenharmony_ci		DRV_GRP3,
18458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
18468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS13"),
18478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
18488c2ecf20Sopenharmony_ci	),
18498c2ecf20Sopenharmony_ci	MTK_PIN(
18508c2ecf20Sopenharmony_ci		202, "GPIO202",
18518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18528c2ecf20Sopenharmony_ci		DRV_GRP3,
18538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
18548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS14"),
18558c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
18568c2ecf20Sopenharmony_ci	),
18578c2ecf20Sopenharmony_ci	MTK_PIN(
18588c2ecf20Sopenharmony_ci		203, "GPIO203",
18598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18608c2ecf20Sopenharmony_ci		DRV_GRP3,
18618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO203"),
18628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS15"),
18638c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
18648c2ecf20Sopenharmony_ci	),
18658c2ecf20Sopenharmony_ci	MTK_PIN(
18668c2ecf20Sopenharmony_ci		204, "GPIO204",
18678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18688c2ecf20Sopenharmony_ci		DRV_GRP3,
18698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO204"),
18708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS16"),
18718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PA_VM0"),
18728c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
18738c2ecf20Sopenharmony_ci	),
18748c2ecf20Sopenharmony_ci	MTK_PIN(
18758c2ecf20Sopenharmony_ci		205, "GPIO205",
18768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18778c2ecf20Sopenharmony_ci		DRV_GRP3,
18788c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO205"),
18798c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS17"),
18808c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PA_VM1"),
18818c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
18828c2ecf20Sopenharmony_ci	),
18838c2ecf20Sopenharmony_ci	MTK_PIN(
18848c2ecf20Sopenharmony_ci		206, "GPIO206",
18858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18868c2ecf20Sopenharmony_ci		DRV_GRP3,
18878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO206"),
18888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS18"),
18898c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP0"),
18908c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
18918c2ecf20Sopenharmony_ci	),
18928c2ecf20Sopenharmony_ci	MTK_PIN(
18938c2ecf20Sopenharmony_ci		207, "GPIO207",
18948c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18958c2ecf20Sopenharmony_ci		DRV_GRP3,
18968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO207"),
18978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS19"),
18988c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP1"),
18998c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
19008c2ecf20Sopenharmony_ci	),
19018c2ecf20Sopenharmony_ci	MTK_PIN(
19028c2ecf20Sopenharmony_ci		208, "GPIO208",
19038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19048c2ecf20Sopenharmony_ci		DRV_GRP3,
19058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO208"),
19068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS20"),
19078c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP2"),
19088c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
19098c2ecf20Sopenharmony_ci	),
19108c2ecf20Sopenharmony_ci	MTK_PIN(
19118c2ecf20Sopenharmony_ci		209, "GPIO209",
19128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19138c2ecf20Sopenharmony_ci		DRV_GRP3,
19148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO209"),
19158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS21"),
19168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP3"),
19178c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
19188c2ecf20Sopenharmony_ci	),
19198c2ecf20Sopenharmony_ci	MTK_PIN(
19208c2ecf20Sopenharmony_ci		210, "GPIO210",
19218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19228c2ecf20Sopenharmony_ci		DRV_GRP3,
19238c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO210"),
19248c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS22"),
19258c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DET_BPI0"),
19268c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
19278c2ecf20Sopenharmony_ci	),
19288c2ecf20Sopenharmony_ci	MTK_PIN(
19298c2ecf20Sopenharmony_ci		211, "GPIO211",
19308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19318c2ecf20Sopenharmony_ci		DRV_GRP3,
19328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO211"),
19338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS23"),
19348c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DET_BPI1"),
19358c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
19368c2ecf20Sopenharmony_ci	),
19378c2ecf20Sopenharmony_ci	MTK_PIN(
19388c2ecf20Sopenharmony_ci		212, "GPIO212",
19398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19408c2ecf20Sopenharmony_ci		DRV_GRP3,
19418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO212"),
19428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS0"),
19438c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
19448c2ecf20Sopenharmony_ci	),
19458c2ecf20Sopenharmony_ci	MTK_PIN(
19468c2ecf20Sopenharmony_ci		213, "GPIO213",
19478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19488c2ecf20Sopenharmony_ci		DRV_GRP3,
19498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO213"),
19508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS1"),
19518c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
19528c2ecf20Sopenharmony_ci	),
19538c2ecf20Sopenharmony_ci	MTK_PIN(
19548c2ecf20Sopenharmony_ci		214, "GPIO214",
19558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19568c2ecf20Sopenharmony_ci		DRV_GRP3,
19578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO214"),
19588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS2"),
19598c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
19608c2ecf20Sopenharmony_ci	),
19618c2ecf20Sopenharmony_ci	MTK_PIN(
19628c2ecf20Sopenharmony_ci		215, "GPIO215",
19638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19648c2ecf20Sopenharmony_ci		DRV_GRP3,
19658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO215"),
19668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS3"),
19678c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
19688c2ecf20Sopenharmony_ci	),
19698c2ecf20Sopenharmony_ci	MTK_PIN(
19708c2ecf20Sopenharmony_ci		216, "GPIO216",
19718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19728c2ecf20Sopenharmony_ci		DRV_GRP3,
19738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO216"),
19748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SCLK"),
19758c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
19768c2ecf20Sopenharmony_ci	),
19778c2ecf20Sopenharmony_ci	MTK_PIN(
19788c2ecf20Sopenharmony_ci		217, "GPIO217",
19798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19808c2ecf20Sopenharmony_ci		DRV_GRP3,
19818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO217"),
19828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SDATA"),
19838c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
19848c2ecf20Sopenharmony_ci	),
19858c2ecf20Sopenharmony_ci	MTK_PIN(
19868c2ecf20Sopenharmony_ci		218, "GPIO218",
19878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19888c2ecf20Sopenharmony_ci		DRV_GRP3,
19898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO218"),
19908c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SCLK"),
19918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
19928c2ecf20Sopenharmony_ci	),
19938c2ecf20Sopenharmony_ci	MTK_PIN(
19948c2ecf20Sopenharmony_ci		219, "GPIO219",
19958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19968c2ecf20Sopenharmony_ci		DRV_GRP3,
19978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO219"),
19988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SDATA"),
19998c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
20008c2ecf20Sopenharmony_ci	),
20018c2ecf20Sopenharmony_ci	MTK_PIN(
20028c2ecf20Sopenharmony_ci		220, "GPIO220",
20038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20048c2ecf20Sopenharmony_ci		DRV_GRP3,
20058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO220"),
20068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_IP")
20078c2ecf20Sopenharmony_ci	),
20088c2ecf20Sopenharmony_ci	MTK_PIN(
20098c2ecf20Sopenharmony_ci		221, "GPIO221",
20108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20118c2ecf20Sopenharmony_ci		DRV_GRP3,
20128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO221"),
20138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_IN")
20148c2ecf20Sopenharmony_ci	),
20158c2ecf20Sopenharmony_ci	MTK_PIN(
20168c2ecf20Sopenharmony_ci		222, "GPIO222",
20178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20188c2ecf20Sopenharmony_ci		DRV_GRP3,
20198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO222"),
20208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_QP")
20218c2ecf20Sopenharmony_ci	),
20228c2ecf20Sopenharmony_ci	MTK_PIN(
20238c2ecf20Sopenharmony_ci		223, "GPIO223",
20248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20258c2ecf20Sopenharmony_ci		DRV_GRP3,
20268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO223"),
20278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_QN")
20288c2ecf20Sopenharmony_ci	),
20298c2ecf20Sopenharmony_ci	MTK_PIN(
20308c2ecf20Sopenharmony_ci		224, "GPIO224",
20318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20328c2ecf20Sopenharmony_ci		DRV_GRP3,
20338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO224"),
20348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_IP")
20358c2ecf20Sopenharmony_ci	),
20368c2ecf20Sopenharmony_ci	MTK_PIN(
20378c2ecf20Sopenharmony_ci		225, "GPIO225",
20388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20398c2ecf20Sopenharmony_ci		DRV_GRP3,
20408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO225"),
20418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_IN")
20428c2ecf20Sopenharmony_ci	),
20438c2ecf20Sopenharmony_ci	MTK_PIN(
20448c2ecf20Sopenharmony_ci		226, "GPIO226",
20458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20468c2ecf20Sopenharmony_ci		DRV_GRP3,
20478c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO226"),
20488c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_QP")
20498c2ecf20Sopenharmony_ci	),
20508c2ecf20Sopenharmony_ci	MTK_PIN(
20518c2ecf20Sopenharmony_ci		227, "GPIO227",
20528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20538c2ecf20Sopenharmony_ci		DRV_GRP3,
20548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO227"),
20558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_QN")
20568c2ecf20Sopenharmony_ci	),
20578c2ecf20Sopenharmony_ci	MTK_PIN(
20588c2ecf20Sopenharmony_ci		228, "GPIO228",
20598c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20608c2ecf20Sopenharmony_ci		DRV_GRP3,
20618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO228"),
20628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_IP")
20638c2ecf20Sopenharmony_ci	),
20648c2ecf20Sopenharmony_ci	MTK_PIN(
20658c2ecf20Sopenharmony_ci		229, "GPIO229",
20668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20678c2ecf20Sopenharmony_ci		DRV_GRP3,
20688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO229"),
20698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_IN")
20708c2ecf20Sopenharmony_ci	),
20718c2ecf20Sopenharmony_ci	MTK_PIN(
20728c2ecf20Sopenharmony_ci		230, "GPIO230",
20738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20748c2ecf20Sopenharmony_ci		DRV_GRP3,
20758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO230"),
20768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_QP")
20778c2ecf20Sopenharmony_ci	),
20788c2ecf20Sopenharmony_ci	MTK_PIN(
20798c2ecf20Sopenharmony_ci		231, "GPIO231",
20808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20818c2ecf20Sopenharmony_ci		DRV_GRP3,
20828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO231"),
20838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_QN")
20848c2ecf20Sopenharmony_ci	),
20858c2ecf20Sopenharmony_ci	MTK_PIN(
20868c2ecf20Sopenharmony_ci		232, "GPIO232",
20878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20888c2ecf20Sopenharmony_ci		DRV_GRP3,
20898c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO232"),
20908c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
20918c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "UTXD1"),
20928c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
20938c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
20948c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD2"),
20958c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "C2K_URXD0"),
20968c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
20978c2ecf20Sopenharmony_ci	),
20988c2ecf20Sopenharmony_ci	MTK_PIN(
20998c2ecf20Sopenharmony_ci		233, "GPIO233",
21008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21018c2ecf20Sopenharmony_ci		DRV_GRP3,
21028c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO233"),
21038c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
21048c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "URXD1"),
21058c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
21068c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
21078c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD2"),
21088c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "C2K_UTXD0"),
21098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
21108c2ecf20Sopenharmony_ci	),
21118c2ecf20Sopenharmony_ci	MTK_PIN(
21128c2ecf20Sopenharmony_ci		234, "GPIO234",
21138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21148c2ecf20Sopenharmony_ci		DRV_GRP3,
21158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO234"),
21168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_CLK_B"),
21178c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD1_AO"),
21188c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL4_1"),
21198c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UTXD0"),
21208c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_A"),
21218c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
21228c2ecf20Sopenharmony_ci	),
21238c2ecf20Sopenharmony_ci	MTK_PIN(
21248c2ecf20Sopenharmony_ci		235, "GPIO235",
21258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21268c2ecf20Sopenharmony_ci		DRV_GRP3,
21278c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO235"),
21288c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_MI_B"),
21298c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MO_B"),
21308c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA4_1"),
21318c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URXD0"),
21328c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CLKM0"),
21338c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
21348c2ecf20Sopenharmony_ci	),
21358c2ecf20Sopenharmony_ci	MTK_PIN(
21368c2ecf20Sopenharmony_ci		236, "GPIO236",
21378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21388c2ecf20Sopenharmony_ci		DRV_GRP3,
21398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO236"),
21408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_MO_B"),
21418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MI_B"),
21428c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL5_1"),
21438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS0"),
21448c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_B"),
21458c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
21468c2ecf20Sopenharmony_ci	),
21478c2ecf20Sopenharmony_ci	MTK_PIN(
21488c2ecf20Sopenharmony_ci		237, "GPIO237",
21498c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21508c2ecf20Sopenharmony_ci		DRV_GRP3,
21518c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO237"),
21528c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_CS_B"),
21538c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD1_AO"),
21548c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA5_1"),
21558c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS0"),
21568c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CLKM1"),
21578c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
21588c2ecf20Sopenharmony_ci	),
21598c2ecf20Sopenharmony_ci	MTK_PIN(
21608c2ecf20Sopenharmony_ci		238, "GPIO238",
21618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21628c2ecf20Sopenharmony_ci		DRV_GRP3,
21638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO238"),
21648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA4_0")
21658c2ecf20Sopenharmony_ci	),
21668c2ecf20Sopenharmony_ci	MTK_PIN(
21678c2ecf20Sopenharmony_ci		239, "GPIO239",
21688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21698c2ecf20Sopenharmony_ci		DRV_GRP3,
21708c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO239"),
21718c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL4_0")
21728c2ecf20Sopenharmony_ci	),
21738c2ecf20Sopenharmony_ci	MTK_PIN(
21748c2ecf20Sopenharmony_ci		240, "GPIO240",
21758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21768c2ecf20Sopenharmony_ci		DRV_GRP3,
21778c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO240"),
21788c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA5_0")
21798c2ecf20Sopenharmony_ci	),
21808c2ecf20Sopenharmony_ci	MTK_PIN(
21818c2ecf20Sopenharmony_ci		241, "GPIO241",
21828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21838c2ecf20Sopenharmony_ci		DRV_GRP3,
21848c2ecf20Sopenharmony_ci				MTK_FUNCTION(0, "GPIO241"),
21858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL5_0")
21868c2ecf20Sopenharmony_ci	),
21878c2ecf20Sopenharmony_ci	MTK_PIN(
21888c2ecf20Sopenharmony_ci		242, "GPIO242",
21898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21908c2ecf20Sopenharmony_ci		DRV_GRP3,
21918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO242"),
21928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CLK_B"),
21938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD2_AO"),
21948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL4_2"),
21958c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
21968c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "URTS3"),
21978c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_C"),
21988c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
21998c2ecf20Sopenharmony_ci	),
22008c2ecf20Sopenharmony_ci	MTK_PIN(
22018c2ecf20Sopenharmony_ci		243, "GPIO243",
22028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22038c2ecf20Sopenharmony_ci		DRV_GRP3,
22048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO243"),
22058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MI_B"),
22068c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MO_B"),
22078c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA4_2"),
22088c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
22098c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UCTS3"),
22108c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CLKM2"),
22118c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
22128c2ecf20Sopenharmony_ci	),
22138c2ecf20Sopenharmony_ci	MTK_PIN(
22148c2ecf20Sopenharmony_ci		244, "GPIO244",
22158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22168c2ecf20Sopenharmony_ci		DRV_GRP3,
22178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO244"),
22188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MO_B"),
22198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MI_B"),
22208c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL5_2"),
22218c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
22228c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UTXD3"),
22238c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM_D"),
22248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
22258c2ecf20Sopenharmony_ci	),
22268c2ecf20Sopenharmony_ci	MTK_PIN(
22278c2ecf20Sopenharmony_ci		245, "GPIO245",
22288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22298c2ecf20Sopenharmony_ci		DRV_GRP3,
22308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO245"),
22318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CS_B"),
22328c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD2_AO"),
22338c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA5_2"),
22348c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
22358c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "URXD3"),
22368c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "CLKM3"),
22378c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
22388c2ecf20Sopenharmony_ci	),
22398c2ecf20Sopenharmony_ci	MTK_PIN(
22408c2ecf20Sopenharmony_ci		246, "GPIO246",
22418c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22428c2ecf20Sopenharmony_ci		DRV_GRP3,
22438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO246"),
22448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_LRCK"),
22458c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_LRCK"),
22468c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_LRCK"),
22478c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_LRCK"),
22488c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC"),
22498c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_CLK_C"),
22508c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
22518c2ecf20Sopenharmony_ci	),
22528c2ecf20Sopenharmony_ci	MTK_PIN(
22538c2ecf20Sopenharmony_ci		247, "GPIO247",
22548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22558c2ecf20Sopenharmony_ci		DRV_GRP3,
22568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO247"),
22578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_BCK"),
22588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_BCK"),
22598c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_BCK"),
22608c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_BCK"),
22618c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK"),
22628c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_MI_C"),
22638c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
22648c2ecf20Sopenharmony_ci	),
22658c2ecf20Sopenharmony_ci	MTK_PIN(
22668c2ecf20Sopenharmony_ci		248, "GPIO248",
22678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22688c2ecf20Sopenharmony_ci		DRV_GRP3,
22698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO248"),
22708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S2_DI"),
22718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
22728c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_DI"),
22738c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
22748c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI"),
22758c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_CS_C")
22768c2ecf20Sopenharmony_ci	),
22778c2ecf20Sopenharmony_ci	MTK_PIN(
22788c2ecf20Sopenharmony_ci		249, "GPIO249",
22798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22808c2ecf20Sopenharmony_ci		DRV_GRP3,
22818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO249"),
22828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_DO"),
22838c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
22848c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S3_DO"),
22858c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_DO"),
22868c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO"),
22878c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_MO_C"),
22888c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TRAP_SRAM_PWR_BYPASS")
22898c2ecf20Sopenharmony_ci	),
22908c2ecf20Sopenharmony_ci	MTK_PIN(
22918c2ecf20Sopenharmony_ci		250, "GPIO250",
22928c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
22938c2ecf20Sopenharmony_ci		DRV_GRP3,
22948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO250"),
22958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MI"),
22968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MO"),
22978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
22988c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD1_AO"),
22998c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "DROP_ZONE")
23008c2ecf20Sopenharmony_ci	),
23018c2ecf20Sopenharmony_ci	MTK_PIN(
23028c2ecf20Sopenharmony_ci		251, "GPIO251",
23038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23048c2ecf20Sopenharmony_ci		DRV_GRP3,
23058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO251"),
23068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MO"),
23078c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MI"),
23088c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
23098c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD1_AO"),
23108c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_RTCK")
23118c2ecf20Sopenharmony_ci	),
23128c2ecf20Sopenharmony_ci	MTK_PIN(
23138c2ecf20Sopenharmony_ci		252, "GPIO252",
23148c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23158c2ecf20Sopenharmony_ci		DRV_GRP3,
23168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO252"),
23178c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CLK"),
23188c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SCL0_4"),
23198c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_D"),
23208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TMS")
23218c2ecf20Sopenharmony_ci	),
23228c2ecf20Sopenharmony_ci	MTK_PIN(
23238c2ecf20Sopenharmony_ci		253, "GPIO253",
23248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23258c2ecf20Sopenharmony_ci		DRV_GRP3,
23268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO253"),
23278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CS"),
23288c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "SDA0_4"),
23298c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_A"),
23308c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TCK")
23318c2ecf20Sopenharmony_ci	),
23328c2ecf20Sopenharmony_ci	MTK_PIN(
23338c2ecf20Sopenharmony_ci		254, "GPIO254",
23348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23358c2ecf20Sopenharmony_ci		DRV_GRP3,
23368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO254"),
23378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_MCK"),
23388c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_MCK"),
23398c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_MCK"),
23408c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_MCK"),
23418c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
23428c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDI")
23438c2ecf20Sopenharmony_ci	),
23448c2ecf20Sopenharmony_ci	MTK_PIN(
23458c2ecf20Sopenharmony_ci		255, "GPIO255",
23468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23478c2ecf20Sopenharmony_ci		DRV_GRP3,
23488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO255"),
23498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM1"),
23508c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
23518c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
23528c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO1_AO"),
23538c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDO")
23548c2ecf20Sopenharmony_ci	),
23558c2ecf20Sopenharmony_ci	MTK_PIN(
23568c2ecf20Sopenharmony_ci		256, "GPIO256",
23578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23588c2ecf20Sopenharmony_ci		DRV_GRP3,
23598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO256"),
23608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CLKM2"),
23618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
23628c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
23638c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO0_AO"),
23648c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_NTRST")
23658c2ecf20Sopenharmony_ci	),
23668c2ecf20Sopenharmony_ci	MTK_PIN(
23678c2ecf20Sopenharmony_ci		257, "GPIO257",
23688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23698c2ecf20Sopenharmony_ci		DRV_GRP3,
23708c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO257"),
23718c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TMS"),
23728c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TMS"),
23738c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TMS"),
23748c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAP_SIB1_SWD"),
23758c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TMS"),
23768c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TMS"),
23778c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTMS")
23788c2ecf20Sopenharmony_ci	),
23798c2ecf20Sopenharmony_ci	MTK_PIN(
23808c2ecf20Sopenharmony_ci		258, "GPIO258",
23818c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23828c2ecf20Sopenharmony_ci		DRV_GRP3,
23838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO258"),
23848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TCK"),
23858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TCK"),
23868c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TCK_XI"),
23878c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAP_SIB1_SWCK"),
23888c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TCK"),
23898c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TCK"),
23908c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTCK")
23918c2ecf20Sopenharmony_ci	),
23928c2ecf20Sopenharmony_ci	MTK_PIN(
23938c2ecf20Sopenharmony_ci		259, "GPIO259",
23948c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23958c2ecf20Sopenharmony_ci		DRV_GRP3,
23968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO259"),
23978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TDI"),
23988c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TDI"),
23998c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TDI"),
24008c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TDI"),
24018c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TDI"),
24028c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDI")
24038c2ecf20Sopenharmony_ci	),
24048c2ecf20Sopenharmony_ci	MTK_PIN(
24058c2ecf20Sopenharmony_ci		260, "GPIO260",
24068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
24078c2ecf20Sopenharmony_ci		DRV_GRP3,
24088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO260"),
24098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TDO"),
24108c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TDO"),
24118c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TDO"),
24128c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TDO"),
24138c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TDO"),
24148c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDO")
24158c2ecf20Sopenharmony_ci	),
24168c2ecf20Sopenharmony_ci	MTK_PIN(
24178c2ecf20Sopenharmony_ci		261, "GPIO261",
24188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
24198c2ecf20Sopenharmony_ci		DRV_GRP3,
24208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO261"),
24218c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TRSTN"),
24228c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DFD_NTRST"),
24238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TRSTN"),
24248c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TRSTN"),
24258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_JTINTP")
24268c2ecf20Sopenharmony_ci	),
24278c2ecf20Sopenharmony_ci};
24288c2ecf20Sopenharmony_ci
24298c2ecf20Sopenharmony_ci#endif /* __PINCTRL_MTK_MT6797_H */
2430