162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2020 MediaTek Inc.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Author: Zhiyong Tao <zhiyong.tao@mediatek.com>
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8195_H
1062306a36Sopenharmony_ci#define __PINCTRL_MTK_MT8195_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include "pinctrl-paris.h"
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt8195[] = {
1562306a36Sopenharmony_ci	MTK_PIN(
1662306a36Sopenharmony_ci		0, "GPIO0",
1762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 0),
1862306a36Sopenharmony_ci		DRV_GRP4,
1962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
2062306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO0_AO"),
2162306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_CMD"),
2262306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_MCK"),
2362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM0"),
2462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PERSTN_1"),
2562306a36Sopenharmony_ci		MTK_FUNCTION(6, "IDDIG_1P"),
2662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC4_CLK")
2762306a36Sopenharmony_ci	),
2862306a36Sopenharmony_ci	MTK_PIN(
2962306a36Sopenharmony_ci		1, "GPIO1",
3062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 1),
3162306a36Sopenharmony_ci		DRV_GRP4,
3262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
3362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO1_AO"),
3462306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_CLK"),
3562306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_DI"),
3662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
3762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKREQN_1"),
3862306a36Sopenharmony_ci		MTK_FUNCTION(6, "USB_DRVVBUS_1P"),
3962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC4_DAT")
4062306a36Sopenharmony_ci	),
4162306a36Sopenharmony_ci	MTK_PIN(
4262306a36Sopenharmony_ci		2, "GPIO2",
4362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 2),
4462306a36Sopenharmony_ci		DRV_GRP4,
4562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
4662306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO2_AO"),
4762306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_DAT3"),
4862306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_LRCK"),
4962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
5062306a36Sopenharmony_ci		MTK_FUNCTION(5, "WAKEN_1"),
5162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC2_CLK")
5262306a36Sopenharmony_ci	),
5362306a36Sopenharmony_ci	MTK_PIN(
5462306a36Sopenharmony_ci		3, "GPIO3",
5562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 3),
5662306a36Sopenharmony_ci		DRV_GRP4,
5762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
5862306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO3_AO"),
5962306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_DAT0"),
6062306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_BCK"),
6162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM3"),
6262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC2_DAT")
6362306a36Sopenharmony_ci	),
6462306a36Sopenharmony_ci	MTK_PIN(
6562306a36Sopenharmony_ci		4, "GPIO4",
6662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 4),
6762306a36Sopenharmony_ci		DRV_GRP4,
6862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
6962306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO4_AO"),
7062306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_DAT2"),
7162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPDIF_IN1"),
7262306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD3"),
7362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA2"),
7462306a36Sopenharmony_ci		MTK_FUNCTION(7, "IDDIG_2P")
7562306a36Sopenharmony_ci	),
7662306a36Sopenharmony_ci	MTK_PIN(
7762306a36Sopenharmony_ci		5, "GPIO5",
7862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 5),
7962306a36Sopenharmony_ci		DRV_GRP4,
8062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
8162306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO5_AO"),
8262306a36Sopenharmony_ci		MTK_FUNCTION(2, "MSDC2_DAT1"),
8362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPDIF_IN0"),
8462306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD3"),
8562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL2"),
8662306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_DRVVBUS_2P")
8762306a36Sopenharmony_ci	),
8862306a36Sopenharmony_ci	MTK_PIN(
8962306a36Sopenharmony_ci		6, "GPIO6",
9062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 6),
9162306a36Sopenharmony_ci		DRV_GRP4,
9262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
9362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO6_AO"),
9462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DP_TX_HPD"),
9562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D4"),
9662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD4"),
9762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF3"),
9862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC3_CLK")
9962306a36Sopenharmony_ci	),
10062306a36Sopenharmony_ci	MTK_PIN(
10162306a36Sopenharmony_ci		7, "GPIO7",
10262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 7),
10362306a36Sopenharmony_ci		DRV_GRP4,
10462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
10562306a36Sopenharmony_ci		MTK_FUNCTION(1, "TP_GPIO7_AO"),
10662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EDP_TX_HPD"),
10762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D5"),
10862306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD4"),
10962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CMVREF4"),
11062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DMIC3_DAT")
11162306a36Sopenharmony_ci	),
11262306a36Sopenharmony_ci	MTK_PIN(
11362306a36Sopenharmony_ci		8, "GPIO8",
11462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 8),
11562306a36Sopenharmony_ci		DRV_GRP4,
11662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
11762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0"),
11862306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_0"),
11962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPDIF_OUT"),
12062306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_FOUT"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A0")
12262306a36Sopenharmony_ci	),
12362306a36Sopenharmony_ci	MTK_PIN(
12462306a36Sopenharmony_ci		9, "GPIO9",
12562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 9),
12662306a36Sopenharmony_ci		DRV_GRP4,
12762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
12862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0"),
12962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_1"),
13062306a36Sopenharmony_ci		MTK_FUNCTION(4, "IR_IN"),
13162306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDO"),
13262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A1")
13362306a36Sopenharmony_ci	),
13462306a36Sopenharmony_ci	MTK_PIN(
13562306a36Sopenharmony_ci		10, "GPIO10",
13662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 10),
13762306a36Sopenharmony_ci		DRV_GRP4,
13862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
13962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
14062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_2"),
14162306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_URXD0"),
14262306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPDIF_IN1"),
14362306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCF"),
14462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A2")
14562306a36Sopenharmony_ci	),
14662306a36Sopenharmony_ci	MTK_PIN(
14762306a36Sopenharmony_ci		11, "GPIO11",
14862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 11),
14962306a36Sopenharmony_ci		DRV_GRP4,
15062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
15162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
15262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM_3"),
15362306a36Sopenharmony_ci		MTK_FUNCTION(3, "ADSP_UTXD0"),
15462306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPDIF_IN0"),
15562306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SCK"),
15662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A3")
15762306a36Sopenharmony_ci	),
15862306a36Sopenharmony_ci	MTK_PIN(
15962306a36Sopenharmony_ci		12, "GPIO12",
16062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 12),
16162306a36Sopenharmony_ci		DRV_GRP4,
16262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
16362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2"),
16462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC3_DAT_R"),
16562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D6"),
16662306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_SDI"),
16762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A4")
16862306a36Sopenharmony_ci	),
16962306a36Sopenharmony_ci	MTK_PIN(
17062306a36Sopenharmony_ci		13, "GPIO13",
17162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 13),
17262306a36Sopenharmony_ci		DRV_GRP4,
17362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
17462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2"),
17562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC4_DAT_R"),
17662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D7"),
17762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A5")
17862306a36Sopenharmony_ci	),
17962306a36Sopenharmony_ci	MTK_PIN(
18062306a36Sopenharmony_ci		14, "GPIO14",
18162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 14),
18262306a36Sopenharmony_ci		DRV_GRP4,
18362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
18462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
18562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC3_DAT"),
18662306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_MCK"),
18762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A6")
18862306a36Sopenharmony_ci	),
18962306a36Sopenharmony_ci	MTK_PIN(
19062306a36Sopenharmony_ci		15, "GPIO15",
19162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 15),
19262306a36Sopenharmony_ci		DRV_GRP4,
19362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
19462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
19562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC3_CLK"),
19662306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_DI"),
19762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A7")
19862306a36Sopenharmony_ci	),
19962306a36Sopenharmony_ci	MTK_PIN(
20062306a36Sopenharmony_ci		16, "GPIO16",
20162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 16),
20262306a36Sopenharmony_ci		DRV_GRP4,
20362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
20462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA4"),
20562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC4_DAT"),
20662306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_LRCK"),
20762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A8")
20862306a36Sopenharmony_ci	),
20962306a36Sopenharmony_ci	MTK_PIN(
21062306a36Sopenharmony_ci		17, "GPIO17",
21162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 17),
21262306a36Sopenharmony_ci		DRV_GRP4,
21362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
21462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL4"),
21562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC4_CLK"),
21662306a36Sopenharmony_ci		MTK_FUNCTION(3, "TDMIN_BCK"),
21762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A9")
21862306a36Sopenharmony_ci	),
21962306a36Sopenharmony_ci	MTK_PIN(
22062306a36Sopenharmony_ci		18, "GPIO18",
22162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 18),
22262306a36Sopenharmony_ci		DRV_GRP4,
22362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
22462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DP_TX_HPD")
22562306a36Sopenharmony_ci	),
22662306a36Sopenharmony_ci	MTK_PIN(
22762306a36Sopenharmony_ci		19, "GPIO19",
22862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 19),
22962306a36Sopenharmony_ci		DRV_GRP4,
23062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
23162306a36Sopenharmony_ci		MTK_FUNCTION(1, "WAKEN"),
23262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SDA1"),
23362306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD32_0_JTAG_TCK"),
23462306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADSP_JTAG0_TCK"),
23562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA6")
23662306a36Sopenharmony_ci	),
23762306a36Sopenharmony_ci	MTK_PIN(
23862306a36Sopenharmony_ci		20, "GPIO20",
23962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 20),
24062306a36Sopenharmony_ci		DRV_GRP4,
24162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
24262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PERSTN"),
24362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SCL1"),
24462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD32_0_JTAG_TMS"),
24562306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADSP_JTAG0_TMS"),
24662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL6")
24762306a36Sopenharmony_ci	),
24862306a36Sopenharmony_ci	MTK_PIN(
24962306a36Sopenharmony_ci		21, "GPIO21",
25062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 21),
25162306a36Sopenharmony_ci		DRV_GRP4,
25262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
25362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKREQN"),
25462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD32_0_JTAG_TDI"),
25562306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADSP_JTAG0_TDI"),
25662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SDA1")
25762306a36Sopenharmony_ci	),
25862306a36Sopenharmony_ci	MTK_PIN(
25962306a36Sopenharmony_ci		22, "GPIO22",
26062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 22),
26162306a36Sopenharmony_ci		DRV_GRP4,
26262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
26362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK0"),
26462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PERSTN_1"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SCL1"),
26662306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD32_0_GPIO0")
26762306a36Sopenharmony_ci	),
26862306a36Sopenharmony_ci	MTK_PIN(
26962306a36Sopenharmony_ci		23, "GPIO23",
27062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 23),
27162306a36Sopenharmony_ci		DRV_GRP4,
27262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
27362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK1"),
27462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKREQN_1"),
27562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA4"),
27662306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC1_CLK"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SDA0"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD32_0_GPIO1")
27962306a36Sopenharmony_ci	),
28062306a36Sopenharmony_ci	MTK_PIN(
28162306a36Sopenharmony_ci		24, "GPIO24",
28262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 24),
28362306a36Sopenharmony_ci		DRV_GRP4,
28462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
28562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK2"),
28662306a36Sopenharmony_ci		MTK_FUNCTION(2, "WAKEN_1"),
28762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL4"),
28862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC1_DAT"),
28962306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_SCL0"),
29062306a36Sopenharmony_ci		MTK_FUNCTION(6, "LVTS_26M"),
29162306a36Sopenharmony_ci		MTK_FUNCTION(7, "MD32_0_GPIO2")
29262306a36Sopenharmony_ci	),
29362306a36Sopenharmony_ci	MTK_PIN(
29462306a36Sopenharmony_ci		25, "GPIO25",
29562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 25),
29662306a36Sopenharmony_ci		DRV_GRP4,
29762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
29862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMRST"),
29962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMMCLK3"),
30062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPDIF_OUT"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA6"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ADSP_JTAG0_TRSTN"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_0_JTAG_TRST")
30462306a36Sopenharmony_ci	),
30562306a36Sopenharmony_ci	MTK_PIN(
30662306a36Sopenharmony_ci		26, "GPIO26",
30762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 26),
30862306a36Sopenharmony_ci		DRV_GRP4,
30962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
31062306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMPDN"),
31162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMMCLK4"),
31262306a36Sopenharmony_ci		MTK_FUNCTION(3, "IR_IN"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL6"),
31462306a36Sopenharmony_ci		MTK_FUNCTION(5, "ADSP_JTAG0_TDO"),
31562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_0_JTAG_TDO")
31662306a36Sopenharmony_ci	),
31762306a36Sopenharmony_ci	MTK_PIN(
31862306a36Sopenharmony_ci		27, "GPIO27",
31962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 27),
32062306a36Sopenharmony_ci		DRV_GRP4,
32162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
32262306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMIRX20_HTPLG"),
32362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH0"),
32462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD32_0_TXD"),
32562306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_UTXD2_AO"),
32662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCL7"),
32762306a36Sopenharmony_ci		MTK_FUNCTION(6, "UCTS2"),
32862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A18")
32962306a36Sopenharmony_ci	),
33062306a36Sopenharmony_ci	MTK_PIN(
33162306a36Sopenharmony_ci		28, "GPIO28",
33262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 28),
33362306a36Sopenharmony_ci		DRV_GRP4,
33462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
33562306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMIRX20_PWR5V"),
33662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH1"),
33762306a36Sopenharmony_ci		MTK_FUNCTION(3, "MD32_0_RXD"),
33862306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_URXD2_AO"),
33962306a36Sopenharmony_ci		MTK_FUNCTION(5, "SDA7"),
34062306a36Sopenharmony_ci		MTK_FUNCTION(6, "URTS2"),
34162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A19")
34262306a36Sopenharmony_ci	),
34362306a36Sopenharmony_ci	MTK_PIN(
34462306a36Sopenharmony_ci		29, "GPIO29",
34562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 29),
34662306a36Sopenharmony_ci		DRV_GRP4,
34762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
34862306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMIRX20_SCL"),
34962306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH2"),
35062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL5"),
35162306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_URTS2_AO"),
35262306a36Sopenharmony_ci		MTK_FUNCTION(6, "UTXD2"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A20")
35462306a36Sopenharmony_ci	),
35562306a36Sopenharmony_ci	MTK_PIN(
35662306a36Sopenharmony_ci		30, "GPIO30",
35762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 30),
35862306a36Sopenharmony_ci		DRV_GRP4,
35962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
36062306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMIRX20_SDA"),
36162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMFLASH3"),
36262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA5"),
36362306a36Sopenharmony_ci		MTK_FUNCTION(4, "TP_UCTS2_AO"),
36462306a36Sopenharmony_ci		MTK_FUNCTION(6, "URXD2"),
36562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A21")
36662306a36Sopenharmony_ci	),
36762306a36Sopenharmony_ci	MTK_PIN(
36862306a36Sopenharmony_ci		31, "GPIO31",
36962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 31),
37062306a36Sopenharmony_ci		DRV_GRP4,
37162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
37262306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMITX20_PWR5V"),
37362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC1_DAT_R"),
37462306a36Sopenharmony_ci		MTK_FUNCTION(3, "PERSTN"),
37562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A22")
37662306a36Sopenharmony_ci	),
37762306a36Sopenharmony_ci	MTK_PIN(
37862306a36Sopenharmony_ci		32, "GPIO32",
37962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 32),
38062306a36Sopenharmony_ci		DRV_GRP4,
38162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
38262306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMITX20_HTPLG"),
38362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKREQN"),
38462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A23")
38562306a36Sopenharmony_ci	),
38662306a36Sopenharmony_ci	MTK_PIN(
38762306a36Sopenharmony_ci		33, "GPIO33",
38862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 33),
38962306a36Sopenharmony_ci		DRV_GRP4,
39062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
39162306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMITX20_CEC"),
39262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVREF0"),
39362306a36Sopenharmony_ci		MTK_FUNCTION(3, "WAKEN")
39462306a36Sopenharmony_ci	),
39562306a36Sopenharmony_ci	MTK_PIN(
39662306a36Sopenharmony_ci		34, "GPIO34",
39762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 34),
39862306a36Sopenharmony_ci		DRV_GRP4,
39962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
40062306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMITX20_SCL"),
40162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVREF1"),
40262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL7"),
40362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL6"),
40462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A24")
40562306a36Sopenharmony_ci	),
40662306a36Sopenharmony_ci	MTK_PIN(
40762306a36Sopenharmony_ci		35, "GPIO35",
40862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 35),
40962306a36Sopenharmony_ci		DRV_GRP4,
41062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
41162306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMITX20_SDA"),
41262306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVREF2"),
41362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA7"),
41462306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA6"),
41562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A25")
41662306a36Sopenharmony_ci	),
41762306a36Sopenharmony_ci	MTK_PIN(
41862306a36Sopenharmony_ci		36, "GPIO36",
41962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 36),
42062306a36Sopenharmony_ci		DRV_GRP4,
42162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
42262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK"),
42362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A27")
42462306a36Sopenharmony_ci	),
42562306a36Sopenharmony_ci	MTK_PIN(
42662306a36Sopenharmony_ci		37, "GPIO37",
42762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 37),
42862306a36Sopenharmony_ci		DRV_GRP4,
42962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
43062306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG"),
43162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A28")
43262306a36Sopenharmony_ci	),
43362306a36Sopenharmony_ci	MTK_PIN(
43462306a36Sopenharmony_ci		38, "GPIO38",
43562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 38),
43662306a36Sopenharmony_ci		DRV_GRP4,
43762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
43862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA0"),
43962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A29")
44062306a36Sopenharmony_ci	),
44162306a36Sopenharmony_ci	MTK_PIN(
44262306a36Sopenharmony_ci		39, "GPIO39",
44362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 39),
44462306a36Sopenharmony_ci		DRV_GRP4,
44562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
44662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA1"),
44762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DMIC2_DAT_R"),
44862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A30")
44962306a36Sopenharmony_ci	),
45062306a36Sopenharmony_ci	MTK_PIN(
45162306a36Sopenharmony_ci		40, "GPIO40",
45262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 40),
45362306a36Sopenharmony_ci		DRV_GRP4,
45462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
45562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CSN"),
45662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIM3_CSB"),
45762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A31")
45862306a36Sopenharmony_ci	),
45962306a36Sopenharmony_ci	MTK_PIN(
46062306a36Sopenharmony_ci		41, "GPIO41",
46162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 41),
46262306a36Sopenharmony_ci		DRV_GRP4,
46362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
46462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_CK"),
46562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIM3_CLK"),
46662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A32")
46762306a36Sopenharmony_ci	),
46862306a36Sopenharmony_ci	MTK_PIN(
46962306a36Sopenharmony_ci		42, "GPIO42",
47062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 42),
47162306a36Sopenharmony_ci		DRV_GRP4,
47262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
47362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MO"),
47462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MI"),
47562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIM3_MO"),
47662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B0")
47762306a36Sopenharmony_ci	),
47862306a36Sopenharmony_ci	MTK_PIN(
47962306a36Sopenharmony_ci		43, "GPIO43",
48062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 43),
48162306a36Sopenharmony_ci		DRV_GRP4,
48262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
48362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPI0_MI"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPI0_MO"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIM3_MI"),
48662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B1")
48762306a36Sopenharmony_ci	),
48862306a36Sopenharmony_ci	MTK_PIN(
48962306a36Sopenharmony_ci		44, "GPIO44",
49062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 44),
49162306a36Sopenharmony_ci		DRV_GRP4,
49262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
49362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPMI_M_SCL"),
49462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI00_DATA1"),
49562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL5"),
49662306a36Sopenharmony_ci		MTK_FUNCTION(4, "UTXD5"),
49762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B2")
49862306a36Sopenharmony_ci	),
49962306a36Sopenharmony_ci	MTK_PIN(
50062306a36Sopenharmony_ci		45, "GPIO45",
50162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 45),
50262306a36Sopenharmony_ci		DRV_GRP4,
50362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
50462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPMI_M_SDA"),
50562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI00_DATA2"),
50662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA5"),
50762306a36Sopenharmony_ci		MTK_FUNCTION(4, "URXD5"),
50862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B3")
50962306a36Sopenharmony_ci	),
51062306a36Sopenharmony_ci	MTK_PIN(
51162306a36Sopenharmony_ci		46, "GPIO46",
51262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 46),
51362306a36Sopenharmony_ci		DRV_GRP4,
51462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
51562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_MCK"),
51662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI00_DATA3"),
51762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_MCK"),
51862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B4")
51962306a36Sopenharmony_ci	),
52062306a36Sopenharmony_ci	MTK_PIN(
52162306a36Sopenharmony_ci		47, "GPIO47",
52262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 47),
52362306a36Sopenharmony_ci		DRV_GRP4,
52462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
52562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_BCK"),
52662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SIN0_BCK"),
52762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_LRCK"),
52862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B5")
52962306a36Sopenharmony_ci	),
53062306a36Sopenharmony_ci	MTK_PIN(
53162306a36Sopenharmony_ci		48, "GPIO48",
53262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 48),
53362306a36Sopenharmony_ci		DRV_GRP4,
53462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
53562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_WS"),
53662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SIN0_LRCK"),
53762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_BCK"),
53862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B6")
53962306a36Sopenharmony_ci	),
54062306a36Sopenharmony_ci	MTK_PIN(
54162306a36Sopenharmony_ci		49, "GPIO49",
54262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 49),
54362306a36Sopenharmony_ci		DRV_GRP4,
54462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
54562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_D0"),
54662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI00_DATA0"),
54762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_D0"),
54862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B7")
54962306a36Sopenharmony_ci	),
55062306a36Sopenharmony_ci	MTK_PIN(
55162306a36Sopenharmony_ci		50, "GPIO50",
55262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 50),
55362306a36Sopenharmony_ci		DRV_GRP4,
55462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
55562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_MCK"),
55662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI5_D0"),
55762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO4_MCK"),
55862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B8")
55962306a36Sopenharmony_ci	),
56062306a36Sopenharmony_ci	MTK_PIN(
56162306a36Sopenharmony_ci		51, "GPIO51",
56262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 51),
56362306a36Sopenharmony_ci		DRV_GRP4,
56462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
56562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_BCK"),
56662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI5_BCK"),
56762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B9")
56862306a36Sopenharmony_ci	),
56962306a36Sopenharmony_ci	MTK_PIN(
57062306a36Sopenharmony_ci		52, "GPIO52",
57162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 52),
57262306a36Sopenharmony_ci		DRV_GRP4,
57362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
57462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_WS"),
57562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI5_WS"),
57662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B10")
57762306a36Sopenharmony_ci	),
57862306a36Sopenharmony_ci	MTK_PIN(
57962306a36Sopenharmony_ci		53, "GPIO53",
58062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 53),
58162306a36Sopenharmony_ci		DRV_GRP4,
58262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
58362306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_D0"),
58462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI5_MCK"),
58562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B11")
58662306a36Sopenharmony_ci	),
58762306a36Sopenharmony_ci	MTK_PIN(
58862306a36Sopenharmony_ci		54, "GPIO54",
58962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 54),
59062306a36Sopenharmony_ci		DRV_GRP4,
59162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_D1"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI01_DATA1"),
59462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_D1"),
59562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO4_BCK"),
59662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B12")
59762306a36Sopenharmony_ci	),
59862306a36Sopenharmony_ci	MTK_PIN(
59962306a36Sopenharmony_ci		55, "GPIO55",
60062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 55),
60162306a36Sopenharmony_ci		DRV_GRP4,
60262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
60362306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_D2"),
60462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI01_DATA2"),
60562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_D2"),
60662306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO4_WS"),
60762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B13")
60862306a36Sopenharmony_ci	),
60962306a36Sopenharmony_ci	MTK_PIN(
61062306a36Sopenharmony_ci		56, "GPIO56",
61162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 56),
61262306a36Sopenharmony_ci		DRV_GRP4,
61362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
61462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO1_D3"),
61562306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI01_DATA3"),
61662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPLIN_D3"),
61762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO4_D0"),
61862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B14")
61962306a36Sopenharmony_ci	),
62062306a36Sopenharmony_ci	MTK_PIN(
62162306a36Sopenharmony_ci		57, "GPIO57",
62262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 57),
62362306a36Sopenharmony_ci		DRV_GRP4,
62462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
62562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO2_MCK"),
62662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO1_D12"),
62762306a36Sopenharmony_ci		MTK_FUNCTION(3, "LCM1_RST"),
62862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B15")
62962306a36Sopenharmony_ci	),
63062306a36Sopenharmony_ci	MTK_PIN(
63162306a36Sopenharmony_ci		58, "GPIO58",
63262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 58),
63362306a36Sopenharmony_ci		DRV_GRP4,
63462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
63562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO2_BCK"),
63662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO1_D13"),
63762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_BCK"),
63862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B16")
63962306a36Sopenharmony_ci	),
64062306a36Sopenharmony_ci	MTK_PIN(
64162306a36Sopenharmony_ci		59, "GPIO59",
64262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 59),
64362306a36Sopenharmony_ci		DRV_GRP4,
64462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
64562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO2_WS"),
64662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO1_D14"),
64762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_LRCK"),
64862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B17")
64962306a36Sopenharmony_ci	),
65062306a36Sopenharmony_ci	MTK_PIN(
65162306a36Sopenharmony_ci		60, "GPIO60",
65262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 60),
65362306a36Sopenharmony_ci		DRV_GRP4,
65462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
65562306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SO2_D0"),
65662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO1_D15"),
65762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI01_DATA0"),
65862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B18")
65962306a36Sopenharmony_ci	),
66062306a36Sopenharmony_ci	MTK_PIN(
66162306a36Sopenharmony_ci		61, "GPIO61",
66262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 61),
66362306a36Sopenharmony_ci		DRV_GRP4,
66462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
66562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DMIC1_CLK"),
66662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO2_BCK"),
66762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI2_CK"),
66862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B19")
66962306a36Sopenharmony_ci	),
67062306a36Sopenharmony_ci	MTK_PIN(
67162306a36Sopenharmony_ci		62, "GPIO62",
67262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 62),
67362306a36Sopenharmony_ci		DRV_GRP4,
67462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
67562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DMIC1_DAT"),
67662306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SO2_WS"),
67762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI2_MI"),
67862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B20")
67962306a36Sopenharmony_ci	),
68062306a36Sopenharmony_ci	MTK_PIN(
68162306a36Sopenharmony_ci		63, "GPIO63",
68262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 63),
68362306a36Sopenharmony_ci		DRV_GRP4,
68462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
68562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DMIC2_CLK"),
68662306a36Sopenharmony_ci		MTK_FUNCTION(2, "VBUSVALID"),
68762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI2_MO"),
68862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SCL2"),
68962306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG1_TDO"),
69062306a36Sopenharmony_ci		MTK_FUNCTION(6, "JTDO_SEL1"),
69162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B21")
69262306a36Sopenharmony_ci	),
69362306a36Sopenharmony_ci	MTK_PIN(
69462306a36Sopenharmony_ci		64, "GPIO64",
69562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 64),
69662306a36Sopenharmony_ci		DRV_GRP4,
69762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
69862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DMIC2_DAT"),
69962306a36Sopenharmony_ci		MTK_FUNCTION(2, "VBUSVALID_1P"),
70062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCP_SPI2_CS"),
70162306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SDA2"),
70262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B22")
70362306a36Sopenharmony_ci	),
70462306a36Sopenharmony_ci	MTK_PIN(
70562306a36Sopenharmony_ci		65, "GPIO65",
70662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 65),
70762306a36Sopenharmony_ci		DRV_GRP4,
70862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
70962306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_DO"),
71062306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST0"),
71162306a36Sopenharmony_ci		MTK_FUNCTION(3, "UCTS2"),
71262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG1_TMS"),
71362306a36Sopenharmony_ci		MTK_FUNCTION(6, "JTMS_SEL1"),
71462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B23")
71562306a36Sopenharmony_ci	),
71662306a36Sopenharmony_ci	MTK_PIN(
71762306a36Sopenharmony_ci		66, "GPIO66",
71862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 66),
71962306a36Sopenharmony_ci		DRV_GRP4,
72062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
72162306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_CLK"),
72262306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK0"),
72362306a36Sopenharmony_ci		MTK_FUNCTION(3, "URTS2"),
72462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG1_TCK"),
72562306a36Sopenharmony_ci		MTK_FUNCTION(6, "JTCK_SEL1"),
72662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B24")
72762306a36Sopenharmony_ci	),
72862306a36Sopenharmony_ci	MTK_PIN(
72962306a36Sopenharmony_ci		67, "GPIO67",
73062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 67),
73162306a36Sopenharmony_ci		DRV_GRP4,
73262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
73362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_DI"),
73462306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_ST1"),
73562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD2"),
73662306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG1_TRSTN"),
73762306a36Sopenharmony_ci		MTK_FUNCTION(6, "JTRSTn_SEL1"),
73862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B25")
73962306a36Sopenharmony_ci	),
74062306a36Sopenharmony_ci	MTK_PIN(
74162306a36Sopenharmony_ci		68, "GPIO68",
74262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 68),
74362306a36Sopenharmony_ci		DRV_GRP4,
74462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
74562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_SYNC"),
74662306a36Sopenharmony_ci		MTK_FUNCTION(2, "AUXIF_CLK1"),
74762306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD2"),
74862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG1_TDI"),
74962306a36Sopenharmony_ci		MTK_FUNCTION(6, "JTDI_SEL1"),
75062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B26")
75162306a36Sopenharmony_ci	),
75262306a36Sopenharmony_ci	MTK_PIN(
75362306a36Sopenharmony_ci		69, "GPIO69",
75462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 69),
75562306a36Sopenharmony_ci		DRV_GRP4,
75662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
75762306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK_MOSI"),
75862306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SIN2_BCK"),
75962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_0"),
76062306a36Sopenharmony_ci		MTK_FUNCTION(4, "WAKEN"),
76162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B27")
76262306a36Sopenharmony_ci	),
76362306a36Sopenharmony_ci	MTK_PIN(
76462306a36Sopenharmony_ci		70, "GPIO70",
76562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 70),
76662306a36Sopenharmony_ci		DRV_GRP4,
76762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
76862306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_SYNC_MOSI"),
76962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SIN2_LRCK"),
77062306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_1"),
77162306a36Sopenharmony_ci		MTK_FUNCTION(4, "PERSTN"),
77262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B28")
77362306a36Sopenharmony_ci	),
77462306a36Sopenharmony_ci	MTK_PIN(
77562306a36Sopenharmony_ci		71, "GPIO71",
77662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 71),
77762306a36Sopenharmony_ci		DRV_GRP4,
77862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
77962306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI0"),
78062306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG_2P"),
78162306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_2"),
78262306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKREQN"),
78362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B29")
78462306a36Sopenharmony_ci	),
78562306a36Sopenharmony_ci	MTK_PIN(
78662306a36Sopenharmony_ci		72, "GPIO72",
78762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 72),
78862306a36Sopenharmony_ci		DRV_GRP4,
78962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
79062306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI1"),
79162306a36Sopenharmony_ci		MTK_FUNCTION(2, "USB_DRVVBUS_2P"),
79262306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_3"),
79362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PERSTN_1"),
79462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B30")
79562306a36Sopenharmony_ci	),
79662306a36Sopenharmony_ci	MTK_PIN(
79762306a36Sopenharmony_ci		73, "GPIO73",
79862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 73),
79962306a36Sopenharmony_ci		DRV_GRP4,
80062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
80162306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO0"),
80262306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI02_DATA0"),
80362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKREQN_1"),
80462306a36Sopenharmony_ci		MTK_FUNCTION(5, "VOW_DAT_MISO"),
80562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B31")
80662306a36Sopenharmony_ci	),
80762306a36Sopenharmony_ci	MTK_PIN(
80862306a36Sopenharmony_ci		74, "GPIO74",
80962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 74),
81062306a36Sopenharmony_ci		DRV_GRP4,
81162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
81262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO1"),
81362306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI02_DATA1"),
81462306a36Sopenharmony_ci		MTK_FUNCTION(4, "WAKEN_1"),
81562306a36Sopenharmony_ci		MTK_FUNCTION(5, "VOW_CLK_MISO"),
81662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B32")
81762306a36Sopenharmony_ci	),
81862306a36Sopenharmony_ci	MTK_PIN(
81962306a36Sopenharmony_ci		75, "GPIO75",
82062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 75),
82162306a36Sopenharmony_ci		DRV_GRP4,
82262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO2"),
82462306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI02_DATA2")
82562306a36Sopenharmony_ci	),
82662306a36Sopenharmony_ci	MTK_PIN(
82762306a36Sopenharmony_ci		76, "GPIO76",
82862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 76),
82962306a36Sopenharmony_ci		DRV_GRP4,
83062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
83162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCP_VREQ_VAO"),
83262306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SI02_DATA3"),
83362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A26")
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, "DGI_D0"),
84162306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D0"),
84262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI4_MCK"),
84362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM4_CLK"),
84462306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXD3"),
84562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPM_JTAG_TCK")
84662306a36Sopenharmony_ci	),
84762306a36Sopenharmony_ci	MTK_PIN(
84862306a36Sopenharmony_ci		78, "GPIO78",
84962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 78),
85062306a36Sopenharmony_ci		DRV_GRP4,
85162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
85262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D1"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D1"),
85462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI4_BCK"),
85562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM4_MO"),
85662306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXD2"),
85762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPM_JTAG_TMS")
85862306a36Sopenharmony_ci	),
85962306a36Sopenharmony_ci	MTK_PIN(
86062306a36Sopenharmony_ci		79, "GPIO79",
86162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 79),
86262306a36Sopenharmony_ci		DRV_GRP4,
86362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
86462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D2"),
86562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D2"),
86662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI4_WS"),
86762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM4_CSB"),
86862306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXD1"),
86962306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPM_JTAG_TDI")
87062306a36Sopenharmony_ci	),
87162306a36Sopenharmony_ci	MTK_PIN(
87262306a36Sopenharmony_ci		80, "GPIO80",
87362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 80),
87462306a36Sopenharmony_ci		DRV_GRP4,
87562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
87662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D3"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D3"),
87862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI4_D0"),
87962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM4_MI"),
88062306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXD0"),
88162306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPM_JTAG_TDO")
88262306a36Sopenharmony_ci	),
88362306a36Sopenharmony_ci	MTK_PIN(
88462306a36Sopenharmony_ci		81, "GPIO81",
88562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 81),
88662306a36Sopenharmony_ci		DRV_GRP4,
88762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
88862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D4"),
88962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D4"),
89062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI5_MCK"),
89162306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM5_CLK"),
89262306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXD3"),
89362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPM_JTAG_TRSTN")
89462306a36Sopenharmony_ci	),
89562306a36Sopenharmony_ci	MTK_PIN(
89662306a36Sopenharmony_ci		82, "GPIO82",
89762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 82),
89862306a36Sopenharmony_ci		DRV_GRP4,
89962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
90062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D5"),
90162306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D5"),
90262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI5_BCK"),
90362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM5_MO"),
90462306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXD2"),
90562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TDO")
90662306a36Sopenharmony_ci	),
90762306a36Sopenharmony_ci	MTK_PIN(
90862306a36Sopenharmony_ci		83, "GPIO83",
90962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 83),
91062306a36Sopenharmony_ci		DRV_GRP4,
91162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
91262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D6"),
91362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D6"),
91462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI5_WS"),
91562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM5_CSB"),
91662306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXD1"),
91762306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TMS")
91862306a36Sopenharmony_ci	),
91962306a36Sopenharmony_ci	MTK_PIN(
92062306a36Sopenharmony_ci		84, "GPIO84",
92162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 84),
92262306a36Sopenharmony_ci		DRV_GRP4,
92362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
92462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D7"),
92562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D7"),
92662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SI5_D0"),
92762306a36Sopenharmony_ci		MTK_FUNCTION(4, "SPIM5_MI"),
92862306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXD0"),
92962306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TCK")
93062306a36Sopenharmony_ci	),
93162306a36Sopenharmony_ci	MTK_PIN(
93262306a36Sopenharmony_ci		85, "GPIO85",
93362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 85),
93462306a36Sopenharmony_ci		DRV_GRP4,
93562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
93662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D8"),
93762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D8"),
93862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO4_MCK"),
93962306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SPI1_B_CK"),
94062306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXC"),
94162306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TDI")
94262306a36Sopenharmony_ci	),
94362306a36Sopenharmony_ci	MTK_PIN(
94462306a36Sopenharmony_ci		86, "GPIO86",
94562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 86),
94662306a36Sopenharmony_ci		DRV_GRP4,
94762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
94862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D9"),
94962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D9"),
95062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO4_BCK"),
95162306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SPI1_B_MI"),
95262306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXC"),
95362306a36Sopenharmony_ci		MTK_FUNCTION(6, "MCUPM_JTAG_TRSTN")
95462306a36Sopenharmony_ci	),
95562306a36Sopenharmony_ci	MTK_PIN(
95662306a36Sopenharmony_ci		87, "GPIO87",
95762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 87),
95862306a36Sopenharmony_ci		DRV_GRP4,
95962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
96062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D10"),
96162306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D10"),
96262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO4_WS"),
96362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SPI1_B_CS"),
96462306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXDV"),
96562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDO")
96662306a36Sopenharmony_ci	),
96762306a36Sopenharmony_ci	MTK_PIN(
96862306a36Sopenharmony_ci		88, "GPIO88",
96962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 88),
97062306a36Sopenharmony_ci		DRV_GRP4,
97162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
97262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D11"),
97362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D11"),
97462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO4_D0"),
97562306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SPI1_B_MO"),
97662306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXEN"),
97762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TMS")
97862306a36Sopenharmony_ci	),
97962306a36Sopenharmony_ci	MTK_PIN(
98062306a36Sopenharmony_ci		89, "GPIO89",
98162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 89),
98262306a36Sopenharmony_ci		DRV_GRP4,
98362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
98462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D12"),
98562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D12"),
98662306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_CMD_A"),
98762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO5_BCK"),
98862306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_MDC"),
98962306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TCK")
99062306a36Sopenharmony_ci	),
99162306a36Sopenharmony_ci	MTK_PIN(
99262306a36Sopenharmony_ci		90, "GPIO90",
99362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 90),
99462306a36Sopenharmony_ci		DRV_GRP4,
99562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
99662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D13"),
99762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D13"),
99862306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_CLK_A"),
99962306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO5_WS"),
100062306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_MDIO"),
100162306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TDI")
100262306a36Sopenharmony_ci	),
100362306a36Sopenharmony_ci	MTK_PIN(
100462306a36Sopenharmony_ci		91, "GPIO91",
100562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 91),
100662306a36Sopenharmony_ci		DRV_GRP4,
100762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
100862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D14"),
100962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D14"),
101062306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_DAT3_A"),
101162306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO5_D0"),
101262306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_TXER"),
101362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SSPM_JTAG_TRSTN")
101462306a36Sopenharmony_ci	),
101562306a36Sopenharmony_ci	MTK_PIN(
101662306a36Sopenharmony_ci		92, "GPIO92",
101762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 92),
101862306a36Sopenharmony_ci		DRV_GRP4,
101962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
102062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_D15"),
102162306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D15"),
102262306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_DAT0_A"),
102362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D1"),
102462306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_RXER"),
102562306a36Sopenharmony_ci		MTK_FUNCTION(6, "CCU0_JTAG_TDO")
102662306a36Sopenharmony_ci	),
102762306a36Sopenharmony_ci	MTK_PIN(
102862306a36Sopenharmony_ci		93, "GPIO93",
102962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 93),
103062306a36Sopenharmony_ci		DRV_GRP4,
103162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
103262306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_HSYNC"),
103362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_HSYNC"),
103462306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_DAT2_A"),
103562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D2"),
103662306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_COL"),
103762306a36Sopenharmony_ci		MTK_FUNCTION(6, "CCU0_JTAG_TMS")
103862306a36Sopenharmony_ci	),
103962306a36Sopenharmony_ci	MTK_PIN(
104062306a36Sopenharmony_ci		94, "GPIO94",
104162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 94),
104262306a36Sopenharmony_ci		DRV_GRP4,
104362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
104462306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_VSYNC"),
104562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_VSYNC"),
104662306a36Sopenharmony_ci		MTK_FUNCTION(3, "MSDC2_DAT1_A"),
104762306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D3"),
104862306a36Sopenharmony_ci		MTK_FUNCTION(5, "GBE_INTR"),
104962306a36Sopenharmony_ci		MTK_FUNCTION(6, "CCU0_JTAG_TDI")
105062306a36Sopenharmony_ci	),
105162306a36Sopenharmony_ci	MTK_PIN(
105262306a36Sopenharmony_ci		95, "GPIO95",
105362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 95),
105462306a36Sopenharmony_ci		DRV_GRP4,
105562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
105662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_DE"),
105762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_DE"),
105862306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD2"),
105962306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_D1"),
106062306a36Sopenharmony_ci		MTK_FUNCTION(6, "CCU0_JTAG_TCK")
106162306a36Sopenharmony_ci	),
106262306a36Sopenharmony_ci	MTK_PIN(
106362306a36Sopenharmony_ci		96, "GPIO96",
106462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 96),
106562306a36Sopenharmony_ci		DRV_GRP4,
106662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
106762306a36Sopenharmony_ci		MTK_FUNCTION(1, "DGI_CK"),
106862306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_CK"),
106962306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD2"),
107062306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO5_MCK"),
107162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_D2"),
107262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CCU0_JTAG_TRST")
107362306a36Sopenharmony_ci	),
107462306a36Sopenharmony_ci	MTK_PIN(
107562306a36Sopenharmony_ci		97, "GPIO97",
107662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 97),
107762306a36Sopenharmony_ci		DRV_GRP4,
107862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
107962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM0"),
108062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DVFSRC_EXT_REQ")
108162306a36Sopenharmony_ci	),
108262306a36Sopenharmony_ci	MTK_PIN(
108362306a36Sopenharmony_ci		98, "GPIO98",
108462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 98),
108562306a36Sopenharmony_ci		DRV_GRP4,
108662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
108762306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0")
108862306a36Sopenharmony_ci	),
108962306a36Sopenharmony_ci	MTK_PIN(
109062306a36Sopenharmony_ci		99, "GPIO99",
109162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 99),
109262306a36Sopenharmony_ci		DRV_GRP4,
109362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
109462306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD0")
109562306a36Sopenharmony_ci	),
109662306a36Sopenharmony_ci	MTK_PIN(
109762306a36Sopenharmony_ci		100, "GPIO100",
109862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 100),
109962306a36Sopenharmony_ci		DRV_GRP4,
110062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
110162306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS1"),
110262306a36Sopenharmony_ci		MTK_FUNCTION(2, "DSI_TE"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D8"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPROW2"),
110562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_0"),
110662306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_URTS1_AO"),
110762306a36Sopenharmony_ci		MTK_FUNCTION(7, "I2SIN_D0")
110862306a36Sopenharmony_ci	),
110962306a36Sopenharmony_ci	MTK_PIN(
111062306a36Sopenharmony_ci		101, "GPIO101",
111162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 101),
111262306a36Sopenharmony_ci		DRV_GRP4,
111362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
111462306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS1"),
111562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DSI1_TE"),
111662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D9"),
111762306a36Sopenharmony_ci		MTK_FUNCTION(4, "KPCOL2"),
111862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM_1"),
111962306a36Sopenharmony_ci		MTK_FUNCTION(6, "TP_UCTS1_AO"),
112062306a36Sopenharmony_ci		MTK_FUNCTION(7, "I2SIN_D1")
112162306a36Sopenharmony_ci	),
112262306a36Sopenharmony_ci	MTK_PIN(
112362306a36Sopenharmony_ci		102, "GPIO102",
112462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 102),
112562306a36Sopenharmony_ci		DRV_GRP4,
112662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
112762306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
112862306a36Sopenharmony_ci		MTK_FUNCTION(2, "VBUSVALID_2P"),
112962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D10"),
113062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_UTXD_AO"),
113162306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_UTXD1_AO"),
113262306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_1_TXD"),
113362306a36Sopenharmony_ci		MTK_FUNCTION(7, "I2SIN_D2")
113462306a36Sopenharmony_ci	),
113562306a36Sopenharmony_ci	MTK_PIN(
113662306a36Sopenharmony_ci		103, "GPIO103",
113762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 103),
113862306a36Sopenharmony_ci		DRV_GRP4,
113962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
114062306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
114162306a36Sopenharmony_ci		MTK_FUNCTION(2, "VBUSVALID_3P"),
114262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SO1_D11"),
114362306a36Sopenharmony_ci		MTK_FUNCTION(4, "SSPM_URXD_AO"),
114462306a36Sopenharmony_ci		MTK_FUNCTION(5, "TP_URXD1_AO"),
114562306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_1_RXD"),
114662306a36Sopenharmony_ci		MTK_FUNCTION(7, "I2SIN_D3")
114762306a36Sopenharmony_ci	),
114862306a36Sopenharmony_ci	MTK_PIN(
114962306a36Sopenharmony_ci		104, "GPIO104",
115062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 104),
115162306a36Sopenharmony_ci		DRV_GRP4,
115262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
115362306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW0"),
115462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM1")
115562306a36Sopenharmony_ci	),
115662306a36Sopenharmony_ci	MTK_PIN(
115762306a36Sopenharmony_ci		105, "GPIO105",
115862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 105),
115962306a36Sopenharmony_ci		DRV_GRP4,
116062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
116162306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPROW1"),
116262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EDP_TX_HPD"),
116362306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_2")
116462306a36Sopenharmony_ci	),
116562306a36Sopenharmony_ci	MTK_PIN(
116662306a36Sopenharmony_ci		106, "GPIO106",
116762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 106),
116862306a36Sopenharmony_ci		DRV_GRP4,
116962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
117062306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL0")
117162306a36Sopenharmony_ci	),
117262306a36Sopenharmony_ci	MTK_PIN(
117362306a36Sopenharmony_ci		107, "GPIO107",
117462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 107),
117562306a36Sopenharmony_ci		DRV_GRP4,
117662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
117762306a36Sopenharmony_ci		MTK_FUNCTION(1, "KPCOL1"),
117862306a36Sopenharmony_ci		MTK_FUNCTION(2, "DSI1_TE"),
117962306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM_3"),
118062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SCL3"),
118162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_MCK")
118262306a36Sopenharmony_ci	),
118362306a36Sopenharmony_ci	MTK_PIN(
118462306a36Sopenharmony_ci		108, "GPIO108",
118562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 108),
118662306a36Sopenharmony_ci		DRV_GRP4,
118762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
118862306a36Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST"),
118962306a36Sopenharmony_ci		MTK_FUNCTION(2, "KPCOL1"),
119062306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCP_SDA3"),
119162306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_BCK")
119262306a36Sopenharmony_ci	),
119362306a36Sopenharmony_ci	MTK_PIN(
119462306a36Sopenharmony_ci		109, "GPIO109",
119562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 109),
119662306a36Sopenharmony_ci		DRV_GRP4,
119762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
119862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE"),
119962306a36Sopenharmony_ci		MTK_FUNCTION(2, "I2SIN_D3"),
120062306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_WS")
120162306a36Sopenharmony_ci	),
120262306a36Sopenharmony_ci	MTK_PIN(
120362306a36Sopenharmony_ci		110, "GPIO110",
120462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 110),
120562306a36Sopenharmony_ci		DRV_GRP4,
120662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
120762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
120862306a36Sopenharmony_ci		MTK_FUNCTION(2, "JTMS_SEL3"),
120962306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TMS"),
121062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CCU1_JTAG_TMS"),
121162306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TMS")
121262306a36Sopenharmony_ci	),
121362306a36Sopenharmony_ci	MTK_PIN(
121462306a36Sopenharmony_ci		111, "GPIO111",
121562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 111),
121662306a36Sopenharmony_ci		DRV_GRP4,
121762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
121862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
121962306a36Sopenharmony_ci		MTK_FUNCTION(2, "JTCK_SEL3"),
122062306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TCK"),
122162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CCU1_JTAG_TCK"),
122262306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TCK")
122362306a36Sopenharmony_ci	),
122462306a36Sopenharmony_ci	MTK_PIN(
122562306a36Sopenharmony_ci		112, "GPIO112",
122662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 112),
122762306a36Sopenharmony_ci		DRV_GRP4,
122862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
122962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
123062306a36Sopenharmony_ci		MTK_FUNCTION(2, "JTDI_SEL3"),
123162306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDI"),
123262306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D0"),
123362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CCU1_JTAG_TDI"),
123462306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDI")
123562306a36Sopenharmony_ci	),
123662306a36Sopenharmony_ci	MTK_PIN(
123762306a36Sopenharmony_ci		113, "GPIO113",
123862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 113),
123962306a36Sopenharmony_ci		DRV_GRP4,
124062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
124162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
124262306a36Sopenharmony_ci		MTK_FUNCTION(2, "JTDO_SEL3"),
124362306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_TDO"),
124462306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D1"),
124562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CCU1_JTAG_TDO"),
124662306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TDO")
124762306a36Sopenharmony_ci	),
124862306a36Sopenharmony_ci	MTK_PIN(
124962306a36Sopenharmony_ci		114, "GPIO114",
125062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 114),
125162306a36Sopenharmony_ci		DRV_GRP4,
125262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
125362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
125462306a36Sopenharmony_ci		MTK_FUNCTION(2, "JTRSTn_SEL3"),
125562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UDI_NTRST"),
125662306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D2"),
125762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CCU1_JTAG_TRST"),
125862306a36Sopenharmony_ci		MTK_FUNCTION(6, "IPU_JTAG_TRST")
125962306a36Sopenharmony_ci	),
126062306a36Sopenharmony_ci	MTK_PIN(
126162306a36Sopenharmony_ci		115, "GPIO115",
126262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 115),
126362306a36Sopenharmony_ci		DRV_GRP4,
126462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
126562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
126662306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SO2_D3"),
126762306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_1_GPIO2")
126862306a36Sopenharmony_ci	),
126962306a36Sopenharmony_ci	MTK_PIN(
127062306a36Sopenharmony_ci		116, "GPIO116",
127162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 116),
127262306a36Sopenharmony_ci		DRV_GRP4,
127362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
127462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7")
127562306a36Sopenharmony_ci	),
127662306a36Sopenharmony_ci	MTK_PIN(
127762306a36Sopenharmony_ci		117, "GPIO117",
127862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 117),
127962306a36Sopenharmony_ci		DRV_GRP4,
128062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
128162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6")
128262306a36Sopenharmony_ci	),
128362306a36Sopenharmony_ci	MTK_PIN(
128462306a36Sopenharmony_ci		118, "GPIO118",
128562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 118),
128662306a36Sopenharmony_ci		DRV_GRP4,
128762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
128862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5")
128962306a36Sopenharmony_ci	),
129062306a36Sopenharmony_ci	MTK_PIN(
129162306a36Sopenharmony_ci		119, "GPIO119",
129262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 119),
129362306a36Sopenharmony_ci		DRV_GRP4,
129462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
129562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4")
129662306a36Sopenharmony_ci	),
129762306a36Sopenharmony_ci	MTK_PIN(
129862306a36Sopenharmony_ci		120, "GPIO120",
129962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 120),
130062306a36Sopenharmony_ci		DRV_GRP4,
130162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
130262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB")
130362306a36Sopenharmony_ci	),
130462306a36Sopenharmony_ci	MTK_PIN(
130562306a36Sopenharmony_ci		121, "GPIO121",
130662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 121),
130762306a36Sopenharmony_ci		DRV_GRP4,
130862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
130962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD")
131062306a36Sopenharmony_ci	),
131162306a36Sopenharmony_ci	MTK_PIN(
131262306a36Sopenharmony_ci		122, "GPIO122",
131362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 122),
131462306a36Sopenharmony_ci		DRV_GRP4,
131562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
131662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK")
131762306a36Sopenharmony_ci	),
131862306a36Sopenharmony_ci	MTK_PIN(
131962306a36Sopenharmony_ci		123, "GPIO123",
132062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 123),
132162306a36Sopenharmony_ci		DRV_GRP4,
132262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
132362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3")
132462306a36Sopenharmony_ci	),
132562306a36Sopenharmony_ci	MTK_PIN(
132662306a36Sopenharmony_ci		124, "GPIO124",
132762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 124),
132862306a36Sopenharmony_ci		DRV_GRP4,
132962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
133062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2")
133162306a36Sopenharmony_ci	),
133262306a36Sopenharmony_ci	MTK_PIN(
133362306a36Sopenharmony_ci		125, "GPIO125",
133462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 125),
133562306a36Sopenharmony_ci		DRV_GRP4,
133662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
133762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1")
133862306a36Sopenharmony_ci	),
133962306a36Sopenharmony_ci	MTK_PIN(
134062306a36Sopenharmony_ci		126, "GPIO126",
134162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 126),
134262306a36Sopenharmony_ci		DRV_GRP4,
134362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
134462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0")
134562306a36Sopenharmony_ci	),
134662306a36Sopenharmony_ci	MTK_PIN(
134762306a36Sopenharmony_ci		127, "GPIO127",
134862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 127),
134962306a36Sopenharmony_ci		DRV_GRP4,
135062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
135162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DSL")
135262306a36Sopenharmony_ci	),
135362306a36Sopenharmony_ci	MTK_PIN(
135462306a36Sopenharmony_ci		128, "GPIO128",
135562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 128),
135662306a36Sopenharmony_ci		DRV_GRP4,
135762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
135862306a36Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
135962306a36Sopenharmony_ci		MTK_FUNCTION(2, "UCTS2"),
136062306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD5"),
136162306a36Sopenharmony_ci		MTK_FUNCTION(4, "UFS_MPHY_SCL"),
136262306a36Sopenharmony_ci		MTK_FUNCTION(5, "mbistreaden_trigger"),
136362306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_1_GPIO0"),
136462306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCP_SCL2")
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, "USB_DRVVBUS"),
137262306a36Sopenharmony_ci		MTK_FUNCTION(2, "URTS2"),
137362306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD5"),
137462306a36Sopenharmony_ci		MTK_FUNCTION(4, "UFS_MPHY_SDA"),
137562306a36Sopenharmony_ci		MTK_FUNCTION(5, "mbistwriteen_trigger"),
137662306a36Sopenharmony_ci		MTK_FUNCTION(6, "MD32_1_GPIO1"),
137762306a36Sopenharmony_ci		MTK_FUNCTION(7, "SCP_SDA2")
137862306a36Sopenharmony_ci	),
137962306a36Sopenharmony_ci	MTK_PIN(
138062306a36Sopenharmony_ci		130, "GPIO130",
138162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 130),
138262306a36Sopenharmony_ci		DRV_GRP4,
138362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
138462306a36Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG_1P"),
138562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_IO2"),
138662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_WP"),
138762306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_NTRST")
138862306a36Sopenharmony_ci	),
138962306a36Sopenharmony_ci	MTK_PIN(
139062306a36Sopenharmony_ci		131, "GPIO131",
139162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 131),
139262306a36Sopenharmony_ci		DRV_GRP4,
139362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
139462306a36Sopenharmony_ci		MTK_FUNCTION(1, "USB_DRVVBUS_1P"),
139562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_IO3"),
139662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_HOLD"),
139762306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD32_1_JTAG_TRST"),
139862306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG0_TRSTN"),
139962306a36Sopenharmony_ci		MTK_FUNCTION(6, "APU_JTAG_TRST")
140062306a36Sopenharmony_ci	),
140162306a36Sopenharmony_ci	MTK_PIN(
140262306a36Sopenharmony_ci		132, "GPIO132",
140362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 132),
140462306a36Sopenharmony_ci		DRV_GRP4,
140562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
140662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM0_CSB"),
140762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CS"),
140862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS0_CSB"),
140962306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TMS"),
141062306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SO5_D0")
141162306a36Sopenharmony_ci	),
141262306a36Sopenharmony_ci	MTK_PIN(
141362306a36Sopenharmony_ci		133, "GPIO133",
141462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 133),
141562306a36Sopenharmony_ci		DRV_GRP4,
141662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
141762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM0_CLK"),
141862306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_CK"),
141962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS0_CLK"),
142062306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TCK"),
142162306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SO5_BCK")
142262306a36Sopenharmony_ci	),
142362306a36Sopenharmony_ci	MTK_PIN(
142462306a36Sopenharmony_ci		134, "GPIO134",
142562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 134),
142662306a36Sopenharmony_ci		DRV_GRP4,
142762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
142862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM0_MO"),
142962306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MO"),
143062306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS0_SI"),
143162306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDO"),
143262306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SO5_WS")
143362306a36Sopenharmony_ci	),
143462306a36Sopenharmony_ci	MTK_PIN(
143562306a36Sopenharmony_ci		135, "GPIO135",
143662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 135),
143762306a36Sopenharmony_ci		DRV_GRP4,
143862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
143962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM0_MI"),
144062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI0_MI"),
144162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS0_SO"),
144262306a36Sopenharmony_ci		MTK_FUNCTION(4, "VPU_UDI_TDI"),
144362306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SO5_MCK")
144462306a36Sopenharmony_ci	),
144562306a36Sopenharmony_ci	MTK_PIN(
144662306a36Sopenharmony_ci		136, "GPIO136",
144762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 136),
144862306a36Sopenharmony_ci		DRV_GRP4,
144962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
145062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM1_CSB"),
145162306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CS"),
145262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS1_CSB"),
145362306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD32_1_JTAG_TMS"),
145462306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG0_TMS"),
145562306a36Sopenharmony_ci		MTK_FUNCTION(6, "APU_JTAG_TMS"),
145662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A15")
145762306a36Sopenharmony_ci	),
145862306a36Sopenharmony_ci	MTK_PIN(
145962306a36Sopenharmony_ci		137, "GPIO137",
146062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 137),
146162306a36Sopenharmony_ci		DRV_GRP4,
146262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
146362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM1_CLK"),
146462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_CK"),
146562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS1_CLK"),
146662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD32_1_JTAG_TCK"),
146762306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG0_TCK"),
146862306a36Sopenharmony_ci		MTK_FUNCTION(6, "APU_JTAG_TCK"),
146962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A14")
147062306a36Sopenharmony_ci	),
147162306a36Sopenharmony_ci	MTK_PIN(
147262306a36Sopenharmony_ci		138, "GPIO138",
147362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 138),
147462306a36Sopenharmony_ci		DRV_GRP4,
147562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
147662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM1_MO"),
147762306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MO"),
147862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS1_SI"),
147962306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD32_1_JTAG_TDO"),
148062306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG0_TDO"),
148162306a36Sopenharmony_ci		MTK_FUNCTION(6, "APU_JTAG_TDO"),
148262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A16")
148362306a36Sopenharmony_ci	),
148462306a36Sopenharmony_ci	MTK_PIN(
148562306a36Sopenharmony_ci		139, "GPIO139",
148662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 139),
148762306a36Sopenharmony_ci		DRV_GRP4,
148862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
148962306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM1_MI"),
149062306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCP_SPI1_A_MI"),
149162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPIS1_SO"),
149262306a36Sopenharmony_ci		MTK_FUNCTION(4, "MD32_1_JTAG_TDI"),
149362306a36Sopenharmony_ci		MTK_FUNCTION(5, "SCP_JTAG0_TDI"),
149462306a36Sopenharmony_ci		MTK_FUNCTION(6, "APU_JTAG_TDI"),
149562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A17")
149662306a36Sopenharmony_ci	),
149762306a36Sopenharmony_ci	MTK_PIN(
149862306a36Sopenharmony_ci		140, "GPIO140",
149962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 140),
150062306a36Sopenharmony_ci		DRV_GRP4,
150162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
150262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM2_CSB"),
150362306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_CS"),
150462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_CS"),
150562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC3_DAT"),
150662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A11")
150762306a36Sopenharmony_ci	),
150862306a36Sopenharmony_ci	MTK_PIN(
150962306a36Sopenharmony_ci		141, "GPIO141",
151062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 141),
151162306a36Sopenharmony_ci		DRV_GRP4,
151262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
151362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM2_CLK"),
151462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_CK"),
151562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_CLK"),
151662306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC3_CLK"),
151762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A10")
151862306a36Sopenharmony_ci	),
151962306a36Sopenharmony_ci	MTK_PIN(
152062306a36Sopenharmony_ci		142, "GPIO142",
152162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 142),
152262306a36Sopenharmony_ci		DRV_GRP4,
152362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
152462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM2_MO"),
152562306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_IO0"),
152662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_MOSI"),
152762306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC4_DAT"),
152862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A12")
152962306a36Sopenharmony_ci	),
153062306a36Sopenharmony_ci	MTK_PIN(
153162306a36Sopenharmony_ci		143, "GPIO143",
153262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 143),
153362306a36Sopenharmony_ci		DRV_GRP4,
153462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
153562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPIM2_MI"),
153662306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPINOR_IO1"),
153762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SNFI_MISO"),
153862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DMIC4_CLK"),
153962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A13")
154062306a36Sopenharmony_ci	),
154162306a36Sopenharmony_ci	MTK_PIN(
154262306a36Sopenharmony_ci		144, "GPIO144",
154362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 144),
154462306a36Sopenharmony_ci		DRV_FIXED,
154562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
154662306a36Sopenharmony_ci	),
154762306a36Sopenharmony_ci	MTK_PIN(
154862306a36Sopenharmony_ci		145, "GPIO145",
154962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 145),
155062306a36Sopenharmony_ci		DRV_FIXED,
155162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
155262306a36Sopenharmony_ci	),
155362306a36Sopenharmony_ci	MTK_PIN(
155462306a36Sopenharmony_ci		146, "GPIO146",
155562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 146),
155662306a36Sopenharmony_ci		DRV_FIXED,
155762306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
155862306a36Sopenharmony_ci	),
155962306a36Sopenharmony_ci	MTK_PIN(
156062306a36Sopenharmony_ci		147, "GPIO147",
156162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 147),
156262306a36Sopenharmony_ci		DRV_FIXED,
156362306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
156462306a36Sopenharmony_ci	),
156562306a36Sopenharmony_ci	MTK_PIN(
156662306a36Sopenharmony_ci		148, "GPIO148",
156762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 148),
156862306a36Sopenharmony_ci		DRV_FIXED,
156962306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
157062306a36Sopenharmony_ci	),
157162306a36Sopenharmony_ci	MTK_PIN(
157262306a36Sopenharmony_ci		149, "GPIO149",
157362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 149),
157462306a36Sopenharmony_ci		DRV_FIXED,
157562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
157662306a36Sopenharmony_ci	),
157762306a36Sopenharmony_ci	MTK_PIN(
157862306a36Sopenharmony_ci		150, "GPIO150",
157962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 150),
158062306a36Sopenharmony_ci		DRV_FIXED,
158162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
158262306a36Sopenharmony_ci	),
158362306a36Sopenharmony_ci	MTK_PIN(
158462306a36Sopenharmony_ci		151, "GPIO151",
158562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 151),
158662306a36Sopenharmony_ci		DRV_FIXED,
158762306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
158862306a36Sopenharmony_ci	),
158962306a36Sopenharmony_ci	MTK_PIN(
159062306a36Sopenharmony_ci		152, "GPIO152",
159162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 152),
159262306a36Sopenharmony_ci		DRV_FIXED,
159362306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
159462306a36Sopenharmony_ci	),
159562306a36Sopenharmony_ci	MTK_PIN(
159662306a36Sopenharmony_ci		153, "GPIO153",
159762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 153),
159862306a36Sopenharmony_ci		DRV_FIXED,
159962306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
160062306a36Sopenharmony_ci	),
160162306a36Sopenharmony_ci	MTK_PIN(
160262306a36Sopenharmony_ci		154, "GPIO154",
160362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 154),
160462306a36Sopenharmony_ci		DRV_GRP4,
160562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
160662306a36Sopenharmony_ci	),
160762306a36Sopenharmony_ci	MTK_PIN(
160862306a36Sopenharmony_ci		155, "GPIO155",
160962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 155),
161062306a36Sopenharmony_ci		DRV_FIXED,
161162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
161262306a36Sopenharmony_ci	),
161362306a36Sopenharmony_ci	MTK_PIN(
161462306a36Sopenharmony_ci		156, "GPIO156",
161562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 216),
161662306a36Sopenharmony_ci		DRV_FIXED,
161762306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
161862306a36Sopenharmony_ci	),
161962306a36Sopenharmony_ci	MTK_PIN(
162062306a36Sopenharmony_ci		157, "GPIO157",
162162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 217),
162262306a36Sopenharmony_ci		DRV_FIXED,
162362306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
162462306a36Sopenharmony_ci	),
162562306a36Sopenharmony_ci	MTK_PIN(
162662306a36Sopenharmony_ci		158, "GPIO158",
162762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 218),
162862306a36Sopenharmony_ci		DRV_FIXED,
162962306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
163062306a36Sopenharmony_ci	),
163162306a36Sopenharmony_ci	MTK_PIN(
163262306a36Sopenharmony_ci		159, "GPIO159",
163362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 219),
163462306a36Sopenharmony_ci		DRV_FIXED,
163562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
163662306a36Sopenharmony_ci	),
163762306a36Sopenharmony_ci	MTK_PIN(
163862306a36Sopenharmony_ci		160, "GPIO160",
163962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 220),
164062306a36Sopenharmony_ci		DRV_FIXED,
164162306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
164262306a36Sopenharmony_ci	),
164362306a36Sopenharmony_ci	MTK_PIN(
164462306a36Sopenharmony_ci		161, "GPIO161",
164562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 221),
164662306a36Sopenharmony_ci		DRV_FIXED,
164762306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
164862306a36Sopenharmony_ci	),
164962306a36Sopenharmony_ci	MTK_PIN(
165062306a36Sopenharmony_ci		162, "GPIO162",
165162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 222),
165262306a36Sopenharmony_ci		DRV_FIXED,
165362306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
165462306a36Sopenharmony_ci	),
165562306a36Sopenharmony_ci	MTK_PIN(
165662306a36Sopenharmony_ci		163, "GPIO163",
165762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 223),
165862306a36Sopenharmony_ci		DRV_FIXED,
165962306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
166062306a36Sopenharmony_ci	),
166162306a36Sopenharmony_ci	MTK_PIN(
166262306a36Sopenharmony_ci		164, "GPIO164",
166362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 224),
166462306a36Sopenharmony_ci		DRV_FIXED,
166562306a36Sopenharmony_ci		MTK_FUNCTION(0, NULL)
166662306a36Sopenharmony_ci	)
166762306a36Sopenharmony_ci};
166862306a36Sopenharmony_ci
166962306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8195_H */
1670