162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2018 MediaTek Inc.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Author: ZH Chen <zh.chen@mediatek.com>
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6765_H
1062306a36Sopenharmony_ci#define __PINCTRL_MTK_MT6765_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include "pinctrl-paris.h"
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistatic struct mtk_pin_desc mtk_pins_mt6765[] = {
1562306a36Sopenharmony_ci	MTK_PIN(
1662306a36Sopenharmony_ci		0, "GPIO0",
1762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 0),
1862306a36Sopenharmony_ci		DRV_GRP4,
1962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
2062306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
2162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
2262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
2362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_MCK"),
2462306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
2562306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO0_AO"),
2662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
2762306a36Sopenharmony_ci	),
2862306a36Sopenharmony_ci	MTK_PIN(
2962306a36Sopenharmony_ci		1, "GPIO1",
3062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 1),
3162306a36Sopenharmony_ci		DRV_GRP4,
3262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
3362306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
3462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
3562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_BCK"),
3662306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
3762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO1_AO"),
3862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
3962306a36Sopenharmony_ci	),
4062306a36Sopenharmony_ci	MTK_PIN(
4162306a36Sopenharmony_ci		2, "GPIO2",
4262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 2),
4362306a36Sopenharmony_ci		DRV_GRP4,
4462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
4562306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS0"),
4662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
4762306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD1"),
4862306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_LRCK"),
4962306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL6"),
5062306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO2_AO"),
5162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
5262306a36Sopenharmony_ci	),
5362306a36Sopenharmony_ci	MTK_PIN(
5462306a36Sopenharmony_ci		3, "GPIO3",
5562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 3),
5662306a36Sopenharmony_ci		DRV_GRP4,
5762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
5862306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS0"),
5962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
6062306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD1"),
6162306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S0_DI"),
6262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL7"),
6362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO3_AO"),
6462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
6562306a36Sopenharmony_ci	),
6662306a36Sopenharmony_ci	MTK_PIN(
6762306a36Sopenharmony_ci		4, "GPIO4",
6862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 4),
6962306a36Sopenharmony_ci		DRV_GRP4,
7062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
7162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_B_MI"),
7262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_MI"),
7362306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS0"),
7462306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_MCK"),
7562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_URXD_AO"),
7662306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO4_AO")
7762306a36Sopenharmony_ci	),
7862306a36Sopenharmony_ci	MTK_PIN(
7962306a36Sopenharmony_ci		5, "GPIO5",
8062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 5),
8162306a36Sopenharmony_ci		DRV_GRP4,
8262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
8362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_B_CSB"),
8462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_CS"),
8562306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS0"),
8662306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_BCK"),
8762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_UTXD_AO"),
8862306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO5_AO")
8962306a36Sopenharmony_ci	),
9062306a36Sopenharmony_ci	MTK_PIN(
9162306a36Sopenharmony_ci		6, "GPIO6",
9262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 6),
9362306a36Sopenharmony_ci		DRV_GRP4,
9462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
9562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_B_MO"),
9662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_MO"),
9762306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM0"),
9862306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_LRCK"),
9962306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
10062306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO6_AO")
10162306a36Sopenharmony_ci	),
10262306a36Sopenharmony_ci	MTK_PIN(
10362306a36Sopenharmony_ci		7, "GPIO7",
10462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 7),
10562306a36Sopenharmony_ci		DRV_GRP4,
10662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
10762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_B_CLK"),
10862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_CK"),
10962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM1"),
11062306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2S3_DO"),
11162306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
11262306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO7_AO")
11362306a36Sopenharmony_ci	),
11462306a36Sopenharmony_ci	MTK_PIN(
11562306a36Sopenharmony_ci		8, "GPIO8",
11662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 8),
11762306a36Sopenharmony_ci		DRV_GRP4,
11862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
11962306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
12062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SRCLKENAI0"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT1_C2K_UIM0_HOT_PLUG"),
12262306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL3"),
12362306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_JTAG_TRSTN"),
12462306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_MCK"),
12562306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTRSTN_SEL1")
12662306a36Sopenharmony_ci	),
12762306a36Sopenharmony_ci	MTK_PIN(
12862306a36Sopenharmony_ci		9, "GPIO9",
12962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 9),
13062306a36Sopenharmony_ci		DRV_GRP4,
13162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
13262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT0"),
13362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMMCLK2"),
13462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_TRST_B"),
13562306a36Sopenharmony_ci		MTK_FUNCTION(4, "IDDIG"),
13662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA_6306"),
13762306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TRSTN"),
13862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
13962306a36Sopenharmony_ci	),
14062306a36Sopenharmony_ci	MTK_PIN(
14162306a36Sopenharmony_ci		10, "GPIO10",
14262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 10),
14362306a36Sopenharmony_ci		DRV_GRP4,
14462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
14562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM0_HOT_PLUG"),
14662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_DBGI_N"),
14762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SRCLKENAI1"),
14862306a36Sopenharmony_ci		MTK_FUNCTION(5, "EXT_FRAME_SYNC"),
14962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CMVREF1"),
15062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
15162306a36Sopenharmony_ci	),
15262306a36Sopenharmony_ci	MTK_PIN(
15362306a36Sopenharmony_ci		11, "GPIO11",
15462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 11),
15562306a36Sopenharmony_ci		DRV_GRP4,
15662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
15762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT2_C2K_UIM1_HOT_PLUG"),
15862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
15962306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL6"),
16062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SRCLKENAI0"),
16162306a36Sopenharmony_ci		MTK_FUNCTION(5, "EXT_FRAME_SYNC"),
16262306a36Sopenharmony_ci		MTK_FUNCTION(6, "UCTS1"),
16362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
16462306a36Sopenharmony_ci	),
16562306a36Sopenharmony_ci	MTK_PIN(
16662306a36Sopenharmony_ci		12, "GPIO12",
16762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 12),
16862306a36Sopenharmony_ci		DRV_GRP4,
16962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
17062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM0"),
17162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SRCLKENAI1"),
17262306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
17362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT0"),
17462306a36Sopenharmony_ci		MTK_FUNCTION(5, "DVFSRC_EXT_REQ"),
17562306a36Sopenharmony_ci		MTK_FUNCTION(6, "URTS1")
17662306a36Sopenharmony_ci	),
17762306a36Sopenharmony_ci	MTK_PIN(
17862306a36Sopenharmony_ci		13, "GPIO13",
17962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 13),
18062306a36Sopenharmony_ci		DRV_GRP4,
18162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
18262306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL0"),
18362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MI"),
18462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_MI"),
18562306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD0"),
18662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
18762306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S0_MCK"),
18862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
18962306a36Sopenharmony_ci	),
19062306a36Sopenharmony_ci	MTK_PIN(
19162306a36Sopenharmony_ci		14, "GPIO14",
19262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 14),
19362306a36Sopenharmony_ci		DRV_GRP4,
19462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
19562306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL1"),
19662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CSB"),
19762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_CS"),
19862306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD0"),
19962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
20062306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S0_BCK"),
20162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
20262306a36Sopenharmony_ci	),
20362306a36Sopenharmony_ci	MTK_PIN(
20462306a36Sopenharmony_ci		15, "GPIO15",
20562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 15),
20662306a36Sopenharmony_ci		DRV_GRP4,
20762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
20862306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL2"),
20962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_MO"),
21062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_MO"),
21162306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
21262306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2"),
21362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S0_LRCK"),
21462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
21562306a36Sopenharmony_ci	),
21662306a36Sopenharmony_ci	MTK_PIN(
21762306a36Sopenharmony_ci		16, "GPIO16",
21862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 16),
21962306a36Sopenharmony_ci		DRV_GRP4,
22062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
22162306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL3"),
22262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI4_CLK"),
22362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_CK"),
22462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
22562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3"),
22662306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_MCK"),
22762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
22862306a36Sopenharmony_ci	),
22962306a36Sopenharmony_ci	MTK_PIN(
23062306a36Sopenharmony_ci		17, "GPIO17",
23162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 17),
23262306a36Sopenharmony_ci		DRV_GRP4,
23362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
23462306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL4"),
23562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MO"),
23662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_MO"),
23762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
23862306a36Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
23962306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S0_DI"),
24062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
24162306a36Sopenharmony_ci	),
24262306a36Sopenharmony_ci	MTK_PIN(
24362306a36Sopenharmony_ci		18, "GPIO18",
24462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 18),
24562306a36Sopenharmony_ci		DRV_GRP4,
24662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
24762306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL5"),
24862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CLK"),
24962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_CK"),
25062306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT0"),
25162306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
25262306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_BCK"),
25362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
25462306a36Sopenharmony_ci	),
25562306a36Sopenharmony_ci	MTK_PIN(
25662306a36Sopenharmony_ci		19, "GPIO19",
25762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 19),
25862306a36Sopenharmony_ci		DRV_GRP4,
25962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
26062306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL6"),
26162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_MI"),
26262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_MI"),
26362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT2_C2K_UIM1_HOT_PLUG"),
26462306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_LRCK"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
26662306a36Sopenharmony_ci	),
26762306a36Sopenharmony_ci	MTK_PIN(
26862306a36Sopenharmony_ci		20, "GPIO20",
26962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 20),
27062306a36Sopenharmony_ci		DRV_GRP4,
27162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
27262306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL7"),
27362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI2_CSB"),
27462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI0_CS"),
27562306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT1_C2K_UIM0_HOT_PLUG"),
27662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMMCLK3"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_DO"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
27962306a36Sopenharmony_ci	),
28062306a36Sopenharmony_ci	MTK_PIN(
28162306a36Sopenharmony_ci		21, "GPIO21",
28262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 21),
28362306a36Sopenharmony_ci		DRV_GRP4,
28462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
28562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MI"),
28662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SRCLKENAI1"),
28762306a36Sopenharmony_ci		MTK_FUNCTION(3, "DAP_MD32_SWD"),
28862306a36Sopenharmony_ci		MTK_FUNCTION(4, "CMVREF0"),
28962306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SPI0_MI"),
29062306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_MCK"),
29162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
29262306a36Sopenharmony_ci	),
29362306a36Sopenharmony_ci	MTK_PIN(
29462306a36Sopenharmony_ci		22, "GPIO22",
29562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 22),
29662306a36Sopenharmony_ci		DRV_GRP4,
29762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
29862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CSB"),
29962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SRCLKENAI0"),
30062306a36Sopenharmony_ci		MTK_FUNCTION(3, "DAP_MD32_SWCK"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CMVREF1"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SPI0_CS"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_BCK"),
30462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
30562306a36Sopenharmony_ci	),
30662306a36Sopenharmony_ci	MTK_PIN(
30762306a36Sopenharmony_ci		23, "GPIO23",
30862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 23),
30962306a36Sopenharmony_ci		DRV_GRP4,
31062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
31162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_MO"),
31262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM0"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(3, "KPROW7"),
31462306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL3"),
31562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SPI0_MO"),
31662306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_LRCK"),
31762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
31862306a36Sopenharmony_ci	),
31962306a36Sopenharmony_ci	MTK_PIN(
32062306a36Sopenharmony_ci		24, "GPIO24",
32162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 24),
32262306a36Sopenharmony_ci		DRV_GRP4,
32362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
32462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI3_CLK"),
32562306a36Sopenharmony_ci		MTK_FUNCTION(2, "UDI_TCK"),
32662306a36Sopenharmony_ci		MTK_FUNCTION(3, "IO_JTAG_TCK"),
32762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_JTAG_TCK"),
32862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SPI0_CK"),
32962306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_DI"),
33062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
33162306a36Sopenharmony_ci	),
33262306a36Sopenharmony_ci	MTK_PIN(
33362306a36Sopenharmony_ci		25, "GPIO25",
33462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 25),
33562306a36Sopenharmony_ci		DRV_GRP4,
33662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
33762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MI"),
33862306a36Sopenharmony_ci		MTK_FUNCTION(2, "UDI_TMS"),
33962306a36Sopenharmony_ci		MTK_FUNCTION(3, "IO_JTAG_TMS"),
34062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_JTAG_TMS"),
34162306a36Sopenharmony_ci		MTK_FUNCTION(5, "KPROW3"),
34262306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S1_MCK"),
34362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
34462306a36Sopenharmony_ci	),
34562306a36Sopenharmony_ci	MTK_PIN(
34662306a36Sopenharmony_ci		26, "GPIO26",
34762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 26),
34862306a36Sopenharmony_ci		DRV_GRP4,
34962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
35062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CSB"),
35162306a36Sopenharmony_ci		MTK_FUNCTION(2, "UDI_TDI"),
35262306a36Sopenharmony_ci		MTK_FUNCTION(3, "IO_JTAG_TDI"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_JTAG_TDI"),
35462306a36Sopenharmony_ci		MTK_FUNCTION(5, "KPROW4"),
35562306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S1_BCK"),
35662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
35762306a36Sopenharmony_ci	),
35862306a36Sopenharmony_ci	MTK_PIN(
35962306a36Sopenharmony_ci		27, "GPIO27",
36062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 27),
36162306a36Sopenharmony_ci		DRV_GRP4,
36262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
36362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_MO"),
36462306a36Sopenharmony_ci		MTK_FUNCTION(2, "UDI_TDO"),
36562306a36Sopenharmony_ci		MTK_FUNCTION(3, "IO_JTAG_TDO"),
36662306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_JTAG_TDO"),
36762306a36Sopenharmony_ci		MTK_FUNCTION(5, "KPROW5"),
36862306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S1_LRCK"),
36962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
37062306a36Sopenharmony_ci	),
37162306a36Sopenharmony_ci	MTK_PIN(
37262306a36Sopenharmony_ci		28, "GPIO28",
37362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 28),
37462306a36Sopenharmony_ci		DRV_GRP4,
37562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
37662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI1_A_CLK"),
37762306a36Sopenharmony_ci		MTK_FUNCTION(2, "UDI_NTRST"),
37862306a36Sopenharmony_ci		MTK_FUNCTION(3, "IO_JTAG_TRSTN"),
37962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_JTAG_TRSTN"),
38062306a36Sopenharmony_ci		MTK_FUNCTION(5, "KPROW6"),
38162306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S1_DO"),
38262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
38362306a36Sopenharmony_ci	),
38462306a36Sopenharmony_ci	MTK_PIN(
38562306a36Sopenharmony_ci		29, "GPIO29",
38662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 29),
38762306a36Sopenharmony_ci		DRV_GRP4,
38862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
38962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
39062306a36Sopenharmony_ci		MTK_FUNCTION(2, "IO_JTAG_TCK"),
39162306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TCK"),
39262306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JCK"),
39362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_JTAG_TCK"),
39462306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TCKC"),
39562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DAP_MD32_SWCK")
39662306a36Sopenharmony_ci	),
39762306a36Sopenharmony_ci	MTK_PIN(
39862306a36Sopenharmony_ci		30, "GPIO30",
39962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 30),
40062306a36Sopenharmony_ci		DRV_GRP4,
40162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
40262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
40362306a36Sopenharmony_ci		MTK_FUNCTION(2, "IO_JTAG_TMS"),
40462306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TMS"),
40562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JMS"),
40662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_JTAG_TMS"),
40762306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_TMSC"),
40862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DAP_MD32_SWD")
40962306a36Sopenharmony_ci	),
41062306a36Sopenharmony_ci	MTK_PIN(
41162306a36Sopenharmony_ci		31, "GPIO31",
41262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 31),
41362306a36Sopenharmony_ci		DRV_GRP4,
41462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
41562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3")
41662306a36Sopenharmony_ci	),
41762306a36Sopenharmony_ci	MTK_PIN(
41862306a36Sopenharmony_ci		32, "GPIO32",
41962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 32),
42062306a36Sopenharmony_ci		DRV_GRP4,
42162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
42262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
42362306a36Sopenharmony_ci		MTK_FUNCTION(2, "IO_JTAG_TDI"),
42462306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDI"),
42562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDI"),
42662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_JTAG_TDI")
42762306a36Sopenharmony_ci	),
42862306a36Sopenharmony_ci	MTK_PIN(
42962306a36Sopenharmony_ci		33, "GPIO33",
43062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 33),
43162306a36Sopenharmony_ci		DRV_GRP4,
43262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
43362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
43462306a36Sopenharmony_ci		MTK_FUNCTION(2, "IO_JTAG_TRSTN"),
43562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_NTRST"),
43662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JINTP"),
43762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_JTAG_TRSTN")
43862306a36Sopenharmony_ci	),
43962306a36Sopenharmony_ci	MTK_PIN(
44062306a36Sopenharmony_ci		34, "GPIO34",
44162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 34),
44262306a36Sopenharmony_ci		DRV_GRP4,
44362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
44462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
44562306a36Sopenharmony_ci		MTK_FUNCTION(2, "IO_JTAG_TDO"),
44662306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDO"),
44762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_DSP_JDO"),
44862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_JTAG_TDO")
44962306a36Sopenharmony_ci	),
45062306a36Sopenharmony_ci	MTK_PIN(
45162306a36Sopenharmony_ci		35, "GPIO35",
45262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 35),
45362306a36Sopenharmony_ci		DRV_GRP4,
45462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
45562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SIO"),
45662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CCU_JTAG_TDO"),
45762306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM1_SIO"),
45862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDO"),
45962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_DSP_JDO"),
46062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
46162306a36Sopenharmony_ci	),
46262306a36Sopenharmony_ci	MTK_PIN(
46362306a36Sopenharmony_ci		36, "GPIO36",
46462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 36),
46562306a36Sopenharmony_ci		DRV_GRP0,
46662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
46762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SRST"),
46862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CCU_JTAG_TMS"),
46962306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM1_SRST"),
47062306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_MCU_AICE_TMSC"),
47162306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TMS"),
47262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_DSP_JMS"),
47362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
47462306a36Sopenharmony_ci	),
47562306a36Sopenharmony_ci	MTK_PIN(
47662306a36Sopenharmony_ci		37, "GPIO37",
47762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 37),
47862306a36Sopenharmony_ci		DRV_GRP0,
47962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
48062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM2_SCLK"),
48162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CCU_JTAG_TDI"),
48262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM1_SCLK"),
48362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TDI"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_DSP_JDI"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
48662306a36Sopenharmony_ci	),
48762306a36Sopenharmony_ci	MTK_PIN(
48862306a36Sopenharmony_ci		38, "GPIO38",
48962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 38),
49062306a36Sopenharmony_ci		DRV_GRP0,
49162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
49262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SCLK"),
49362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM2_SCLK"),
49462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
49562306a36Sopenharmony_ci	),
49662306a36Sopenharmony_ci	MTK_PIN(
49762306a36Sopenharmony_ci		39, "GPIO39",
49862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 39),
49962306a36Sopenharmony_ci		DRV_GRP0,
50062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
50162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SRST"),
50262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CCU_JTAG_TCK"),
50362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM2_SRST"),
50462306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_MCU_AICE_TCKC"),
50562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TCK"),
50662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_DSP_JCK"),
50762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
50862306a36Sopenharmony_ci	),
50962306a36Sopenharmony_ci	MTK_PIN(
51062306a36Sopenharmony_ci		40, "GPIO40",
51162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 40),
51262306a36Sopenharmony_ci		DRV_GRP0,
51362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
51462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD1_SIM1_SIO"),
51562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CCU_JTAG_TRST"),
51662306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD1_SIM2_SIO"),
51762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG_TRSTN"),
51862306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_DSP_JINTP"),
51962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
52062306a36Sopenharmony_ci	),
52162306a36Sopenharmony_ci	MTK_PIN(
52262306a36Sopenharmony_ci		41, "GPIO41",
52362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 41),
52462306a36Sopenharmony_ci		DRV_GRP4,
52562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
52662306a36Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
52762306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD1"),
52862306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS0"),
52962306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL2"),
53062306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_UTXD_AO"),
53162306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_INT0"),
53262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
53362306a36Sopenharmony_ci	),
53462306a36Sopenharmony_ci	MTK_PIN(
53562306a36Sopenharmony_ci		42, "GPIO42",
53662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 42),
53762306a36Sopenharmony_ci		DRV_GRP4,
53862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
53962306a36Sopenharmony_ci		MTK_FUNCTION(1, "USB_DRVVBUS"),
54062306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD1"),
54162306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS0"),
54262306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPROW2"),
54362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_URXD_AO"),
54462306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD_INT1_C2K_UIM0_HOT_PLUG"),
54562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
54662306a36Sopenharmony_ci	),
54762306a36Sopenharmony_ci	MTK_PIN(
54862306a36Sopenharmony_ci		43, "GPIO43",
54962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 43),
55062306a36Sopenharmony_ci		DRV_GRP4,
55162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
55262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
55362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
55462306a36Sopenharmony_ci	),
55562306a36Sopenharmony_ci	MTK_PIN(
55662306a36Sopenharmony_ci		44, "GPIO44",
55762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 44),
55862306a36Sopenharmony_ci		DRV_GRP4,
55962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
56062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE"),
56162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
56262306a36Sopenharmony_ci	),
56362306a36Sopenharmony_ci	MTK_PIN(
56462306a36Sopenharmony_ci		45, "GPIO45",
56562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 45),
56662306a36Sopenharmony_ci		DRV_GRP4,
56762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
56862306a36Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST"),
56962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
57062306a36Sopenharmony_ci	),
57162306a36Sopenharmony_ci	MTK_PIN(
57262306a36Sopenharmony_ci		46, "GPIO46",
57362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 46),
57462306a36Sopenharmony_ci		DRV_GRP4,
57562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
57662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT2_C2K_UIM1_HOT_PLUG"),
57762306a36Sopenharmony_ci		MTK_FUNCTION(2, "UCTS0"),
57862306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS1"),
57962306a36Sopenharmony_ci		MTK_FUNCTION(4, "IDDIG"),
58062306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL_6306"),
58162306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UCTS1_AO"),
58262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
58362306a36Sopenharmony_ci	),
58462306a36Sopenharmony_ci	MTK_PIN(
58562306a36Sopenharmony_ci		47, "GPIO47",
58662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 47),
58762306a36Sopenharmony_ci		DRV_GRP4,
58862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
58962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MD_INT1_C2K_UIM0_HOT_PLUG"),
59062306a36Sopenharmony_ci		MTK_FUNCTION(2, "URTS0"),
59162306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS1"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(4, "USB_DRVVBUS"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA_6306"),
59462306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URTS1_AO"),
59562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
59662306a36Sopenharmony_ci	),
59762306a36Sopenharmony_ci	MTK_PIN(
59862306a36Sopenharmony_ci		48, "GPIO48",
59962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 48),
60062306a36Sopenharmony_ci		DRV_GRP4,
60162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
60262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL5"),
60362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
60462306a36Sopenharmony_ci	),
60562306a36Sopenharmony_ci	MTK_PIN(
60662306a36Sopenharmony_ci		49, "GPIO49",
60762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 49),
60862306a36Sopenharmony_ci		DRV_GRP4,
60962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
61062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA5"),
61162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
61262306a36Sopenharmony_ci	),
61362306a36Sopenharmony_ci	MTK_PIN(
61462306a36Sopenharmony_ci		50, "GPIO50",
61562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 50),
61662306a36Sopenharmony_ci		DRV_GRP4,
61762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
61862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
61962306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD1"),
62062306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD1"),
62162306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_URXD_AO"),
62262306a36Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
62362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD1_AO"),
62462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
62562306a36Sopenharmony_ci	),
62662306a36Sopenharmony_ci	MTK_PIN(
62762306a36Sopenharmony_ci		51, "GPIO51",
62862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 51),
62962306a36Sopenharmony_ci		DRV_GRP4,
63062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
63162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
63262306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD1"),
63362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD1"),
63462306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_UTXD_AO"),
63562306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
63662306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD1_AO"),
63762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
63862306a36Sopenharmony_ci	),
63962306a36Sopenharmony_ci	MTK_PIN(
64062306a36Sopenharmony_ci		52, "GPIO52",
64162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 52),
64262306a36Sopenharmony_ci		DRV_GRP4,
64362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
64462306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS15")
64562306a36Sopenharmony_ci	),
64662306a36Sopenharmony_ci	MTK_PIN(
64762306a36Sopenharmony_ci		53, "GPIO53",
64862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 53),
64962306a36Sopenharmony_ci		DRV_GRP4,
65062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
65162306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS13")
65262306a36Sopenharmony_ci	),
65362306a36Sopenharmony_ci	MTK_PIN(
65462306a36Sopenharmony_ci		54, "GPIO54",
65562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 54),
65662306a36Sopenharmony_ci		DRV_GRP4,
65762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
65862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS12")
65962306a36Sopenharmony_ci	),
66062306a36Sopenharmony_ci	MTK_PIN(
66162306a36Sopenharmony_ci		55, "GPIO55",
66262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 55),
66362306a36Sopenharmony_ci		DRV_GRP4,
66462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
66562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS8")
66662306a36Sopenharmony_ci	),
66762306a36Sopenharmony_ci	MTK_PIN(
66862306a36Sopenharmony_ci		56, "GPIO56",
66962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 56),
67062306a36Sopenharmony_ci		DRV_GRP4,
67162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
67262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS9"),
67362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL_6306")
67462306a36Sopenharmony_ci	),
67562306a36Sopenharmony_ci	MTK_PIN(
67662306a36Sopenharmony_ci		57, "GPIO57",
67762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 57),
67862306a36Sopenharmony_ci		DRV_GRP4,
67962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
68062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS10"),
68162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA_6306")
68262306a36Sopenharmony_ci	),
68362306a36Sopenharmony_ci	MTK_PIN(
68462306a36Sopenharmony_ci		58, "GPIO58",
68562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 58),
68662306a36Sopenharmony_ci		DRV_GRP4,
68762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
68862306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D2")
68962306a36Sopenharmony_ci	),
69062306a36Sopenharmony_ci	MTK_PIN(
69162306a36Sopenharmony_ci		59, "GPIO59",
69262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 59),
69362306a36Sopenharmony_ci		DRV_GRP4,
69462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
69562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D1")
69662306a36Sopenharmony_ci	),
69762306a36Sopenharmony_ci	MTK_PIN(
69862306a36Sopenharmony_ci		60, "GPIO60",
69962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 60),
70062306a36Sopenharmony_ci		DRV_GRP4,
70162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
70262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_D0")
70362306a36Sopenharmony_ci	),
70462306a36Sopenharmony_ci	MTK_PIN(
70562306a36Sopenharmony_ci		61, "GPIO61",
70662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 61),
70762306a36Sopenharmony_ci		DRV_GRP4,
70862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
70962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SDATA")
71062306a36Sopenharmony_ci	),
71162306a36Sopenharmony_ci	MTK_PIN(
71262306a36Sopenharmony_ci		62, "GPIO62",
71362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 62),
71462306a36Sopenharmony_ci		DRV_GRP4,
71562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
71662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI1_SCLK")
71762306a36Sopenharmony_ci	),
71862306a36Sopenharmony_ci	MTK_PIN(
71962306a36Sopenharmony_ci		63, "GPIO63",
72062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 63),
72162306a36Sopenharmony_ci		DRV_GRP4,
72262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
72362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SDATA")
72462306a36Sopenharmony_ci	),
72562306a36Sopenharmony_ci	MTK_PIN(
72662306a36Sopenharmony_ci		64, "GPIO64",
72762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 64),
72862306a36Sopenharmony_ci		DRV_GRP4,
72962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
73062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI0_SCLK")
73162306a36Sopenharmony_ci	),
73262306a36Sopenharmony_ci	MTK_PIN(
73362306a36Sopenharmony_ci		65, "GPIO65",
73462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 65),
73562306a36Sopenharmony_ci		DRV_GRP4,
73662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
73762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SDATA"),
73862306a36Sopenharmony_ci		MTK_FUNCTION(2, "BPI_BUS16")
73962306a36Sopenharmony_ci	),
74062306a36Sopenharmony_ci	MTK_PIN(
74162306a36Sopenharmony_ci		66, "GPIO66",
74262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 66),
74362306a36Sopenharmony_ci		DRV_GRP4,
74462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
74562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI3_SCLK"),
74662306a36Sopenharmony_ci		MTK_FUNCTION(2, "BPI_BUS17")
74762306a36Sopenharmony_ci	),
74862306a36Sopenharmony_ci	MTK_PIN(
74962306a36Sopenharmony_ci		67, "GPIO67",
75062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 67),
75162306a36Sopenharmony_ci		DRV_GRP4,
75262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
75362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SDATA")
75462306a36Sopenharmony_ci	),
75562306a36Sopenharmony_ci	MTK_PIN(
75662306a36Sopenharmony_ci		68, "GPIO68",
75762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 68),
75862306a36Sopenharmony_ci		DRV_GRP4,
75962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
76062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MIPI2_SCLK")
76162306a36Sopenharmony_ci	),
76262306a36Sopenharmony_ci	MTK_PIN(
76362306a36Sopenharmony_ci		69, "GPIO69",
76462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 69),
76562306a36Sopenharmony_ci		DRV_GRP4,
76662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
76762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS7")
76862306a36Sopenharmony_ci	),
76962306a36Sopenharmony_ci	MTK_PIN(
77062306a36Sopenharmony_ci		70, "GPIO70",
77162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 70),
77262306a36Sopenharmony_ci		DRV_GRP4,
77362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
77462306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS6")
77562306a36Sopenharmony_ci	),
77662306a36Sopenharmony_ci	MTK_PIN(
77762306a36Sopenharmony_ci		71, "GPIO71",
77862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 71),
77962306a36Sopenharmony_ci		DRV_GRP4,
78062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
78162306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS5")
78262306a36Sopenharmony_ci	),
78362306a36Sopenharmony_ci	MTK_PIN(
78462306a36Sopenharmony_ci		72, "GPIO72",
78562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 72),
78662306a36Sopenharmony_ci		DRV_GRP4,
78762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
78862306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS4")
78962306a36Sopenharmony_ci	),
79062306a36Sopenharmony_ci	MTK_PIN(
79162306a36Sopenharmony_ci		73, "GPIO73",
79262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 73),
79362306a36Sopenharmony_ci		DRV_GRP4,
79462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
79562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS3")
79662306a36Sopenharmony_ci	),
79762306a36Sopenharmony_ci	MTK_PIN(
79862306a36Sopenharmony_ci		74, "GPIO74",
79962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 74),
80062306a36Sopenharmony_ci		DRV_GRP4,
80162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
80262306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS2")
80362306a36Sopenharmony_ci	),
80462306a36Sopenharmony_ci	MTK_PIN(
80562306a36Sopenharmony_ci		75, "GPIO75",
80662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 75),
80762306a36Sopenharmony_ci		DRV_GRP4,
80862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
80962306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS1")
81062306a36Sopenharmony_ci	),
81162306a36Sopenharmony_ci	MTK_PIN(
81262306a36Sopenharmony_ci		76, "GPIO76",
81362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 76),
81462306a36Sopenharmony_ci		DRV_GRP4,
81562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
81662306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS0")
81762306a36Sopenharmony_ci	),
81862306a36Sopenharmony_ci	MTK_PIN(
81962306a36Sopenharmony_ci		77, "GPIO77",
82062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 77),
82162306a36Sopenharmony_ci		DRV_GRP4,
82262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS14")
82462306a36Sopenharmony_ci	),
82562306a36Sopenharmony_ci	MTK_PIN(
82662306a36Sopenharmony_ci		78, "GPIO78",
82762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 78),
82862306a36Sopenharmony_ci		DRV_GRP4,
82962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
83062306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_BUS11")
83162306a36Sopenharmony_ci	),
83262306a36Sopenharmony_ci	MTK_PIN(
83362306a36Sopenharmony_ci		79, "GPIO79",
83462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 79),
83562306a36Sopenharmony_ci		DRV_GRP4,
83662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
83762306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_PA_VM1"),
83862306a36Sopenharmony_ci		MTK_FUNCTION(2, "MIPI4_SDATA")
83962306a36Sopenharmony_ci	),
84062306a36Sopenharmony_ci	MTK_PIN(
84162306a36Sopenharmony_ci		80, "GPIO80",
84262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 80),
84362306a36Sopenharmony_ci		DRV_GRP4,
84462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
84562306a36Sopenharmony_ci		MTK_FUNCTION(1, "BPI_PA_VM0"),
84662306a36Sopenharmony_ci		MTK_FUNCTION(2, "MIPI4_SCLK")
84762306a36Sopenharmony_ci	),
84862306a36Sopenharmony_ci	MTK_PIN(
84962306a36Sopenharmony_ci		81, "GPIO81",
85062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 81),
85162306a36Sopenharmony_ci		DRV_GRP4,
85262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
85462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
85562306a36Sopenharmony_ci	),
85662306a36Sopenharmony_ci	MTK_PIN(
85762306a36Sopenharmony_ci		82, "GPIO82",
85862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 82),
85962306a36Sopenharmony_ci		DRV_GRP4,
86062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
86162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0"),
86262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
86362306a36Sopenharmony_ci	),
86462306a36Sopenharmony_ci	MTK_PIN(
86562306a36Sopenharmony_ci		83, "GPIO83",
86662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 83),
86762306a36Sopenharmony_ci		DRV_GRP4,
86862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
86962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0"),
87062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
87162306a36Sopenharmony_ci	),
87262306a36Sopenharmony_ci	MTK_PIN(
87362306a36Sopenharmony_ci		84, "GPIO84",
87462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 84),
87562306a36Sopenharmony_ci		DRV_GRP4,
87662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
87862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
87962306a36Sopenharmony_ci	),
88062306a36Sopenharmony_ci	MTK_PIN(
88162306a36Sopenharmony_ci		85, "GPIO85",
88262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 85),
88362306a36Sopenharmony_ci		DRV_GRP4,
88462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
88562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_EN")
88662306a36Sopenharmony_ci	),
88762306a36Sopenharmony_ci	MTK_PIN(
88862306a36Sopenharmony_ci		86, "GPIO86",
88962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 86),
89062306a36Sopenharmony_ci		DRV_GRP4,
89162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
89262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RFIC0_BSI_CK")
89362306a36Sopenharmony_ci	),
89462306a36Sopenharmony_ci	MTK_PIN(
89562306a36Sopenharmony_ci		87, "GPIO87",
89662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 87),
89762306a36Sopenharmony_ci		DRV_GRP4,
89862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
89962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM0_HOT_PLUG"),
90062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF0"),
90162306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD0"),
90262306a36Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
90362306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_FRAME_SYNC")
90462306a36Sopenharmony_ci	),
90562306a36Sopenharmony_ci	MTK_PIN(
90662306a36Sopenharmony_ci		88, "GPIO88",
90762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 88),
90862306a36Sopenharmony_ci		DRV_GRP4,
90962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
91062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK3"),
91162306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2_C2K_UIM1_HOT_PLUG"),
91262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMVREF1"),
91362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD0"),
91462306a36Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
91562306a36Sopenharmony_ci		MTK_FUNCTION(6, "DVFSRC_EXT_REQ")
91662306a36Sopenharmony_ci	),
91762306a36Sopenharmony_ci	MTK_PIN(
91862306a36Sopenharmony_ci		89, "GPIO89",
91962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 89),
92062306a36Sopenharmony_ci		DRV_GRP4,
92162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
92262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI0"),
92362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
92462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
92562306a36Sopenharmony_ci		MTK_FUNCTION(4, "USB_DRVVBUS"),
92662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL_6306"),
92762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_GPIO4_AO"),
92862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
92962306a36Sopenharmony_ci	),
93062306a36Sopenharmony_ci	MTK_PIN(
93162306a36Sopenharmony_ci		90, "GPIO90",
93262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 90),
93362306a36Sopenharmony_ci		DRV_GRP4,
93462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
93562306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
93662306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM0"),
93762306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT2_C2K_UIM1_HOT_PLUG"),
93862306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL4"),
93962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
94062306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_BCK"),
94162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
94262306a36Sopenharmony_ci	),
94362306a36Sopenharmony_ci	MTK_PIN(
94462306a36Sopenharmony_ci		91, "GPIO91",
94562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 91),
94662306a36Sopenharmony_ci		DRV_GRP4,
94762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
94862306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
94962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
95062306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_INT0"),
95162306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL5"),
95262306a36Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
95362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_LRCK"),
95462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
95562306a36Sopenharmony_ci	),
95662306a36Sopenharmony_ci	MTK_PIN(
95762306a36Sopenharmony_ci		92, "GPIO92",
95862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 92),
95962306a36Sopenharmony_ci		DRV_GRP4,
96062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
96162306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
96262306a36Sopenharmony_ci		MTK_FUNCTION(5, "DVFSRC_EXT_REQ"),
96362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S2_DI"),
96462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
96562306a36Sopenharmony_ci	),
96662306a36Sopenharmony_ci	MTK_PIN(
96762306a36Sopenharmony_ci		93, "GPIO93",
96862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 93),
96962306a36Sopenharmony_ci		DRV_GRP4,
97062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
97162306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0"),
97262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
97362306a36Sopenharmony_ci	),
97462306a36Sopenharmony_ci	MTK_PIN(
97562306a36Sopenharmony_ci		94, "GPIO94",
97662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 94),
97762306a36Sopenharmony_ci		DRV_GRP4,
97862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
97962306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
98062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMFLASH"),
98162306a36Sopenharmony_ci		MTK_FUNCTION(6, "CMVREF0"),
98262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
98362306a36Sopenharmony_ci	),
98462306a36Sopenharmony_ci	MTK_PIN(
98562306a36Sopenharmony_ci		95, "GPIO95",
98662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 95),
98762306a36Sopenharmony_ci		DRV_GRP4,
98862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
98962306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
99062306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0"),
99162306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
99262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_RXD"),
99362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_URXD_AO"),
99462306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_RXD")
99562306a36Sopenharmony_ci	),
99662306a36Sopenharmony_ci	MTK_PIN(
99762306a36Sopenharmony_ci		96, "GPIO96",
99862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 96),
99962306a36Sopenharmony_ci		DRV_GRP4,
100062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
100162306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
100262306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD0"),
100362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
100462306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_TXD"),
100562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SSPM_UTXD_AO"),
100662306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD")
100762306a36Sopenharmony_ci	),
100862306a36Sopenharmony_ci	MTK_PIN(
100962306a36Sopenharmony_ci		97, "GPIO97",
101062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 97),
101162306a36Sopenharmony_ci		DRV_GRP4,
101262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
101362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS0"),
101462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_MCK"),
101562306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_TDO"),
101662306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPI5_MI"),
101762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL_6306"),
101862306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TDO"),
101962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
102062306a36Sopenharmony_ci	),
102162306a36Sopenharmony_ci	MTK_PIN(
102262306a36Sopenharmony_ci		98, "GPIO98",
102362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 98),
102462306a36Sopenharmony_ci		DRV_GRP4,
102562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
102662306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS0"),
102762306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_BCK"),
102862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_TMS"),
102962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPI5_CSB"),
103062306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TMS"),
103162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
103262306a36Sopenharmony_ci	),
103362306a36Sopenharmony_ci	MTK_PIN(
103462306a36Sopenharmony_ci		99, "GPIO99",
103562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 99),
103662306a36Sopenharmony_ci		DRV_GRP4,
103762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
103862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
103962306a36Sopenharmony_ci		MTK_FUNCTION(4, "AUXIF_CLK"),
104062306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
104162306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_RXD"),
104262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
104362306a36Sopenharmony_ci	),
104462306a36Sopenharmony_ci
104562306a36Sopenharmony_ci	MTK_PIN(
104662306a36Sopenharmony_ci		100, "GPIO100",
104762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 100),
104862306a36Sopenharmony_ci		DRV_GRP4,
104962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
105062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
105162306a36Sopenharmony_ci		MTK_FUNCTION(4, "AUXIF_ST"),
105262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
105362306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_TXD"),
105462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
105562306a36Sopenharmony_ci	),
105662306a36Sopenharmony_ci	MTK_PIN(
105762306a36Sopenharmony_ci		101, "GPIO101",
105862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 101),
105962306a36Sopenharmony_ci		DRV_GRP4,
106062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
106162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMFLASH"),
106262306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_LRCK"),
106362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_TCK"),
106462306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPI5_MO"),
106562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TCK"),
106662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
106762306a36Sopenharmony_ci	),
106862306a36Sopenharmony_ci	MTK_PIN(
106962306a36Sopenharmony_ci		102, "GPIO102",
107062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 102),
107162306a36Sopenharmony_ci		DRV_GRP4,
107262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
107362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVREF0"),
107462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2S1_DO"),
107562306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_TDI"),
107662306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPI5_CLK"),
107762306a36Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
107862306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TDI"),
107962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
108062306a36Sopenharmony_ci	),
108162306a36Sopenharmony_ci	MTK_PIN(
108262306a36Sopenharmony_ci		103, "GPIO103",
108362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 103),
108462306a36Sopenharmony_ci		DRV_GRP4,
108562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
108662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2"),
108762306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_UTXD1_AO"),
108862306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD0"),
108962306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD1"),
109062306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URTS2_AO"),
109162306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_TXD"),
109262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
109362306a36Sopenharmony_ci	),
109462306a36Sopenharmony_ci	MTK_PIN(
109562306a36Sopenharmony_ci		104, "GPIO104",
109662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 104),
109762306a36Sopenharmony_ci		DRV_GRP4,
109862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
109962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2"),
110062306a36Sopenharmony_ci		MTK_FUNCTION(2, "TP_URXD1_AO"),
110162306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD0"),
110262306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD1"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UCTS2_AO"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(6, "WIFI_RXD"),
110562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
110662306a36Sopenharmony_ci	),
110762306a36Sopenharmony_ci	MTK_PIN(
110862306a36Sopenharmony_ci		105, "GPIO105",
110962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 105),
111062306a36Sopenharmony_ci		DRV_GRP4,
111162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
111262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL4"),
111362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_UTXD1"),
111462306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_UTXD0"),
111562306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD2_AO"),
111662306a36Sopenharmony_ci		MTK_FUNCTION(6, "PTA_TXD"),
111762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
111862306a36Sopenharmony_ci	),
111962306a36Sopenharmony_ci	MTK_PIN(
112062306a36Sopenharmony_ci		106, "GPIO106",
112162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 106),
112262306a36Sopenharmony_ci		DRV_GRP4,
112362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
112462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA4"),
112562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD_URXD1"),
112662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_URXD0"),
112762306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD2_AO"),
112862306a36Sopenharmony_ci		MTK_FUNCTION(6, "PTA_RXD"),
112962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
113062306a36Sopenharmony_ci	),
113162306a36Sopenharmony_ci	MTK_PIN(
113262306a36Sopenharmony_ci		107, "GPIO107",
113362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 107),
113462306a36Sopenharmony_ci		DRV_GRP4,
113562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
113662306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
113762306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_UTXD0"),
113862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA_6306"),
113962306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL3"),
114062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF0"),
114162306a36Sopenharmony_ci		MTK_FUNCTION(6, "URTS0"),
114262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
114362306a36Sopenharmony_ci	),
114462306a36Sopenharmony_ci	MTK_PIN(
114562306a36Sopenharmony_ci		108, "GPIO108",
114662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 108),
114762306a36Sopenharmony_ci		DRV_GRP4,
114862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
114962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
115062306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT0"),
115162306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_DBGACK_N"),
115262306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL4"),
115362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_MCK"),
115462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
115562306a36Sopenharmony_ci	),
115662306a36Sopenharmony_ci	MTK_PIN(
115762306a36Sopenharmony_ci		109, "GPIO109",
115862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 109),
115962306a36Sopenharmony_ci		DRV_GRP4,
116062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
116162306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
116262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_URXD0"),
116362306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL7"),
116462306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL5"),
116562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF1"),
116662306a36Sopenharmony_ci		MTK_FUNCTION(6, "UCTS0"),
116762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
116862306a36Sopenharmony_ci	),
116962306a36Sopenharmony_ci	MTK_PIN(
117062306a36Sopenharmony_ci		110, "GPIO110",
117162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 110),
117262306a36Sopenharmony_ci		DRV_GRP4,
117362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
117462306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL0"),
117562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
117662306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM3"),
117762306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD_INT0"),
117862306a36Sopenharmony_ci		MTK_FUNCTION(5, "IDDIG"),
117962306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_BCK"),
118062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
118162306a36Sopenharmony_ci	),
118262306a36Sopenharmony_ci	MTK_PIN(
118362306a36Sopenharmony_ci		111, "GPIO111",
118462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 111),
118562306a36Sopenharmony_ci		DRV_GRP4,
118662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
118762306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL1"),
118862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
118962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM4"),
119062306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_RXD"),
119162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF0"),
119262306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_LRCK"),
119362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
119462306a36Sopenharmony_ci	),
119562306a36Sopenharmony_ci	MTK_PIN(
119662306a36Sopenharmony_ci		112, "GPIO112",
119762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 112),
119862306a36Sopenharmony_ci		DRV_GRP4,
119962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
120062306a36Sopenharmony_ci		MTK_FUNCTION(1, "ANT_SEL2"),
120162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
120262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM5"),
120362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PTA_TXD"),
120462306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF1"),
120562306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2S3_DO")
120662306a36Sopenharmony_ci	),
120762306a36Sopenharmony_ci	MTK_PIN(
120862306a36Sopenharmony_ci		113, "GPIO113",
120962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
121062306a36Sopenharmony_ci		DRV_GRP4,
121162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
121262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_CLK")
121362306a36Sopenharmony_ci	),
121462306a36Sopenharmony_ci	MTK_PIN(
121562306a36Sopenharmony_ci		114, "GPIO114",
121662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
121762306a36Sopenharmony_ci		DRV_GRP4,
121862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
121962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_TOP_DATA")
122062306a36Sopenharmony_ci	),
122162306a36Sopenharmony_ci	MTK_PIN(
122262306a36Sopenharmony_ci		115, "GPIO115",
122362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
122462306a36Sopenharmony_ci		DRV_GRP4,
122562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
122662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_CLK")
122762306a36Sopenharmony_ci	),
122862306a36Sopenharmony_ci	MTK_PIN(
122962306a36Sopenharmony_ci		116, "GPIO116",
123062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
123162306a36Sopenharmony_ci		DRV_GRP4,
123262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
123362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_BT_DATA")
123462306a36Sopenharmony_ci	),
123562306a36Sopenharmony_ci	MTK_PIN(
123662306a36Sopenharmony_ci		117, "GPIO117",
123762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
123862306a36Sopenharmony_ci		DRV_GRP4,
123962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
124062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL0")
124162306a36Sopenharmony_ci	),
124262306a36Sopenharmony_ci	MTK_PIN(
124362306a36Sopenharmony_ci		118, "GPIO118",
124462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
124562306a36Sopenharmony_ci		DRV_GRP4,
124662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
124762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL1")
124862306a36Sopenharmony_ci	),
124962306a36Sopenharmony_ci	MTK_PIN(
125062306a36Sopenharmony_ci		119, "GPIO119",
125162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
125262306a36Sopenharmony_ci		DRV_GRP4,
125362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
125462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WF_CTRL2")
125562306a36Sopenharmony_ci	),
125662306a36Sopenharmony_ci	MTK_PIN(
125762306a36Sopenharmony_ci		120, "GPIO120",
125862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
125962306a36Sopenharmony_ci		DRV_GRP4,
126062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
126162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_WB_PTA")
126262306a36Sopenharmony_ci	),
126362306a36Sopenharmony_ci	MTK_PIN(
126462306a36Sopenharmony_ci		121, "GPIO121",
126562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
126662306a36Sopenharmony_ci		DRV_GRP4,
126762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
126862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CONN_HRST_B")
126962306a36Sopenharmony_ci	),
127062306a36Sopenharmony_ci	MTK_PIN(
127162306a36Sopenharmony_ci		122, "GPIO122",
127262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
127362306a36Sopenharmony_ci		DRV_GRP4,
127462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
127562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD"),
127662306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_CMD")
127762306a36Sopenharmony_ci	),
127862306a36Sopenharmony_ci	MTK_PIN(
127962306a36Sopenharmony_ci		123, "GPIO123",
128062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
128162306a36Sopenharmony_ci		DRV_GRP4,
128262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
128362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0"),
128462306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT4")
128562306a36Sopenharmony_ci	),
128662306a36Sopenharmony_ci	MTK_PIN(
128762306a36Sopenharmony_ci		124, "GPIO124",
128862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
128962306a36Sopenharmony_ci		DRV_GRP4,
129062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
129162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
129262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_CLK")
129362306a36Sopenharmony_ci	),
129462306a36Sopenharmony_ci	MTK_PIN(
129562306a36Sopenharmony_ci		125, "GPIO125",
129662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
129762306a36Sopenharmony_ci		DRV_GRP4,
129862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
129962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2"),
130062306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT5")
130162306a36Sopenharmony_ci	),
130262306a36Sopenharmony_ci	MTK_PIN(
130362306a36Sopenharmony_ci		126, "GPIO126",
130462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
130562306a36Sopenharmony_ci		DRV_GRP4,
130662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
130762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4"),
130862306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT2")
130962306a36Sopenharmony_ci	),
131062306a36Sopenharmony_ci	MTK_PIN(
131162306a36Sopenharmony_ci		127, "GPIO127",
131262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
131362306a36Sopenharmony_ci		DRV_GRP4,
131462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
131562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6"),
131662306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT1")
131762306a36Sopenharmony_ci	),
131862306a36Sopenharmony_ci	MTK_PIN(
131962306a36Sopenharmony_ci		128, "GPIO128",
132062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
132162306a36Sopenharmony_ci		DRV_GRP4,
132262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
132362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1"),
132462306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT6")
132562306a36Sopenharmony_ci	),
132662306a36Sopenharmony_ci	MTK_PIN(
132762306a36Sopenharmony_ci		129, "GPIO129",
132862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
132962306a36Sopenharmony_ci		DRV_GRP4,
133062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
133162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5"),
133262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT0")
133362306a36Sopenharmony_ci	),
133462306a36Sopenharmony_ci	MTK_PIN(
133562306a36Sopenharmony_ci		130, "GPIO130",
133662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
133762306a36Sopenharmony_ci		DRV_GRP4,
133862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
133962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7"),
134062306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT7")
134162306a36Sopenharmony_ci	),
134262306a36Sopenharmony_ci	MTK_PIN(
134362306a36Sopenharmony_ci		131, "GPIO131",
134462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
134562306a36Sopenharmony_ci		DRV_GRP4,
134662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
134762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL"),
134862306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DSL")
134962306a36Sopenharmony_ci	),
135062306a36Sopenharmony_ci	MTK_PIN(
135162306a36Sopenharmony_ci		132, "GPIO132",
135262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
135362306a36Sopenharmony_ci		DRV_GRP4,
135462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
135562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3"),
135662306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_DAT3")
135762306a36Sopenharmony_ci	),
135862306a36Sopenharmony_ci	MTK_PIN(
135962306a36Sopenharmony_ci		133, "GPIO133",
136062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
136162306a36Sopenharmony_ci		DRV_GRP4,
136262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
136362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB"),
136462306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC0_RSTB")
136562306a36Sopenharmony_ci	),
136662306a36Sopenharmony_ci	MTK_PIN(
136762306a36Sopenharmony_ci		134, "GPIO134",
136862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
136962306a36Sopenharmony_ci		DRV_GRP4,
137062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
137162306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
137262306a36Sopenharmony_ci	),
137362306a36Sopenharmony_ci	MTK_PIN(
137462306a36Sopenharmony_ci		135, "GPIO135",
137562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
137662306a36Sopenharmony_ci		DRV_GRP4,
137762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
137862306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
137962306a36Sopenharmony_ci	),
138062306a36Sopenharmony_ci	MTK_PIN(
138162306a36Sopenharmony_ci		136, "GPIO136",
138262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
138362306a36Sopenharmony_ci		DRV_GRP4,
138462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
138562306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI"),
138662306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_CLK_MISO"),
138762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_MCK")
138862306a36Sopenharmony_ci	),
138962306a36Sopenharmony_ci	MTK_PIN(
139062306a36Sopenharmony_ci		137, "GPIO137",
139162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
139262306a36Sopenharmony_ci		DRV_GRP4,
139362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
139462306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_SYNC_MOSI"),
139562306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_SYNC_MISO"),
139662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_BCK")
139762306a36Sopenharmony_ci	),
139862306a36Sopenharmony_ci	MTK_PIN(
139962306a36Sopenharmony_ci		138, "GPIO138",
140062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
140162306a36Sopenharmony_ci		DRV_GRP4,
140262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
140362306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI0"),
140462306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MISO0"),
140562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_LRCK")
140662306a36Sopenharmony_ci	),
140762306a36Sopenharmony_ci	MTK_PIN(
140862306a36Sopenharmony_ci		139, "GPIO139",
140962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
141062306a36Sopenharmony_ci		DRV_GRP4,
141162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
141262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI1"),
141362306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MISO1"),
141462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S1_DO")
141562306a36Sopenharmony_ci	),
141662306a36Sopenharmony_ci	MTK_PIN(
141762306a36Sopenharmony_ci		140, "GPIO140",
141862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
141962306a36Sopenharmony_ci		DRV_GRP4,
142062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
142162306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MISO"),
142262306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_CLK_MOSI"),
142362306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_MCK")
142462306a36Sopenharmony_ci	),
142562306a36Sopenharmony_ci	MTK_PIN(
142662306a36Sopenharmony_ci		141, "GPIO141",
142762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
142862306a36Sopenharmony_ci		DRV_GRP4,
142962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
143062306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_SYNC_MISO"),
143162306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_SYNC_MOSI"),
143262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_BCK")
143362306a36Sopenharmony_ci	),
143462306a36Sopenharmony_ci	MTK_PIN(
143562306a36Sopenharmony_ci		142, "GPIO142",
143662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
143762306a36Sopenharmony_ci		DRV_GRP4,
143862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
143962306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO0"),
144062306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MOSI0"),
144162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_LRCK")
144262306a36Sopenharmony_ci	),
144362306a36Sopenharmony_ci	MTK_PIN(
144462306a36Sopenharmony_ci		143, "GPIO143",
144562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
144662306a36Sopenharmony_ci		DRV_GRP4,
144762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
144862306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO1"),
144962306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUD_DAT_MOSI1"),
145062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2S2_DI")
145162306a36Sopenharmony_ci	),
145262306a36Sopenharmony_ci	MTK_PIN(
145362306a36Sopenharmony_ci		144, "GPIO144",
145462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
145562306a36Sopenharmony_ci		DRV_GRP4,
145662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
145762306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
145862306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO")
145962306a36Sopenharmony_ci	),
146062306a36Sopenharmony_ci	MTK_PIN(
146162306a36Sopenharmony_ci		145, "GPIO145",
146262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
146362306a36Sopenharmony_ci		DRV_GRP4,
146462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
146562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN")
146662306a36Sopenharmony_ci	),
146762306a36Sopenharmony_ci	MTK_PIN(
146862306a36Sopenharmony_ci		146, "GPIO146",
146962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
147062306a36Sopenharmony_ci		DRV_GRP4,
147162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
147262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
147362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI")
147462306a36Sopenharmony_ci	),
147562306a36Sopenharmony_ci	MTK_PIN(
147662306a36Sopenharmony_ci		147, "GPIO147",
147762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
147862306a36Sopenharmony_ci		DRV_GRP4,
147962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
148062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK")
148162306a36Sopenharmony_ci	),
148262306a36Sopenharmony_ci	MTK_PIN(
148362306a36Sopenharmony_ci		148, "GPIO148",
148462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
148562306a36Sopenharmony_ci		DRV_GRP4,
148662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
148762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0")
148862306a36Sopenharmony_ci	),
148962306a36Sopenharmony_ci	MTK_PIN(
149062306a36Sopenharmony_ci		149, "GPIO149",
149162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
149262306a36Sopenharmony_ci		DRV_GRP4,
149362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
149462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1")
149562306a36Sopenharmony_ci	),
149662306a36Sopenharmony_ci	MTK_PIN(
149762306a36Sopenharmony_ci		150, "GPIO150",
149862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
149962306a36Sopenharmony_ci		DRV_GRP4,
150062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
150162306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM0"),
150262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH"),
150362306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL3"),
150462306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD0"),
150562306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URXD2_AO")
150662306a36Sopenharmony_ci	),
150762306a36Sopenharmony_ci	MTK_PIN(
150862306a36Sopenharmony_ci		151, "GPIO151",
150962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
151062306a36Sopenharmony_ci		DRV_GRP4,
151162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
151262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM1"),
151362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVREF0"),
151462306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL4"),
151562306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD0"),
151662306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UTXD2_AO")
151762306a36Sopenharmony_ci	),
151862306a36Sopenharmony_ci	MTK_PIN(
151962306a36Sopenharmony_ci		152, "GPIO152",
152062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
152162306a36Sopenharmony_ci		DRV_GRP4,
152262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
152362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM2"),
152462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVREF1"),
152562306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL5"),
152662306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_URXD1"),
152762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UCTS1_AO")
152862306a36Sopenharmony_ci	),
152962306a36Sopenharmony_ci	MTK_PIN(
153062306a36Sopenharmony_ci		153, "GPIO153",
153162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
153262306a36Sopenharmony_ci		DRV_GRP4,
153362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
153462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM3"),
153562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM0"),
153662306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL6"),
153762306a36Sopenharmony_ci		MTK_FUNCTION(5, "MD_UTXD1"),
153862306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URTS1_AO")
153962306a36Sopenharmony_ci	),
154062306a36Sopenharmony_ci	MTK_PIN(
154162306a36Sopenharmony_ci		154, "GPIO154",
154262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
154362306a36Sopenharmony_ci		DRV_GRP4,
154462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
154562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM5"),
154662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM2"),
154762306a36Sopenharmony_ci		MTK_FUNCTION(3, "USB_DRVVBUS"),
154862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
154962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_TXD")
155062306a36Sopenharmony_ci	),
155162306a36Sopenharmony_ci	MTK_PIN(
155262306a36Sopenharmony_ci		155, "GPIO155",
155362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
155462306a36Sopenharmony_ci		DRV_GRP4,
155562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
155662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MI"),
155762306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
155862306a36Sopenharmony_ci		MTK_FUNCTION(3, "AGPS_SYNC"),
155962306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO0_AO"),
156062306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_JTAG_TDO"),
156162306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDO"),
156262306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDO_SEL1")
156362306a36Sopenharmony_ci	),
156462306a36Sopenharmony_ci	MTK_PIN(
156562306a36Sopenharmony_ci		156, "GPIO156",
156662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
156762306a36Sopenharmony_ci		DRV_GRP4,
156862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
156962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CSB"),
157062306a36Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS"),
157162306a36Sopenharmony_ci		MTK_FUNCTION(3, "DVFSRC_EXT_REQ"),
157262306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO1_AO"),
157362306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_JTAG_TMS"),
157462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TMS"),
157562306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTMS_SEL1")
157662306a36Sopenharmony_ci	),
157762306a36Sopenharmony_ci	MTK_PIN(
157862306a36Sopenharmony_ci		157, "GPIO157",
157962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
158062306a36Sopenharmony_ci		DRV_GRP4,
158162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
158262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_MO"),
158362306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT1_C2K_UIM0_HOT_PLUG"),
158462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
158562306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO2_AO"),
158662306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_JTAG_TDI"),
158762306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TDI"),
158862306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTDI_SEL1")
158962306a36Sopenharmony_ci	),
159062306a36Sopenharmony_ci	MTK_PIN(
159162306a36Sopenharmony_ci		158, "GPIO158",
159262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
159362306a36Sopenharmony_ci		DRV_GRP4,
159462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
159562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI0_CLK"),
159662306a36Sopenharmony_ci		MTK_FUNCTION(2, "MD_INT2_C2K_UIM1_HOT_PLUG"),
159762306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
159862306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO3_AO"),
159962306a36Sopenharmony_ci		MTK_FUNCTION(5, "MFG_JTAG_TCK"),
160062306a36Sopenharmony_ci		MTK_FUNCTION(6, "DFD_TCK_XI"),
160162306a36Sopenharmony_ci		MTK_FUNCTION(7, "JTCK_SEL1")
160262306a36Sopenharmony_ci	),
160362306a36Sopenharmony_ci	MTK_PIN(
160462306a36Sopenharmony_ci		159, "GPIO159",
160562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
160662306a36Sopenharmony_ci		DRV_GRP4,
160762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
160862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM4"),
160962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM1"),
161062306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL7"),
161162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
161262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_RXD")
161362306a36Sopenharmony_ci	),
161462306a36Sopenharmony_ci	MTK_PIN(
161562306a36Sopenharmony_ci		160, "GPIO160",
161662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
161762306a36Sopenharmony_ci		DRV_GRP4,
161862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
161962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM0"),
162062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
162162306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
162262306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_GPIO5_AO"),
162362306a36Sopenharmony_ci		MTK_FUNCTION(5, "AGPS_SYNC"),
162462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DVFSRC_EXT_REQ")
162562306a36Sopenharmony_ci	),
162662306a36Sopenharmony_ci	MTK_PIN(
162762306a36Sopenharmony_ci		161, "GPIO161",
162862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
162962306a36Sopenharmony_ci		DRV_GRP4,
163062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
163162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL6"),
163262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL_6306"),
163362306a36Sopenharmony_ci		MTK_FUNCTION(3, "TP_GPIO6_AO"),
163462306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL6"),
163562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_RXD"),
163662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_RXD")
163762306a36Sopenharmony_ci	),
163862306a36Sopenharmony_ci	MTK_PIN(
163962306a36Sopenharmony_ci		162, "GPIO162",
164062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
164162306a36Sopenharmony_ci		DRV_GRP4,
164262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
164362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA6"),
164462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA_6306"),
164562306a36Sopenharmony_ci		MTK_FUNCTION(3, "TP_GPIO7_AO"),
164662306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL7"),
164762306a36Sopenharmony_ci		MTK_FUNCTION(5, "PTA_TXD"),
164862306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_UART0_TXD")
164962306a36Sopenharmony_ci	),
165062306a36Sopenharmony_ci	MTK_PIN(
165162306a36Sopenharmony_ci		163, "GPIO163",
165262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
165362306a36Sopenharmony_ci		DRV_GRP4,
165462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163")
165562306a36Sopenharmony_ci	),
165662306a36Sopenharmony_ci	MTK_PIN(
165762306a36Sopenharmony_ci		164, "GPIO164",
165862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
165962306a36Sopenharmony_ci		DRV_GRP4,
166062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164")
166162306a36Sopenharmony_ci	),
166262306a36Sopenharmony_ci	MTK_PIN(
166362306a36Sopenharmony_ci		165, "GPIO165",
166462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
166562306a36Sopenharmony_ci		DRV_GRP4,
166662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165")
166762306a36Sopenharmony_ci	),
166862306a36Sopenharmony_ci	MTK_PIN(
166962306a36Sopenharmony_ci		166, "GPIO166",
167062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
167162306a36Sopenharmony_ci		DRV_GRP4,
167262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166")
167362306a36Sopenharmony_ci	),
167462306a36Sopenharmony_ci	MTK_PIN(
167562306a36Sopenharmony_ci		167, "GPIO167",
167662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
167762306a36Sopenharmony_ci		DRV_GRP4,
167862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167")
167962306a36Sopenharmony_ci	),
168062306a36Sopenharmony_ci	MTK_PIN(
168162306a36Sopenharmony_ci		168, "GPIO168",
168262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
168362306a36Sopenharmony_ci		DRV_GRP4,
168462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168")
168562306a36Sopenharmony_ci	),
168662306a36Sopenharmony_ci	MTK_PIN(
168762306a36Sopenharmony_ci		169, "GPIO169",
168862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
168962306a36Sopenharmony_ci		DRV_GRP4,
169062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169")
169162306a36Sopenharmony_ci	),
169262306a36Sopenharmony_ci	MTK_PIN(
169362306a36Sopenharmony_ci		170, "GPIO170",
169462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
169562306a36Sopenharmony_ci		DRV_GRP4,
169662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170")
169762306a36Sopenharmony_ci	),
169862306a36Sopenharmony_ci	MTK_PIN(
169962306a36Sopenharmony_ci		171, "GPIO171",
170062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
170162306a36Sopenharmony_ci		DRV_GRP4,
170262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171")
170362306a36Sopenharmony_ci	),
170462306a36Sopenharmony_ci	MTK_PIN(
170562306a36Sopenharmony_ci		172, "GPIO172",
170662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
170762306a36Sopenharmony_ci		DRV_GRP4,
170862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172")
170962306a36Sopenharmony_ci	),
171062306a36Sopenharmony_ci	MTK_PIN(
171162306a36Sopenharmony_ci		173, "GPIO173",
171262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
171362306a36Sopenharmony_ci		DRV_GRP4,
171462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173")
171562306a36Sopenharmony_ci	),
171662306a36Sopenharmony_ci	MTK_PIN(
171762306a36Sopenharmony_ci		174, "GPIO174",
171862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
171962306a36Sopenharmony_ci		DRV_GRP4,
172062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174")
172162306a36Sopenharmony_ci	),
172262306a36Sopenharmony_ci	MTK_PIN(
172362306a36Sopenharmony_ci		175, "GPIO175",
172462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
172562306a36Sopenharmony_ci		DRV_GRP4,
172662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175")
172762306a36Sopenharmony_ci	),
172862306a36Sopenharmony_ci	MTK_PIN(
172962306a36Sopenharmony_ci		176, "GPIO176",
173062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
173162306a36Sopenharmony_ci		DRV_GRP4,
173262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176")
173362306a36Sopenharmony_ci	),
173462306a36Sopenharmony_ci	MTK_PIN(
173562306a36Sopenharmony_ci		177, "GPIO177",
173662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
173762306a36Sopenharmony_ci		DRV_GRP4,
173862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177")
173962306a36Sopenharmony_ci	),
174062306a36Sopenharmony_ci	MTK_PIN(
174162306a36Sopenharmony_ci		178, "GPIO178",
174262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, NO_EINT_SUPPORT),
174362306a36Sopenharmony_ci		DRV_GRP4,
174462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178")
174562306a36Sopenharmony_ci	),
174662306a36Sopenharmony_ci	MTK_PIN(
174762306a36Sopenharmony_ci		179, "GPIO179",
174862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 151),
174962306a36Sopenharmony_ci		DRV_GRP4,
175062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179")
175162306a36Sopenharmony_ci	),
175262306a36Sopenharmony_ci};
175362306a36Sopenharmony_ci
175462306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT6765_H */
1755