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