162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Based on pinctrl-mtk-mt6765.h
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2018 MediaTek Inc.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Author: ZH Chen <zh.chen@mediatek.com>
862306a36Sopenharmony_ci *
962306a36Sopenharmony_ci * Copyright (c) 2018 Manivannan Sadhasivam
1062306a36Sopenharmony_ci */
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6797_H
1362306a36Sopenharmony_ci#define __PINCTRL_MTK_MT6797_H
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#include "pinctrl-paris.h"
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt6797[] = {
1862306a36Sopenharmony_ci	MTK_PIN(
1962306a36Sopenharmony_ci		0, "GPIO0",
2062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2162306a36Sopenharmony_ci		DRV_GRP3,
2262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
2362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L0P_T0A")
2462306a36Sopenharmony_ci	),
2562306a36Sopenharmony_ci	MTK_PIN(
2662306a36Sopenharmony_ci		1, "GPIO1",
2762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
2862306a36Sopenharmony_ci		DRV_GRP3,
2962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
3062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L0N_T0B")
3162306a36Sopenharmony_ci	),
3262306a36Sopenharmony_ci	MTK_PIN(
3362306a36Sopenharmony_ci		2, "GPIO2",
3462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
3562306a36Sopenharmony_ci		DRV_GRP3,
3662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
3762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L1P_T0C")
3862306a36Sopenharmony_ci	),
3962306a36Sopenharmony_ci	MTK_PIN(
4062306a36Sopenharmony_ci		3, "GPIO3",
4162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4262306a36Sopenharmony_ci		DRV_GRP3,
4362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
4462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L1N_T1A")
4562306a36Sopenharmony_ci	),
4662306a36Sopenharmony_ci	MTK_PIN(
4762306a36Sopenharmony_ci		4, "GPIO4",
4862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4962306a36Sopenharmony_ci		DRV_GRP3,
5062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
5162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L2P_T1B")
5262306a36Sopenharmony_ci	),
5362306a36Sopenharmony_ci	MTK_PIN(
5462306a36Sopenharmony_ci		5, "GPIO5",
5562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
5662306a36Sopenharmony_ci		DRV_GRP3,
5762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
5862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0A_L2N_T1C")
5962306a36Sopenharmony_ci	),
6062306a36Sopenharmony_ci	MTK_PIN(
6162306a36Sopenharmony_ci		6, "GPIO6",
6262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
6362306a36Sopenharmony_ci		DRV_GRP3,
6462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
6562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L0P_T0A")
6662306a36Sopenharmony_ci	),
6762306a36Sopenharmony_ci	MTK_PIN(
6862306a36Sopenharmony_ci		7, "GPIO7",
6962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7062306a36Sopenharmony_ci		DRV_GRP3,
7162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
7262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L0N_T0B")
7362306a36Sopenharmony_ci	),
7462306a36Sopenharmony_ci	MTK_PIN(
7562306a36Sopenharmony_ci		8, "GPIO8",
7662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
7762306a36Sopenharmony_ci		DRV_GRP3,
7862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
7962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L1P_T0C")
8062306a36Sopenharmony_ci	),
8162306a36Sopenharmony_ci	MTK_PIN(
8262306a36Sopenharmony_ci		9, "GPIO9",
8362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
8462306a36Sopenharmony_ci		DRV_GRP3,
8562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
8662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI0B_L1N_T1A")
8762306a36Sopenharmony_ci	),
8862306a36Sopenharmony_ci	MTK_PIN(
8962306a36Sopenharmony_ci		10, "GPIO10",
9062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9162306a36Sopenharmony_ci		DRV_GRP3,
9262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
9362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L0P_T0A")
9462306a36Sopenharmony_ci	),
9562306a36Sopenharmony_ci	MTK_PIN(
9662306a36Sopenharmony_ci		11, "GPIO11",
9762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
9862306a36Sopenharmony_ci		DRV_GRP3,
9962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
10062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L0N_T0B")
10162306a36Sopenharmony_ci	),
10262306a36Sopenharmony_ci	MTK_PIN(
10362306a36Sopenharmony_ci		12, "GPIO12",
10462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10562306a36Sopenharmony_ci		DRV_GRP3,
10662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
10762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L1P_T0C")
10862306a36Sopenharmony_ci	),
10962306a36Sopenharmony_ci	MTK_PIN(
11062306a36Sopenharmony_ci		13, "GPIO13",
11162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11262306a36Sopenharmony_ci		DRV_GRP3,
11362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
11462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L1N_T1A")
11562306a36Sopenharmony_ci	),
11662306a36Sopenharmony_ci	MTK_PIN(
11762306a36Sopenharmony_ci		14, "GPIO14",
11862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
11962306a36Sopenharmony_ci		DRV_GRP3,
12062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L2P_T1B")
12262306a36Sopenharmony_ci	),
12362306a36Sopenharmony_ci	MTK_PIN(
12462306a36Sopenharmony_ci		15, "GPIO15",
12562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
12662306a36Sopenharmony_ci		DRV_GRP3,
12762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
12862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1A_L2N_T1C")
12962306a36Sopenharmony_ci	),
13062306a36Sopenharmony_ci	MTK_PIN(
13162306a36Sopenharmony_ci		16, "GPIO16",
13262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
13362306a36Sopenharmony_ci		DRV_GRP3,
13462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
13562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L0P_T0A")
13662306a36Sopenharmony_ci	),
13762306a36Sopenharmony_ci	MTK_PIN(
13862306a36Sopenharmony_ci		17, "GPIO17",
13962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14062306a36Sopenharmony_ci		DRV_GRP3,
14162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
14262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L0N_T0B")
14362306a36Sopenharmony_ci	),
14462306a36Sopenharmony_ci	MTK_PIN(
14562306a36Sopenharmony_ci		18, "GPIO18",
14662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
14762306a36Sopenharmony_ci		DRV_GRP3,
14862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
14962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L1P_T0C")
15062306a36Sopenharmony_ci	),
15162306a36Sopenharmony_ci	MTK_PIN(
15262306a36Sopenharmony_ci		19, "GPIO19",
15362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15462306a36Sopenharmony_ci		DRV_GRP3,
15562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
15662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L1N_T1A")
15762306a36Sopenharmony_ci	),
15862306a36Sopenharmony_ci	MTK_PIN(
15962306a36Sopenharmony_ci		20, "GPIO20",
16062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16162306a36Sopenharmony_ci		DRV_GRP3,
16262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
16362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L2P_T1B")
16462306a36Sopenharmony_ci	),
16562306a36Sopenharmony_ci	MTK_PIN(
16662306a36Sopenharmony_ci		21, "GPIO21",
16762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
16862306a36Sopenharmony_ci		DRV_GRP3,
16962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
17062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI1B_L2N_T1C")
17162306a36Sopenharmony_ci	),
17262306a36Sopenharmony_ci	MTK_PIN(
17362306a36Sopenharmony_ci		22, "GPIO22",
17462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17562306a36Sopenharmony_ci		DRV_GRP3,
17662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
17762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L0P_T0A")
17862306a36Sopenharmony_ci	),
17962306a36Sopenharmony_ci	MTK_PIN(
18062306a36Sopenharmony_ci		23, "GPIO23",
18162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18262306a36Sopenharmony_ci		DRV_GRP3,
18362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
18462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L0N_T0B")
18562306a36Sopenharmony_ci	),
18662306a36Sopenharmony_ci	MTK_PIN(
18762306a36Sopenharmony_ci		24, "GPIO24",
18862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
18962306a36Sopenharmony_ci		DRV_GRP3,
19062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
19162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L1P_T0C")
19262306a36Sopenharmony_ci	),
19362306a36Sopenharmony_ci	MTK_PIN(
19462306a36Sopenharmony_ci		25, "GPIO25",
19562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
19662306a36Sopenharmony_ci		DRV_GRP3,
19762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
19862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L1N_T1A")
19962306a36Sopenharmony_ci	),
20062306a36Sopenharmony_ci	MTK_PIN(
20162306a36Sopenharmony_ci		26, "GPIO26",
20262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
20362306a36Sopenharmony_ci		DRV_GRP3,
20462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
20562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L2P_T1B")
20662306a36Sopenharmony_ci	),
20762306a36Sopenharmony_ci	MTK_PIN(
20862306a36Sopenharmony_ci		27, "GPIO27",
20962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21062306a36Sopenharmony_ci		DRV_GRP3,
21162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
21262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CSI2_L2N_T1C")
21362306a36Sopenharmony_ci	),
21462306a36Sopenharmony_ci	MTK_PIN(
21562306a36Sopenharmony_ci		28, "GPIO28",
21662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
21762306a36Sopenharmony_ci		DRV_GRP3,
21862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
21962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_CLK_A"),
22062306a36Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
22162306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDO"),
22262306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TDO"),
22362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDO"),
22462306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_A"),
22562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDO")
22662306a36Sopenharmony_ci	),
22762306a36Sopenharmony_ci	MTK_PIN(
22862306a36Sopenharmony_ci		29, "GPIO29",
22962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
23062306a36Sopenharmony_ci		DRV_GRP3,
23162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
23262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_MI_A"),
23362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DAP_SIB1_SWD"),
23462306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TMS"),
23562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TMS"),
23662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TMS"),
23762306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC"),
23862306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTMS")
23962306a36Sopenharmony_ci	),
24062306a36Sopenharmony_ci	MTK_PIN(
24162306a36Sopenharmony_ci		30, "GPIO30",
24262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
24362306a36Sopenharmony_ci		DRV_GRP3,
24462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
24562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
24662306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM0")
24762306a36Sopenharmony_ci	),
24862306a36Sopenharmony_ci	MTK_PIN(
24962306a36Sopenharmony_ci		31, "GPIO31",
25062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
25162306a36Sopenharmony_ci		DRV_GRP3,
25262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
25362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
25462306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM1")
25562306a36Sopenharmony_ci	),
25662306a36Sopenharmony_ci	MTK_PIN(
25762306a36Sopenharmony_ci		32, "GPIO32",
25862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
25962306a36Sopenharmony_ci		DRV_GRP3,
26062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
26162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_CS_A"),
26262306a36Sopenharmony_ci		MTK_FUNCTION(2, "DAP_SIB1_SWCK"),
26362306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TCK_XI"),
26462306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TCK"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TCK"),
26662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC"),
26762306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTCK")
26862306a36Sopenharmony_ci	),
26962306a36Sopenharmony_ci	MTK_PIN(
27062306a36Sopenharmony_ci		33, "GPIO33",
27162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
27262306a36Sopenharmony_ci		DRV_GRP3,
27362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
27462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI5_MO_A"),
27562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
27662306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDI"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TDI"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDI"),
27962306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD0"),
28062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDI")
28162306a36Sopenharmony_ci	),
28262306a36Sopenharmony_ci	MTK_PIN(
28362306a36Sopenharmony_ci		34, "GPIO34",
28462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
28562306a36Sopenharmony_ci		DRV_GRP3,
28662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
28762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMFLASH"),
28862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
28962306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_NTRST"),
29062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_JTAG_TRSTN"),
29162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
29262306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD0"),
29362306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_JTINTP")
29462306a36Sopenharmony_ci	),
29562306a36Sopenharmony_ci	MTK_PIN(
29662306a36Sopenharmony_ci		35, "GPIO35",
29762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
29862306a36Sopenharmony_ci		DRV_GRP3,
29962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
30062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK3"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD1"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_RXD"),
30462306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
30562306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_B"),
30662306a36Sopenharmony_ci		MTK_FUNCTION(7, "PCC_PPC_IO")
30762306a36Sopenharmony_ci	),
30862306a36Sopenharmony_ci	MTK_PIN(
30962306a36Sopenharmony_ci		36, "GPIO36",
31062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
31162306a36Sopenharmony_ci		DRV_GRP3,
31262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
31462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
31562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD1"),
31662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_TXD"),
31762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
31862306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_C"),
31962306a36Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
32062306a36Sopenharmony_ci	),
32162306a36Sopenharmony_ci	MTK_PIN(
32262306a36Sopenharmony_ci		37, "GPIO37",
32362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
32462306a36Sopenharmony_ci		DRV_GRP3,
32562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
32662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0_0")
32762306a36Sopenharmony_ci	),
32862306a36Sopenharmony_ci	MTK_PIN(
32962306a36Sopenharmony_ci		38, "GPIO38",
33062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
33162306a36Sopenharmony_ci		DRV_GRP3,
33262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
33362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0_0")
33462306a36Sopenharmony_ci	),
33562306a36Sopenharmony_ci	MTK_PIN(
33662306a36Sopenharmony_ci		39, "GPIO39",
33762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
33862306a36Sopenharmony_ci		DRV_GRP3,
33962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
34062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D0"),
34162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_CLK_A"),
34262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_SYNC"),
34362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_LRCK"),
34462306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
34562306a36Sopenharmony_ci		MTK_FUNCTION(6, "URXD3"),
34662306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_NTRST")
34762306a36Sopenharmony_ci	),
34862306a36Sopenharmony_ci	MTK_PIN(
34962306a36Sopenharmony_ci		40, "GPIO40",
35062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
35162306a36Sopenharmony_ci		DRV_GRP3,
35262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D1"),
35462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MI_A"),
35562306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_CLK"),
35662306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_BCK"),
35762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDO"),
35862306a36Sopenharmony_ci		MTK_FUNCTION(6, "UTXD3"),
35962306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TCK")
36062306a36Sopenharmony_ci	),
36162306a36Sopenharmony_ci	MTK_PIN(
36262306a36Sopenharmony_ci		41, "GPIO41",
36362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
36462306a36Sopenharmony_ci		DRV_GRP3,
36562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
36662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D2"),
36762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_CS_A"),
36862306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_DO"),
36962306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_DO"),
37062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
37162306a36Sopenharmony_ci		MTK_FUNCTION(6, "URTS3"),
37262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDI")
37362306a36Sopenharmony_ci	),
37462306a36Sopenharmony_ci	MTK_PIN(
37562306a36Sopenharmony_ci		42, "GPIO42",
37662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
37762306a36Sopenharmony_ci		DRV_GRP3,
37862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
37962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D3"),
38062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MO_A"),
38162306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM0_DI"),
38262306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
38362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDI"),
38462306a36Sopenharmony_ci		MTK_FUNCTION(6, "UCTS3"),
38562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TMS")
38662306a36Sopenharmony_ci	),
38762306a36Sopenharmony_ci	MTK_PIN(
38862306a36Sopenharmony_ci		43, "GPIO43",
38962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
39062306a36Sopenharmony_ci		DRV_GRP3,
39162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
39262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D4"),
39362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CLK_A"),
39462306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_SYNC"),
39562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_LRCK"),
39662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TMS"),
39762306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC"),
39862306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDO")
39962306a36Sopenharmony_ci	),
40062306a36Sopenharmony_ci	MTK_PIN(
40162306a36Sopenharmony_ci		44, "GPIO44",
40262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
40362306a36Sopenharmony_ci		DRV_GRP3,
40462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
40562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D5"),
40662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MI_A"),
40762306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_CLK"),
40862306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_BCK"),
40962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TCK"),
41062306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC"),
41162306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_RTCK")
41262306a36Sopenharmony_ci	),
41362306a36Sopenharmony_ci	MTK_PIN(
41462306a36Sopenharmony_ci		45, "GPIO45",
41562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
41662306a36Sopenharmony_ci		DRV_GRP3,
41762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
41862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D6"),
41962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CS_A"),
42062306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DI"),
42162306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_DI"),
42262306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
42362306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD0")
42462306a36Sopenharmony_ci	),
42562306a36Sopenharmony_ci	MTK_PIN(
42662306a36Sopenharmony_ci		46, "GPIO46",
42762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
42862306a36Sopenharmony_ci		DRV_GRP3,
42962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
43062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D7"),
43162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MO_A"),
43262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DO0"),
43362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
43462306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL0"),
43562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD0")
43662306a36Sopenharmony_ci	),
43762306a36Sopenharmony_ci	MTK_PIN(
43862306a36Sopenharmony_ci		47, "GPIO47",
43962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
44062306a36Sopenharmony_ci		DRV_GRP3,
44162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
44262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D8"),
44362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
44462306a36Sopenharmony_ci		MTK_FUNCTION(3, "PCM1_DO1"),
44562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_MCK"),
44662306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL1"),
44762306a36Sopenharmony_ci		MTK_FUNCTION(6, "PTA_RXD"),
44862306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD0")
44962306a36Sopenharmony_ci	),
45062306a36Sopenharmony_ci	MTK_PIN(
45162306a36Sopenharmony_ci		48, "GPIO48",
45262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
45362306a36Sopenharmony_ci		DRV_GRP3,
45462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
45562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D9"),
45662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
45762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
45862306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_MCK"),
45962306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL2"),
46062306a36Sopenharmony_ci		MTK_FUNCTION(6, "PTA_TXD"),
46162306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD0")
46262306a36Sopenharmony_ci	),
46362306a36Sopenharmony_ci	MTK_PIN(
46462306a36Sopenharmony_ci		49, "GPIO49",
46562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
46662306a36Sopenharmony_ci		DRV_GRP3,
46762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
46862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D10"),
46962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM1_HOT_PLUG_IN"),
47062306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
47162306a36Sopenharmony_ci		MTK_FUNCTION(4, "IRTX_OUT"),
47262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL3"),
47362306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD1")
47462306a36Sopenharmony_ci	),
47562306a36Sopenharmony_ci	MTK_PIN(
47662306a36Sopenharmony_ci		50, "GPIO50",
47762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
47862306a36Sopenharmony_ci		DRV_GRP3,
47962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
48062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_D11"),
48162306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2"),
48262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_D"),
48362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL4"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD1")
48662306a36Sopenharmony_ci	),
48762306a36Sopenharmony_ci	MTK_PIN(
48862306a36Sopenharmony_ci		51, "GPIO51",
48962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
49062306a36Sopenharmony_ci		DRV_GRP3,
49162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
49262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_DE"),
49362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CLK_A"),
49462306a36Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
49562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL0_1"),
49662306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL5"),
49762306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
49862306a36Sopenharmony_ci	),
49962306a36Sopenharmony_ci	MTK_PIN(
50062306a36Sopenharmony_ci		52, "GPIO52",
50162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
50262306a36Sopenharmony_ci		DRV_GRP3,
50362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
50462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_CK"),
50562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MI_A"),
50662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MO_A"),
50762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA0_1"),
50862306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL6"),
50962306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
51062306a36Sopenharmony_ci	),
51162306a36Sopenharmony_ci	MTK_PIN(
51262306a36Sopenharmony_ci		53, "GPIO53",
51362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
51462306a36Sopenharmony_ci		DRV_GRP3,
51562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
51662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_HSYNC"),
51762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CS_A"),
51862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
51962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL1_1"),
52062306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL7"),
52162306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_URXD2"),
52262306a36Sopenharmony_ci		MTK_FUNCTION(7, "PCC_PPC_IO")
52362306a36Sopenharmony_ci	),
52462306a36Sopenharmony_ci	MTK_PIN(
52562306a36Sopenharmony_ci		54, "GPIO54",
52662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
52762306a36Sopenharmony_ci		DRV_GRP3,
52862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
52962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI_VSYNC"),
53062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MO_A"),
53162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MI_A"),
53262306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA1_1"),
53362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
53462306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_UTXD2"),
53562306a36Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
53662306a36Sopenharmony_ci	),
53762306a36Sopenharmony_ci	MTK_PIN(
53862306a36Sopenharmony_ci		55, "GPIO55",
53962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
54062306a36Sopenharmony_ci		DRV_GRP3,
54162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
54262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1_0")
54362306a36Sopenharmony_ci	),
54462306a36Sopenharmony_ci	MTK_PIN(
54562306a36Sopenharmony_ci		56, "GPIO56",
54662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
54762306a36Sopenharmony_ci		DRV_GRP3,
54862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
54962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1_0")
55062306a36Sopenharmony_ci	),
55162306a36Sopenharmony_ci	MTK_PIN(
55262306a36Sopenharmony_ci		57, "GPIO57",
55362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
55462306a36Sopenharmony_ci		DRV_GRP3,
55562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
55662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CLK"),
55762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL0_2"),
55862306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
55962306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD3"),
56062306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC")
56162306a36Sopenharmony_ci	),
56262306a36Sopenharmony_ci	MTK_PIN(
56362306a36Sopenharmony_ci		58, "GPIO58",
56462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
56562306a36Sopenharmony_ci		DRV_GRP3,
56662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
56762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MI"),
56862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_MO"),
56962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA1_2"),
57062306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD3"),
57162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK")
57262306a36Sopenharmony_ci	),
57362306a36Sopenharmony_ci	MTK_PIN(
57462306a36Sopenharmony_ci		59, "GPIO59",
57562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
57662306a36Sopenharmony_ci		DRV_GRP3,
57762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
57862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MO"),
57962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI0_MI"),
58062306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
58162306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS3"),
58262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO")
58362306a36Sopenharmony_ci	),
58462306a36Sopenharmony_ci	MTK_PIN(
58562306a36Sopenharmony_ci		60, "GPIO60",
58662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
58762306a36Sopenharmony_ci		DRV_GRP3,
58862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
58962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CS"),
59062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA0_2"),
59162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL1_2"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS3"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI")
59462306a36Sopenharmony_ci	),
59562306a36Sopenharmony_ci	MTK_PIN(
59662306a36Sopenharmony_ci		61, "GPIO61",
59762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
59862306a36Sopenharmony_ci		DRV_GRP3,
59962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
60062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT0"),
60162306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
60262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_CLK_B"),
60362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_LRCK"),
60462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC"),
60562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT0")
60662306a36Sopenharmony_ci	),
60762306a36Sopenharmony_ci	MTK_PIN(
60862306a36Sopenharmony_ci		62, "GPIO62",
60962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
61062306a36Sopenharmony_ci		DRV_GRP3,
61162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
61262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT1"),
61362306a36Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS"),
61462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MI_B"),
61562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_BCK"),
61662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK"),
61762306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT1")
61862306a36Sopenharmony_ci	),
61962306a36Sopenharmony_ci	MTK_PIN(
62062306a36Sopenharmony_ci		63, "GPIO63",
62162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
62262306a36Sopenharmony_ci		DRV_GRP3,
62362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
62462306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT2"),
62562306a36Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
62662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_MO_B"),
62762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_MCK"),
62862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI"),
62962306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
63062306a36Sopenharmony_ci	),
63162306a36Sopenharmony_ci	MTK_PIN(
63262306a36Sopenharmony_ci		64, "GPIO64",
63362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
63462306a36Sopenharmony_ci		DRV_GRP3,
63562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
63662306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT3"),
63762306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
63862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI4_CS_B"),
63962306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
64062306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO"),
64162306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
64262306a36Sopenharmony_ci	),
64362306a36Sopenharmony_ci	MTK_PIN(
64462306a36Sopenharmony_ci		65, "GPIO65",
64562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
64662306a36Sopenharmony_ci		DRV_GRP3,
64762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
64862306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT4"),
64962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
65062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_CLK_B"),
65162306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_LRCK"),
65262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
65362306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
65462306a36Sopenharmony_ci	),
65562306a36Sopenharmony_ci	MTK_PIN(
65662306a36Sopenharmony_ci		66, "GPIO66",
65762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
65862306a36Sopenharmony_ci		DRV_GRP3,
65962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
66062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT5"),
66162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
66262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_MI_B"),
66362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_BCK"),
66462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_B"),
66562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
66662306a36Sopenharmony_ci	),
66762306a36Sopenharmony_ci	MTK_PIN(
66862306a36Sopenharmony_ci		67, "GPIO67",
66962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
67062306a36Sopenharmony_ci		DRV_GRP3,
67162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
67262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT6"),
67362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
67462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_MO_B"),
67562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_MCK"),
67662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_C"),
67762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
67862306a36Sopenharmony_ci	),
67962306a36Sopenharmony_ci	MTK_PIN(
68062306a36Sopenharmony_ci		68, "GPIO68",
68162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
68262306a36Sopenharmony_ci		DRV_GRP3,
68362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
68462306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT7"),
68562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
68662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI5_CS_B"),
68762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
68862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_D"),
68962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
69062306a36Sopenharmony_ci	),
69162306a36Sopenharmony_ci	MTK_PIN(
69262306a36Sopenharmony_ci		69, "GPIO69",
69362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
69462306a36Sopenharmony_ci		DRV_GRP3,
69562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
69662306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_LRCK"),
69762306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_LRCK"),
69862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK"),
69962306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_LRCK"),
70062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
70162306a36Sopenharmony_ci	),
70262306a36Sopenharmony_ci	MTK_PIN(
70362306a36Sopenharmony_ci		70, "GPIO70",
70462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
70562306a36Sopenharmony_ci		DRV_GRP3,
70662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
70762306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_BCK"),
70862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_BCK"),
70962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK"),
71062306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_BCK"),
71162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
71262306a36Sopenharmony_ci	),
71362306a36Sopenharmony_ci	MTK_PIN(
71462306a36Sopenharmony_ci		71, "GPIO71",
71562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
71662306a36Sopenharmony_ci		DRV_GRP3,
71762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
71862306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_MCK"),
71962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_MCK"),
72062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK"),
72162306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_MCK"),
72262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
72362306a36Sopenharmony_ci	),
72462306a36Sopenharmony_ci	MTK_PIN(
72562306a36Sopenharmony_ci		72, "GPIO72",
72662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
72762306a36Sopenharmony_ci		DRV_GRP3,
72862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
72962306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S0_DI"),
73062306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
73162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
73262306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S2_DI"),
73362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
73462306a36Sopenharmony_ci	),
73562306a36Sopenharmony_ci	MTK_PIN(
73662306a36Sopenharmony_ci		73, "GPIO73",
73762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
73862306a36Sopenharmony_ci		DRV_GRP3,
73962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
74062306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S3_DO"),
74162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
74262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO"),
74362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S1_DO"),
74462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
74562306a36Sopenharmony_ci	),
74662306a36Sopenharmony_ci	MTK_PIN(
74762306a36Sopenharmony_ci		74, "GPIO74",
74862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
74962306a36Sopenharmony_ci		DRV_GRP3,
75062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
75162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL3_0"),
75262306a36Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_CLK1")
75362306a36Sopenharmony_ci	),
75462306a36Sopenharmony_ci	MTK_PIN(
75562306a36Sopenharmony_ci		75, "GPIO75",
75662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
75762306a36Sopenharmony_ci		DRV_GRP3,
75862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
75962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA3_0"),
76062306a36Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_ST1")
76162306a36Sopenharmony_ci	),
76262306a36Sopenharmony_ci	MTK_PIN(
76362306a36Sopenharmony_ci		76, "GPIO76",
76462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
76562306a36Sopenharmony_ci		DRV_GRP3,
76662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
76762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_HRST_B"),
76862306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
76962306a36Sopenharmony_ci	),
77062306a36Sopenharmony_ci	MTK_PIN(
77162306a36Sopenharmony_ci		77, "GPIO77",
77262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
77362306a36Sopenharmony_ci		DRV_GRP3,
77462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
77562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_CLK"),
77662306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
77762306a36Sopenharmony_ci	),
77862306a36Sopenharmony_ci	MTK_PIN(
77962306a36Sopenharmony_ci		78, "GPIO78",
78062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
78162306a36Sopenharmony_ci		DRV_GRP3,
78262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
78362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_DATA"),
78462306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
78562306a36Sopenharmony_ci	),
78662306a36Sopenharmony_ci	MTK_PIN(
78762306a36Sopenharmony_ci		79, "GPIO79",
78862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
78962306a36Sopenharmony_ci		DRV_GRP3,
79062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
79162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WB_PTA"),
79262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
79362306a36Sopenharmony_ci	),
79462306a36Sopenharmony_ci	MTK_PIN(
79562306a36Sopenharmony_ci		80, "GPIO80",
79662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
79762306a36Sopenharmony_ci		DRV_GRP3,
79862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
79962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB0"),
80062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT0")
80162306a36Sopenharmony_ci	),
80262306a36Sopenharmony_ci	MTK_PIN(
80362306a36Sopenharmony_ci		81, "GPIO81",
80462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
80562306a36Sopenharmony_ci		DRV_GRP3,
80662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
80762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB1"),
80862306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_EINT1")
80962306a36Sopenharmony_ci	),
81062306a36Sopenharmony_ci	MTK_PIN(
81162306a36Sopenharmony_ci		82, "GPIO82",
81262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
81362306a36Sopenharmony_ci		DRV_GRP3,
81462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
81562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_HB2"),
81662306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM0")
81762306a36Sopenharmony_ci	),
81862306a36Sopenharmony_ci	MTK_PIN(
81962306a36Sopenharmony_ci		83, "GPIO83",
82062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
82162306a36Sopenharmony_ci		DRV_GRP3,
82262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_CLK"),
82462306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD_CLKM1")
82562306a36Sopenharmony_ci	),
82662306a36Sopenharmony_ci	MTK_PIN(
82762306a36Sopenharmony_ci		84, "GPIO84",
82862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
82962306a36Sopenharmony_ci		DRV_GRP3,
83062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
83162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_DATA")
83262306a36Sopenharmony_ci	),
83362306a36Sopenharmony_ci	MTK_PIN(
83462306a36Sopenharmony_ci		85, "GPIO85",
83562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
83662306a36Sopenharmony_ci		DRV_GRP3,
83762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
83862306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT8"),
83962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
84062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK"),
84162306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
84262306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
84362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
84462306a36Sopenharmony_ci	),
84562306a36Sopenharmony_ci	MTK_PIN(
84662306a36Sopenharmony_ci		86, "GPIO86",
84762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
84862306a36Sopenharmony_ci		DRV_GRP3,
84962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
85062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT9"),
85162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
85262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
85462306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
85562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
85662306a36Sopenharmony_ci	),
85762306a36Sopenharmony_ci	MTK_PIN(
85862306a36Sopenharmony_ci		87, "GPIO87",
85962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
86062306a36Sopenharmony_ci		DRV_GRP3,
86162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
86262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT10"),
86362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
86462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK"),
86562306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
86662306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
86762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
86862306a36Sopenharmony_ci	),
86962306a36Sopenharmony_ci	MTK_PIN(
87062306a36Sopenharmony_ci		88, "GPIO88",
87162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
87262306a36Sopenharmony_ci		DRV_GRP3,
87362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
87462306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT11"),
87562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
87662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
87862306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
87962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
88062306a36Sopenharmony_ci	),
88162306a36Sopenharmony_ci	MTK_PIN(
88262306a36Sopenharmony_ci		89, "GPIO89",
88362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
88462306a36Sopenharmony_ci		DRV_GRP3,
88562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
88662306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT12"),
88762306a36Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
88862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
88962306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
89062306a36Sopenharmony_ci		MTK_FUNCTION(5, "URTS0"),
89162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
89262306a36Sopenharmony_ci	),
89362306a36Sopenharmony_ci	MTK_PIN(
89462306a36Sopenharmony_ci		90, "GPIO90",
89562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
89662306a36Sopenharmony_ci		DRV_GRP3,
89762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
89862306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT13"),
89962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
90062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
90162306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
90262306a36Sopenharmony_ci		MTK_FUNCTION(5, "UCTS0"),
90362306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
90462306a36Sopenharmony_ci	),
90562306a36Sopenharmony_ci	MTK_PIN(
90662306a36Sopenharmony_ci		91, "GPIO91",
90762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
90862306a36Sopenharmony_ci		DRV_GRP3,
90962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
91062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT14"),
91162306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_A"),
91262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
91362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
91462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA0_3"),
91562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
91662306a36Sopenharmony_ci	),
91762306a36Sopenharmony_ci	MTK_PIN(
91862306a36Sopenharmony_ci		92, "GPIO92",
91962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
92062306a36Sopenharmony_ci		DRV_GRP3,
92162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
92262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT15"),
92362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_B"),
92462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
92562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
92662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL0_3")
92762306a36Sopenharmony_ci	),
92862306a36Sopenharmony_ci	MTK_PIN(
92962306a36Sopenharmony_ci		93, "GPIO93",
93062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
93162306a36Sopenharmony_ci		DRV_GRP3,
93262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
93362306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT16"),
93462306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
93562306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
93662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
93762306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_INT2"),
93862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DROP_ZONE")
93962306a36Sopenharmony_ci	),
94062306a36Sopenharmony_ci	MTK_PIN(
94162306a36Sopenharmony_ci		94, "GPIO94",
94262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
94362306a36Sopenharmony_ci		DRV_GRP3,
94462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
94562306a36Sopenharmony_ci		MTK_FUNCTION(1, "USB_DRVVBUS"),
94662306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_C"),
94762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5")
94862306a36Sopenharmony_ci	),
94962306a36Sopenharmony_ci	MTK_PIN(
95062306a36Sopenharmony_ci		95, "GPIO95",
95162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
95262306a36Sopenharmony_ci		DRV_GRP3,
95362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
95462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2_0"),
95562306a36Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_ST0")
95662306a36Sopenharmony_ci	),
95762306a36Sopenharmony_ci	MTK_PIN(
95862306a36Sopenharmony_ci		96, "GPIO96",
95962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
96062306a36Sopenharmony_ci		DRV_GRP3,
96162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
96262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2_0"),
96362306a36Sopenharmony_ci		MTK_FUNCTION(7, "AUXIF_CLK0")
96462306a36Sopenharmony_ci	),
96562306a36Sopenharmony_ci	MTK_PIN(
96662306a36Sopenharmony_ci		97, "GPIO97",
96762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
96862306a36Sopenharmony_ci		DRV_GRP3,
96962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
97062306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
97162306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0"),
97262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
97362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
97462306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD2"),
97562306a36Sopenharmony_ci		MTK_FUNCTION(6, "C2K_URXD0"),
97662306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
97762306a36Sopenharmony_ci	),
97862306a36Sopenharmony_ci	MTK_PIN(
97962306a36Sopenharmony_ci		98, "GPIO98",
98062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
98162306a36Sopenharmony_ci		DRV_GRP3,
98262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
98362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
98462306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD0"),
98562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
98662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
98762306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD2"),
98862306a36Sopenharmony_ci		MTK_FUNCTION(6, "C2K_UTXD0"),
98962306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
99062306a36Sopenharmony_ci	),
99162306a36Sopenharmony_ci	MTK_PIN(
99262306a36Sopenharmony_ci		99, "GPIO99",
99362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
99462306a36Sopenharmony_ci		DRV_GRP3,
99562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
99662306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
99762306a36Sopenharmony_ci	),
99862306a36Sopenharmony_ci	MTK_PIN(
99962306a36Sopenharmony_ci		100, "GPIO100",
100062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
100162306a36Sopenharmony_ci		DRV_GRP3,
100262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
100362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0")
100462306a36Sopenharmony_ci	),
100562306a36Sopenharmony_ci	MTK_PIN(
100662306a36Sopenharmony_ci		101, "GPIO101",
100762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
100862306a36Sopenharmony_ci		DRV_GRP3,
100962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
101062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI1")
101162306a36Sopenharmony_ci	),
101262306a36Sopenharmony_ci	MTK_PIN(
101362306a36Sopenharmony_ci		102, "GPIO102",
101462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
101562306a36Sopenharmony_ci		DRV_GRP3,
101662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
101762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0")
101862306a36Sopenharmony_ci	),
101962306a36Sopenharmony_ci	MTK_PIN(
102062306a36Sopenharmony_ci		103, "GPIO103",
102162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
102262306a36Sopenharmony_ci		DRV_GRP3,
102362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
102462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1")
102562306a36Sopenharmony_ci	),
102662306a36Sopenharmony_ci	MTK_PIN(
102762306a36Sopenharmony_ci		104, "GPIO104",
102862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
102962306a36Sopenharmony_ci		DRV_GRP3,
103062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
103162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SYSRSTB")
103262306a36Sopenharmony_ci	),
103362306a36Sopenharmony_ci	MTK_PIN(
103462306a36Sopenharmony_ci		105, "GPIO105",
103562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
103662306a36Sopenharmony_ci		DRV_GRP3,
103762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
103862306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
103962306a36Sopenharmony_ci	),
104062306a36Sopenharmony_ci	MTK_PIN(
104162306a36Sopenharmony_ci		106, "GPIO106",
104262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
104362306a36Sopenharmony_ci		DRV_GRP3,
104462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
104562306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
104662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
104762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
104862306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO0_AO"),
104962306a36Sopenharmony_ci		MTK_FUNCTION(5, "IRTX_OUT")
105062306a36Sopenharmony_ci	),
105162306a36Sopenharmony_ci	MTK_PIN(
105262306a36Sopenharmony_ci		107, "GPIO107",
105362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
105462306a36Sopenharmony_ci		DRV_GRP3,
105562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
105662306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
105762306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
105862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
105962306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO1_AO"),
106062306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_BCK"),
106162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DAP_SIB1_SWD")
106262306a36Sopenharmony_ci	),
106362306a36Sopenharmony_ci	MTK_PIN(
106462306a36Sopenharmony_ci		108, "GPIO108",
106562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
106662306a36Sopenharmony_ci		DRV_GRP3,
106762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
106862306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW2"),
106962306a36Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS"),
107062306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_A"),
107162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CMFLASH"),
107262306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_LRCK"),
107362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DAP_SIB1_SWCK")
107462306a36Sopenharmony_ci	),
107562306a36Sopenharmony_ci	MTK_PIN(
107662306a36Sopenharmony_ci		109, "GPIO109",
107762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
107862306a36Sopenharmony_ci		DRV_GRP3,
107962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
108062306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0")
108162306a36Sopenharmony_ci	),
108262306a36Sopenharmony_ci	MTK_PIN(
108362306a36Sopenharmony_ci		110, "GPIO110",
108462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
108562306a36Sopenharmony_ci		DRV_GRP3,
108662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
108762306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
108862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA1_3"),
108962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
109062306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
109162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_DO"),
109262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT3")
109362306a36Sopenharmony_ci	),
109462306a36Sopenharmony_ci	MTK_PIN(
109562306a36Sopenharmony_ci		111, "GPIO111",
109662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
109762306a36Sopenharmony_ci		DRV_GRP3,
109862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
109962306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL2"),
110062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL1_3"),
110162306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
110262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2S1_MCK"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT2")
110562306a36Sopenharmony_ci	),
110662306a36Sopenharmony_ci	MTK_PIN(
110762306a36Sopenharmony_ci		112, "GPIO112",
110862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
110962306a36Sopenharmony_ci		DRV_GRP3,
111062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
111162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM1_HOT_PLUG_IN"),
111262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT1")
111362306a36Sopenharmony_ci	),
111462306a36Sopenharmony_ci	MTK_PIN(
111562306a36Sopenharmony_ci		113, "GPIO113",
111662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
111762306a36Sopenharmony_ci		DRV_GRP3,
111862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
111962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT0_C2K_UIM0_HOT_PLUG_IN"),
112062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_EINT0")
112162306a36Sopenharmony_ci	),
112262306a36Sopenharmony_ci	MTK_PIN(
112362306a36Sopenharmony_ci		114, "GPIO114",
112462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
112562306a36Sopenharmony_ci		DRV_GRP3,
112662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
112762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0")
112862306a36Sopenharmony_ci	),
112962306a36Sopenharmony_ci	MTK_PIN(
113062306a36Sopenharmony_ci		115, "GPIO115",
113162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
113262306a36Sopenharmony_ci		DRV_GRP3,
113362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
113462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1")
113562306a36Sopenharmony_ci	),
113662306a36Sopenharmony_ci	MTK_PIN(
113762306a36Sopenharmony_ci		116, "GPIO116",
113862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
113962306a36Sopenharmony_ci		DRV_GRP3,
114062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
114162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2")
114262306a36Sopenharmony_ci	),
114362306a36Sopenharmony_ci	MTK_PIN(
114462306a36Sopenharmony_ci		117, "GPIO117",
114562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
114662306a36Sopenharmony_ci		DRV_GRP3,
114762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
114862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3")
114962306a36Sopenharmony_ci	),
115062306a36Sopenharmony_ci	MTK_PIN(
115162306a36Sopenharmony_ci		118, "GPIO118",
115262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
115362306a36Sopenharmony_ci		DRV_GRP3,
115462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
115562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4")
115662306a36Sopenharmony_ci	),
115762306a36Sopenharmony_ci	MTK_PIN(
115862306a36Sopenharmony_ci		119, "GPIO119",
115962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
116062306a36Sopenharmony_ci		DRV_GRP3,
116162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
116262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5")
116362306a36Sopenharmony_ci	),
116462306a36Sopenharmony_ci	MTK_PIN(
116562306a36Sopenharmony_ci		120, "GPIO120",
116662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
116762306a36Sopenharmony_ci		DRV_GRP3,
116862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
116962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6")
117062306a36Sopenharmony_ci	),
117162306a36Sopenharmony_ci	MTK_PIN(
117262306a36Sopenharmony_ci		121, "GPIO121",
117362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
117462306a36Sopenharmony_ci		DRV_GRP3,
117562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
117662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7")
117762306a36Sopenharmony_ci	),
117862306a36Sopenharmony_ci	MTK_PIN(
117962306a36Sopenharmony_ci		122, "GPIO122",
118062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
118162306a36Sopenharmony_ci		DRV_GRP3,
118262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
118362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD")
118462306a36Sopenharmony_ci	),
118562306a36Sopenharmony_ci	MTK_PIN(
118662306a36Sopenharmony_ci		123, "GPIO123",
118762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
118862306a36Sopenharmony_ci		DRV_GRP3,
118962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
119062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK")
119162306a36Sopenharmony_ci	),
119262306a36Sopenharmony_ci	MTK_PIN(
119362306a36Sopenharmony_ci		124, "GPIO124",
119462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
119562306a36Sopenharmony_ci		DRV_GRP3,
119662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
119762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL")
119862306a36Sopenharmony_ci	),
119962306a36Sopenharmony_ci	MTK_PIN(
120062306a36Sopenharmony_ci		125, "GPIO125",
120162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
120262306a36Sopenharmony_ci		DRV_GRP3,
120362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
120462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB")
120562306a36Sopenharmony_ci	),
120662306a36Sopenharmony_ci	MTK_PIN(
120762306a36Sopenharmony_ci		126, "GPIO126",
120862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
120962306a36Sopenharmony_ci		DRV_GRP3,
121062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
121162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SCLK"),
121262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SCLK"),
121362306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_CLK"),
121462306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_CLK")
121562306a36Sopenharmony_ci	),
121662306a36Sopenharmony_ci	MTK_PIN(
121762306a36Sopenharmony_ci		127, "GPIO127",
121862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
121962306a36Sopenharmony_ci		DRV_GRP3,
122062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
122162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SRST"),
122262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SRST"),
122362306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_RST"),
122462306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_RST")
122562306a36Sopenharmony_ci	),
122662306a36Sopenharmony_ci	MTK_PIN(
122762306a36Sopenharmony_ci		128, "GPIO128",
122862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
122962306a36Sopenharmony_ci		DRV_GRP3,
123062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
123162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SIO"),
123262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM2_SIO"),
123362306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_IO"),
123462306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_IO")
123562306a36Sopenharmony_ci	),
123662306a36Sopenharmony_ci	MTK_PIN(
123762306a36Sopenharmony_ci		129, "GPIO129",
123862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
123962306a36Sopenharmony_ci		DRV_GRP3,
124062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
124162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
124262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JMS"),
124362306a36Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TMS"),
124462306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TMS"),
124562306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TMS")
124662306a36Sopenharmony_ci	),
124762306a36Sopenharmony_ci	MTK_PIN(
124862306a36Sopenharmony_ci		130, "GPIO130",
124962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
125062306a36Sopenharmony_ci		DRV_GRP3,
125162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
125262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
125362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JDI"),
125462306a36Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TDI"),
125562306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDI"),
125662306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TDI")
125762306a36Sopenharmony_ci	),
125862306a36Sopenharmony_ci	MTK_PIN(
125962306a36Sopenharmony_ci		131, "GPIO131",
126062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
126162306a36Sopenharmony_ci		DRV_GRP3,
126262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
126362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
126462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JDO"),
126562306a36Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TDO"),
126662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TDO"),
126762306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TDO")
126862306a36Sopenharmony_ci	),
126962306a36Sopenharmony_ci	MTK_PIN(
127062306a36Sopenharmony_ci		132, "GPIO132",
127162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
127262306a36Sopenharmony_ci		DRV_GRP3,
127362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
127462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
127562306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_RTCK")
127662306a36Sopenharmony_ci	),
127762306a36Sopenharmony_ci	MTK_PIN(
127862306a36Sopenharmony_ci		133, "GPIO133",
127962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
128062306a36Sopenharmony_ci		DRV_GRP3,
128162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
128262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
128362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JINTP"),
128462306a36Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TRSTN"),
128562306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_NTRST"),
128662306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_NTRST")
128762306a36Sopenharmony_ci	),
128862306a36Sopenharmony_ci	MTK_PIN(
128962306a36Sopenharmony_ci		134, "GPIO134",
129062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
129162306a36Sopenharmony_ci		DRV_GRP3,
129262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
129362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
129462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_DSP_JCK"),
129562306a36Sopenharmony_ci		MTK_FUNCTION(3, "LTE_JTAG_TCK"),
129662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UDI_TCK_XI"),
129762306a36Sopenharmony_ci		MTK_FUNCTION(5, "C2K_TCK")
129862306a36Sopenharmony_ci	),
129962306a36Sopenharmony_ci	MTK_PIN(
130062306a36Sopenharmony_ci		135, "GPIO135",
130162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
130262306a36Sopenharmony_ci		DRV_GRP3,
130362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
130462306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_LRCK"),
130562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_LRCK"),
130662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
130762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_SYNC"),
130862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_A"),
130962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
131062306a36Sopenharmony_ci	),
131162306a36Sopenharmony_ci	MTK_PIN(
131262306a36Sopenharmony_ci		136, "GPIO136",
131362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
131462306a36Sopenharmony_ci		DRV_GRP3,
131562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
131662306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_BCK"),
131762306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_BCK"),
131862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
131962306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CLK"),
132062306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_B"),
132162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
132262306a36Sopenharmony_ci	),
132362306a36Sopenharmony_ci	MTK_PIN(
132462306a36Sopenharmony_ci		137, "GPIO137",
132562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
132662306a36Sopenharmony_ci		DRV_GRP3,
132762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
132862306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_MCK"),
132962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_MCK"),
133062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
133162306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
133262306a36Sopenharmony_ci		MTK_FUNCTION(5, "IRTX_OUT"),
133362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
133462306a36Sopenharmony_ci	),
133562306a36Sopenharmony_ci	MTK_PIN(
133662306a36Sopenharmony_ci		138, "GPIO138",
133762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
133862306a36Sopenharmony_ci		DRV_GRP3,
133962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
134062306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA0"),
134162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S0_DI"),
134262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
134362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO0"),
134462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_C"),
134562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SDA3_1"),
134662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
134762306a36Sopenharmony_ci	),
134862306a36Sopenharmony_ci	MTK_PIN(
134962306a36Sopenharmony_ci		139, "GPIO139",
135062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
135162306a36Sopenharmony_ci		DRV_GRP3,
135262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
135362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA1"),
135462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S3_DO"),
135562306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
135662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO1"),
135762306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL2"),
135862306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCL3_1"),
135962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
136062306a36Sopenharmony_ci	),
136162306a36Sopenharmony_ci	MTK_PIN(
136262306a36Sopenharmony_ci		140, "GPIO140",
136362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
136462306a36Sopenharmony_ci		DRV_GRP3,
136562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
136662306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA2"),
136762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
136862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
136962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA1_4"),
137062306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL1"),
137162306a36Sopenharmony_ci		MTK_FUNCTION(6, "URXD3"),
137262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
137362306a36Sopenharmony_ci	),
137462306a36Sopenharmony_ci	MTK_PIN(
137562306a36Sopenharmony_ci		141, "GPIO141",
137662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
137762306a36Sopenharmony_ci		DRV_GRP3,
137862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
137962306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDM_DATA3"),
138062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
138162306a36Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
138262306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL1_4"),
138362306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL0"),
138462306a36Sopenharmony_ci		MTK_FUNCTION(6, "UTXD3"),
138562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
138662306a36Sopenharmony_ci	),
138762306a36Sopenharmony_ci	MTK_PIN(
138862306a36Sopenharmony_ci		142, "GPIO142",
138962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
139062306a36Sopenharmony_ci		DRV_GRP3,
139162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
139262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
139362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO")
139462306a36Sopenharmony_ci	),
139562306a36Sopenharmony_ci	MTK_PIN(
139662306a36Sopenharmony_ci		143, "GPIO143",
139762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
139862306a36Sopenharmony_ci		DRV_GRP3,
139962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
140062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
140162306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI")
140262306a36Sopenharmony_ci	),
140362306a36Sopenharmony_ci	MTK_PIN(
140462306a36Sopenharmony_ci		144, "GPIO144",
140562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
140662306a36Sopenharmony_ci		DRV_GRP3,
140762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
140862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK")
140962306a36Sopenharmony_ci	),
141062306a36Sopenharmony_ci	MTK_PIN(
141162306a36Sopenharmony_ci		145, "GPIO145",
141262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
141362306a36Sopenharmony_ci		DRV_GRP3,
141462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
141562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN")
141662306a36Sopenharmony_ci	),
141762306a36Sopenharmony_ci	MTK_PIN(
141862306a36Sopenharmony_ci		146, "GPIO146",
141962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
142062306a36Sopenharmony_ci		DRV_GRP3,
142162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
142262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI")
142362306a36Sopenharmony_ci	),
142462306a36Sopenharmony_ci	MTK_PIN(
142562306a36Sopenharmony_ci		147, "GPIO147",
142662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
142762306a36Sopenharmony_ci		DRV_GRP3,
142862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
142962306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO"),
143062306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MOSI"),
143162306a36Sopenharmony_ci		MTK_FUNCTION(3, "VOW_DAT_MISO")
143262306a36Sopenharmony_ci	),
143362306a36Sopenharmony_ci	MTK_PIN(
143462306a36Sopenharmony_ci		148, "GPIO148",
143562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
143662306a36Sopenharmony_ci		DRV_GRP3,
143762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
143862306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI"),
143962306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MISO")
144062306a36Sopenharmony_ci	),
144162306a36Sopenharmony_ci	MTK_PIN(
144262306a36Sopenharmony_ci		149, "GPIO149",
144362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
144462306a36Sopenharmony_ci		DRV_GRP3,
144562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
144662306a36Sopenharmony_ci		MTK_FUNCTION(1, "VOW_CLK_MISO")
144762306a36Sopenharmony_ci	),
144862306a36Sopenharmony_ci	MTK_PIN(
144962306a36Sopenharmony_ci		150, "GPIO150",
145062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
145162306a36Sopenharmony_ci		DRV_GRP3,
145262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
145362306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANC_DAT_MOSI")
145462306a36Sopenharmony_ci	),
145562306a36Sopenharmony_ci	MTK_PIN(
145662306a36Sopenharmony_ci		151, "GPIO151",
145762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
145862306a36Sopenharmony_ci		DRV_GRP3,
145962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
146062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL6_0")
146162306a36Sopenharmony_ci	),
146262306a36Sopenharmony_ci	MTK_PIN(
146362306a36Sopenharmony_ci		152, "GPIO152",
146462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
146562306a36Sopenharmony_ci		DRV_GRP3,
146662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
146762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA6_0")
146862306a36Sopenharmony_ci	),
146962306a36Sopenharmony_ci	MTK_PIN(
147062306a36Sopenharmony_ci		153, "GPIO153",
147162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
147262306a36Sopenharmony_ci		DRV_GRP3,
147362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
147462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL7_0")
147562306a36Sopenharmony_ci	),
147662306a36Sopenharmony_ci	MTK_PIN(
147762306a36Sopenharmony_ci		154, "GPIO154",
147862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
147962306a36Sopenharmony_ci		DRV_GRP3,
148062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
148162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA7_0")
148262306a36Sopenharmony_ci	),
148362306a36Sopenharmony_ci	MTK_PIN(
148462306a36Sopenharmony_ci		155, "GPIO155",
148562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
148662306a36Sopenharmony_ci		DRV_GRP3,
148762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
148862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SCLK"),
148962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SCLK"),
149062306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_CLK"),
149162306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_CLK")
149262306a36Sopenharmony_ci	),
149362306a36Sopenharmony_ci	MTK_PIN(
149462306a36Sopenharmony_ci		156, "GPIO156",
149562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
149662306a36Sopenharmony_ci		DRV_GRP3,
149762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
149862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SRST"),
149962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SRST"),
150062306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_RST"),
150162306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_RST")
150262306a36Sopenharmony_ci	),
150362306a36Sopenharmony_ci	MTK_PIN(
150462306a36Sopenharmony_ci		157, "GPIO157",
150562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
150662306a36Sopenharmony_ci		DRV_GRP3,
150762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
150862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SIO"),
150962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD1_SIM1_SIO"),
151062306a36Sopenharmony_ci		MTK_FUNCTION(3, "C2K_UIM0_IO"),
151162306a36Sopenharmony_ci		MTK_FUNCTION(4, "C2K_UIM1_IO")
151262306a36Sopenharmony_ci	),
151362306a36Sopenharmony_ci	MTK_PIN(
151462306a36Sopenharmony_ci		158, "GPIO158",
151562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
151662306a36Sopenharmony_ci		DRV_GRP3,
151762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
151862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP0")
151962306a36Sopenharmony_ci	),
152062306a36Sopenharmony_ci	MTK_PIN(
152162306a36Sopenharmony_ci		159, "GPIO159",
152262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
152362306a36Sopenharmony_ci		DRV_GRP3,
152462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
152562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN0")
152662306a36Sopenharmony_ci	),
152762306a36Sopenharmony_ci	MTK_PIN(
152862306a36Sopenharmony_ci		160, "GPIO160",
152962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
153062306a36Sopenharmony_ci		DRV_GRP3,
153162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
153262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP1")
153362306a36Sopenharmony_ci	),
153462306a36Sopenharmony_ci	MTK_PIN(
153562306a36Sopenharmony_ci		161, "GPIO161",
153662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
153762306a36Sopenharmony_ci		DRV_GRP3,
153862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
153962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN1")
154062306a36Sopenharmony_ci	),
154162306a36Sopenharmony_ci	MTK_PIN(
154262306a36Sopenharmony_ci		162, "GPIO162",
154362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
154462306a36Sopenharmony_ci		DRV_GRP3,
154562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
154662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCP")
154762306a36Sopenharmony_ci	),
154862306a36Sopenharmony_ci	MTK_PIN(
154962306a36Sopenharmony_ci		163, "GPIO163",
155062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
155162306a36Sopenharmony_ci		DRV_GRP3,
155262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
155362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCN")
155462306a36Sopenharmony_ci	),
155562306a36Sopenharmony_ci	MTK_PIN(
155662306a36Sopenharmony_ci		164, "GPIO164",
155762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
155862306a36Sopenharmony_ci		DRV_GRP3,
155962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
156062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP2")
156162306a36Sopenharmony_ci	),
156262306a36Sopenharmony_ci	MTK_PIN(
156362306a36Sopenharmony_ci		165, "GPIO165",
156462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
156562306a36Sopenharmony_ci		DRV_GRP3,
156662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165"),
156762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN2")
156862306a36Sopenharmony_ci	),
156962306a36Sopenharmony_ci	MTK_PIN(
157062306a36Sopenharmony_ci		166, "GPIO166",
157162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
157262306a36Sopenharmony_ci		DRV_GRP3,
157362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166"),
157462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP3")
157562306a36Sopenharmony_ci	),
157662306a36Sopenharmony_ci	MTK_PIN(
157762306a36Sopenharmony_ci		167, "GPIO167",
157862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
157962306a36Sopenharmony_ci		DRV_GRP3,
158062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167"),
158162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN3")
158262306a36Sopenharmony_ci	),
158362306a36Sopenharmony_ci	MTK_PIN(
158462306a36Sopenharmony_ci		168, "GPIO168",
158562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
158662306a36Sopenharmony_ci		DRV_GRP3,
158762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168"),
158862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP0_A")
158962306a36Sopenharmony_ci	),
159062306a36Sopenharmony_ci	MTK_PIN(
159162306a36Sopenharmony_ci		169, "GPIO169",
159262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
159362306a36Sopenharmony_ci		DRV_GRP3,
159462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
159562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN0_A")
159662306a36Sopenharmony_ci	),
159762306a36Sopenharmony_ci	MTK_PIN(
159862306a36Sopenharmony_ci		170, "GPIO170",
159962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
160062306a36Sopenharmony_ci		DRV_GRP3,
160162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
160262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP1_A")
160362306a36Sopenharmony_ci	),
160462306a36Sopenharmony_ci	MTK_PIN(
160562306a36Sopenharmony_ci		171, "GPIO171",
160662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
160762306a36Sopenharmony_ci		DRV_GRP3,
160862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
160962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN1_A")
161062306a36Sopenharmony_ci	),
161162306a36Sopenharmony_ci	MTK_PIN(
161262306a36Sopenharmony_ci		172, "GPIO172",
161362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
161462306a36Sopenharmony_ci		DRV_GRP3,
161562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
161662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCP_A")
161762306a36Sopenharmony_ci	),
161862306a36Sopenharmony_ci	MTK_PIN(
161962306a36Sopenharmony_ci		173, "GPIO173",
162062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
162162306a36Sopenharmony_ci		DRV_GRP3,
162262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
162362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TCN_A")
162462306a36Sopenharmony_ci	),
162562306a36Sopenharmony_ci	MTK_PIN(
162662306a36Sopenharmony_ci		174, "GPIO174",
162762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
162862306a36Sopenharmony_ci		DRV_GRP3,
162962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
163062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP2_A")
163162306a36Sopenharmony_ci	),
163262306a36Sopenharmony_ci	MTK_PIN(
163362306a36Sopenharmony_ci		175, "GPIO175",
163462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
163562306a36Sopenharmony_ci		DRV_GRP3,
163662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
163762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN2_A")
163862306a36Sopenharmony_ci	),
163962306a36Sopenharmony_ci	MTK_PIN(
164062306a36Sopenharmony_ci		176, "GPIO176",
164162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
164262306a36Sopenharmony_ci		DRV_GRP3,
164362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
164462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDP3_A")
164562306a36Sopenharmony_ci	),
164662306a36Sopenharmony_ci	MTK_PIN(
164762306a36Sopenharmony_ci		177, "GPIO177",
164862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
164962306a36Sopenharmony_ci		DRV_GRP3,
165062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
165162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI_TDN3_A")
165262306a36Sopenharmony_ci	),
165362306a36Sopenharmony_ci	MTK_PIN(
165462306a36Sopenharmony_ci		178, "GPIO178",
165562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
165662306a36Sopenharmony_ci		DRV_GRP3,
165762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
165862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
165962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_D"),
166062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
166162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
166262306a36Sopenharmony_ci	),
166362306a36Sopenharmony_ci	MTK_PIN(
166462306a36Sopenharmony_ci		179, "GPIO179",
166562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
166662306a36Sopenharmony_ci		DRV_GRP3,
166762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
166862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE0"),
166962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
167062306a36Sopenharmony_ci	),
167162306a36Sopenharmony_ci	MTK_PIN(
167262306a36Sopenharmony_ci		180, "GPIO180",
167362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
167462306a36Sopenharmony_ci		DRV_GRP3,
167562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
167662306a36Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST"),
167762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DSI_TE1"),
167862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
167962306a36Sopenharmony_ci	),
168062306a36Sopenharmony_ci	MTK_PIN(
168162306a36Sopenharmony_ci		181, "GPIO181",
168262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
168362306a36Sopenharmony_ci		DRV_GRP3,
168462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
168562306a36Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
168662306a36Sopenharmony_ci		MTK_FUNCTION(2, "DSI_TE1"),
168762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
168862306a36Sopenharmony_ci	),
168962306a36Sopenharmony_ci	MTK_PIN(
169062306a36Sopenharmony_ci		182, "GPIO182",
169162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
169262306a36Sopenharmony_ci		DRV_GRP3,
169362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
169462306a36Sopenharmony_ci		MTK_FUNCTION(1, "TESTMODE")
169562306a36Sopenharmony_ci	),
169662306a36Sopenharmony_ci	MTK_PIN(
169762306a36Sopenharmony_ci		183, "GPIO183",
169862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
169962306a36Sopenharmony_ci		DRV_GRP3,
170062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
170162306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_CK"),
170262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_CK"),
170362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
170462306a36Sopenharmony_ci	),
170562306a36Sopenharmony_ci	MTK_PIN(
170662306a36Sopenharmony_ci		184, "GPIO184",
170762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
170862306a36Sopenharmony_ci		DRV_GRP3,
170962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
171062306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_EN"),
171162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_EN"),
171262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
171362306a36Sopenharmony_ci	),
171462306a36Sopenharmony_ci	MTK_PIN(
171562306a36Sopenharmony_ci		185, "GPIO185",
171662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
171762306a36Sopenharmony_ci		DRV_GRP3,
171862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
171962306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D0"),
172062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D0"),
172162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
172262306a36Sopenharmony_ci	),
172362306a36Sopenharmony_ci	MTK_PIN(
172462306a36Sopenharmony_ci		186, "GPIO186",
172562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
172662306a36Sopenharmony_ci		DRV_GRP3,
172762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
172862306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D1"),
172962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D1"),
173062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
173162306a36Sopenharmony_ci	),
173262306a36Sopenharmony_ci	MTK_PIN(
173362306a36Sopenharmony_ci		187, "GPIO187",
173462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
173562306a36Sopenharmony_ci		DRV_GRP3,
173662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
173762306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D2"),
173862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPM_BSI_D2"),
173962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
174062306a36Sopenharmony_ci	),
174162306a36Sopenharmony_ci	MTK_PIN(
174262306a36Sopenharmony_ci		188, "GPIO188",
174362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
174462306a36Sopenharmony_ci		DRV_GRP3,
174562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
174662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SCLK"),
174762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B32")
174862306a36Sopenharmony_ci	),
174962306a36Sopenharmony_ci	MTK_PIN(
175062306a36Sopenharmony_ci		189, "GPIO189",
175162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
175262306a36Sopenharmony_ci		DRV_GRP3,
175362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
175462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SDATA")
175562306a36Sopenharmony_ci	),
175662306a36Sopenharmony_ci	MTK_PIN(
175762306a36Sopenharmony_ci		190, "GPIO190",
175862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
175962306a36Sopenharmony_ci		DRV_GRP3,
176062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
176162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SCLK")
176262306a36Sopenharmony_ci	),
176362306a36Sopenharmony_ci	MTK_PIN(
176462306a36Sopenharmony_ci		191, "GPIO191",
176562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
176662306a36Sopenharmony_ci		DRV_GRP3,
176762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
176862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SDATA")
176962306a36Sopenharmony_ci	),
177062306a36Sopenharmony_ci	MTK_PIN(
177162306a36Sopenharmony_ci		192, "GPIO192",
177262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
177362306a36Sopenharmony_ci		DRV_GRP3,
177462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
177562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS4")
177662306a36Sopenharmony_ci	),
177762306a36Sopenharmony_ci	MTK_PIN(
177862306a36Sopenharmony_ci		193, "GPIO193",
177962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
178062306a36Sopenharmony_ci		DRV_GRP3,
178162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
178262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS5"),
178362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
178462306a36Sopenharmony_ci	),
178562306a36Sopenharmony_ci	MTK_PIN(
178662306a36Sopenharmony_ci		194, "GPIO194",
178762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
178862306a36Sopenharmony_ci		DRV_GRP3,
178962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
179062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS6"),
179162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
179262306a36Sopenharmony_ci	),
179362306a36Sopenharmony_ci	MTK_PIN(
179462306a36Sopenharmony_ci		195, "GPIO195",
179562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
179662306a36Sopenharmony_ci		DRV_GRP3,
179762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
179862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS7"),
179962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
180062306a36Sopenharmony_ci	),
180162306a36Sopenharmony_ci	MTK_PIN(
180262306a36Sopenharmony_ci		196, "GPIO196",
180362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
180462306a36Sopenharmony_ci		DRV_GRP3,
180562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
180662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS8"),
180762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
180862306a36Sopenharmony_ci	),
180962306a36Sopenharmony_ci	MTK_PIN(
181062306a36Sopenharmony_ci		197, "GPIO197",
181162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
181262306a36Sopenharmony_ci		DRV_GRP3,
181362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
181462306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS9"),
181562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
181662306a36Sopenharmony_ci	),
181762306a36Sopenharmony_ci	MTK_PIN(
181862306a36Sopenharmony_ci		198, "GPIO198",
181962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
182062306a36Sopenharmony_ci		DRV_GRP3,
182162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
182262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS10"),
182362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
182462306a36Sopenharmony_ci	),
182562306a36Sopenharmony_ci	MTK_PIN(
182662306a36Sopenharmony_ci		199, "GPIO199",
182762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
182862306a36Sopenharmony_ci		DRV_GRP3,
182962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
183062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS11"),
183162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
183262306a36Sopenharmony_ci	),
183362306a36Sopenharmony_ci	MTK_PIN(
183462306a36Sopenharmony_ci		200, "GPIO200",
183562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
183662306a36Sopenharmony_ci		DRV_GRP3,
183762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
183862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS12"),
183962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
184062306a36Sopenharmony_ci	),
184162306a36Sopenharmony_ci	MTK_PIN(
184262306a36Sopenharmony_ci		201, "GPIO201",
184362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
184462306a36Sopenharmony_ci		DRV_GRP3,
184562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
184662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS13"),
184762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
184862306a36Sopenharmony_ci	),
184962306a36Sopenharmony_ci	MTK_PIN(
185062306a36Sopenharmony_ci		202, "GPIO202",
185162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
185262306a36Sopenharmony_ci		DRV_GRP3,
185362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
185462306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS14"),
185562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
185662306a36Sopenharmony_ci	),
185762306a36Sopenharmony_ci	MTK_PIN(
185862306a36Sopenharmony_ci		203, "GPIO203",
185962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
186062306a36Sopenharmony_ci		DRV_GRP3,
186162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO203"),
186262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS15"),
186362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
186462306a36Sopenharmony_ci	),
186562306a36Sopenharmony_ci	MTK_PIN(
186662306a36Sopenharmony_ci		204, "GPIO204",
186762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
186862306a36Sopenharmony_ci		DRV_GRP3,
186962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO204"),
187062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS16"),
187162306a36Sopenharmony_ci		MTK_FUNCTION(2, "PA_VM0"),
187262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
187362306a36Sopenharmony_ci	),
187462306a36Sopenharmony_ci	MTK_PIN(
187562306a36Sopenharmony_ci		205, "GPIO205",
187662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
187762306a36Sopenharmony_ci		DRV_GRP3,
187862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO205"),
187962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS17"),
188062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PA_VM1"),
188162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
188262306a36Sopenharmony_ci	),
188362306a36Sopenharmony_ci	MTK_PIN(
188462306a36Sopenharmony_ci		206, "GPIO206",
188562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
188662306a36Sopenharmony_ci		DRV_GRP3,
188762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO206"),
188862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS18"),
188962306a36Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP0"),
189062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
189162306a36Sopenharmony_ci	),
189262306a36Sopenharmony_ci	MTK_PIN(
189362306a36Sopenharmony_ci		207, "GPIO207",
189462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
189562306a36Sopenharmony_ci		DRV_GRP3,
189662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO207"),
189762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS19"),
189862306a36Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP1"),
189962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
190062306a36Sopenharmony_ci	),
190162306a36Sopenharmony_ci	MTK_PIN(
190262306a36Sopenharmony_ci		208, "GPIO208",
190362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
190462306a36Sopenharmony_ci		DRV_GRP3,
190562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO208"),
190662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS20"),
190762306a36Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP2"),
190862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
190962306a36Sopenharmony_ci	),
191062306a36Sopenharmony_ci	MTK_PIN(
191162306a36Sopenharmony_ci		209, "GPIO209",
191262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
191362306a36Sopenharmony_ci		DRV_GRP3,
191462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO209"),
191562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS21"),
191662306a36Sopenharmony_ci		MTK_FUNCTION(2, "TX_SWAP3"),
191762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
191862306a36Sopenharmony_ci	),
191962306a36Sopenharmony_ci	MTK_PIN(
192062306a36Sopenharmony_ci		210, "GPIO210",
192162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
192262306a36Sopenharmony_ci		DRV_GRP3,
192362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO210"),
192462306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS22"),
192562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DET_BPI0"),
192662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
192762306a36Sopenharmony_ci	),
192862306a36Sopenharmony_ci	MTK_PIN(
192962306a36Sopenharmony_ci		211, "GPIO211",
193062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
193162306a36Sopenharmony_ci		DRV_GRP3,
193262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO211"),
193362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS23"),
193462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DET_BPI1"),
193562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
193662306a36Sopenharmony_ci	),
193762306a36Sopenharmony_ci	MTK_PIN(
193862306a36Sopenharmony_ci		212, "GPIO212",
193962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
194062306a36Sopenharmony_ci		DRV_GRP3,
194162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO212"),
194262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS0"),
194362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
194462306a36Sopenharmony_ci	),
194562306a36Sopenharmony_ci	MTK_PIN(
194662306a36Sopenharmony_ci		213, "GPIO213",
194762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
194862306a36Sopenharmony_ci		DRV_GRP3,
194962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO213"),
195062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS1"),
195162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
195262306a36Sopenharmony_ci	),
195362306a36Sopenharmony_ci	MTK_PIN(
195462306a36Sopenharmony_ci		214, "GPIO214",
195562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
195662306a36Sopenharmony_ci		DRV_GRP3,
195762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO214"),
195862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS2"),
195962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
196062306a36Sopenharmony_ci	),
196162306a36Sopenharmony_ci	MTK_PIN(
196262306a36Sopenharmony_ci		215, "GPIO215",
196362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
196462306a36Sopenharmony_ci		DRV_GRP3,
196562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO215"),
196662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS3"),
196762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
196862306a36Sopenharmony_ci	),
196962306a36Sopenharmony_ci	MTK_PIN(
197062306a36Sopenharmony_ci		216, "GPIO216",
197162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
197262306a36Sopenharmony_ci		DRV_GRP3,
197362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO216"),
197462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SCLK"),
197562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
197662306a36Sopenharmony_ci	),
197762306a36Sopenharmony_ci	MTK_PIN(
197862306a36Sopenharmony_ci		217, "GPIO217",
197962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
198062306a36Sopenharmony_ci		DRV_GRP3,
198162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO217"),
198262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SDATA"),
198362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
198462306a36Sopenharmony_ci	),
198562306a36Sopenharmony_ci	MTK_PIN(
198662306a36Sopenharmony_ci		218, "GPIO218",
198762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
198862306a36Sopenharmony_ci		DRV_GRP3,
198962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO218"),
199062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SCLK"),
199162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
199262306a36Sopenharmony_ci	),
199362306a36Sopenharmony_ci	MTK_PIN(
199462306a36Sopenharmony_ci		219, "GPIO219",
199562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
199662306a36Sopenharmony_ci		DRV_GRP3,
199762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO219"),
199862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SDATA"),
199962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
200062306a36Sopenharmony_ci	),
200162306a36Sopenharmony_ci	MTK_PIN(
200262306a36Sopenharmony_ci		220, "GPIO220",
200362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
200462306a36Sopenharmony_ci		DRV_GRP3,
200562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO220"),
200662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_IP")
200762306a36Sopenharmony_ci	),
200862306a36Sopenharmony_ci	MTK_PIN(
200962306a36Sopenharmony_ci		221, "GPIO221",
201062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
201162306a36Sopenharmony_ci		DRV_GRP3,
201262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO221"),
201362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_IN")
201462306a36Sopenharmony_ci	),
201562306a36Sopenharmony_ci	MTK_PIN(
201662306a36Sopenharmony_ci		222, "GPIO222",
201762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
201862306a36Sopenharmony_ci		DRV_GRP3,
201962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO222"),
202062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_QP")
202162306a36Sopenharmony_ci	),
202262306a36Sopenharmony_ci	MTK_PIN(
202362306a36Sopenharmony_ci		223, "GPIO223",
202462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
202562306a36Sopenharmony_ci		DRV_GRP3,
202662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO223"),
202762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_QN")
202862306a36Sopenharmony_ci	),
202962306a36Sopenharmony_ci	MTK_PIN(
203062306a36Sopenharmony_ci		224, "GPIO224",
203162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
203262306a36Sopenharmony_ci		DRV_GRP3,
203362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO224"),
203462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_IP")
203562306a36Sopenharmony_ci	),
203662306a36Sopenharmony_ci	MTK_PIN(
203762306a36Sopenharmony_ci		225, "GPIO225",
203862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
203962306a36Sopenharmony_ci		DRV_GRP3,
204062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO225"),
204162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_IN")
204262306a36Sopenharmony_ci	),
204362306a36Sopenharmony_ci	MTK_PIN(
204462306a36Sopenharmony_ci		226, "GPIO226",
204562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
204662306a36Sopenharmony_ci		DRV_GRP3,
204762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO226"),
204862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_QP")
204962306a36Sopenharmony_ci	),
205062306a36Sopenharmony_ci	MTK_PIN(
205162306a36Sopenharmony_ci		227, "GPIO227",
205262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
205362306a36Sopenharmony_ci		DRV_GRP3,
205462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO227"),
205562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_QN")
205662306a36Sopenharmony_ci	),
205762306a36Sopenharmony_ci	MTK_PIN(
205862306a36Sopenharmony_ci		228, "GPIO228",
205962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
206062306a36Sopenharmony_ci		DRV_GRP3,
206162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO228"),
206262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_IP")
206362306a36Sopenharmony_ci	),
206462306a36Sopenharmony_ci	MTK_PIN(
206562306a36Sopenharmony_ci		229, "GPIO229",
206662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
206762306a36Sopenharmony_ci		DRV_GRP3,
206862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO229"),
206962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_IN")
207062306a36Sopenharmony_ci	),
207162306a36Sopenharmony_ci	MTK_PIN(
207262306a36Sopenharmony_ci		230, "GPIO230",
207362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
207462306a36Sopenharmony_ci		DRV_GRP3,
207562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO230"),
207662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_QP")
207762306a36Sopenharmony_ci	),
207862306a36Sopenharmony_ci	MTK_PIN(
207962306a36Sopenharmony_ci		231, "GPIO231",
208062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
208162306a36Sopenharmony_ci		DRV_GRP3,
208262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO231"),
208362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_GPS_QN")
208462306a36Sopenharmony_ci	),
208562306a36Sopenharmony_ci	MTK_PIN(
208662306a36Sopenharmony_ci		232, "GPIO232",
208762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
208862306a36Sopenharmony_ci		DRV_GRP3,
208962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO232"),
209062306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
209162306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD1"),
209262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
209362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
209462306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD2"),
209562306a36Sopenharmony_ci		MTK_FUNCTION(6, "C2K_URXD0"),
209662306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_URXD1")
209762306a36Sopenharmony_ci	),
209862306a36Sopenharmony_ci	MTK_PIN(
209962306a36Sopenharmony_ci		233, "GPIO233",
210062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
210162306a36Sopenharmony_ci		DRV_GRP3,
210262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO233"),
210362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
210462306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD1"),
210562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
210662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
210762306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD2"),
210862306a36Sopenharmony_ci		MTK_FUNCTION(6, "C2K_UTXD0"),
210962306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_UTXD1")
211062306a36Sopenharmony_ci	),
211162306a36Sopenharmony_ci	MTK_PIN(
211262306a36Sopenharmony_ci		234, "GPIO234",
211362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
211462306a36Sopenharmony_ci		DRV_GRP3,
211562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO234"),
211662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_CLK_B"),
211762306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD1_AO"),
211862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL4_1"),
211962306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD0"),
212062306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_A"),
212162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
212262306a36Sopenharmony_ci	),
212362306a36Sopenharmony_ci	MTK_PIN(
212462306a36Sopenharmony_ci		235, "GPIO235",
212562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
212662306a36Sopenharmony_ci		DRV_GRP3,
212762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO235"),
212862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_MI_B"),
212962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MO_B"),
213062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA4_1"),
213162306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD0"),
213262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CLKM0"),
213362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
213462306a36Sopenharmony_ci	),
213562306a36Sopenharmony_ci	MTK_PIN(
213662306a36Sopenharmony_ci		236, "GPIO236",
213762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
213862306a36Sopenharmony_ci		DRV_GRP3,
213962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO236"),
214062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_MO_B"),
214162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI1_MI_B"),
214262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL5_1"),
214362306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS0"),
214462306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_B"),
214562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
214662306a36Sopenharmony_ci	),
214762306a36Sopenharmony_ci	MTK_PIN(
214862306a36Sopenharmony_ci		237, "GPIO237",
214962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
215062306a36Sopenharmony_ci		DRV_GRP3,
215162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO237"),
215262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_CS_B"),
215362306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD1_AO"),
215462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA5_1"),
215562306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS0"),
215662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CLKM1"),
215762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
215862306a36Sopenharmony_ci	),
215962306a36Sopenharmony_ci	MTK_PIN(
216062306a36Sopenharmony_ci		238, "GPIO238",
216162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
216262306a36Sopenharmony_ci		DRV_GRP3,
216362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO238"),
216462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA4_0")
216562306a36Sopenharmony_ci	),
216662306a36Sopenharmony_ci	MTK_PIN(
216762306a36Sopenharmony_ci		239, "GPIO239",
216862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
216962306a36Sopenharmony_ci		DRV_GRP3,
217062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO239"),
217162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL4_0")
217262306a36Sopenharmony_ci	),
217362306a36Sopenharmony_ci	MTK_PIN(
217462306a36Sopenharmony_ci		240, "GPIO240",
217562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
217662306a36Sopenharmony_ci		DRV_GRP3,
217762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO240"),
217862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA5_0")
217962306a36Sopenharmony_ci	),
218062306a36Sopenharmony_ci	MTK_PIN(
218162306a36Sopenharmony_ci		241, "GPIO241",
218262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
218362306a36Sopenharmony_ci		DRV_GRP3,
218462306a36Sopenharmony_ci				MTK_FUNCTION(0, "GPIO241"),
218562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL5_0")
218662306a36Sopenharmony_ci	),
218762306a36Sopenharmony_ci	MTK_PIN(
218862306a36Sopenharmony_ci		242, "GPIO242",
218962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
219062306a36Sopenharmony_ci		DRV_GRP3,
219162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO242"),
219262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CLK_B"),
219362306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD2_AO"),
219462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL4_2"),
219562306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD1"),
219662306a36Sopenharmony_ci		MTK_FUNCTION(5, "URTS3"),
219762306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_C"),
219862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
219962306a36Sopenharmony_ci	),
220062306a36Sopenharmony_ci	MTK_PIN(
220162306a36Sopenharmony_ci		243, "GPIO243",
220262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
220362306a36Sopenharmony_ci		DRV_GRP3,
220462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO243"),
220562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MI_B"),
220662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MO_B"),
220762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA4_2"),
220862306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD1"),
220962306a36Sopenharmony_ci		MTK_FUNCTION(5, "UCTS3"),
221062306a36Sopenharmony_ci		MTK_FUNCTION(6, "CLKM2"),
221162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
221262306a36Sopenharmony_ci	),
221362306a36Sopenharmony_ci	MTK_PIN(
221462306a36Sopenharmony_ci		244, "GPIO244",
221562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
221662306a36Sopenharmony_ci		DRV_GRP3,
221762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO244"),
221862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_MO_B"),
221962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MI_B"),
222062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL5_2"),
222162306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS1"),
222262306a36Sopenharmony_ci		MTK_FUNCTION(5, "UTXD3"),
222362306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM_D"),
222462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
222562306a36Sopenharmony_ci	),
222662306a36Sopenharmony_ci	MTK_PIN(
222762306a36Sopenharmony_ci		245, "GPIO245",
222862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
222962306a36Sopenharmony_ci		DRV_GRP3,
223062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO245"),
223162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI2_CS_B"),
223262306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD2_AO"),
223362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA5_2"),
223462306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS1"),
223562306a36Sopenharmony_ci		MTK_FUNCTION(5, "URXD3"),
223662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CLKM3"),
223762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
223862306a36Sopenharmony_ci	),
223962306a36Sopenharmony_ci	MTK_PIN(
224062306a36Sopenharmony_ci		246, "GPIO246",
224162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
224262306a36Sopenharmony_ci		DRV_GRP3,
224362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO246"),
224462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_LRCK"),
224562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_LRCK"),
224662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_LRCK"),
224762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_LRCK"),
224862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_SYNC"),
224962306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_CLK_C"),
225062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
225162306a36Sopenharmony_ci	),
225262306a36Sopenharmony_ci	MTK_PIN(
225362306a36Sopenharmony_ci		247, "GPIO247",
225462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
225562306a36Sopenharmony_ci		DRV_GRP3,
225662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO247"),
225762306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_BCK"),
225862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_BCK"),
225962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_BCK"),
226062306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_BCK"),
226162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_CLK"),
226262306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_MI_C"),
226362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
226462306a36Sopenharmony_ci	),
226562306a36Sopenharmony_ci	MTK_PIN(
226662306a36Sopenharmony_ci		248, "GPIO248",
226762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
226862306a36Sopenharmony_ci		DRV_GRP3,
226962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO248"),
227062306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S2_DI"),
227162306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_DI"),
227262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_DI"),
227362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
227462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DI"),
227562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_CS_C")
227662306a36Sopenharmony_ci	),
227762306a36Sopenharmony_ci	MTK_PIN(
227862306a36Sopenharmony_ci		249, "GPIO249",
227962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
228062306a36Sopenharmony_ci		DRV_GRP3,
228162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO249"),
228262306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_DO"),
228362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
228462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S3_DO"),
228562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_DO"),
228662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM0_DO"),
228762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI5_MO_C"),
228862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TRAP_SRAM_PWR_BYPASS")
228962306a36Sopenharmony_ci	),
229062306a36Sopenharmony_ci	MTK_PIN(
229162306a36Sopenharmony_ci		250, "GPIO250",
229262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
229362306a36Sopenharmony_ci		DRV_GRP3,
229462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO250"),
229562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MI"),
229662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MO"),
229762306a36Sopenharmony_ci		MTK_FUNCTION(3, "IRTX_OUT"),
229862306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD1_AO"),
229962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DROP_ZONE")
230062306a36Sopenharmony_ci	),
230162306a36Sopenharmony_ci	MTK_PIN(
230262306a36Sopenharmony_ci		251, "GPIO251",
230362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
230462306a36Sopenharmony_ci		DRV_GRP3,
230562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO251"),
230662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MO"),
230762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI3_MI"),
230862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMFLASH"),
230962306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD1_AO"),
231062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_RTCK")
231162306a36Sopenharmony_ci	),
231262306a36Sopenharmony_ci	MTK_PIN(
231362306a36Sopenharmony_ci		252, "GPIO252",
231462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
231562306a36Sopenharmony_ci		DRV_GRP3,
231662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO252"),
231762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CLK"),
231862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL0_4"),
231962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_D"),
232062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TMS")
232162306a36Sopenharmony_ci	),
232262306a36Sopenharmony_ci	MTK_PIN(
232362306a36Sopenharmony_ci		253, "GPIO253",
232462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
232562306a36Sopenharmony_ci		DRV_GRP3,
232662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO253"),
232762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CS"),
232862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA0_4"),
232962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_A"),
233062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TCK")
233162306a36Sopenharmony_ci	),
233262306a36Sopenharmony_ci	MTK_PIN(
233362306a36Sopenharmony_ci		254, "GPIO254",
233462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
233562306a36Sopenharmony_ci		DRV_GRP3,
233662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO254"),
233762306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2S1_MCK"),
233862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S2_MCK"),
233962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S0_MCK"),
234062306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_MCK"),
234162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
234262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDI")
234362306a36Sopenharmony_ci	),
234462306a36Sopenharmony_ci	MTK_PIN(
234562306a36Sopenharmony_ci		255, "GPIO255",
234662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
234762306a36Sopenharmony_ci		DRV_GRP3,
234862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO255"),
234962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM1"),
235062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
235162306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_B"),
235262306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO1_AO"),
235362306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_TDO")
235462306a36Sopenharmony_ci	),
235562306a36Sopenharmony_ci	MTK_PIN(
235662306a36Sopenharmony_ci		256, "GPIO256",
235762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
235862306a36Sopenharmony_ci		DRV_GRP3,
235962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO256"),
236062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM2"),
236162306a36Sopenharmony_ci		MTK_FUNCTION(2, "IRTX_OUT"),
236262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_C"),
236362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO0_AO"),
236462306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_NTRST")
236562306a36Sopenharmony_ci	),
236662306a36Sopenharmony_ci	MTK_PIN(
236762306a36Sopenharmony_ci		257, "GPIO257",
236862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
236962306a36Sopenharmony_ci		DRV_GRP3,
237062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO257"),
237162306a36Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TMS"),
237262306a36Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TMS"),
237362306a36Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TMS"),
237462306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAP_SIB1_SWD"),
237562306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TMS"),
237662306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TMS"),
237762306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTMS")
237862306a36Sopenharmony_ci	),
237962306a36Sopenharmony_ci	MTK_PIN(
238062306a36Sopenharmony_ci		258, "GPIO258",
238162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
238262306a36Sopenharmony_ci		DRV_GRP3,
238362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO258"),
238462306a36Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TCK"),
238562306a36Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TCK"),
238662306a36Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TCK_XI"),
238762306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAP_SIB1_SWCK"),
238862306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TCK"),
238962306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TCK"),
239062306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTCK")
239162306a36Sopenharmony_ci	),
239262306a36Sopenharmony_ci	MTK_PIN(
239362306a36Sopenharmony_ci		259, "GPIO259",
239462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
239562306a36Sopenharmony_ci		DRV_GRP3,
239662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO259"),
239762306a36Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TDI"),
239862306a36Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TDI"),
239962306a36Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TDI"),
240062306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TDI"),
240162306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TDI"),
240262306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDI")
240362306a36Sopenharmony_ci	),
240462306a36Sopenharmony_ci	MTK_PIN(
240562306a36Sopenharmony_ci		260, "GPIO260",
240662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
240762306a36Sopenharmony_ci		DRV_GRP3,
240862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO260"),
240962306a36Sopenharmony_ci		MTK_FUNCTION(1, "IO_JTAG_TDO"),
241062306a36Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TDO"),
241162306a36Sopenharmony_ci		MTK_FUNCTION(3, "DFD_TDO"),
241262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TDO"),
241362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TDO"),
241462306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_OTDO")
241562306a36Sopenharmony_ci	),
241662306a36Sopenharmony_ci	MTK_PIN(
241762306a36Sopenharmony_ci		261, "GPIO261",
241862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
241962306a36Sopenharmony_ci		DRV_GRP3,
242062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO261"),
242162306a36Sopenharmony_ci		MTK_FUNCTION(2, "LTE_JTAG_TRSTN"),
242262306a36Sopenharmony_ci		MTK_FUNCTION(3, "DFD_NTRST"),
242362306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANC_JTAG_TRSTN"),
242462306a36Sopenharmony_ci		MTK_FUNCTION(6, "SCP_JTAG_TRSTN"),
242562306a36Sopenharmony_ci		MTK_FUNCTION(7, "C2K_DM_JTINTP")
242662306a36Sopenharmony_ci	),
242762306a36Sopenharmony_ci};
242862306a36Sopenharmony_ci
242962306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT6797_H */
2430