162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2014 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8135_H
862306a36Sopenharmony_ci#define __PINCTRL_MTK_MT8135_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#include <linux/pinctrl/pinctrl.h>
1162306a36Sopenharmony_ci#include "pinctrl-mtk-common.h"
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cistatic const struct mtk_desc_pin mtk_pins_mt8135[] = {
1462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(0, "MSDC0_DAT7"),
1562306a36Sopenharmony_ci		"D21", "mt8135",
1662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 49),
1762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
1862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7"),
1962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT49"),
2062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
2162306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
2262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
2362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_MO"),
2462306a36Sopenharmony_ci		MTK_FUNCTION(7, "NALE")
2562306a36Sopenharmony_ci	),
2662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(1, "MSDC0_DAT6"),
2762306a36Sopenharmony_ci		"D22", "mt8135",
2862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 48),
2962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
3062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6"),
3162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT48"),
3262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
3362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
3462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
3562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_CSN"),
3662306a36Sopenharmony_ci		MTK_FUNCTION(7, "NCLE")
3762306a36Sopenharmony_ci	),
3862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(2, "MSDC0_DAT5"),
3962306a36Sopenharmony_ci		"E22", "mt8135",
4062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 47),
4162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
4262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5"),
4362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT47"),
4462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
4562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
4662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
4762306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_CLK"),
4862306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD4")
4962306a36Sopenharmony_ci	),
5062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(3, "MSDC0_DAT4"),
5162306a36Sopenharmony_ci		"F21", "mt8135",
5262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 46),
5362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
5462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4"),
5562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT46"),
5662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_CK"),
5762306a36Sopenharmony_ci		MTK_FUNCTION(6, "LSCE1B_2X"),
5862306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD5")
5962306a36Sopenharmony_ci	),
6062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(4, "MSDC0_CMD"),
6162306a36Sopenharmony_ci		"F20", "mt8135",
6262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 41),
6362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
6462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD"),
6562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT41"),
6662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[0]"),
6762306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[0]"),
6862306a36Sopenharmony_ci		MTK_FUNCTION(6, "LRSTB_2X"),
6962306a36Sopenharmony_ci		MTK_FUNCTION(7, "NRNB")
7062306a36Sopenharmony_ci	),
7162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(5, "MSDC0_CLK"),
7262306a36Sopenharmony_ci		"G18", "mt8135",
7362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 40),
7462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
7562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
7662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT40"),
7762306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[1]"),
7862306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[1]"),
7962306a36Sopenharmony_ci		MTK_FUNCTION(6, "LPTE"),
8062306a36Sopenharmony_ci		MTK_FUNCTION(7, "NREB")
8162306a36Sopenharmony_ci	),
8262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(6, "MSDC0_DAT3"),
8362306a36Sopenharmony_ci		"G21", "mt8135",
8462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 45),
8562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
8662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3"),
8762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT45"),
8862306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[2]"),
8962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[2]"),
9062306a36Sopenharmony_ci		MTK_FUNCTION(6, "LSCE0B_2X"),
9162306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD7")
9262306a36Sopenharmony_ci	),
9362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(7, "MSDC0_DAT2"),
9462306a36Sopenharmony_ci		"E21", "mt8135",
9562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 44),
9662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
9762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2"),
9862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT44"),
9962306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[3]"),
10062306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[3]"),
10162306a36Sopenharmony_ci		MTK_FUNCTION(6, "LSA0_2X"),
10262306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD14")
10362306a36Sopenharmony_ci	),
10462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(8, "MSDC0_DAT1"),
10562306a36Sopenharmony_ci		"E23", "mt8135",
10662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 43),
10762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
10862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1"),
10962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT43"),
11062306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[4]"),
11162306a36Sopenharmony_ci		MTK_FUNCTION(6, "LSCK_2X"),
11262306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD11")
11362306a36Sopenharmony_ci	),
11462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(9, "MSDC0_DAT0"),
11562306a36Sopenharmony_ci		"F22", "mt8135",
11662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 42),
11762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
11862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0"),
11962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT42"),
12062306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[5]"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(6, "LSDA_2X")
12262306a36Sopenharmony_ci	),
12362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(10, "NCEB0"),
12462306a36Sopenharmony_ci		"G20", "mt8135",
12562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 139),
12662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
12762306a36Sopenharmony_ci		MTK_FUNCTION(1, "NCEB0"),
12862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT139"),
12962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT4")
13062306a36Sopenharmony_ci	),
13162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(11, "NCEB1"),
13262306a36Sopenharmony_ci		"L17", "mt8135",
13362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 140),
13462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
13562306a36Sopenharmony_ci		MTK_FUNCTION(1, "NCEB1"),
13662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT140"),
13762306a36Sopenharmony_ci		MTK_FUNCTION(6, "USB_DRVVBUS"),
13862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT5")
13962306a36Sopenharmony_ci	),
14062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(12, "NRNB"),
14162306a36Sopenharmony_ci		"G19", "mt8135",
14262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 141),
14362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
14462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NRNB"),
14562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT141"),
14662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[4]"),
14762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT6")
14862306a36Sopenharmony_ci	),
14962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(13, "NCLE"),
15062306a36Sopenharmony_ci		"J18", "mt8135",
15162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 142),
15262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
15362306a36Sopenharmony_ci		MTK_FUNCTION(1, "NCLE"),
15462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT142"),
15562306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[5]"),
15662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2PDN_1X"),
15762306a36Sopenharmony_ci		MTK_FUNCTION(6, "NALE"),
15862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT7")
15962306a36Sopenharmony_ci	),
16062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(14, "NALE"),
16162306a36Sopenharmony_ci		"J19", "mt8135",
16262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 143),
16362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
16462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NALE"),
16562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT143"),
16662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[6]"),
16762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_1X"),
16862306a36Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_RXD"),
16962306a36Sopenharmony_ci		MTK_FUNCTION(6, "NCLE"),
17062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT8")
17162306a36Sopenharmony_ci	),
17262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(15, "NREB"),
17362306a36Sopenharmony_ci		"L18", "mt8135",
17462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 144),
17562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
17662306a36Sopenharmony_ci		MTK_FUNCTION(1, "NREB"),
17762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT144"),
17862306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[7]"),
17962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2RST_1X"),
18062306a36Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_TXD"),
18162306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT9")
18262306a36Sopenharmony_ci	),
18362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(16, "NWEB"),
18462306a36Sopenharmony_ci		"J20", "mt8135",
18562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 145),
18662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
18762306a36Sopenharmony_ci		MTK_FUNCTION(1, "NWEB"),
18862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT145"),
18962306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[0]"),
19062306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2PCLK_1X"),
19162306a36Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_PDN"),
19262306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT10")
19362306a36Sopenharmony_ci	),
19462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(17, "NLD0"),
19562306a36Sopenharmony_ci		"K21", "mt8135",
19662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 146),
19762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
19862306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD0"),
19962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT146"),
20062306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[1]"),
20162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[0]"),
20262306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_CK"),
20362306a36Sopenharmony_ci		MTK_FUNCTION(6, "DAC_CK"),
20462306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT11")
20562306a36Sopenharmony_ci	),
20662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(18, "NLD1"),
20762306a36Sopenharmony_ci		"K22", "mt8135",
20862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 147),
20962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
21062306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD1"),
21162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT147"),
21262306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[2]"),
21362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[1]"),
21462306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_WS"),
21562306a36Sopenharmony_ci		MTK_FUNCTION(6, "DAC_WS"),
21662306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT12")
21762306a36Sopenharmony_ci	),
21862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(19, "NLD2"),
21962306a36Sopenharmony_ci		"J21", "mt8135",
22062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 148),
22162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
22262306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD2"),
22362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT148"),
22462306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[3]"),
22562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[2]"),
22662306a36Sopenharmony_ci		MTK_FUNCTION(5, "I2SOUT_DAT"),
22762306a36Sopenharmony_ci		MTK_FUNCTION(6, "DAC_DAT_OUT"),
22862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT13")
22962306a36Sopenharmony_ci	),
23062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(20, "NLD3"),
23162306a36Sopenharmony_ci		"J23", "mt8135",
23262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 149),
23362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
23462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD3"),
23562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT149"),
23662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[4]"),
23762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[3]"),
23862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT14")
23962306a36Sopenharmony_ci	),
24062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(21, "NLD4"),
24162306a36Sopenharmony_ci		"J22", "mt8135",
24262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 150),
24362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
24462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD4"),
24562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT150"),
24662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[5]"),
24762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[4]"),
24862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT15")
24962306a36Sopenharmony_ci	),
25062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(22, "NLD5"),
25162306a36Sopenharmony_ci		"H21", "mt8135",
25262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 151),
25362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
25462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD5"),
25562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT151"),
25662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[6]"),
25762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[5]"),
25862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT16")
25962306a36Sopenharmony_ci	),
26062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(23, "NLD6"),
26162306a36Sopenharmony_ci		"H22", "mt8135",
26262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 152),
26362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
26462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD6"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT152"),
26662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[7]"),
26762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[6]"),
26862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT17")
26962306a36Sopenharmony_ci	),
27062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(24, "NLD7"),
27162306a36Sopenharmony_ci		"H20", "mt8135",
27262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 153),
27362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
27462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD7"),
27562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT153"),
27662306a36Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[8]"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[7]"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT18")
27962306a36Sopenharmony_ci	),
28062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(25, "NLD8"),
28162306a36Sopenharmony_ci		NULL, "mt8135",
28262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 154),
28362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
28462306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD8"),
28562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT154"),
28662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[8]")
28762306a36Sopenharmony_ci	),
28862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(26, "NLD9"),
28962306a36Sopenharmony_ci		NULL, "mt8135",
29062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 155),
29162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
29262306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD9"),
29362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT155"),
29462306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[9]"),
29562306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM1")
29662306a36Sopenharmony_ci	),
29762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(27, "NLD10"),
29862306a36Sopenharmony_ci		NULL, "mt8135",
29962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 156),
30062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD10"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT156"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2VSYNC_1X"),
30462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM2")
30562306a36Sopenharmony_ci	),
30662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(28, "NLD11"),
30762306a36Sopenharmony_ci		NULL, "mt8135",
30862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 157),
30962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
31062306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD11"),
31162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT157"),
31262306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2HSYNC_1X"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM3")
31462306a36Sopenharmony_ci	),
31562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(29, "NLD12"),
31662306a36Sopenharmony_ci		NULL, "mt8135",
31762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 158),
31862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
31962306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD12"),
32062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT158"),
32162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
32262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
32362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK")
32462306a36Sopenharmony_ci	),
32562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(30, "NLD13"),
32662306a36Sopenharmony_ci		NULL, "mt8135",
32762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 159),
32862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
32962306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD13"),
33062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT159"),
33162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
33262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
33362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS")
33462306a36Sopenharmony_ci	),
33562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(31, "NLD14"),
33662306a36Sopenharmony_ci		NULL, "mt8135",
33762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 160),
33862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
33962306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD14"),
34062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT160"),
34162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
34262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
34362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO")
34462306a36Sopenharmony_ci	),
34562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(32, "NLD15"),
34662306a36Sopenharmony_ci		NULL, "mt8135",
34762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 161),
34862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
34962306a36Sopenharmony_ci		MTK_FUNCTION(1, "NLD15"),
35062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT161"),
35162306a36Sopenharmony_ci		MTK_FUNCTION(3, "DISP_PWM"),
35262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI")
35462306a36Sopenharmony_ci	),
35562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(33, "MSDC0_RSTB"),
35662306a36Sopenharmony_ci		"G22", "mt8135",
35762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 50),
35862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
35962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB"),
36062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT50"),
36162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
36262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
36362306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_MI"),
36462306a36Sopenharmony_ci		MTK_FUNCTION(7, "NLD10")
36562306a36Sopenharmony_ci	),
36662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(34, "IDDIG"),
36762306a36Sopenharmony_ci		"N17", "mt8135",
36862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 34),
36962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
37062306a36Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
37162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT34")
37262306a36Sopenharmony_ci	),
37362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(35, "SCL3"),
37462306a36Sopenharmony_ci		"L19", "mt8135",
37562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 96),
37662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
37762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
37862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT96"),
37962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
38062306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM6")
38162306a36Sopenharmony_ci	),
38262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(36, "SDA3"),
38362306a36Sopenharmony_ci		"L20", "mt8135",
38462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 97),
38562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
38662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
38762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT97")
38862306a36Sopenharmony_ci	),
38962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(37, "AUD_CLK_MOSI"),
39062306a36Sopenharmony_ci		"L21", "mt8135",
39162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(4, 19),
39262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
39362306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK"),
39462306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_CK"),
39562306a36Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA0"),
39662306a36Sopenharmony_ci		MTK_FUNCTION(4, "EINT19"),
39762306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[6]"),
39862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT19")
39962306a36Sopenharmony_ci	),
40062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(38, "AUD_DAT_MOSI"),
40162306a36Sopenharmony_ci		"L23", "mt8135",
40262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(4, 21),
40362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
40462306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI"),
40562306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_WS"),
40662306a36Sopenharmony_ci		MTK_FUNCTION(3, "AUD_DAT_MISO"),
40762306a36Sopenharmony_ci		MTK_FUNCTION(4, "EINT21"),
40862306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[7]"),
40962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT20")
41062306a36Sopenharmony_ci	),
41162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(39, "AUD_DAT_MISO"),
41262306a36Sopenharmony_ci		"L22", "mt8135",
41362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(4, 20),
41462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
41562306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO"),
41662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_DAT_IN"),
41762306a36Sopenharmony_ci		MTK_FUNCTION(3, "AUD_DAT_MOSI"),
41862306a36Sopenharmony_ci		MTK_FUNCTION(4, "EINT20"),
41962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[8]"),
42062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT21")
42162306a36Sopenharmony_ci	),
42262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(40, "DAC_CLK"),
42362306a36Sopenharmony_ci		"P21", "mt8135",
42462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 22),
42562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
42662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DAC_CK"),
42762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT22"),
42862306a36Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA1"),
42962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[9]"),
43062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT22")
43162306a36Sopenharmony_ci	),
43262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(41, "DAC_WS"),
43362306a36Sopenharmony_ci		"N18", "mt8135",
43462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 24),
43562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
43662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DAC_WS"),
43762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT24"),
43862306a36Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA2"),
43962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[10]"),
44062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT23")
44162306a36Sopenharmony_ci	),
44262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(42, "DAC_DAT_OUT"),
44362306a36Sopenharmony_ci		"N22", "mt8135",
44462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 23),
44562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
44662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DAC_DAT_OUT"),
44762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT23"),
44862306a36Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA3"),
44962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[11]"),
45062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT24")
45162306a36Sopenharmony_ci	),
45262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(43, "PWRAP_SPI0_MO"),
45362306a36Sopenharmony_ci		"M22", "mt8135",
45462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 29),
45562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
45662306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDI"),
45762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT29")
45862306a36Sopenharmony_ci	),
45962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(44, "PWRAP_SPI0_MI"),
46062306a36Sopenharmony_ci		"P23", "mt8135",
46162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 28),
46262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
46362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDO"),
46462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT28")
46562306a36Sopenharmony_ci	),
46662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(45, "PWRAP_SPI0_CSN"),
46762306a36Sopenharmony_ci		"M21", "mt8135",
46862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 27),
46962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
47062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICS_B_I"),
47162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT27")
47262306a36Sopenharmony_ci	),
47362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(46, "PWRAP_SPI0_CLK"),
47462306a36Sopenharmony_ci		"P22", "mt8135",
47562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 26),
47662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
47762306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICK_I"),
47862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT26")
47962306a36Sopenharmony_ci	),
48062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(47, "PWRAP_EVENT"),
48162306a36Sopenharmony_ci		"M23", "mt8135",
48262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 25),
48362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_EVENT_IN"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT25"),
48662306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT2")
48762306a36Sopenharmony_ci	),
48862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(48, "RTC32K_CK"),
48962306a36Sopenharmony_ci		"N20", "mt8135",
49062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
49162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
49262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
49362306a36Sopenharmony_ci	),
49462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(49, "WATCHDOG"),
49562306a36Sopenharmony_ci		"R22", "mt8135",
49662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 36),
49762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
49862306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG"),
49962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT36")
50062306a36Sopenharmony_ci	),
50162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(50, "SRCLKENA"),
50262306a36Sopenharmony_ci		"T22", "mt8135",
50362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 38),
50462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
50562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA"),
50662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT38")
50762306a36Sopenharmony_ci	),
50862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(51, "SRCVOLTEN"),
50962306a36Sopenharmony_ci		"T23", "mt8135",
51062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 37),
51162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
51262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCVOLTEN"),
51362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT37")
51462306a36Sopenharmony_ci	),
51562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(52, "EINT0"),
51662306a36Sopenharmony_ci		"T21", "mt8135",
51762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 0),
51862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
51962306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT0"),
52062306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM1"),
52162306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
52262306a36Sopenharmony_ci		MTK_FUNCTION(4, " SPDIF_OUT"),
52362306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[12]"),
52462306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_SCL")
52562306a36Sopenharmony_ci	),
52662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(53, "URXD2"),
52762306a36Sopenharmony_ci		"R18", "mt8135",
52862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 83),
52962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
53062306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD2"),
53162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT83"),
53262306a36Sopenharmony_ci		MTK_FUNCTION(4, " HDMI_LRCK"),
53362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3"),
53462306a36Sopenharmony_ci		MTK_FUNCTION(7, "UTXD2")
53562306a36Sopenharmony_ci	),
53662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(54, "UTXD2"),
53762306a36Sopenharmony_ci		"R17", "mt8135",
53862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 82),
53962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
54062306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD2"),
54162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT82"),
54262306a36Sopenharmony_ci		MTK_FUNCTION(4, " HDMI_BCK_OUT"),
54362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2"),
54462306a36Sopenharmony_ci		MTK_FUNCTION(7, "URXD2")
54562306a36Sopenharmony_ci	),
54662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(55, "UCTS2"),
54762306a36Sopenharmony_ci		"R20", "mt8135",
54862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 84),
54962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
55062306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS2"),
55162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT84"),
55262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM1"),
55362306a36Sopenharmony_ci		MTK_FUNCTION(7, "URTS2")
55462306a36Sopenharmony_ci	),
55562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(56, "URTS2"),
55662306a36Sopenharmony_ci		"R19", "mt8135",
55762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 85),
55862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
55962306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS2"),
56062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT85"),
56162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
56262306a36Sopenharmony_ci		MTK_FUNCTION(7, "UCTS2")
56362306a36Sopenharmony_ci	),
56462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(57, "JTCK"),
56562306a36Sopenharmony_ci		"V17", "mt8135",
56662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 188),
56762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
56862306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTCK"),
56962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT188"),
57062306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_ICK")
57162306a36Sopenharmony_ci	),
57262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(58, "JTDO"),
57362306a36Sopenharmony_ci		"T16", "mt8135",
57462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 190),
57562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
57662306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTDO"),
57762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT190"),
57862306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_IMS")
57962306a36Sopenharmony_ci	),
58062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(59, "JTRST_B"),
58162306a36Sopenharmony_ci		"T19", "mt8135",
58262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 0),
58362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
58462306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTRST_B"),
58562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT0"),
58662306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_ICK")
58762306a36Sopenharmony_ci	),
58862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(60, "JTDI"),
58962306a36Sopenharmony_ci		"T18", "mt8135",
59062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 189),
59162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTDI"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT189"),
59462306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_IMS")
59562306a36Sopenharmony_ci	),
59662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(61, "JRTCK"),
59762306a36Sopenharmony_ci		"T20", "mt8135",
59862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 187),
59962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
60062306a36Sopenharmony_ci		MTK_FUNCTION(1, "JRTCK"),
60162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT187"),
60262306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_ID")
60362306a36Sopenharmony_ci	),
60462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(62, "JTMS"),
60562306a36Sopenharmony_ci		"T17", "mt8135",
60662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 191),
60762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
60862306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTMS"),
60962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT191"),
61062306a36Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_ID")
61162306a36Sopenharmony_ci	),
61262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(63, "MSDC1_INSI"),
61362306a36Sopenharmony_ci		"V18", "mt8135",
61462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 15),
61562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
61662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_INSI"),
61762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL5"),
61862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
61962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM5"),
62062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT6")
62162306a36Sopenharmony_ci	),
62262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(64, "MSDC1_SDWPI"),
62362306a36Sopenharmony_ci		"W18", "mt8135",
62462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 58),
62562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
62662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_SDWPI"),
62762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT58"),
62862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA5"),
62962306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM7"),
63062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM6"),
63162306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT7")
63262306a36Sopenharmony_ci	),
63362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(65, "MSDC2_INSI"),
63462306a36Sopenharmony_ci		"U22", "mt8135",
63562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 14),
63662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
63762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_INSI"),
63862306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[27]"),
63962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT3")
64062306a36Sopenharmony_ci	),
64162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(66, "MSDC2_SDWPI"),
64262306a36Sopenharmony_ci		"U21", "mt8135",
64362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 66),
64462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
64562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_SDWPI"),
64662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT66"),
64762306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[28]")
64862306a36Sopenharmony_ci	),
64962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(67, "URXD4"),
65062306a36Sopenharmony_ci		"V23", "mt8135",
65162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 89),
65262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
65362306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD4"),
65462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT89"),
65562306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD1"),
65662306a36Sopenharmony_ci		MTK_FUNCTION(6, "UTXD4"),
65762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT10")
65862306a36Sopenharmony_ci	),
65962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(68, "UTXD4"),
66062306a36Sopenharmony_ci		"V22", "mt8135",
66162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 88),
66262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
66362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD4"),
66462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT88"),
66562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD1"),
66662306a36Sopenharmony_ci		MTK_FUNCTION(6, "URXD4"),
66762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT11")
66862306a36Sopenharmony_ci	),
66962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(69, "URXD1"),
67062306a36Sopenharmony_ci		"W22", "mt8135",
67162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 79),
67262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
67362306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
67462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT79"),
67562306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD4"),
67662306a36Sopenharmony_ci		MTK_FUNCTION(6, "UTXD1"),
67762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT24")
67862306a36Sopenharmony_ci	),
67962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(70, "UTXD1"),
68062306a36Sopenharmony_ci		"V21", "mt8135",
68162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 78),
68262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
68362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
68462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT78"),
68562306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD4"),
68662306a36Sopenharmony_ci		MTK_FUNCTION(6, "URXD1"),
68762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT25")
68862306a36Sopenharmony_ci	),
68962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(71, "UCTS1"),
69062306a36Sopenharmony_ci		"V19", "mt8135",
69162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 80),
69262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
69362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS1"),
69462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT80"),
69562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
69662306a36Sopenharmony_ci		MTK_FUNCTION(6, "URTS1"),
69762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT31")
69862306a36Sopenharmony_ci	),
69962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(72, "URTS1"),
70062306a36Sopenharmony_ci		"V20", "mt8135",
70162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 81),
70262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
70362306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS1"),
70462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT81"),
70562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
70662306a36Sopenharmony_ci		MTK_FUNCTION(6, "UCTS1"),
70762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT21")
70862306a36Sopenharmony_ci	),
70962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(73, "PWM1"),
71062306a36Sopenharmony_ci		"W17", "mt8135",
71162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 73),
71262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
71362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM1"),
71462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT73"),
71562306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
71662306a36Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
71762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT8")
71862306a36Sopenharmony_ci	),
71962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(74, "PWM2"),
72062306a36Sopenharmony_ci		"Y17", "mt8135",
72162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 74),
72262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
72362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM2"),
72462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT74"),
72562306a36Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_CK"),
72662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
72762306a36Sopenharmony_ci		MTK_FUNCTION(5, "URXD2"),
72862306a36Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
72962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT9")
73062306a36Sopenharmony_ci	),
73162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(75, "PWM3"),
73262306a36Sopenharmony_ci		"Y19", "mt8135",
73362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 75),
73462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
73562306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM3"),
73662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT75"),
73762306a36Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_D0"),
73862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
73962306a36Sopenharmony_ci		MTK_FUNCTION(5, "UTXD2"),
74062306a36Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
74162306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT12")
74262306a36Sopenharmony_ci	),
74362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(76, "PWM4"),
74462306a36Sopenharmony_ci		"W19", "mt8135",
74562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 76),
74662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
74762306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM4"),
74862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT76"),
74962306a36Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_D1"),
75062306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM7"),
75162306a36Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
75262306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT13")
75362306a36Sopenharmony_ci	),
75462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(77, "MSDC2_DAT2"),
75562306a36Sopenharmony_ci		"W21", "mt8135",
75662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 63),
75762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
75862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT2"),
75962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT63"),
76062306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_IMS"),
76162306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D6"),
76262306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT25")
76362306a36Sopenharmony_ci	),
76462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(78, "MSDC2_DAT3"),
76562306a36Sopenharmony_ci		"AA23", "mt8135",
76662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 64),
76762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
76862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT3"),
76962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT64"),
77062306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_ID"),
77162306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D7"),
77262306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT26")
77362306a36Sopenharmony_ci	),
77462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(79, "MSDC2_CMD"),
77562306a36Sopenharmony_ci		"Y22", "mt8135",
77662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 60),
77762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
77862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CMD"),
77962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT60"),
78062306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_IMS"),
78162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
78262306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D3"),
78362306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT0")
78462306a36Sopenharmony_ci	),
78562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(80, "MSDC2_CLK"),
78662306a36Sopenharmony_ci		"AA22", "mt8135",
78762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 59),
78862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
78962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CLK"),
79062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT59"),
79162306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_ICK"),
79262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
79362306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D2"),
79462306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT1")
79562306a36Sopenharmony_ci	),
79662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(81, "MSDC2_DAT1"),
79762306a36Sopenharmony_ci		"Y21", "mt8135",
79862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 62),
79962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
80062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT1"),
80162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT62"),
80262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_ICK"),
80362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
80462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D5")
80562306a36Sopenharmony_ci	),
80662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(82, "MSDC2_DAT0"),
80762306a36Sopenharmony_ci		"AB22", "mt8135",
80862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 61),
80962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
81062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT0"),
81162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT61"),
81262306a36Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_ID"),
81362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
81462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D4")
81562306a36Sopenharmony_ci	),
81662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(83, "MSDC1_DAT0"),
81762306a36Sopenharmony_ci		"AC19", "mt8135",
81862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 53),
81962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
82062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
82162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT53"),
82262306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL1"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
82462306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
82562306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT2")
82662306a36Sopenharmony_ci	),
82762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(84, "MSDC1_DAT1"),
82862306a36Sopenharmony_ci		"AA19", "mt8135",
82962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 54),
83062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
83162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
83262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT54"),
83362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA1"),
83462306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
83562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2"),
83662306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT3")
83762306a36Sopenharmony_ci	),
83862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(85, "MSDC1_CMD"),
83962306a36Sopenharmony_ci		"AA20", "mt8135",
84062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 52),
84162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
84262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
84362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT52"),
84462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA0"),
84562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
84662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
84762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT1")
84862306a36Sopenharmony_ci	),
84962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(86, "MSDC1_CLK"),
85062306a36Sopenharmony_ci		"AB19", "mt8135",
85162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 51),
85262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
85462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT51"),
85562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL0"),
85662306a36Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
85762306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT0")
85862306a36Sopenharmony_ci	),
85962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(87, "MSDC1_DAT2"),
86062306a36Sopenharmony_ci		"AA21", "mt8135",
86162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 55),
86262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
86362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
86462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT55"),
86562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL4"),
86662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
86762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3"),
86862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT4")
86962306a36Sopenharmony_ci	),
87062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(88, "MSDC1_DAT3"),
87162306a36Sopenharmony_ci		"AB20", "mt8135",
87262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 56),
87362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
87462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
87562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT56"),
87662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA4"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
87862306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM4"),
87962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT5")
88062306a36Sopenharmony_ci	),
88162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(89, "MSDC4_DAT0"),
88262306a36Sopenharmony_ci		"AB8", "mt8135",
88362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 133),
88462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
88562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT0"),
88662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT133"),
88762306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
88862306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
88962306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[9]"),
89062306a36Sopenharmony_ci		MTK_FUNCTION(7, "LPTE")
89162306a36Sopenharmony_ci	),
89262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(90, "MSDC4_DAT1"),
89362306a36Sopenharmony_ci		"AB7", "mt8135",
89462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 134),
89562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
89662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT1"),
89762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT134"),
89862306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[10]"),
89962306a36Sopenharmony_ci		MTK_FUNCTION(7, "LRSTB_1X")
90062306a36Sopenharmony_ci	),
90162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(91, "MSDC4_DAT5"),
90262306a36Sopenharmony_ci		"AA8", "mt8135",
90362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 136),
90462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
90562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT5"),
90662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT136"),
90762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
90862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
90962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
91062306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[11]"),
91162306a36Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_CSN")
91262306a36Sopenharmony_ci	),
91362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(92, "MSDC4_DAT6"),
91462306a36Sopenharmony_ci		"AC4", "mt8135",
91562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 137),
91662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
91762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT6"),
91862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT137"),
91962306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
92062306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
92162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
92262306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[12]"),
92362306a36Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_MO")
92462306a36Sopenharmony_ci	),
92562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(93, "MSDC4_DAT7"),
92662306a36Sopenharmony_ci		"AC6", "mt8135",
92762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 138),
92862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
92962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT7"),
93062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT138"),
93162306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
93262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
93362306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[13]"),
93462306a36Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_MI")
93562306a36Sopenharmony_ci	),
93662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(94, "MSDC4_DAT4"),
93762306a36Sopenharmony_ci		"AA7", "mt8135",
93862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 135),
93962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
94062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT4"),
94162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT135"),
94262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
94362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
94462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
94562306a36Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[14]"),
94662306a36Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_CLK")
94762306a36Sopenharmony_ci	),
94862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(95, "MSDC4_DAT2"),
94962306a36Sopenharmony_ci		"AB6", "mt8135",
95062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 131),
95162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
95262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT2"),
95362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT131"),
95462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
95562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2PDN_2X"),
95662306a36Sopenharmony_ci		MTK_FUNCTION(5, "DAC_WS"),
95762306a36Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_WS"),
95862306a36Sopenharmony_ci		MTK_FUNCTION(7, "LSCE0B_1X")
95962306a36Sopenharmony_ci	),
96062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(96, "MSDC4_CLK"),
96162306a36Sopenharmony_ci		"AB5", "mt8135",
96262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 129),
96362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
96462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_CLK"),
96562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT129"),
96662306a36Sopenharmony_ci		MTK_FUNCTION(3, "DPI1_CK_2X"),
96762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2PCLK_2X"),
96862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM4"),
96962306a36Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_DI"),
97062306a36Sopenharmony_ci		MTK_FUNCTION(7, "LSCK_1X")
97162306a36Sopenharmony_ci	),
97262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(97, "MSDC4_DAT3"),
97362306a36Sopenharmony_ci		"Y8", "mt8135",
97462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 132),
97562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
97662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT3"),
97762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT132"),
97862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
97962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2RST_2X"),
98062306a36Sopenharmony_ci		MTK_FUNCTION(5, "DAC_DAT_OUT"),
98162306a36Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_DO"),
98262306a36Sopenharmony_ci		MTK_FUNCTION(7, "LSCE1B_1X")
98362306a36Sopenharmony_ci	),
98462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(98, "MSDC4_CMD"),
98562306a36Sopenharmony_ci		"AC3", "mt8135",
98662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 128),
98762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
98862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_CMD"),
98962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT128"),
99062306a36Sopenharmony_ci		MTK_FUNCTION(3, "DPI1_DE_2X"),
99162306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM3"),
99262306a36Sopenharmony_ci		MTK_FUNCTION(7, "LSDA_1X")
99362306a36Sopenharmony_ci	),
99462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(99, "MSDC4_RSTB"),
99562306a36Sopenharmony_ci		"AB4", "mt8135",
99662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 130),
99762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
99862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_RSTB"),
99962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT130"),
100062306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
100162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_2X"),
100262306a36Sopenharmony_ci		MTK_FUNCTION(5, "DAC_CK"),
100362306a36Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_CK"),
100462306a36Sopenharmony_ci		MTK_FUNCTION(7, "LSA0_1X")
100562306a36Sopenharmony_ci	),
100662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(100, "SDA0"),
100762306a36Sopenharmony_ci		"W9", "mt8135",
100862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 91),
100962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
101062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0"),
101162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT91"),
101262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
101362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
101462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[15]")
101562306a36Sopenharmony_ci	),
101662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(101, "SCL0"),
101762306a36Sopenharmony_ci		"W11", "mt8135",
101862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 90),
101962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
102062306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0"),
102162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT90"),
102262306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
102362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
102462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[16]")
102562306a36Sopenharmony_ci	),
102662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(102, "EINT10_AUXIN2"),
102762306a36Sopenharmony_ci		"AA3", "mt8135",
102862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 10),
102962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
103062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT10"),
103162306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[16]"),
103262306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT16"),
103362306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[17]")
103462306a36Sopenharmony_ci	),
103562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(103, "EINT11_AUXIN3"),
103662306a36Sopenharmony_ci		"AB2", "mt8135",
103762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 11),
103862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
103962306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT11"),
104062306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[17]"),
104162306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT17"),
104262306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[18]")
104362306a36Sopenharmony_ci	),
104462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(104, "EINT16_AUXIN4"),
104562306a36Sopenharmony_ci		"AB3", "mt8135",
104662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 16),
104762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
104862306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT16"),
104962306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[18]"),
105062306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT18"),
105162306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[19]")
105262306a36Sopenharmony_ci	),
105362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(105, "I2S_CLK"),
105462306a36Sopenharmony_ci		"W6", "mt8135",
105562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 10),
105662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
105762306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_CK"),
105862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT10"),
105962306a36Sopenharmony_ci		MTK_FUNCTION(3, "DAC_CK"),
106062306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CK"),
106162306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[19]"),
106262306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT19"),
106362306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[20]")
106462306a36Sopenharmony_ci	),
106562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(106, "I2S_WS"),
106662306a36Sopenharmony_ci		"AA6", "mt8135",
106762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
106862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
106962306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_WS"),
107062306a36Sopenharmony_ci		MTK_FUNCTION(3, "DAC_WS"),
107162306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_WS"),
107262306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[20]"),
107362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT20"),
107462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[21]")
107562306a36Sopenharmony_ci	),
107662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(107, "I2S_DATA_IN"),
107762306a36Sopenharmony_ci		"AA5", "mt8135",
107862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 11),
107962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
108062306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_DAT"),
108162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT11"),
108262306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
108362306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[21]"),
108462306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT22"),
108562306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[22]")
108662306a36Sopenharmony_ci	),
108762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(108, "I2S_DATA_OUT"),
108862306a36Sopenharmony_ci		"AA4", "mt8135",
108962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
109062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
109162306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SOUT_DAT"),
109262306a36Sopenharmony_ci		MTK_FUNCTION(3, "DAC_DAT_OUT"),
109362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO"),
109462306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[22]"),
109562306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT23"),
109662306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[23]")
109762306a36Sopenharmony_ci	),
109862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(109, "EINT5"),
109962306a36Sopenharmony_ci		"W5", "mt8135",
110062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 5),
110162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
110262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT5"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM5"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
110562306a36Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTRSTB"),
110662306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[23]"),
110762306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT26"),
110862306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[24]")
110962306a36Sopenharmony_ci	),
111062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(110, "EINT6"),
111162306a36Sopenharmony_ci		"V5", "mt8135",
111262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 6),
111362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
111462306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT6"),
111562306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM6"),
111662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
111762306a36Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTMS"),
111862306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[24]"),
111962306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT27"),
112062306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[25]")
112162306a36Sopenharmony_ci	),
112262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(111, "EINT7"),
112362306a36Sopenharmony_ci		"W3", "mt8135",
112462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 7),
112562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
112662306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT7"),
112762306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM7"),
112862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
112962306a36Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTDO"),
113062306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[25]"),
113162306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT28"),
113262306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[26]")
113362306a36Sopenharmony_ci	),
113462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(112, "EINT8"),
113562306a36Sopenharmony_ci		"V6", "mt8135",
113662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 8),
113762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
113862306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT8"),
113962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
114062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
114162306a36Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTDI"),
114262306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[26]"),
114362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT29"),
114462306a36Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
114562306a36Sopenharmony_ci	),
114662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(113, "EINT9"),
114762306a36Sopenharmony_ci		"W8", "mt8135",
114862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 9),
114962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
115062306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT9"),
115162306a36Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTCK"),
115262306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
115362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT30"),
115462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[27]")
115562306a36Sopenharmony_ci	),
115662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(114, "LPCE1B"),
115762306a36Sopenharmony_ci		"W4", "mt8135",
115862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 127),
115962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
116062306a36Sopenharmony_ci		MTK_FUNCTION(1, "LPCE1B"),
116162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT127"),
116262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
116362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT14"),
116462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[28]")
116562306a36Sopenharmony_ci	),
116662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(115, "LPCE0B"),
116762306a36Sopenharmony_ci		"T5", "mt8135",
116862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 126),
116962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
117062306a36Sopenharmony_ci		MTK_FUNCTION(1, "LPCE0B"),
117162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT126"),
117262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM1"),
117362306a36Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT15"),
117462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[29]")
117562306a36Sopenharmony_ci	),
117662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(116, "DISP_PWM"),
117762306a36Sopenharmony_ci		"V4", "mt8135",
117862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 77),
117962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
118062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
118162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT77"),
118262306a36Sopenharmony_ci		MTK_FUNCTION(3, "LSDI"),
118362306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
118462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
118562306a36Sopenharmony_ci		MTK_FUNCTION(7, "PWM3")
118662306a36Sopenharmony_ci	),
118762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(117, "EINT1"),
118862306a36Sopenharmony_ci		"T6", "mt8135",
118962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 1),
119062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
119162306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT1"),
119262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
119362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
119462306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[13]"),
119562306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_SDA")
119662306a36Sopenharmony_ci	),
119762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(118, "EINT2"),
119862306a36Sopenharmony_ci		"T4", "mt8135",
119962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 2),
120062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
120162306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT2"),
120262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM3"),
120362306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
120462306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[14]"),
120562306a36Sopenharmony_ci		MTK_FUNCTION(6, "SRCLKENAI2"),
120662306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[30]")
120762306a36Sopenharmony_ci	),
120862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(119, "EINT3"),
120962306a36Sopenharmony_ci		"R4", "mt8135",
121062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 3),
121162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
121262306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT3"),
121362306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[15]"),
121462306a36Sopenharmony_ci		MTK_FUNCTION(6, "SRCLKENAI1"),
121562306a36Sopenharmony_ci		MTK_FUNCTION(7, "EXT_26M_CK")
121662306a36Sopenharmony_ci	),
121762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(120, "EINT4"),
121862306a36Sopenharmony_ci		"R5", "mt8135",
121962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(1, 4),
122062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
122162306a36Sopenharmony_ci		MTK_FUNCTION(1, "EINT4"),
122262306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM4"),
122362306a36Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
122462306a36Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[31]")
122562306a36Sopenharmony_ci	),
122662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(121, "DPIDE"),
122762306a36Sopenharmony_ci		NULL, "mt8135",
122862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 100),
122962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
123062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_DE"),
123162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT100"),
123262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
123362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
123462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
123562306a36Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_TXD")
123662306a36Sopenharmony_ci	),
123762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(122, "DPICK"),
123862306a36Sopenharmony_ci		NULL, "mt8135",
123962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 101),
124062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
124162306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_CK"),
124262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT101"),
124362306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
124462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
124562306a36Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_PDN")
124662306a36Sopenharmony_ci	),
124762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(123, "DPIG4"),
124862306a36Sopenharmony_ci		NULL, "mt8135",
124962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 114),
125062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
125162306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G4"),
125262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT114"),
125362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[0]"),
125462306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ID")
125562306a36Sopenharmony_ci	),
125662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(124, "DPIG5"),
125762306a36Sopenharmony_ci		NULL, "mt8135",
125862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 115),
125962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
126062306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G5"),
126162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT115"),
126262306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[1]"),
126362306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ICK")
126462306a36Sopenharmony_ci	),
126562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(125, "DPIR3"),
126662306a36Sopenharmony_ci		NULL, "mt8135",
126762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 121),
126862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
126962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R3"),
127062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT121"),
127162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[7]")
127262306a36Sopenharmony_ci	),
127362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(126, "DPIG1"),
127462306a36Sopenharmony_ci		NULL, "mt8135",
127562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 111),
127662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
127762306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G1"),
127862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT111"),
127962306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_ICK")
128062306a36Sopenharmony_ci	),
128162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(127, "DPIVSYNC"),
128262306a36Sopenharmony_ci		NULL, "mt8135",
128362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 98),
128462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
128562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_VSYNC"),
128662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT98"),
128762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
128862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
128962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK")
129062306a36Sopenharmony_ci	),
129162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(128, "DPIHSYNC"),
129262306a36Sopenharmony_ci		NULL, "mt8135",
129362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 99),
129462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
129562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_HSYNC"),
129662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT99"),
129762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
129862306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
129962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
130062306a36Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_RXD")
130162306a36Sopenharmony_ci	),
130262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(129, "DPIB0"),
130362306a36Sopenharmony_ci		NULL, "mt8135",
130462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 102),
130562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
130662306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B0"),
130762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT102"),
130862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL0"),
130962306a36Sopenharmony_ci		MTK_FUNCTION(5, "DISP_PWM")
131062306a36Sopenharmony_ci	),
131162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(130, "DPIB1"),
131262306a36Sopenharmony_ci		NULL, "mt8135",
131362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 103),
131462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
131562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B1"),
131662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT103"),
131762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
131862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA0"),
131962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM1")
132062306a36Sopenharmony_ci	),
132162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(131, "DPIB2"),
132262306a36Sopenharmony_ci		NULL, "mt8135",
132362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 104),
132462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
132562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B2"),
132662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT104"),
132762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
132862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL1"),
132962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM2")
133062306a36Sopenharmony_ci	),
133162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(132, "DPIB3"),
133262306a36Sopenharmony_ci		NULL, "mt8135",
133362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 105),
133462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
133562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B3"),
133662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT105"),
133762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
133862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA1"),
133962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM3")
134062306a36Sopenharmony_ci	),
134162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(133, "DPIB4"),
134262306a36Sopenharmony_ci		NULL, "mt8135",
134362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 106),
134462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
134562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B4"),
134662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT106"),
134762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
134862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL2"),
134962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM4")
135062306a36Sopenharmony_ci	),
135162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(134, "DPIB5"),
135262306a36Sopenharmony_ci		NULL, "mt8135",
135362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 107),
135462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
135562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B5"),
135662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT107"),
135762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
135862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA2"),
135962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM5")
136062306a36Sopenharmony_ci	),
136162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(135, "DPIB6"),
136262306a36Sopenharmony_ci		NULL, "mt8135",
136362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 108),
136462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
136562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B6"),
136662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT108"),
136762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
136862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SCL3"),
136962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM6")
137062306a36Sopenharmony_ci	),
137162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(136, "DPIB7"),
137262306a36Sopenharmony_ci		NULL, "mt8135",
137362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 109),
137462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
137562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B7"),
137662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT109"),
137762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
137862306a36Sopenharmony_ci		MTK_FUNCTION(4, "SDA3"),
137962306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM7")
138062306a36Sopenharmony_ci	),
138162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(137, "DPIG0"),
138262306a36Sopenharmony_ci		NULL, "mt8135",
138362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 110),
138462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
138562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G0"),
138662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT110"),
138762306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_ID")
138862306a36Sopenharmony_ci	),
138962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(138, "DPIG2"),
139062306a36Sopenharmony_ci		NULL, "mt8135",
139162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 112),
139262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
139362306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G2"),
139462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT112"),
139562306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_IMS")
139662306a36Sopenharmony_ci	),
139762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(139, "DPIG3"),
139862306a36Sopenharmony_ci		NULL, "mt8135",
139962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 113),
140062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
140162306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G3"),
140262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT113"),
140362306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_IMS")
140462306a36Sopenharmony_ci	),
140562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(140, "DPIG6"),
140662306a36Sopenharmony_ci		NULL, "mt8135",
140762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 116),
140862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
140962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G6"),
141062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT116"),
141162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[2]")
141262306a36Sopenharmony_ci	),
141362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(141, "DPIG7"),
141462306a36Sopenharmony_ci		NULL, "mt8135",
141562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 117),
141662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
141762306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G7"),
141862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT117"),
141962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[3]")
142062306a36Sopenharmony_ci	),
142162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(142, "DPIR0"),
142262306a36Sopenharmony_ci		NULL, "mt8135",
142362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 118),
142462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
142562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R0"),
142662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT118"),
142762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[4]")
142862306a36Sopenharmony_ci	),
142962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(143, "DPIR1"),
143062306a36Sopenharmony_ci		NULL, "mt8135",
143162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 119),
143262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
143362306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R1"),
143462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT119"),
143562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[5]")
143662306a36Sopenharmony_ci	),
143762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(144, "DPIR2"),
143862306a36Sopenharmony_ci		NULL, "mt8135",
143962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 120),
144062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
144162306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R2"),
144262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT120"),
144362306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[6]")
144462306a36Sopenharmony_ci	),
144562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(145, "DPIR4"),
144662306a36Sopenharmony_ci		NULL, "mt8135",
144762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 122),
144862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
144962306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R4"),
145062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT122"),
145162306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[8]")
145262306a36Sopenharmony_ci	),
145362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(146, "DPIR5"),
145462306a36Sopenharmony_ci		NULL, "mt8135",
145562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 123),
145662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
145762306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R5"),
145862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT123"),
145962306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[9]")
146062306a36Sopenharmony_ci	),
146162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(147, "DPIR6"),
146262306a36Sopenharmony_ci		NULL, "mt8135",
146362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 124),
146462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
146562306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R6"),
146662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT124"),
146762306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2VSYNC_2X")
146862306a36Sopenharmony_ci	),
146962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(148, "DPIR7"),
147062306a36Sopenharmony_ci		NULL, "mt8135",
147162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 125),
147262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
147362306a36Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R7"),
147462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT125"),
147562306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2HSYNC_2X")
147662306a36Sopenharmony_ci	),
147762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(149, "TDN3/LVDS(TDN3)"),
147862306a36Sopenharmony_ci		"AA2", "mt8135",
147962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 36),
148062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
148162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT36")
148262306a36Sopenharmony_ci	),
148362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(150, "TDP3/LVDS(TDP3)"),
148462306a36Sopenharmony_ci		"AA1", "mt8135",
148562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 35),
148662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
148762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT35")
148862306a36Sopenharmony_ci	),
148962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(151, "TDN2/LVDS(TCN)"),
149062306a36Sopenharmony_ci		"Y2", "mt8135",
149162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 169),
149262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
149362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT169")
149462306a36Sopenharmony_ci	),
149562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(152, "TDP2/LVDS(TCP)"),
149662306a36Sopenharmony_ci		"Y1", "mt8135",
149762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 168),
149862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
149962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT168")
150062306a36Sopenharmony_ci	),
150162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(153, "TCN/LVDS(TDN2)"),
150262306a36Sopenharmony_ci		"W2", "mt8135",
150362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 163),
150462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
150562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT163")
150662306a36Sopenharmony_ci	),
150762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(154, "TCP/LVDS(TDP2)"),
150862306a36Sopenharmony_ci		"W1", "mt8135",
150962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 162),
151062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
151162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT162")
151262306a36Sopenharmony_ci	),
151362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(155, "TDN1/LVDS(TDN1)"),
151462306a36Sopenharmony_ci		"V3", "mt8135",
151562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 167),
151662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
151762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT167")
151862306a36Sopenharmony_ci	),
151962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(156, "TDP1/LVDS(TDP1)"),
152062306a36Sopenharmony_ci		"V2", "mt8135",
152162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 166),
152262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
152362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT166")
152462306a36Sopenharmony_ci	),
152562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(157, "TDN0/LVDS(TDN0)"),
152662306a36Sopenharmony_ci		"U3", "mt8135",
152762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 165),
152862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
152962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT165")
153062306a36Sopenharmony_ci	),
153162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(158, "TDP0/LVDS(TDP0)"),
153262306a36Sopenharmony_ci		"U2", "mt8135",
153362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 164),
153462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
153562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT164")
153662306a36Sopenharmony_ci	),
153762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(159, "RDN3"),
153862306a36Sopenharmony_ci		"N5", "mt8135",
153962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 18),
154062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
154162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT18")
154262306a36Sopenharmony_ci	),
154362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(160, "RDP3"),
154462306a36Sopenharmony_ci		"N4", "mt8135",
154562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 30),
154662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
154762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT30")
154862306a36Sopenharmony_ci	),
154962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(161, "RDN2"),
155062306a36Sopenharmony_ci		"T2", "mt8135",
155162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 31),
155262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
155362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT31")
155462306a36Sopenharmony_ci	),
155562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(162, "RDP2"),
155662306a36Sopenharmony_ci		"T3", "mt8135",
155762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 32),
155862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
155962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT32")
156062306a36Sopenharmony_ci	),
156162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(163, "RCN"),
156262306a36Sopenharmony_ci		"P2", "mt8135",
156362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 33),
156462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
156562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT33")
156662306a36Sopenharmony_ci	),
156762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(164, "RCP"),
156862306a36Sopenharmony_ci		"P3", "mt8135",
156962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 39),
157062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
157162306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT39")
157262306a36Sopenharmony_ci	),
157362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(165, "RDN1"),
157462306a36Sopenharmony_ci		"R3", "mt8135",
157562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
157662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165")
157762306a36Sopenharmony_ci	),
157862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(166, "RDP1"),
157962306a36Sopenharmony_ci		"R2", "mt8135",
158062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
158162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166")
158262306a36Sopenharmony_ci	),
158362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(167, "RDN0"),
158462306a36Sopenharmony_ci		"N3", "mt8135",
158562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
158662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167")
158762306a36Sopenharmony_ci	),
158862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(168, "RDP0"),
158962306a36Sopenharmony_ci		"N2", "mt8135",
159062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
159162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168")
159262306a36Sopenharmony_ci	),
159362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(169, "RDN1_A"),
159462306a36Sopenharmony_ci		"M4", "mt8135",
159562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 175),
159662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
159762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT6"),
159862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT175")
159962306a36Sopenharmony_ci	),
160062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(170, "RDP1_A"),
160162306a36Sopenharmony_ci		"M3", "mt8135",
160262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 174),
160362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
160462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT7"),
160562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT174")
160662306a36Sopenharmony_ci	),
160762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(171, "RCN_A"),
160862306a36Sopenharmony_ci		"L3", "mt8135",
160962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 171),
161062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
161162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT8"),
161262306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT171")
161362306a36Sopenharmony_ci	),
161462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(172, "RCP_A"),
161562306a36Sopenharmony_ci		"L2", "mt8135",
161662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 170),
161762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
161862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT9"),
161962306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT170")
162062306a36Sopenharmony_ci	),
162162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(173, "RDN0_A"),
162262306a36Sopenharmony_ci		"M2", "mt8135",
162362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 173),
162462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
162562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMHSYNC"),
162662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT173")
162762306a36Sopenharmony_ci	),
162862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(174, "RDP0_A"),
162962306a36Sopenharmony_ci		"M1", "mt8135",
163062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 172),
163162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
163262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMVSYNC"),
163362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT172")
163462306a36Sopenharmony_ci	),
163562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(175, "RDN1_B"),
163662306a36Sopenharmony_ci		"H2", "mt8135",
163762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 181),
163862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
163962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT2"),
164062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT181"),
164162306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD2")
164262306a36Sopenharmony_ci	),
164362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(176, "RDP1_B"),
164462306a36Sopenharmony_ci		"H1", "mt8135",
164562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 180),
164662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
164762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT3"),
164862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT180"),
164962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD3")
165062306a36Sopenharmony_ci	),
165162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(177, "RCN_B"),
165262306a36Sopenharmony_ci		"K3", "mt8135",
165362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 177),
165462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
165562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT4"),
165662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT177")
165762306a36Sopenharmony_ci	),
165862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(178, "RCP_B"),
165962306a36Sopenharmony_ci		"K2", "mt8135",
166062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 176),
166162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
166262306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT5"),
166362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT176")
166462306a36Sopenharmony_ci	),
166562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(179, "RDN0_B"),
166662306a36Sopenharmony_ci		"J3", "mt8135",
166762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 179),
166862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
166962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT0"),
167062306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT179"),
167162306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD0")
167262306a36Sopenharmony_ci	),
167362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(180, "RDP0_B"),
167462306a36Sopenharmony_ci		"J2", "mt8135",
167562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 178),
167662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
167762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT1"),
167862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT178"),
167962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD1")
168062306a36Sopenharmony_ci	),
168162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(181, "CMPCLK"),
168262306a36Sopenharmony_ci		"K4", "mt8135",
168362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 182),
168462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
168562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMPCLK"),
168662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT182"),
168762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSK"),
168862306a36Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_4X"),
168962306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[3]"),
169062306a36Sopenharmony_ci		MTK_FUNCTION(6, "VENC_TEST_CK"),
169162306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT27")
169262306a36Sopenharmony_ci	),
169362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(182, "CMMCLK"),
169462306a36Sopenharmony_ci		"J5", "mt8135",
169562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 183),
169662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
169762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK"),
169862306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT183"),
169962306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[2]"),
170062306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT28")
170162306a36Sopenharmony_ci	),
170262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(183, "CMRST"),
170362306a36Sopenharmony_ci		"J6", "mt8135",
170462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 185),
170562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
170662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMRST"),
170762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT185"),
170862306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[1]"),
170962306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT30")
171062306a36Sopenharmony_ci	),
171162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(184, "CMPDN"),
171262306a36Sopenharmony_ci		"J4", "mt8135",
171362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 184),
171462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
171562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMPDN"),
171662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT184"),
171762306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[0]"),
171862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT29")
171962306a36Sopenharmony_ci	),
172062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(185, "CMFLASH"),
172162306a36Sopenharmony_ci		"G4", "mt8135",
172262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 186),
172362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
172462306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMFLASH"),
172562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT186"),
172662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CM2MCLK_3X"),
172762306a36Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_1"),
172862306a36Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT31")
172962306a36Sopenharmony_ci	),
173062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(186, "MRG_I2S_PCM_CLK"),
173162306a36Sopenharmony_ci		"F5", "mt8135",
173262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
173362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
173462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_CLK"),
173562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
173662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_CK"),
173762306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ICK"),
173862306a36Sopenharmony_ci		MTK_FUNCTION(6, "IMG_TEST_CK"),
173962306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_SCL")
174062306a36Sopenharmony_ci	),
174162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(187, "MRG_I2S_PCM_SYNC"),
174262306a36Sopenharmony_ci		"G6", "mt8135",
174362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 16),
174462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
174562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_SYNC"),
174662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT16"),
174762306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
174862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_WS"),
174962306a36Sopenharmony_ci		MTK_FUNCTION(6, "DISP_TEST_CK")
175062306a36Sopenharmony_ci	),
175162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(188, "MRG_I2S_PCM_RX"),
175262306a36Sopenharmony_ci		"G3", "mt8135",
175362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
175462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
175562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_RX"),
175662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
175762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DI"),
175862306a36Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ID"),
175962306a36Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK"),
176062306a36Sopenharmony_ci		MTK_FUNCTION(7, "USB_SDA")
176162306a36Sopenharmony_ci	),
176262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(189, "MRG_I2S_PCM_TX"),
176362306a36Sopenharmony_ci		"G5", "mt8135",
176462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 17),
176562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
176662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_TX"),
176762306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT17"),
176862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
176962306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DO"),
177062306a36Sopenharmony_ci		MTK_FUNCTION(6, "VDEC_TEST_CK")
177162306a36Sopenharmony_ci	),
177262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(190, "SRCLKENAI"),
177362306a36Sopenharmony_ci		"K5", "mt8135",
177462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
177562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
177662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI")
177762306a36Sopenharmony_ci	),
177862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(191, "URXD3"),
177962306a36Sopenharmony_ci		"C3", "mt8135",
178062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 87),
178162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
178262306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD3"),
178362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT87"),
178462306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD3"),
178562306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_ST"),
178662306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM4")
178762306a36Sopenharmony_ci	),
178862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(192, "UTXD3"),
178962306a36Sopenharmony_ci		"B2", "mt8135",
179062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 86),
179162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
179262306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD3"),
179362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT86"),
179462306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD3"),
179562306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_CS_B"),
179662306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM3")
179762306a36Sopenharmony_ci	),
179862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(193, "SDA2"),
179962306a36Sopenharmony_ci		"G2", "mt8135",
180062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 95),
180162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
180262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2"),
180362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT95"),
180462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
180562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
180662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_PWDB")
180762306a36Sopenharmony_ci	),
180862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(194, "SCL2"),
180962306a36Sopenharmony_ci		"F4", "mt8135",
181062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 94),
181162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
181262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2"),
181362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT94"),
181462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
181562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
181662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_TEST_CK")
181762306a36Sopenharmony_ci	),
181862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(195, "SDA1"),
181962306a36Sopenharmony_ci		"F2", "mt8135",
182062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 93),
182162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
182262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
182362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT93"),
182462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
182562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
182662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_SCLK_PWDB")
182762306a36Sopenharmony_ci	),
182862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(196, "SCL1"),
182962306a36Sopenharmony_ci		"F3", "mt8135",
183062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 92),
183162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
183262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
183362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT92"),
183462306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
183562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
183662306a36Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_DIN")
183762306a36Sopenharmony_ci	),
183862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(197, "MSDC3_DAT2"),
183962306a36Sopenharmony_ci		"E1", "mt8135",
184062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 71),
184162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
184262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT2"),
184362306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT71"),
184462306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL6"),
184562306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
184662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM4"),
184762306a36Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_2")
184862306a36Sopenharmony_ci	),
184962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(198, "MSDC3_DAT3"),
185062306a36Sopenharmony_ci		"C2", "mt8135",
185162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 72),
185262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
185362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT3"),
185462306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT72"),
185562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA6"),
185662306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
185762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM5"),
185862306a36Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_3")
185962306a36Sopenharmony_ci	),
186062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(199, "MSDC3_CMD"),
186162306a36Sopenharmony_ci		"D2", "mt8135",
186262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 68),
186362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
186462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_CMD"),
186562306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT68"),
186662306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA2"),
186762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
186862306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
186962306a36Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_4")
187062306a36Sopenharmony_ci	),
187162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(200, "MSDC3_CLK"),
187262306a36Sopenharmony_ci		"E2", "mt8135",
187362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 67),
187462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
187562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_CLK"),
187662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT67"),
187762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL2"),
187862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
187962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0")
188062306a36Sopenharmony_ci	),
188162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(201, "MSDC3_DAT1"),
188262306a36Sopenharmony_ci		"D3", "mt8135",
188362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 70),
188462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
188562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT1"),
188662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT70"),
188762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA3"),
188862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
188962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3")
189062306a36Sopenharmony_ci	),
189162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(202, "MSDC3_DAT0"),
189262306a36Sopenharmony_ci		"E3", "mt8135",
189362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(2, 69),
189462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
189562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT0"),
189662306a36Sopenharmony_ci		MTK_FUNCTION(2, "EINT69"),
189762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL3"),
189862306a36Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
189962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2")
190062306a36Sopenharmony_ci	),
190162306a36Sopenharmony_ci};
190262306a36Sopenharmony_ci
190362306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8135_H */
1904