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