162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2019 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Andy Teng <andy.teng@mediatek.com>
562306a36Sopenharmony_ci *
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6779_H
962306a36Sopenharmony_ci#define __PINCTRL_MTK_MT6779_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#include "pinctrl-paris.h"
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt6779[] = {
1462306a36Sopenharmony_ci	MTK_PIN(
1562306a36Sopenharmony_ci		0, "GPIO0",
1662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 0),
1762306a36Sopenharmony_ci		DRV_GRP4,
1862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
1962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_MI"),
2062306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_LRCK"),
2162306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_LRCK_2ND"),
2262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
2362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL_6306"),
2462306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO0_AO"),
2562306a36Sopenharmony_ci		MTK_FUNCTION(7, "PTA_RXD")
2662306a36Sopenharmony_ci	),
2762306a36Sopenharmony_ci	MTK_PIN(
2862306a36Sopenharmony_ci		1, "GPIO1",
2962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 1),
3062306a36Sopenharmony_ci		DRV_GRP4,
3162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
3262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_CSB"),
3362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_DO"),
3462306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA0_2ND"),
3562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
3662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA_6306"),
3762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO1_AO"),
3862306a36Sopenharmony_ci		MTK_FUNCTION(7, "PTA_TXD")
3962306a36Sopenharmony_ci	),
4062306a36Sopenharmony_ci	MTK_PIN(
4162306a36Sopenharmony_ci		2, "GPIO2",
4262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 2),
4362306a36Sopenharmony_ci		DRV_GRP4,
4462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
4562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_MO"),
4662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_BCK"),
4762306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_BCK_2ND"),
4862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
4962306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT1_C2K_UIM0_HOT_PLUG"),
5062306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO2_AO")
5162306a36Sopenharmony_ci	),
5262306a36Sopenharmony_ci	MTK_PIN(
5362306a36Sopenharmony_ci		3, "GPIO3",
5462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 3),
5562306a36Sopenharmony_ci		DRV_GRP4,
5662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
5762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI6_CLK"),
5862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S5_MCK"),
5962306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_MCK_2ND"),
6062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
6162306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT2_C2K_UIM1_HOT_PLUG"),
6262306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO3_AO")
6362306a36Sopenharmony_ci	),
6462306a36Sopenharmony_ci	MTK_PIN(
6562306a36Sopenharmony_ci		4, "GPIO4",
6662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 4),
6762306a36Sopenharmony_ci		DRV_GRP4,
6862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
6962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_MI"),
7062306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_MCK"),
7162306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA1_2ND"),
7262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
7362306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_CLK"),
7462306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO4_AO"),
7562306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
7662306a36Sopenharmony_ci	),
7762306a36Sopenharmony_ci	MTK_PIN(
7862306a36Sopenharmony_ci		5, "GPIO5",
7962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 5),
8062306a36Sopenharmony_ci		DRV_GRP4,
8162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
8262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_CSB"),
8362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_BCK"),
8462306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA2_2ND"),
8562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO2"),
8662306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_DAT"),
8762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO5_AO"),
8862306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
8962306a36Sopenharmony_ci	),
9062306a36Sopenharmony_ci	MTK_PIN(
9162306a36Sopenharmony_ci		6, "GPIO6",
9262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 6),
9362306a36Sopenharmony_ci		DRV_GRP4,
9462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
9562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_MO"),
9662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_LRCK"),
9762306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDM_DATA3_2ND"),
9862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
9962306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_CLK"),
10062306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO6_AO"),
10162306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
10262306a36Sopenharmony_ci	),
10362306a36Sopenharmony_ci	MTK_PIN(
10462306a36Sopenharmony_ci		7, "GPIO7",
10562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 7),
10662306a36Sopenharmony_ci		DRV_GRP4,
10762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
10862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI7_CLK"),
10962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
11062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
11162306a36Sopenharmony_ci		MTK_FUNCTION(4, "DVFSRC_EXT_REQ"),
11262306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_DAT"),
11362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO7_AO"),
11462306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
11562306a36Sopenharmony_ci	),
11662306a36Sopenharmony_ci	MTK_PIN(
11762306a36Sopenharmony_ci		8, "GPIO8",
11862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 8),
11962306a36Sopenharmony_ci		DRV_GRP4,
12062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
12262306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI2"),
12362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI0"),
12462306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
12562306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_MCK"),
12662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_DBGACK_N"),
12762306a36Sopenharmony_ci		MTK_FUNCTION(7, "IDDIG")
12862306a36Sopenharmony_ci	),
12962306a36Sopenharmony_ci	MTK_PIN(
13062306a36Sopenharmony_ci		9, "GPIO9",
13162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 9),
13262306a36Sopenharmony_ci		DRV_GRP4,
13362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
13462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_3"),
13562306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT0"),
13662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
13762306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
13862306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_BCK"),
13962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TRST_B"),
14062306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_DRVVBUS")
14162306a36Sopenharmony_ci	),
14262306a36Sopenharmony_ci	MTK_PIN(
14362306a36Sopenharmony_ci		10, "GPIO10",
14462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 10),
14562306a36Sopenharmony_ci		DRV_GRP4,
14662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
14762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK_A"),
14862306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD1_AO"),
14962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
15062306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS0"),
15162306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_CLK"),
15262306a36Sopenharmony_ci		MTK_FUNCTION(6, "KPCOL2"),
15362306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
15462306a36Sopenharmony_ci	),
15562306a36Sopenharmony_ci	MTK_PIN(
15662306a36Sopenharmony_ci		11, "GPIO11",
15762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 11),
15862306a36Sopenharmony_ci		DRV_GRP4,
15962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
16062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD_A"),
16162306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD1_AO"),
16262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
16362306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS0"),
16462306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC1_DAT"),
16562306a36Sopenharmony_ci		MTK_FUNCTION(6, "KPROW2"),
16662306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
16762306a36Sopenharmony_ci	),
16862306a36Sopenharmony_ci	MTK_PIN(
16962306a36Sopenharmony_ci		12, "GPIO12",
17062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 12),
17162306a36Sopenharmony_ci		DRV_GRP4,
17262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
17362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3_A"),
17462306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD2_AO"),
17562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
17662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
17762306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_CLK"),
17862306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
17962306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
18062306a36Sopenharmony_ci	),
18162306a36Sopenharmony_ci	MTK_PIN(
18262306a36Sopenharmony_ci		13, "GPIO13",
18362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 13),
18462306a36Sopenharmony_ci		DRV_GRP4,
18562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
18662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0_A"),
18762306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD2_AO"),
18862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
18962306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
19062306a36Sopenharmony_ci		MTK_FUNCTION(5, "DMIC_DAT"),
19162306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
19262306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
19362306a36Sopenharmony_ci	),
19462306a36Sopenharmony_ci	MTK_PIN(
19562306a36Sopenharmony_ci		14, "GPIO14",
19662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 14),
19762306a36Sopenharmony_ci		DRV_GRP4,
19862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
19962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2_A"),
20062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_3"),
20162306a36Sopenharmony_ci		MTK_FUNCTION(3, "IDDIG"),
20262306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT0"),
20362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
20462306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11")
20562306a36Sopenharmony_ci	),
20662306a36Sopenharmony_ci	MTK_PIN(
20762306a36Sopenharmony_ci		15, "GPIO15",
20862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 15),
20962306a36Sopenharmony_ci		DRV_GRP4,
21062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
21162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1_A"),
21262306a36Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ"),
21362306a36Sopenharmony_ci		MTK_FUNCTION(3, "USB_DRVVBUS"),
21462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT1_C2K_UIM0_HOT_PLUG"),
21562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
21662306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12")
21762306a36Sopenharmony_ci	),
21862306a36Sopenharmony_ci	MTK_PIN(
21962306a36Sopenharmony_ci		16, "GPIO16",
22062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 16),
22162306a36Sopenharmony_ci		DRV_GRP4,
22262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
22362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0"),
22462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EXT_FRAME_SYNC"),
22562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TRSTN"),
22662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT2_C2K_UIM1_HOT_PLUG"),
22762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_TCXOENA_REQ"),
22862306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_2"),
22962306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTRSTN_SEL1")
23062306a36Sopenharmony_ci	),
23162306a36Sopenharmony_ci	MTK_PIN(
23262306a36Sopenharmony_ci		17, "GPIO17",
23362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 17),
23462306a36Sopenharmony_ci		DRV_GRP4,
23562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
23662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_MI"),
23762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MI"),
23862306a36Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TDO"),
23962306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_HSYNC"),
24062306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TDO"),
24162306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDO"),
24262306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDO_SEL1")
24362306a36Sopenharmony_ci	),
24462306a36Sopenharmony_ci	MTK_PIN(
24562306a36Sopenharmony_ci		18, "GPIO18",
24662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 18),
24762306a36Sopenharmony_ci		DRV_GRP4,
24862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
24962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_MO"),
25062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MO"),
25162306a36Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TDI"),
25262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_VSYNC"),
25362306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TDI"),
25462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDI"),
25562306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDI_SEL1")
25662306a36Sopenharmony_ci	),
25762306a36Sopenharmony_ci	MTK_PIN(
25862306a36Sopenharmony_ci		19, "GPIO19",
25962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 19),
26062306a36Sopenharmony_ci		DRV_GRP4,
26162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
26262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_CSB"),
26362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CS"),
26462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TMS"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_DE"),
26662306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TMS"),
26762306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TMS"),
26862306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTMS_SEL1")
26962306a36Sopenharmony_ci	),
27062306a36Sopenharmony_ci	MTK_PIN(
27162306a36Sopenharmony_ci		20, "GPIO20",
27262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 20),
27362306a36Sopenharmony_ci		DRV_GRP4,
27462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
27562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_A_CLK"),
27662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CK"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(3, "MFG_EJTAG_TCK"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_CK"),
27962306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_DFD_JTAG_TCK"),
28062306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TCK_XI"),
28162306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTCK_SEL1")
28262306a36Sopenharmony_ci	),
28362306a36Sopenharmony_ci	MTK_PIN(
28462306a36Sopenharmony_ci		21, "GPIO21",
28562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 21),
28662306a36Sopenharmony_ci		DRV_GRP4,
28762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
28862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
28962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH0"),
29062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF2"),
29162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
29262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL9"),
29362306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
29462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
29562306a36Sopenharmony_ci	),
29662306a36Sopenharmony_ci	MTK_PIN(
29762306a36Sopenharmony_ci		22, "GPIO22",
29862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 22),
29962306a36Sopenharmony_ci		DRV_GRP4,
30062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_1"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH1"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF3"),
30462306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
30562306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL10"),
30662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
30762306a36Sopenharmony_ci	),
30862306a36Sopenharmony_ci	MTK_PIN(
30962306a36Sopenharmony_ci		23, "GPIO23",
31062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 23),
31162306a36Sopenharmony_ci		DRV_GRP4,
31262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_2"),
31462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH2"),
31562306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF0"),
31662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
31762306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL11"),
31862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
31962306a36Sopenharmony_ci	),
32062306a36Sopenharmony_ci	MTK_PIN(
32162306a36Sopenharmony_ci		24, "GPIO24",
32262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 24),
32362306a36Sopenharmony_ci		DRV_GRP4,
32462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
32562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
32662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH3"),
32762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF1"),
32862306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM3"),
32962306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL12"),
33062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
33162306a36Sopenharmony_ci	),
33262306a36Sopenharmony_ci	MTK_PIN(
33362306a36Sopenharmony_ci		25, "GPIO25",
33462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 25),
33562306a36Sopenharmony_ci		DRV_GRP4,
33662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
33762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0"),
33862306a36Sopenharmony_ci		MTK_FUNCTION(2, "UCTS0"),
33962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL8"),
34062306a36Sopenharmony_ci		MTK_FUNCTION(4, "CMVREF4"),
34162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_LRCK"),
34262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
34362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
34462306a36Sopenharmony_ci	),
34562306a36Sopenharmony_ci	MTK_PIN(
34662306a36Sopenharmony_ci		26, "GPIO26",
34762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 26),
34862306a36Sopenharmony_ci		DRV_GRP4,
34962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
35062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_0"),
35162306a36Sopenharmony_ci		MTK_FUNCTION(2, "URTS0"),
35262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA8"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
35462306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S0_DI"),
35562306a36Sopenharmony_ci		MTK_FUNCTION(6, "AGPS_SYNC"),
35662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
35762306a36Sopenharmony_ci	),
35862306a36Sopenharmony_ci	MTK_PIN(
35962306a36Sopenharmony_ci		27, "GPIO27",
36062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 27),
36162306a36Sopenharmony_ci		DRV_GRP4,
36262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
36362306a36Sopenharmony_ci		MTK_FUNCTION(1, "AP_GOOD")
36462306a36Sopenharmony_ci	),
36562306a36Sopenharmony_ci	MTK_PIN(
36662306a36Sopenharmony_ci		28, "GPIO28",
36762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 28),
36862306a36Sopenharmony_ci		DRV_GRP4,
36962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
37062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL5")
37162306a36Sopenharmony_ci	),
37262306a36Sopenharmony_ci	MTK_PIN(
37362306a36Sopenharmony_ci		29, "GPIO29",
37462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 29),
37562306a36Sopenharmony_ci		DRV_GRP4,
37662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
37762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA5")
37862306a36Sopenharmony_ci	),
37962306a36Sopenharmony_ci	MTK_PIN(
38062306a36Sopenharmony_ci		30, "GPIO30",
38162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 30),
38262306a36Sopenharmony_ci		DRV_GRP4,
38362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
38462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_MCK"),
38562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_MCK"),
38662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
38762306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D0"),
38862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_MI"),
38962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_DBGI_N")
39062306a36Sopenharmony_ci	),
39162306a36Sopenharmony_ci	MTK_PIN(
39262306a36Sopenharmony_ci		31, "GPIO31",
39362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 31),
39462306a36Sopenharmony_ci		DRV_GRP4,
39562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
39662306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_BCK"),
39762306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_BCK"),
39862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
39962306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D1"),
40062306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_CSB"),
40162306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TDO")
40262306a36Sopenharmony_ci	),
40362306a36Sopenharmony_ci	MTK_PIN(
40462306a36Sopenharmony_ci		32, "GPIO32",
40562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 32),
40662306a36Sopenharmony_ci		DRV_GRP4,
40762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
40862306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_LRCK"),
40962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_LRCK"),
41062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
41162306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D2"),
41262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_MO"),
41362306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TDI")
41462306a36Sopenharmony_ci	),
41562306a36Sopenharmony_ci	MTK_PIN(
41662306a36Sopenharmony_ci		33, "GPIO33",
41762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 33),
41862306a36Sopenharmony_ci		DRV_GRP4,
41962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
42062306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S2_DI"),
42162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
42262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_DO"),
42362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D3"),
42462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI4_CLK"),
42562306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TMS")
42662306a36Sopenharmony_ci	),
42762306a36Sopenharmony_ci	MTK_PIN(
42862306a36Sopenharmony_ci		34, "GPIO34",
42962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 34),
43062306a36Sopenharmony_ci		DRV_GRP4,
43162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
43262306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_DO"),
43362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
43462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
43562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D4"),
43662306a36Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
43762306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_TCK")
43862306a36Sopenharmony_ci	),
43962306a36Sopenharmony_ci	MTK_PIN(
44062306a36Sopenharmony_ci		35, "GPIO35",
44162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 35),
44262306a36Sopenharmony_ci		DRV_GRP4,
44362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
44462306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_LRCK"),
44562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
44662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_LRCK"),
44762306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D5"),
44862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_MO"),
44962306a36Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TDI"),
45062306a36Sopenharmony_ci		MTK_FUNCTION(7, "PWM_2")
45162306a36Sopenharmony_ci	),
45262306a36Sopenharmony_ci	MTK_PIN(
45362306a36Sopenharmony_ci		36, "GPIO36",
45462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 36),
45562306a36Sopenharmony_ci		DRV_GRP4,
45662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
45762306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_BCK"),
45862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
45962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_BCK"),
46062306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D6"),
46162306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_CSB"),
46262306a36Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TRSTN"),
46362306a36Sopenharmony_ci		MTK_FUNCTION(7, "SRCLKENAI1")
46462306a36Sopenharmony_ci	),
46562306a36Sopenharmony_ci	MTK_PIN(
46662306a36Sopenharmony_ci		37, "GPIO37",
46762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 37),
46862306a36Sopenharmony_ci		DRV_GRP4,
46962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
47062306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_MCK"),
47162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
47262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_MCK"),
47362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D7"),
47462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_MI"),
47562306a36Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TCK"),
47662306a36Sopenharmony_ci		MTK_FUNCTION(7, "SRCLKENAI0")
47762306a36Sopenharmony_ci	),
47862306a36Sopenharmony_ci	MTK_PIN(
47962306a36Sopenharmony_ci		38, "GPIO38",
48062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 38),
48162306a36Sopenharmony_ci		DRV_GRP4,
48262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
48362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA0"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S5_DO"),
48662306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D8"),
48762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPI5_A_CLK"),
48862306a36Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TDO"),
48962306a36Sopenharmony_ci		MTK_FUNCTION(7, "CONN_TCXOENA_REQ")
49062306a36Sopenharmony_ci	),
49162306a36Sopenharmony_ci	MTK_PIN(
49262306a36Sopenharmony_ci		39, "GPIO39",
49362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 39),
49462306a36Sopenharmony_ci		DRV_GRP4,
49562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
49662306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA1"),
49762306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
49862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
49962306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D9"),
50062306a36Sopenharmony_ci		MTK_FUNCTION(5, "DVFSRC_EXT_REQ"),
50162306a36Sopenharmony_ci		MTK_FUNCTION(6, "IO_JTAG_TMS"),
50262306a36Sopenharmony_ci		MTK_FUNCTION(7, "IDDIG")
50362306a36Sopenharmony_ci	),
50462306a36Sopenharmony_ci	MTK_PIN(
50562306a36Sopenharmony_ci		40, "GPIO40",
50662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 40),
50762306a36Sopenharmony_ci		DRV_GRP4,
50862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
50962306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA2"),
51062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL9"),
51162306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_3"),
51262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D10"),
51362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SRCLKENAI0"),
51462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DAP_MD32_SWD"),
51562306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_DRVVBUS")
51662306a36Sopenharmony_ci	),
51762306a36Sopenharmony_ci	MTK_PIN(
51862306a36Sopenharmony_ci		41, "GPIO41",
51962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 41),
52062306a36Sopenharmony_ci		DRV_GRP4,
52162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
52262306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA3"),
52362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA9"),
52462306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_1"),
52562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DPI_D11"),
52662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
52762306a36Sopenharmony_ci		MTK_FUNCTION(6, "DAP_MD32_SWCK")
52862306a36Sopenharmony_ci	),
52962306a36Sopenharmony_ci	MTK_PIN(
53062306a36Sopenharmony_ci		42, "GPIO42",
53162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 42),
53262306a36Sopenharmony_ci		DRV_GRP4,
53362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
53462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM")
53562306a36Sopenharmony_ci	),
53662306a36Sopenharmony_ci	MTK_PIN(
53762306a36Sopenharmony_ci		43, "GPIO43",
53862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 43),
53962306a36Sopenharmony_ci		DRV_GRP4,
54062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
54162306a36Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE")
54262306a36Sopenharmony_ci	),
54362306a36Sopenharmony_ci	MTK_PIN(
54462306a36Sopenharmony_ci		44, "GPIO44",
54562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 44),
54662306a36Sopenharmony_ci		DRV_GRP4,
54762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
54862306a36Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST")
54962306a36Sopenharmony_ci	),
55062306a36Sopenharmony_ci	MTK_PIN(
55162306a36Sopenharmony_ci		45, "GPIO45",
55262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 45),
55362306a36Sopenharmony_ci		DRV_GRP4,
55462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
55562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL6"),
55662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
55762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
55862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306")
55962306a36Sopenharmony_ci	),
56062306a36Sopenharmony_ci	MTK_PIN(
56162306a36Sopenharmony_ci		46, "GPIO46",
56262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 46),
56362306a36Sopenharmony_ci		DRV_GRP4,
56462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
56562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA6"),
56662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
56762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
56862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306")
56962306a36Sopenharmony_ci	),
57062306a36Sopenharmony_ci	MTK_PIN(
57162306a36Sopenharmony_ci		47, "GPIO47",
57262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 47),
57362306a36Sopenharmony_ci		DRV_GRP4,
57462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
57562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MI"),
57662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MI"),
57762306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
57862306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD0"),
57962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_UART0_RXD"),
58062306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_URXD_AO"),
58162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B32")
58262306a36Sopenharmony_ci	),
58362306a36Sopenharmony_ci	MTK_PIN(
58462306a36Sopenharmony_ci		48, "GPIO48",
58562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 48),
58662306a36Sopenharmony_ci		DRV_GRP4,
58762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
58862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CSB"),
58962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CS"),
59062306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
59162306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD0"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_UART0_TXD"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_UTXD_AO"),
59462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
59562306a36Sopenharmony_ci	),
59662306a36Sopenharmony_ci	MTK_PIN(
59762306a36Sopenharmony_ci		49, "GPIO49",
59862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 49),
59962306a36Sopenharmony_ci		DRV_GRP4,
60062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
60162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MO"),
60262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MO"),
60362306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS0"),
60462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
60562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_1"),
60662306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD2_AO"),
60762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
60862306a36Sopenharmony_ci	),
60962306a36Sopenharmony_ci	MTK_PIN(
61062306a36Sopenharmony_ci		50, "GPIO50",
61162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 50),
61262306a36Sopenharmony_ci		DRV_GRP4,
61362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
61462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CLK"),
61562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CK"),
61662306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS0"),
61762306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
61862306a36Sopenharmony_ci		MTK_FUNCTION(5, "WIFI_TXD"),
61962306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD2_AO"),
62062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
62162306a36Sopenharmony_ci	),
62262306a36Sopenharmony_ci	MTK_PIN(
62362306a36Sopenharmony_ci		51, "GPIO51",
62462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 51),
62562306a36Sopenharmony_ci		DRV_GRP4,
62662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
62762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0")
62862306a36Sopenharmony_ci	),
62962306a36Sopenharmony_ci	MTK_PIN(
63062306a36Sopenharmony_ci		52, "GPIO52",
63162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 52),
63262306a36Sopenharmony_ci		DRV_GRP4,
63362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
63462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0")
63562306a36Sopenharmony_ci	),
63662306a36Sopenharmony_ci	MTK_PIN(
63762306a36Sopenharmony_ci		53, "GPIO53",
63862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 53),
63962306a36Sopenharmony_ci		DRV_GRP4,
64062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
64162306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
64262306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0"),
64362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
64462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
64562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_URXD_AO"),
64662306a36Sopenharmony_ci		MTK_FUNCTION(7, "CONN_UART0_RXD")
64762306a36Sopenharmony_ci	),
64862306a36Sopenharmony_ci	MTK_PIN(
64962306a36Sopenharmony_ci		54, "GPIO54",
65062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 54),
65162306a36Sopenharmony_ci		DRV_GRP4,
65262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
65362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
65462306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD0"),
65562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
65662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
65762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_UTXD_AO"),
65862306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD"),
65962306a36Sopenharmony_ci		MTK_FUNCTION(7, "CONN_UART0_TXD")
66062306a36Sopenharmony_ci	),
66162306a36Sopenharmony_ci	MTK_PIN(
66262306a36Sopenharmony_ci		55, "GPIO55",
66362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 55),
66462306a36Sopenharmony_ci		DRV_GRP4,
66562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
66662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
66762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
66862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
66962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306")
67062306a36Sopenharmony_ci	),
67162306a36Sopenharmony_ci	MTK_PIN(
67262306a36Sopenharmony_ci		56, "GPIO56",
67362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 56),
67462306a36Sopenharmony_ci		DRV_GRP4,
67562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
67662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
67762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
67862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
67962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306")
68062306a36Sopenharmony_ci	),
68162306a36Sopenharmony_ci	MTK_PIN(
68262306a36Sopenharmony_ci		57, "GPIO57",
68362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 57),
68462306a36Sopenharmony_ci		DRV_GRP4,
68562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
68662306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
68762306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_1"),
68862306a36Sopenharmony_ci		MTK_FUNCTION(3, "DVFSRC_EXT_REQ"),
68962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
69062306a36Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
69162306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ"),
69262306a36Sopenharmony_ci		MTK_FUNCTION(7, "MBISTREADEN_TRIGGER")
69362306a36Sopenharmony_ci	),
69462306a36Sopenharmony_ci	MTK_PIN(
69562306a36Sopenharmony_ci		58, "GPIO58",
69662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 58),
69762306a36Sopenharmony_ci		DRV_GRP4,
69862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
69962306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
70062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
70162306a36Sopenharmony_ci	),
70262306a36Sopenharmony_ci	MTK_PIN(
70362306a36Sopenharmony_ci		59, "GPIO59",
70462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 59),
70562306a36Sopenharmony_ci		DRV_GRP4,
70662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
70762306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0"),
70862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
70962306a36Sopenharmony_ci	),
71062306a36Sopenharmony_ci	MTK_PIN(
71162306a36Sopenharmony_ci		60, "GPIO60",
71262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 60),
71362306a36Sopenharmony_ci		DRV_GRP4,
71462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
71562306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
71662306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_2"),
71762306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS1"),
71862306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
71962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
72062306a36Sopenharmony_ci		MTK_FUNCTION(7, "MBISTWRITEEN_TRIGGER")
72162306a36Sopenharmony_ci	),
72262306a36Sopenharmony_ci	MTK_PIN(
72362306a36Sopenharmony_ci		61, "GPIO61",
72462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 61),
72562306a36Sopenharmony_ci		DRV_GRP4,
72662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
72762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
72862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL0"),
72962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1")
73062306a36Sopenharmony_ci	),
73162306a36Sopenharmony_ci	MTK_PIN(
73262306a36Sopenharmony_ci		62, "GPIO62",
73362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 62),
73462306a36Sopenharmony_ci		DRV_GRP4,
73562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
73662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
73762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA0"),
73862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1")
73962306a36Sopenharmony_ci	),
74062306a36Sopenharmony_ci	MTK_PIN(
74162306a36Sopenharmony_ci		63, "GPIO63",
74262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 63),
74362306a36Sopenharmony_ci		DRV_GRP4,
74462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
74562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MI"),
74662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_MI"),
74762306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
74862306a36Sopenharmony_ci		MTK_FUNCTION(4, "MRG_DI"),
74962306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
75062306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_RXD"),
75162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
75262306a36Sopenharmony_ci	),
75362306a36Sopenharmony_ci	MTK_PIN(
75462306a36Sopenharmony_ci		64, "GPIO64",
75562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 64),
75662306a36Sopenharmony_ci		DRV_GRP4,
75762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
75862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CSB"),
75962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_CS"),
76062306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
76162306a36Sopenharmony_ci		MTK_FUNCTION(4, "MRG_SYNC"),
76262306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
76362306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_TXD"),
76462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
76562306a36Sopenharmony_ci	),
76662306a36Sopenharmony_ci	MTK_PIN(
76762306a36Sopenharmony_ci		65, "GPIO65",
76862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 65),
76962306a36Sopenharmony_ci		DRV_GRP4,
77062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
77162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MO"),
77262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_MO"),
77362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SDA1"),
77462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MRG_DO"),
77562306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
77662306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_3")
77762306a36Sopenharmony_ci	),
77862306a36Sopenharmony_ci	MTK_PIN(
77962306a36Sopenharmony_ci		66, "GPIO66",
78062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 66),
78162306a36Sopenharmony_ci		DRV_GRP4,
78262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
78362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CLK"),
78462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI2_CK"),
78562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SCL1"),
78662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MRG_CLK"),
78762306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
78862306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD")
78962306a36Sopenharmony_ci	),
79062306a36Sopenharmony_ci	MTK_PIN(
79162306a36Sopenharmony_ci		67, "GPIO67",
79262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 67),
79362306a36Sopenharmony_ci		DRV_GRP4,
79462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
79562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_LRCK"),
79662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
79762306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD1"),
79862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_SYNC"),
79962306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_LRCK"),
80062306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
80162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
80262306a36Sopenharmony_ci	),
80362306a36Sopenharmony_ci	MTK_PIN(
80462306a36Sopenharmony_ci		68, "GPIO68",
80562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 68),
80662306a36Sopenharmony_ci		DRV_GRP4,
80762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
80862306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_DO"),
80962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
81062306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD1"),
81162306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DO"),
81262306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_DO"),
81362306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
81462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
81562306a36Sopenharmony_ci	),
81662306a36Sopenharmony_ci	MTK_PIN(
81762306a36Sopenharmony_ci		69, "GPIO69",
81862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 69),
81962306a36Sopenharmony_ci		DRV_GRP4,
82062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
82162306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_MCK"),
82262306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS1"),
82462306a36Sopenharmony_ci		MTK_FUNCTION(4, "AGPS_SYNC"),
82562306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_MCK"),
82662306a36Sopenharmony_ci		MTK_FUNCTION(6, "DVFSRC_EXT_REQ"),
82762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
82862306a36Sopenharmony_ci	),
82962306a36Sopenharmony_ci	MTK_PIN(
83062306a36Sopenharmony_ci		70, "GPIO70",
83162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 70),
83262306a36Sopenharmony_ci		DRV_GRP4,
83362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
83462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_DI"),
83562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
83662306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPCOL2"),
83762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DI"),
83862306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S2_DI2"),
83962306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11"),
84062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
84162306a36Sopenharmony_ci	),
84262306a36Sopenharmony_ci	MTK_PIN(
84362306a36Sopenharmony_ci		71, "GPIO71",
84462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 71),
84562306a36Sopenharmony_ci		DRV_GRP4,
84662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
84762306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_BCK"),
84862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
84962306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPROW2"),
85062306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_CLK"),
85162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S5_BCK"),
85262306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
85462306a36Sopenharmony_ci	),
85562306a36Sopenharmony_ci	MTK_PIN(
85662306a36Sopenharmony_ci		72, "GPIO72",
85762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 72),
85862306a36Sopenharmony_ci		DRV_GRP4,
85962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
86062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS19_OLAT0"),
86162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS19_OLAT0")
86262306a36Sopenharmony_ci	),
86362306a36Sopenharmony_ci	MTK_PIN(
86462306a36Sopenharmony_ci		73, "GPIO73",
86562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 73),
86662306a36Sopenharmony_ci		DRV_GRP4,
86762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
86862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS18_PA_VM1"),
86962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI5_SCLK"),
87062306a36Sopenharmony_ci		MTK_FUNCTION(3, "MIPI5_SCLK")
87162306a36Sopenharmony_ci	),
87262306a36Sopenharmony_ci	MTK_PIN(
87362306a36Sopenharmony_ci		74, "GPIO74",
87462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 74),
87562306a36Sopenharmony_ci		DRV_GRP4,
87662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS17_PA_VM0"),
87862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI5_SDATA"),
87962306a36Sopenharmony_ci		MTK_FUNCTION(3, "MIPI5_SDATA")
88062306a36Sopenharmony_ci	),
88162306a36Sopenharmony_ci	MTK_PIN(
88262306a36Sopenharmony_ci		75, "GPIO75",
88362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 75),
88462306a36Sopenharmony_ci		DRV_GRP4,
88562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
88662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS20_OLAT1"),
88762306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS20_OLAT1"),
88862306a36Sopenharmony_ci		MTK_FUNCTION(3, "RFIC0_BSI_D2")
88962306a36Sopenharmony_ci	),
89062306a36Sopenharmony_ci	MTK_PIN(
89162306a36Sopenharmony_ci		76, "GPIO76",
89262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 76),
89362306a36Sopenharmony_ci		DRV_GRP4,
89462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
89562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D1")
89662306a36Sopenharmony_ci	),
89762306a36Sopenharmony_ci	MTK_PIN(
89862306a36Sopenharmony_ci		77, "GPIO77",
89962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 77),
90062306a36Sopenharmony_ci		DRV_GRP4,
90162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
90262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D0")
90362306a36Sopenharmony_ci	),
90462306a36Sopenharmony_ci	MTK_PIN(
90562306a36Sopenharmony_ci		78, "GPIO78",
90662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 78),
90762306a36Sopenharmony_ci		DRV_GRP4,
90862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
90962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS7"),
91062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
91162306a36Sopenharmony_ci	),
91262306a36Sopenharmony_ci	MTK_PIN(
91362306a36Sopenharmony_ci		79, "GPIO79",
91462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 79),
91562306a36Sopenharmony_ci		DRV_GRP4,
91662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
91762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS6"),
91862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
91962306a36Sopenharmony_ci	),
92062306a36Sopenharmony_ci	MTK_PIN(
92162306a36Sopenharmony_ci		80, "GPIO80",
92262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 80),
92362306a36Sopenharmony_ci		DRV_GRP4,
92462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
92562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS8"),
92662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
92762306a36Sopenharmony_ci	),
92862306a36Sopenharmony_ci	MTK_PIN(
92962306a36Sopenharmony_ci		81, "GPIO81",
93062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 81),
93162306a36Sopenharmony_ci		DRV_GRP4,
93262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
93362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS9"),
93462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
93562306a36Sopenharmony_ci	),
93662306a36Sopenharmony_ci	MTK_PIN(
93762306a36Sopenharmony_ci		82, "GPIO82",
93862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 82),
93962306a36Sopenharmony_ci		DRV_GRP4,
94062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
94162306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS10"),
94262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
94362306a36Sopenharmony_ci	),
94462306a36Sopenharmony_ci	MTK_PIN(
94562306a36Sopenharmony_ci		83, "GPIO83",
94662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 83),
94762306a36Sopenharmony_ci		DRV_GRP4,
94862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
94962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS11"),
95062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
95162306a36Sopenharmony_ci	),
95262306a36Sopenharmony_ci	MTK_PIN(
95362306a36Sopenharmony_ci		84, "GPIO84",
95462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 84),
95562306a36Sopenharmony_ci		DRV_GRP4,
95662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
95762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS12"),
95862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS12")
95962306a36Sopenharmony_ci	),
96062306a36Sopenharmony_ci	MTK_PIN(
96162306a36Sopenharmony_ci		85, "GPIO85",
96262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 85),
96362306a36Sopenharmony_ci		DRV_GRP4,
96462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
96562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS13"),
96662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS13")
96762306a36Sopenharmony_ci	),
96862306a36Sopenharmony_ci	MTK_PIN(
96962306a36Sopenharmony_ci		86, "GPIO86",
97062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 86),
97162306a36Sopenharmony_ci		DRV_GRP4,
97262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
97362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS14"),
97462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS14")
97562306a36Sopenharmony_ci	),
97662306a36Sopenharmony_ci	MTK_PIN(
97762306a36Sopenharmony_ci		87, "GPIO87",
97862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 87),
97962306a36Sopenharmony_ci		DRV_GRP4,
98062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
98162306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS15"),
98262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS15")
98362306a36Sopenharmony_ci	),
98462306a36Sopenharmony_ci	MTK_PIN(
98562306a36Sopenharmony_ci		88, "GPIO88",
98662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 88),
98762306a36Sopenharmony_ci		DRV_GRP4,
98862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
98962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS16"),
99062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS16")
99162306a36Sopenharmony_ci	),
99262306a36Sopenharmony_ci	MTK_PIN(
99362306a36Sopenharmony_ci		89, "GPIO89",
99462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 89),
99562306a36Sopenharmony_ci		DRV_GRP4,
99662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
99762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS5"),
99862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
99962306a36Sopenharmony_ci	),
100062306a36Sopenharmony_ci	MTK_PIN(
100162306a36Sopenharmony_ci		90, "GPIO90",
100262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 90),
100362306a36Sopenharmony_ci		DRV_GRP4,
100462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
100562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS4"),
100662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
100762306a36Sopenharmony_ci	),
100862306a36Sopenharmony_ci	MTK_PIN(
100962306a36Sopenharmony_ci		91, "GPIO91",
101062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 91),
101162306a36Sopenharmony_ci		DRV_GRP4,
101262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
101362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS3")
101462306a36Sopenharmony_ci	),
101562306a36Sopenharmony_ci	MTK_PIN(
101662306a36Sopenharmony_ci		92, "GPIO92",
101762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 92),
101862306a36Sopenharmony_ci		DRV_GRP4,
101962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
102062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS2"),
102162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
102262306a36Sopenharmony_ci	),
102362306a36Sopenharmony_ci	MTK_PIN(
102462306a36Sopenharmony_ci		93, "GPIO93",
102562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 93),
102662306a36Sopenharmony_ci		DRV_GRP4,
102762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
102862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS1")
102962306a36Sopenharmony_ci	),
103062306a36Sopenharmony_ci	MTK_PIN(
103162306a36Sopenharmony_ci		94, "GPIO94",
103262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 94),
103362306a36Sopenharmony_ci		DRV_GRP4,
103462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
103562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS0"),
103662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
103762306a36Sopenharmony_ci	),
103862306a36Sopenharmony_ci	MTK_PIN(
103962306a36Sopenharmony_ci		95, "GPIO95",
104062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 95),
104162306a36Sopenharmony_ci		DRV_GRP4,
104262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
104362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SDATA")
104462306a36Sopenharmony_ci	),
104562306a36Sopenharmony_ci	MTK_PIN(
104662306a36Sopenharmony_ci		96, "GPIO96",
104762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 96),
104862306a36Sopenharmony_ci		DRV_GRP4,
104962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
105062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SCLK")
105162306a36Sopenharmony_ci	),
105262306a36Sopenharmony_ci	MTK_PIN(
105362306a36Sopenharmony_ci		97, "GPIO97",
105462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 97),
105562306a36Sopenharmony_ci		DRV_GRP4,
105662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
105762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SDATA")
105862306a36Sopenharmony_ci	),
105962306a36Sopenharmony_ci	MTK_PIN(
106062306a36Sopenharmony_ci		98, "GPIO98",
106162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 98),
106262306a36Sopenharmony_ci		DRV_GRP4,
106362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
106462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SCLK")
106562306a36Sopenharmony_ci	),
106662306a36Sopenharmony_ci	MTK_PIN(
106762306a36Sopenharmony_ci		99, "GPIO99",
106862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 99),
106962306a36Sopenharmony_ci		DRV_GRP4,
107062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
107162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SCLK"),
107262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
107362306a36Sopenharmony_ci	),
107462306a36Sopenharmony_ci	MTK_PIN(
107562306a36Sopenharmony_ci		100, "GPIO100",
107662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 100),
107762306a36Sopenharmony_ci		DRV_GRP4,
107862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
107962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SDATA"),
108062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
108162306a36Sopenharmony_ci	),
108262306a36Sopenharmony_ci	MTK_PIN(
108362306a36Sopenharmony_ci		101, "GPIO101",
108462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 101),
108562306a36Sopenharmony_ci		DRV_GRP4,
108662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
108762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SCLK"),
108862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
108962306a36Sopenharmony_ci	),
109062306a36Sopenharmony_ci	MTK_PIN(
109162306a36Sopenharmony_ci		102, "GPIO102",
109262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 102),
109362306a36Sopenharmony_ci		DRV_GRP4,
109462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
109562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SDATA"),
109662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
109762306a36Sopenharmony_ci	),
109862306a36Sopenharmony_ci	MTK_PIN(
109962306a36Sopenharmony_ci		103, "GPIO103",
110062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 103),
110162306a36Sopenharmony_ci		DRV_GRP4,
110262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI4_SCLK"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI4_SCLK")
110562306a36Sopenharmony_ci	),
110662306a36Sopenharmony_ci	MTK_PIN(
110762306a36Sopenharmony_ci		104, "GPIO104",
110862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 104),
110962306a36Sopenharmony_ci		DRV_GRP4,
111062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
111162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI4_SDATA"),
111262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MIPI4_SDATA")
111362306a36Sopenharmony_ci	),
111462306a36Sopenharmony_ci	MTK_PIN(
111562306a36Sopenharmony_ci		105, "GPIO105",
111662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 105),
111762306a36Sopenharmony_ci		DRV_GRP4,
111862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
111962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS22_OLAT3"),
112062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS22_OLAT3")
112162306a36Sopenharmony_ci	),
112262306a36Sopenharmony_ci	MTK_PIN(
112362306a36Sopenharmony_ci		106, "GPIO106",
112462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 106),
112562306a36Sopenharmony_ci		DRV_GRP4,
112662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
112762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS21_OLAT2"),
112862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS21_OLAT2")
112962306a36Sopenharmony_ci	),
113062306a36Sopenharmony_ci	MTK_PIN(
113162306a36Sopenharmony_ci		107, "GPIO107",
113262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 107),
113362306a36Sopenharmony_ci		DRV_GRP4,
113462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
113562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS24_ANT1"),
113662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS24_ANT1")
113762306a36Sopenharmony_ci	),
113862306a36Sopenharmony_ci	MTK_PIN(
113962306a36Sopenharmony_ci		108, "GPIO108",
114062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 108),
114162306a36Sopenharmony_ci		DRV_GRP4,
114262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
114362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS25_ANT2"),
114462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS25_ANT2")
114562306a36Sopenharmony_ci	),
114662306a36Sopenharmony_ci	MTK_PIN(
114762306a36Sopenharmony_ci		109, "GPIO109",
114862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 109),
114962306a36Sopenharmony_ci		DRV_GRP4,
115062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
115162306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS23_ANT0"),
115262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_BPI_BUS23_ANT0")
115362306a36Sopenharmony_ci	),
115462306a36Sopenharmony_ci	MTK_PIN(
115562306a36Sopenharmony_ci		110, "GPIO110",
115662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 110),
115762306a36Sopenharmony_ci		DRV_GRP4,
115862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
115962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL4")
116062306a36Sopenharmony_ci	),
116162306a36Sopenharmony_ci	MTK_PIN(
116262306a36Sopenharmony_ci		111, "GPIO111",
116362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 111),
116462306a36Sopenharmony_ci		DRV_GRP4,
116562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
116662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA4")
116762306a36Sopenharmony_ci	),
116862306a36Sopenharmony_ci	MTK_PIN(
116962306a36Sopenharmony_ci		112, "GPIO112",
117062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 112),
117162306a36Sopenharmony_ci		DRV_GRP4,
117262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
117362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2")
117462306a36Sopenharmony_ci	),
117562306a36Sopenharmony_ci	MTK_PIN(
117662306a36Sopenharmony_ci		113, "GPIO113",
117762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 113),
117862306a36Sopenharmony_ci		DRV_GRP4,
117962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
118062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2")
118162306a36Sopenharmony_ci	),
118262306a36Sopenharmony_ci	MTK_PIN(
118362306a36Sopenharmony_ci		114, "GPIO114",
118462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 114),
118562306a36Sopenharmony_ci		DRV_GRP4,
118662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
118762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM0"),
118862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MI"),
118962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
119062306a36Sopenharmony_ci	),
119162306a36Sopenharmony_ci	MTK_PIN(
119262306a36Sopenharmony_ci		115, "GPIO115",
119362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 115),
119462306a36Sopenharmony_ci		DRV_GRP4,
119562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
119662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM1"),
119762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_CSB"),
119862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
119962306a36Sopenharmony_ci	),
120062306a36Sopenharmony_ci	MTK_PIN(
120162306a36Sopenharmony_ci		116, "GPIO116",
120262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 116),
120362306a36Sopenharmony_ci		DRV_GRP4,
120462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
120562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
120662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
120762306a36Sopenharmony_ci	),
120862306a36Sopenharmony_ci	MTK_PIN(
120962306a36Sopenharmony_ci		117, "GPIO117",
121062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 117),
121162306a36Sopenharmony_ci		DRV_GRP4,
121262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
121362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
121462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ"),
121562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
121662306a36Sopenharmony_ci	),
121762306a36Sopenharmony_ci	MTK_PIN(
121862306a36Sopenharmony_ci		118, "GPIO118",
121962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 118),
122062306a36Sopenharmony_ci		DRV_GRP4,
122162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
122262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM2"),
122362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MO"),
122462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
122562306a36Sopenharmony_ci	),
122662306a36Sopenharmony_ci	MTK_PIN(
122762306a36Sopenharmony_ci		119, "GPIO119",
122862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 119),
122962306a36Sopenharmony_ci		DRV_GRP4,
123062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
123162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM3"),
123262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_CLK"),
123362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
123462306a36Sopenharmony_ci	),
123562306a36Sopenharmony_ci	MTK_PIN(
123662306a36Sopenharmony_ci		120, "GPIO120",
123762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 120),
123862306a36Sopenharmony_ci		DRV_GRP4,
123962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
124062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
124162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
124262306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL12"),
124362306a36Sopenharmony_ci		MTK_FUNCTION(7, "TP_UCTS2_AO")
124462306a36Sopenharmony_ci	),
124562306a36Sopenharmony_ci	MTK_PIN(
124662306a36Sopenharmony_ci		121, "GPIO121",
124762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 121),
124862306a36Sopenharmony_ci		DRV_GRP4,
124962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
125062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK3"),
125162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
125262306a36Sopenharmony_ci		MTK_FUNCTION(3, "DVFSRC_EXT_REQ"),
125362306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL11"),
125462306a36Sopenharmony_ci		MTK_FUNCTION(7, "TP_URTS2_AO")
125562306a36Sopenharmony_ci	),
125662306a36Sopenharmony_ci	MTK_PIN(
125762306a36Sopenharmony_ci		122, "GPIO122",
125862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 122),
125962306a36Sopenharmony_ci		DRV_GRP4,
126062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
126162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF1"),
126262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_SYNC"),
126362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
126462306a36Sopenharmony_ci		MTK_FUNCTION(4, "AGPS_SYNC"),
126562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_1"),
126662306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL9"),
126762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TP_UCTS1_AO")
126862306a36Sopenharmony_ci	),
126962306a36Sopenharmony_ci	MTK_PIN(
127062306a36Sopenharmony_ci		123, "GPIO123",
127162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 123),
127262306a36Sopenharmony_ci		DRV_GRP4,
127362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
127462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_DI"),
127562306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TRSTN"),
127662306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_NTRST"),
127762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TRSTN"),
127862306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TRSTN")
127962306a36Sopenharmony_ci	),
128062306a36Sopenharmony_ci	MTK_PIN(
128162306a36Sopenharmony_ci		124, "GPIO124",
128262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 124),
128362306a36Sopenharmony_ci		DRV_GRP4,
128462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
128562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF2"),
128662306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_CLK"),
128762306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
128862306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
128962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_2"),
129062306a36Sopenharmony_ci		MTK_FUNCTION(6, "ANT_SEL10"),
129162306a36Sopenharmony_ci		MTK_FUNCTION(7, "TP_URTS1_AO")
129262306a36Sopenharmony_ci	),
129362306a36Sopenharmony_ci	MTK_PIN(
129462306a36Sopenharmony_ci		125, "GPIO125",
129562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 125),
129662306a36Sopenharmony_ci		DRV_GRP4,
129762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
129862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF3"),
129962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM0_DO"),
130062306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TMS"),
130162306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TMS"),
130262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TMS"),
130362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TMS")
130462306a36Sopenharmony_ci	),
130562306a36Sopenharmony_ci	MTK_PIN(
130662306a36Sopenharmony_ci		126, "GPIO126",
130762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 126),
130862306a36Sopenharmony_ci		DRV_GRP4,
130962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
131062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF4"),
131162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH0"),
131262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC")
131362306a36Sopenharmony_ci	),
131462306a36Sopenharmony_ci	MTK_PIN(
131562306a36Sopenharmony_ci		127, "GPIO127",
131662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 127),
131762306a36Sopenharmony_ci		DRV_GRP4,
131862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
131962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF0"),
132062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH1"),
132162306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC")
132262306a36Sopenharmony_ci	),
132362306a36Sopenharmony_ci	MTK_PIN(
132462306a36Sopenharmony_ci		128, "GPIO128",
132562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 128),
132662306a36Sopenharmony_ci		DRV_GRP0,
132762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
132862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SIO"),
132962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SIO"),
133062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TRST"),
133162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JINTP"),
133262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TRSTN"),
133362306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_FOUT"),
133462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
133562306a36Sopenharmony_ci	),
133662306a36Sopenharmony_ci	MTK_PIN(
133762306a36Sopenharmony_ci		129, "GPIO129",
133862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 129),
133962306a36Sopenharmony_ci		DRV_GRP0,
134062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
134162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SRST"),
134262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SRST"),
134362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TCK"),
134462306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JCK"),
134562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TCK"),
134662306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDO"),
134762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
134862306a36Sopenharmony_ci	),
134962306a36Sopenharmony_ci	MTK_PIN(
135062306a36Sopenharmony_ci		130, "GPIO130",
135162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 130),
135262306a36Sopenharmony_ci		DRV_GRP0,
135362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
135462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SCLK"),
135562306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SCLK"),
135662306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_26M"),
135762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
135862306a36Sopenharmony_ci	),
135962306a36Sopenharmony_ci	MTK_PIN(
136062306a36Sopenharmony_ci		131, "GPIO131",
136162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 131),
136262306a36Sopenharmony_ci		DRV_GRP0,
136362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
136462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SCLK"),
136562306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SCLK"),
136662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TDI"),
136762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDI"),
136862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDI"),
136962306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCK"),
137062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
137162306a36Sopenharmony_ci	),
137262306a36Sopenharmony_ci	MTK_PIN(
137362306a36Sopenharmony_ci		132, "GPIO132",
137462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 132),
137562306a36Sopenharmony_ci		DRV_GRP0,
137662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
137762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SRST"),
137862306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SRST"),
137962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TMS"),
138062306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JMS"),
138162306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TMS"),
138262306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDI"),
138362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
138462306a36Sopenharmony_ci	),
138562306a36Sopenharmony_ci	MTK_PIN(
138662306a36Sopenharmony_ci		133, "GPIO133",
138762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 133),
138862306a36Sopenharmony_ci		DRV_GRP0,
138962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
139062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SIO"),
139162306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SIO"),
139262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CCU_JTAG_TDO"),
139362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDO"),
139462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDO"),
139562306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCF"),
139662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
139762306a36Sopenharmony_ci	),
139862306a36Sopenharmony_ci	MTK_PIN(
139962306a36Sopenharmony_ci		134, "GPIO134",
140062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 134),
140162306a36Sopenharmony_ci		DRV_GRP4,
140262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
140362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
140462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_CLK"),
140562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_MI"),
140662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TCK"),
140762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JCK"),
140862306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TCK"),
140962306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTCK_SEL3")
141062306a36Sopenharmony_ci	),
141162306a36Sopenharmony_ci	MTK_PIN(
141262306a36Sopenharmony_ci		135, "GPIO135",
141362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 135),
141462306a36Sopenharmony_ci		DRV_GRP4,
141562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
141662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
141762306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_SYNC"),
141862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_CSB"),
141962306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TMS"),
142062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JMS"),
142162306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TMS"),
142262306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTMS_SEL3")
142362306a36Sopenharmony_ci	),
142462306a36Sopenharmony_ci	MTK_PIN(
142562306a36Sopenharmony_ci		136, "GPIO136",
142662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 136),
142762306a36Sopenharmony_ci		DRV_GRP4,
142862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
142962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
143062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DI"),
143162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_MO"),
143262306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_TCXOENA_REQ"),
143362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JINTP"),
143462306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC")
143562306a36Sopenharmony_ci	),
143662306a36Sopenharmony_ci	MTK_PIN(
143762306a36Sopenharmony_ci		137, "GPIO137",
143862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 137),
143962306a36Sopenharmony_ci		DRV_GRP4,
144062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
144162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
144262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO0"),
144362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_B_CLK"),
144462306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDI"),
144562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDI"),
144662306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDI"),
144762306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDI_SEL3")
144862306a36Sopenharmony_ci	),
144962306a36Sopenharmony_ci	MTK_PIN(
145062306a36Sopenharmony_ci		138, "GPIO138",
145162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 138),
145262306a36Sopenharmony_ci		DRV_GRP4,
145362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
145462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
145562306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO2"),
145662306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL11"),
145762306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_NTRST"),
145862306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_AICE_TCKC"),
145962306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TRST"),
146062306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTRSTN_SEL3")
146162306a36Sopenharmony_ci	),
146262306a36Sopenharmony_ci	MTK_PIN(
146362306a36Sopenharmony_ci		139, "GPIO139",
146462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 139),
146562306a36Sopenharmony_ci		DRV_GRP4,
146662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
146762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
146862306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM1_DO1"),
146962306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL12"),
147062306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDO"),
147162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDO"),
147262306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDO"),
147362306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDO_SEL3")
147462306a36Sopenharmony_ci	),
147562306a36Sopenharmony_ci	MTK_PIN(
147662306a36Sopenharmony_ci		140, "GPIO140",
147762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 140),
147862306a36Sopenharmony_ci		DRV_GRP4,
147962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
148062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM0_HOT_PLUG"),
148162306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2_C2K_UIM1_HOT_PLUG"),
148262306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_URXD0"),
148362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL_6306"),
148462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
148562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_URXD_AO")
148662306a36Sopenharmony_ci	),
148762306a36Sopenharmony_ci	MTK_PIN(
148862306a36Sopenharmony_ci		141, "GPIO141",
148962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 141),
149062306a36Sopenharmony_ci		DRV_GRP4,
149162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
149262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT2_C2K_UIM1_HOT_PLUG"),
149362306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM0_HOT_PLUG"),
149462306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_UTXD0"),
149562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA_6306"),
149662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
149762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_UTXD_AO")
149862306a36Sopenharmony_ci	),
149962306a36Sopenharmony_ci	MTK_PIN(
150062306a36Sopenharmony_ci		142, "GPIO142",
150162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 142),
150262306a36Sopenharmony_ci		DRV_GRP4,
150362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
150462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCP_VREQ_VAO"),
150562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ")
150662306a36Sopenharmony_ci	),
150762306a36Sopenharmony_ci	MTK_PIN(
150862306a36Sopenharmony_ci		143, "GPIO143",
150962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 143),
151062306a36Sopenharmony_ci		DRV_GRP4,
151162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
151262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI2"),
151362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
151462306a36Sopenharmony_ci	),
151562306a36Sopenharmony_ci	MTK_PIN(
151662306a36Sopenharmony_ci		144, "GPIO144",
151762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 144),
151862306a36Sopenharmony_ci		DRV_GRP4,
151962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
152062306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_NLE_MOSI1"),
152162306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_CLK_MISO"),
152262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
152362306a36Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TCK"),
152462306a36Sopenharmony_ci		MTK_FUNCTION(6, "UFS_UNIPRO_SDA"),
152562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
152662306a36Sopenharmony_ci	),
152762306a36Sopenharmony_ci	MTK_PIN(
152862306a36Sopenharmony_ci		145, "GPIO145",
152962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 145),
153062306a36Sopenharmony_ci		DRV_GRP4,
153162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
153262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_NLE_MOSI0"),
153362306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_SYNC_MISO"),
153462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
153562306a36Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TMS"),
153662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
153762306a36Sopenharmony_ci	),
153862306a36Sopenharmony_ci	MTK_PIN(
153962306a36Sopenharmony_ci		146, "GPIO146",
154062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 146),
154162306a36Sopenharmony_ci		DRV_GRP4,
154262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
154362306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO2"),
154462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI2"),
154562306a36Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TDO"),
154662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
154762306a36Sopenharmony_ci	),
154862306a36Sopenharmony_ci	MTK_PIN(
154962306a36Sopenharmony_ci		147, "GPIO147",
155062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 147),
155162306a36Sopenharmony_ci		DRV_GRP4,
155262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
155362306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL0"),
155462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_3")
155562306a36Sopenharmony_ci	),
155662306a36Sopenharmony_ci	MTK_PIN(
155762306a36Sopenharmony_ci		148, "GPIO148",
155862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 148),
155962306a36Sopenharmony_ci		DRV_GRP4,
156062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
156162306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL1"),
156262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_MI"),
156362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SSPM_URXD_AO"),
156462306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UCTS2_AO"),
156562306a36Sopenharmony_ci		MTK_FUNCTION(6, "CLKM0")
156662306a36Sopenharmony_ci	),
156762306a36Sopenharmony_ci	MTK_PIN(
156862306a36Sopenharmony_ci		149, "GPIO149",
156962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 149),
157062306a36Sopenharmony_ci		DRV_GRP4,
157162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
157262306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL2"),
157362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_CSB"),
157462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SSPM_UTXD_AO"),
157562306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URTS2_AO"),
157662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_TCXOENA_REQ")
157762306a36Sopenharmony_ci	),
157862306a36Sopenharmony_ci	MTK_PIN(
157962306a36Sopenharmony_ci		150, "GPIO150",
158062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 150),
158162306a36Sopenharmony_ci		DRV_GRP4,
158262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
158362306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL3"),
158462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_MO"),
158562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS1"),
158662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UCTS1_AO"),
158762306a36Sopenharmony_ci		MTK_FUNCTION(6, "IDDIG"),
158862306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL9")
158962306a36Sopenharmony_ci	),
159062306a36Sopenharmony_ci	MTK_PIN(
159162306a36Sopenharmony_ci		151, "GPIO151",
159262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 151),
159362306a36Sopenharmony_ci		DRV_GRP4,
159462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
159562306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL4"),
159662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_B_CLK"),
159762306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS1"),
159862306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URTS1_AO"),
159962306a36Sopenharmony_ci		MTK_FUNCTION(6, "USB_DRVVBUS"),
160062306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA9")
160162306a36Sopenharmony_ci	),
160262306a36Sopenharmony_ci	MTK_PIN(
160362306a36Sopenharmony_ci		152, "GPIO152",
160462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 152),
160562306a36Sopenharmony_ci		DRV_GRP4,
160662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
160762306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL5"),
160862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_MI"),
160962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
161062306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD1_AO"),
161162306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_MI"),
161262306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCL8")
161362306a36Sopenharmony_ci	),
161462306a36Sopenharmony_ci	MTK_PIN(
161562306a36Sopenharmony_ci		153, "GPIO153",
161662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 153),
161762306a36Sopenharmony_ci		DRV_GRP4,
161862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
161962306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL6"),
162062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_CSB"),
162162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI0"),
162262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM_0"),
162362306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD1_AO"),
162462306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_CS"),
162562306a36Sopenharmony_ci		MTK_FUNCTION(7, "SDA8")
162662306a36Sopenharmony_ci	),
162762306a36Sopenharmony_ci	MTK_PIN(
162862306a36Sopenharmony_ci		154, "GPIO154",
162962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 154),
163062306a36Sopenharmony_ci		DRV_GRP4,
163162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
163262306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL7"),
163362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_MO"),
163462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SRCLKENAI1"),
163562306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD2_AO"),
163662306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_MO")
163762306a36Sopenharmony_ci	),
163862306a36Sopenharmony_ci	MTK_PIN(
163962306a36Sopenharmony_ci		155, "GPIO155",
164062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 155),
164162306a36Sopenharmony_ci		DRV_GRP4,
164262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
164362306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL8"),
164462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_B_CLK"),
164562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
164662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD2_AO"),
164762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_SPI1_B_CK"),
164862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
164962306a36Sopenharmony_ci	),
165062306a36Sopenharmony_ci	MTK_PIN(
165162306a36Sopenharmony_ci		156, "GPIO156",
165262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 156),
165362306a36Sopenharmony_ci		DRV_GRP4,
165462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
165562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_CLK"),
165662306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK0"),
165762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
165862306a36Sopenharmony_ci	),
165962306a36Sopenharmony_ci	MTK_PIN(
166062306a36Sopenharmony_ci		157, "GPIO157",
166162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 157),
166262306a36Sopenharmony_ci		DRV_GRP4,
166362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
166462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_DATA"),
166562306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST0"),
166662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
166762306a36Sopenharmony_ci	),
166862306a36Sopenharmony_ci	MTK_PIN(
166962306a36Sopenharmony_ci		158, "GPIO158",
167062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 158),
167162306a36Sopenharmony_ci		DRV_GRP4,
167262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
167362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_HRST_B"),
167462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
167562306a36Sopenharmony_ci	),
167662306a36Sopenharmony_ci	MTK_PIN(
167762306a36Sopenharmony_ci		159, "GPIO159",
167862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 159),
167962306a36Sopenharmony_ci		DRV_GRP4,
168062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
168162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WB_PTA"),
168262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
168362306a36Sopenharmony_ci	),
168462306a36Sopenharmony_ci	MTK_PIN(
168562306a36Sopenharmony_ci		160, "GPIO160",
168662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 160),
168762306a36Sopenharmony_ci		DRV_GRP4,
168862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
168962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_CLK"),
169062306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK1"),
169162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
169262306a36Sopenharmony_ci	),
169362306a36Sopenharmony_ci	MTK_PIN(
169462306a36Sopenharmony_ci		161, "GPIO161",
169562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 161),
169662306a36Sopenharmony_ci		DRV_GRP4,
169762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
169862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_DATA"),
169962306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST1"),
170062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
170162306a36Sopenharmony_ci	),
170262306a36Sopenharmony_ci	MTK_PIN(
170362306a36Sopenharmony_ci		162, "GPIO162",
170462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 162),
170562306a36Sopenharmony_ci		DRV_GRP4,
170662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
170762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL0"),
170862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
170962306a36Sopenharmony_ci	),
171062306a36Sopenharmony_ci	MTK_PIN(
171162306a36Sopenharmony_ci		163, "GPIO163",
171262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 163),
171362306a36Sopenharmony_ci		DRV_GRP4,
171462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
171562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL1"),
171662306a36Sopenharmony_ci		MTK_FUNCTION(2, "UFS_MPHY_SCL"),
171762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
171862306a36Sopenharmony_ci	),
171962306a36Sopenharmony_ci	MTK_PIN(
172062306a36Sopenharmony_ci		164, "GPIO164",
172162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 164),
172262306a36Sopenharmony_ci		DRV_GRP4,
172362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
172462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL2"),
172562306a36Sopenharmony_ci		MTK_FUNCTION(2, "UFS_MPHY_SDA"),
172662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
172762306a36Sopenharmony_ci	),
172862306a36Sopenharmony_ci	MTK_PIN(
172962306a36Sopenharmony_ci		165, "GPIO165",
173062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 165),
173162306a36Sopenharmony_ci		DRV_GRP4,
173262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165"),
173362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL3"),
173462306a36Sopenharmony_ci		MTK_FUNCTION(2, "UFS_UNIPRO_SDA"),
173562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
173662306a36Sopenharmony_ci	),
173762306a36Sopenharmony_ci	MTK_PIN(
173862306a36Sopenharmony_ci		166, "GPIO166",
173962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 166),
174062306a36Sopenharmony_ci		DRV_GRP4,
174162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166"),
174262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL4"),
174362306a36Sopenharmony_ci		MTK_FUNCTION(2, "UFS_UNIPRO_SCL"),
174462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
174562306a36Sopenharmony_ci	),
174662306a36Sopenharmony_ci	MTK_PIN(
174762306a36Sopenharmony_ci		167, "GPIO167",
174862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 167),
174962306a36Sopenharmony_ci		DRV_GRP4,
175062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167"),
175162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD")
175262306a36Sopenharmony_ci	),
175362306a36Sopenharmony_ci	MTK_PIN(
175462306a36Sopenharmony_ci		168, "GPIO168",
175562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 168),
175662306a36Sopenharmony_ci		DRV_GRP4,
175762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168"),
175862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0")
175962306a36Sopenharmony_ci	),
176062306a36Sopenharmony_ci	MTK_PIN(
176162306a36Sopenharmony_ci		169, "GPIO169",
176262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 169),
176362306a36Sopenharmony_ci		DRV_GRP4,
176462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
176562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2")
176662306a36Sopenharmony_ci	),
176762306a36Sopenharmony_ci	MTK_PIN(
176862306a36Sopenharmony_ci		170, "GPIO170",
176962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 170),
177062306a36Sopenharmony_ci		DRV_GRP4,
177162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
177262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4")
177362306a36Sopenharmony_ci	),
177462306a36Sopenharmony_ci	MTK_PIN(
177562306a36Sopenharmony_ci		171, "GPIO171",
177662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 171),
177762306a36Sopenharmony_ci		DRV_GRP4,
177862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
177962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6")
178062306a36Sopenharmony_ci	),
178162306a36Sopenharmony_ci	MTK_PIN(
178262306a36Sopenharmony_ci		172, "GPIO172",
178362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 172),
178462306a36Sopenharmony_ci		DRV_GRP4,
178562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
178662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1")
178762306a36Sopenharmony_ci	),
178862306a36Sopenharmony_ci	MTK_PIN(
178962306a36Sopenharmony_ci		173, "GPIO173",
179062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 173),
179162306a36Sopenharmony_ci		DRV_GRP4,
179262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
179362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5")
179462306a36Sopenharmony_ci	),
179562306a36Sopenharmony_ci	MTK_PIN(
179662306a36Sopenharmony_ci		174, "GPIO174",
179762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 174),
179862306a36Sopenharmony_ci		DRV_GRP4,
179962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
180062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7")
180162306a36Sopenharmony_ci	),
180262306a36Sopenharmony_ci	MTK_PIN(
180362306a36Sopenharmony_ci		175, "GPIO175",
180462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 175),
180562306a36Sopenharmony_ci		DRV_GRP4,
180662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
180762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL"),
180862306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL9")
180962306a36Sopenharmony_ci	),
181062306a36Sopenharmony_ci	MTK_PIN(
181162306a36Sopenharmony_ci		176, "GPIO176",
181262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 176),
181362306a36Sopenharmony_ci		DRV_GRP4,
181462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
181562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
181662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL10")
181762306a36Sopenharmony_ci	),
181862306a36Sopenharmony_ci	MTK_PIN(
181962306a36Sopenharmony_ci		177, "GPIO177",
182062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 177),
182162306a36Sopenharmony_ci		DRV_GRP4,
182262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
182362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3")
182462306a36Sopenharmony_ci	),
182562306a36Sopenharmony_ci	MTK_PIN(
182662306a36Sopenharmony_ci		178, "GPIO178",
182762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 178),
182862306a36Sopenharmony_ci		DRV_GRP4,
182962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
183062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB")
183162306a36Sopenharmony_ci	),
183262306a36Sopenharmony_ci	MTK_PIN(
183362306a36Sopenharmony_ci		179, "GPIO179",
183462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
183562306a36Sopenharmony_ci		DRV_GRP4,
183662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
183762306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_EN")
183862306a36Sopenharmony_ci	),
183962306a36Sopenharmony_ci	MTK_PIN(
184062306a36Sopenharmony_ci		180, "GPIO180",
184162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
184262306a36Sopenharmony_ci		DRV_GRP4,
184362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
184462306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_CK")
184562306a36Sopenharmony_ci	),
184662306a36Sopenharmony_ci	MTK_PIN(
184762306a36Sopenharmony_ci		181, "GPIO181",
184862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
184962306a36Sopenharmony_ci		DRV_GRP4,
185062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
185162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0")
185262306a36Sopenharmony_ci	),
185362306a36Sopenharmony_ci	MTK_PIN(
185462306a36Sopenharmony_ci		182, "GPIO182",
185562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
185662306a36Sopenharmony_ci		DRV_GRP4,
185762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
185862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1")
185962306a36Sopenharmony_ci	),
186062306a36Sopenharmony_ci	MTK_PIN(
186162306a36Sopenharmony_ci		183, "GPIO183",
186262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
186362306a36Sopenharmony_ci		DRV_GRP4,
186462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
186562306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
186662306a36Sopenharmony_ci	),
186762306a36Sopenharmony_ci	MTK_PIN(
186862306a36Sopenharmony_ci		184, "GPIO184",
186962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
187062306a36Sopenharmony_ci		DRV_GRP4,
187162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
187262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
187362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO")
187462306a36Sopenharmony_ci	),
187562306a36Sopenharmony_ci	MTK_PIN(
187662306a36Sopenharmony_ci		185, "GPIO185",
187762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
187862306a36Sopenharmony_ci		DRV_GRP4,
187962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
188062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN")
188162306a36Sopenharmony_ci	),
188262306a36Sopenharmony_ci	MTK_PIN(
188362306a36Sopenharmony_ci		186, "GPIO186",
188462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
188562306a36Sopenharmony_ci		DRV_GRP4,
188662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
188762306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
188862306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI")
188962306a36Sopenharmony_ci	),
189062306a36Sopenharmony_ci	MTK_PIN(
189162306a36Sopenharmony_ci		187, "GPIO187",
189262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
189362306a36Sopenharmony_ci		DRV_GRP4,
189462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
189562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK")
189662306a36Sopenharmony_ci	),
189762306a36Sopenharmony_ci	MTK_PIN(
189862306a36Sopenharmony_ci		188, "GPIO188",
189962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
190062306a36Sopenharmony_ci		DRV_GRP4,
190162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
190262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
190362306a36Sopenharmony_ci	),
190462306a36Sopenharmony_ci	MTK_PIN(
190562306a36Sopenharmony_ci		189, "GPIO189",
190662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
190762306a36Sopenharmony_ci		DRV_GRP4,
190862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
190962306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI"),
191062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
191162306a36Sopenharmony_ci		MTK_FUNCTION(6, "UFS_UNIPRO_SCL")
191262306a36Sopenharmony_ci	),
191362306a36Sopenharmony_ci	MTK_PIN(
191462306a36Sopenharmony_ci		190, "GPIO190",
191562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
191662306a36Sopenharmony_ci		DRV_GRP4,
191762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
191862306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_SYNC_MOSI"),
191962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
192062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
192162306a36Sopenharmony_ci	),
192262306a36Sopenharmony_ci	MTK_PIN(
192362306a36Sopenharmony_ci		191, "GPIO191",
192462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
192562306a36Sopenharmony_ci		DRV_GRP4,
192662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
192762306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI0"),
192862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
192962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
193062306a36Sopenharmony_ci	),
193162306a36Sopenharmony_ci	MTK_PIN(
193262306a36Sopenharmony_ci		192, "GPIO192",
193362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
193462306a36Sopenharmony_ci		DRV_GRP4,
193562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
193662306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI1"),
193762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
193862306a36Sopenharmony_ci		MTK_FUNCTION(6, "UFS_MPHY_SDA"),
193962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
194062306a36Sopenharmony_ci	),
194162306a36Sopenharmony_ci	MTK_PIN(
194262306a36Sopenharmony_ci		193, "GPIO193",
194362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
194462306a36Sopenharmony_ci		DRV_GRP4,
194562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
194662306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO0"),
194762306a36Sopenharmony_ci		MTK_FUNCTION(2, "VOW_DAT_MISO"),
194862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
194962306a36Sopenharmony_ci		MTK_FUNCTION(5, "UDI_TDI"),
195062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
195162306a36Sopenharmony_ci	),
195262306a36Sopenharmony_ci	MTK_PIN(
195362306a36Sopenharmony_ci		194, "GPIO194",
195462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
195562306a36Sopenharmony_ci		DRV_GRP4,
195662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
195762306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO1"),
195862306a36Sopenharmony_ci		MTK_FUNCTION(2, "VOW_CLK_MISO"),
195962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
196062306a36Sopenharmony_ci		MTK_FUNCTION(5, "UDI_NTRST"),
196162306a36Sopenharmony_ci		MTK_FUNCTION(6, "UFS_MPHY_SCL"),
196262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
196362306a36Sopenharmony_ci	),
196462306a36Sopenharmony_ci	MTK_PIN(
196562306a36Sopenharmony_ci		195, "GPIO195",
196662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 179),
196762306a36Sopenharmony_ci		DRV_GRP4,
196862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
196962306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TCK"),
197062306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TCK"),
197162306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TCK"),
197262306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TCK")
197362306a36Sopenharmony_ci	),
197462306a36Sopenharmony_ci	MTK_PIN(
197562306a36Sopenharmony_ci		196, "GPIO196",
197662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 180),
197762306a36Sopenharmony_ci		DRV_GRP4,
197862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
197962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK4"),
198062306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TDI"),
198162306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDI"),
198262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TDI"),
198362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDI")
198462306a36Sopenharmony_ci	),
198562306a36Sopenharmony_ci	MTK_PIN(
198662306a36Sopenharmony_ci		197, "GPIO197",
198762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 181),
198862306a36Sopenharmony_ci		DRV_GRP4,
198962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
199062306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_JTAG_TDO"),
199162306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDO"),
199262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SPM_JTAG_TDO"),
199362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDO")
199462306a36Sopenharmony_ci	),
199562306a36Sopenharmony_ci	MTK_PIN(
199662306a36Sopenharmony_ci		198, "GPIO198",
199762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 182),
199862306a36Sopenharmony_ci		DRV_GRP4,
199962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
200062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL7")
200162306a36Sopenharmony_ci	),
200262306a36Sopenharmony_ci	MTK_PIN(
200362306a36Sopenharmony_ci		199, "GPIO199",
200462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 183),
200562306a36Sopenharmony_ci		DRV_GRP4,
200662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
200762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA7")
200862306a36Sopenharmony_ci	),
200962306a36Sopenharmony_ci	MTK_PIN(
201062306a36Sopenharmony_ci		200, "GPIO200",
201162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 184),
201262306a36Sopenharmony_ci		DRV_GRP4,
201362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
201462306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
201562306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADSP_URXD0"),
201662306a36Sopenharmony_ci		MTK_FUNCTION(3, "TP_URXD1_AO"),
201762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_URXD_AO"),
201862306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD2_AO"),
201962306a36Sopenharmony_ci		MTK_FUNCTION(6, "MBISTREADEN_TRIGGER")
202062306a36Sopenharmony_ci	),
202162306a36Sopenharmony_ci	MTK_PIN(
202262306a36Sopenharmony_ci		201, "GPIO201",
202362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 185),
202462306a36Sopenharmony_ci		DRV_GRP4,
202562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
202662306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
202762306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADSP_UTXD0"),
202862306a36Sopenharmony_ci		MTK_FUNCTION(3, "TP_UTXD1_AO"),
202962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_UTXD_AO"),
203062306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD2_AO"),
203162306a36Sopenharmony_ci		MTK_FUNCTION(6, "MBISTWRITEEN_TRIGGER")
203262306a36Sopenharmony_ci	),
203362306a36Sopenharmony_ci	MTK_PIN(
203462306a36Sopenharmony_ci		202, "GPIO202",
203562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 186),
203662306a36Sopenharmony_ci		DRV_GRP4,
203762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
203862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM_3"),
203962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3")
204062306a36Sopenharmony_ci	),
204162306a36Sopenharmony_ci	MTK_PIN(
204262306a36Sopenharmony_ci		203, "GPIO203",
204362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 187),
204462306a36Sopenharmony_ci		DRV_GRP4,
204562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
204662306a36Sopenharmony_ci	),
204762306a36Sopenharmony_ci	MTK_PIN(
204862306a36Sopenharmony_ci		204, "GPIO204",
204962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 188),
205062306a36Sopenharmony_ci		DRV_GRP4,
205162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
205262306a36Sopenharmony_ci	),
205362306a36Sopenharmony_ci	MTK_PIN(
205462306a36Sopenharmony_ci		205, "GPIO205",
205562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 189),
205662306a36Sopenharmony_ci		DRV_GRP4,
205762306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
205862306a36Sopenharmony_ci	),
205962306a36Sopenharmony_ci	MTK_PIN(
206062306a36Sopenharmony_ci		206, "GPIO206",
206162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 190),
206262306a36Sopenharmony_ci		DRV_GRP4,
206362306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
206462306a36Sopenharmony_ci	),
206562306a36Sopenharmony_ci	MTK_PIN(
206662306a36Sopenharmony_ci		207, "GPIO207",
206762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 191),
206862306a36Sopenharmony_ci		DRV_GRP4,
206962306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
207062306a36Sopenharmony_ci	),
207162306a36Sopenharmony_ci	MTK_PIN(
207262306a36Sopenharmony_ci		208, "GPIO208",
207362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 193),
207462306a36Sopenharmony_ci		DRV_GRP4,
207562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
207662306a36Sopenharmony_ci	),
207762306a36Sopenharmony_ci	MTK_PIN(
207862306a36Sopenharmony_ci		209, "GPIO209",
207962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 194),
208062306a36Sopenharmony_ci		DRV_GRP4,
208162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
208262306a36Sopenharmony_ci	),
208362306a36Sopenharmony_ci};
208462306a36Sopenharmony_ci
208562306a36Sopenharmony_ci#endif /* __PINCTRL-MTK-MT6779_H */
2086