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