162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8127_H
362306a36Sopenharmony_ci#define __PINCTRL_MTK_MT8127_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/pinctrl/pinctrl.h>
662306a36Sopenharmony_ci#include "pinctrl-mtk-common.h"
762306a36Sopenharmony_ci
862306a36Sopenharmony_cistatic const struct mtk_desc_pin mtk_pins_mt8127[] = {
962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(0, "PWRAP_SPI0_MI"),
1062306a36Sopenharmony_ci		"P22", "mt8127",
1162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 22),
1262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
1362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDO"),
1462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPIDI")
1562306a36Sopenharmony_ci	),
1662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(1, "PWRAP_SPI0_MO"),
1762306a36Sopenharmony_ci		"M22", "mt8127",
1862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 23),
1962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
2062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDI"),
2162306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWRAP_SPIDO")
2262306a36Sopenharmony_ci	),
2362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(2, "PWRAP_INT"),
2462306a36Sopenharmony_ci		"L23", "mt8127",
2562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 24),
2662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2")
2762306a36Sopenharmony_ci	),
2862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(3, "PWRAP_SPI0_CK"),
2962306a36Sopenharmony_ci		"N23", "mt8127",
3062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 25),
3162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
3262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICK_I")
3362306a36Sopenharmony_ci	),
3462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(4, "PWRAP_SPI0_CSN"),
3562306a36Sopenharmony_ci		"N22", "mt8127",
3662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 26),
3762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
3862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICS_B_I")
3962306a36Sopenharmony_ci	),
4062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(5, "PWRAP_SPI0_CK2"),
4162306a36Sopenharmony_ci		"L19", "mt8127",
4262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 27),
4362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
4462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICK2_I"),
4562306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL1"),
4662306a36Sopenharmony_ci		MTK_FUNCTION(3, "VDEC_TEST_CK"),
4762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[0]")
4862306a36Sopenharmony_ci	),
4962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(6, "PWRAP_SPI0_CSN2"),
5062306a36Sopenharmony_ci		"M23", "mt8127",
5162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 28),
5262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
5362306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICS2_B_I"),
5462306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL0"),
5562306a36Sopenharmony_ci		MTK_FUNCTION(3, "MM_TEST_CK"),
5662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[1]")
5762306a36Sopenharmony_ci	),
5862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(7, "AUD_CLK_MOSI"),
5962306a36Sopenharmony_ci		"K23", "mt8127",
6062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 29),
6162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
6262306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK"),
6362306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_CK")
6462306a36Sopenharmony_ci	),
6562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(8, "AUD_DAT_MISO"),
6662306a36Sopenharmony_ci		"K24", "mt8127",
6762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 30),
6862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
6962306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_MISO"),
7062306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_DAT_IN"),
7162306a36Sopenharmony_ci		MTK_FUNCTION(3, "AUD_MOSI")
7262306a36Sopenharmony_ci	),
7362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(9, "AUD_DAT_MOSI"),
7462306a36Sopenharmony_ci		"K22", "mt8127",
7562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 31),
7662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
7762306a36Sopenharmony_ci		MTK_FUNCTION(1, "AUD_MOSI"),
7862306a36Sopenharmony_ci		MTK_FUNCTION(2, "ADC_WS"),
7962306a36Sopenharmony_ci		MTK_FUNCTION(3, "AUD_MISO")
8062306a36Sopenharmony_ci	),
8162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(10, "RTC32K_CK"),
8262306a36Sopenharmony_ci		"R21", "mt8127",
8362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 32),
8462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
8562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
8662306a36Sopenharmony_ci	),
8762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(11, "WATCHDOG"),
8862306a36Sopenharmony_ci		"P24", "mt8127",
8962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 33),
9062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
9162306a36Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG")
9262306a36Sopenharmony_ci	),
9362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(12, "SRCLKENA"),
9462306a36Sopenharmony_ci		"R22", "mt8127",
9562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 34),
9662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
9762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA")
9862306a36Sopenharmony_ci	),
9962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(13, "SRCLKENAI"),
10062306a36Sopenharmony_ci		"P23", "mt8127",
10162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 35),
10262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
10362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI")
10462306a36Sopenharmony_ci	),
10562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(14, "URXD2"),
10662306a36Sopenharmony_ci		"U19", "mt8127",
10762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 36),
10862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
10962306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD2"),
11062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D5"),
11162306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD2"),
11262306a36Sopenharmony_ci		MTK_FUNCTION(5, "SRCCLKENAI2"),
11362306a36Sopenharmony_ci		MTK_FUNCTION(6, "KROW4")
11462306a36Sopenharmony_ci	),
11562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(15, "UTXD2"),
11662306a36Sopenharmony_ci		"U20", "mt8127",
11762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 37),
11862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
11962306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD2"),
12062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_HSYNC"),
12162306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD2"),
12262306a36Sopenharmony_ci		MTK_FUNCTION(6, "KROW5")
12362306a36Sopenharmony_ci	),
12462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(16, "URXD3"),
12562306a36Sopenharmony_ci		"U18", "mt8127",
12662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 38),
12762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
12862306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD3"),
12962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_DE"),
13062306a36Sopenharmony_ci		MTK_FUNCTION(3, "UTXD3"),
13162306a36Sopenharmony_ci		MTK_FUNCTION(4, "UCTS2"),
13262306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM3"),
13362306a36Sopenharmony_ci		MTK_FUNCTION(6, "KROW6")
13462306a36Sopenharmony_ci	),
13562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(17, "UTXD3"),
13662306a36Sopenharmony_ci		"R18", "mt8127",
13762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 39),
13862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
13962306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD3"),
14062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_VSYNC"),
14162306a36Sopenharmony_ci		MTK_FUNCTION(3, "URXD3"),
14262306a36Sopenharmony_ci		MTK_FUNCTION(4, "URTS2"),
14362306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM4"),
14462306a36Sopenharmony_ci		MTK_FUNCTION(6, "KROW7")
14562306a36Sopenharmony_ci	),
14662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(18, "PCM_CLK"),
14762306a36Sopenharmony_ci		"U22", "mt8127",
14862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 40),
14962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
15062306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_CLK0"),
15162306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D4"),
15262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_BCK0"),
15362306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SOUT_BCK"),
15462306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JCK"),
15562306a36Sopenharmony_ci		MTK_FUNCTION(6, "IR"),
15662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[0]")
15762306a36Sopenharmony_ci	),
15862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(19, "PCM_SYNC"),
15962306a36Sopenharmony_ci		"U23", "mt8127",
16062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 41),
16162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
16262306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_SYNC"),
16362306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D3"),
16462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_LRCK"),
16562306a36Sopenharmony_ci		MTK_FUNCTION(4, "I2SOUT_LRCK"),
16662306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JINTP"),
16762306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_COL"),
16862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[1]")
16962306a36Sopenharmony_ci	),
17062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(20, "PCM_RX"),
17162306a36Sopenharmony_ci		"V22", "mt8127",
17262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 42),
17362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
17462306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_RX"),
17562306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D1"),
17662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_DATA_IN"),
17762306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM_TX"),
17862306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDI"),
17962306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_MDIO"),
18062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[2]")
18162306a36Sopenharmony_ci	),
18262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(21, "PCM_TX"),
18362306a36Sopenharmony_ci		"U21", "mt8127",
18462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 43),
18562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
18662306a36Sopenharmony_ci		MTK_FUNCTION(1, "PCM_TX"),
18762306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D2"),
18862306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DATA_OUT"),
18962306a36Sopenharmony_ci		MTK_FUNCTION(4, "PCM_RX"),
19062306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JMS"),
19162306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_MDC"),
19262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[3]")
19362306a36Sopenharmony_ci	),
19462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(22, "EINT0"),
19562306a36Sopenharmony_ci		"AB19", "mt8127",
19662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 0),
19762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
19862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM1"),
19962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_CK"),
20062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_TXD0"),
20162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_DSP_JDO"),
20262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[4]")
20362306a36Sopenharmony_ci	),
20462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(23, "EINT1"),
20562306a36Sopenharmony_ci		"AA21", "mt8127",
20662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 1),
20762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
20862306a36Sopenharmony_ci		MTK_FUNCTION(1, "PWM2"),
20962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D12"),
21062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_TXD1"),
21162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDO"),
21262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[5]")
21362306a36Sopenharmony_ci	),
21462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(24, "EINT2"),
21562306a36Sopenharmony_ci		"AA19", "mt8127",
21662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 2),
21762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
21862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM0"),
21962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D13"),
22062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_TXD2"),
22162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
22262306a36Sopenharmony_ci		MTK_FUNCTION(6, "KCOL4"),
22362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[6]")
22462306a36Sopenharmony_ci	),
22562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(25, "EINT3"),
22662306a36Sopenharmony_ci		"Y19", "mt8127",
22762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 3),
22862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
22962306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM1"),
23062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D14"),
23162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI_MI"),
23262306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_TXD3"),
23362306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
23462306a36Sopenharmony_ci		MTK_FUNCTION(6, "KCOL5"),
23562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[7]")
23662306a36Sopenharmony_ci	),
23762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(26, "EINT4"),
23862306a36Sopenharmony_ci		"V21", "mt8127",
23962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 4),
24062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
24162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM2"),
24262306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D15"),
24362306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI_MO"),
24462306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_TXC"),
24562306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TCK0"),
24662306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_JCKC"),
24762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[8]")
24862306a36Sopenharmony_ci	),
24962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(27, "EINT5"),
25062306a36Sopenharmony_ci		"AB22", "mt8127",
25162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 5),
25262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
25362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS2"),
25462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D16"),
25562306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI_CS"),
25662306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXER"),
25762306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TDI"),
25862306a36Sopenharmony_ci		MTK_FUNCTION(6, "KCOL6"),
25962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[9]")
26062306a36Sopenharmony_ci	),
26162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(28, "EINT6"),
26262306a36Sopenharmony_ci		"AA23", "mt8127",
26362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 6),
26462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
26562306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS2"),
26662306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D17"),
26762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SPI_CK"),
26862306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXC"),
26962306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
27062306a36Sopenharmony_ci		MTK_FUNCTION(6, "KCOL7"),
27162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[10]")
27262306a36Sopenharmony_ci	),
27362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(29, "EINT7"),
27462306a36Sopenharmony_ci		"Y23", "mt8127",
27562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 7),
27662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
27762306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS3"),
27862306a36Sopenharmony_ci		MTK_FUNCTION(2, "DPI_D6"),
27962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA1"),
28062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXDV"),
28162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TMS"),
28262306a36Sopenharmony_ci		MTK_FUNCTION(6, "CONN_MCU_AICE_JMSC"),
28362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[11]")
28462306a36Sopenharmony_ci	),
28562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(30, "EINT8"),
28662306a36Sopenharmony_ci		"Y24", "mt8127",
28762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 8),
28862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
28962306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS3"),
29062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
29162306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL1"),
29262306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXD0"),
29362306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL0"),
29462306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI_D7"),
29562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[2]")
29662306a36Sopenharmony_ci	),
29762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(31, "EINT9"),
29862306a36Sopenharmony_ci		"W23", "mt8127",
29962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 9),
30062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
30162306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM4"),
30262306a36Sopenharmony_ci		MTK_FUNCTION(2, "SDA2"),
30362306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
30462306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXD1"),
30562306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL1"),
30662306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI_D8"),
30762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[3]")
30862306a36Sopenharmony_ci	),
30962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(32, "EINT10"),
31062306a36Sopenharmony_ci		"W24", "mt8127",
31162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 10),
31262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
31362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM5"),
31462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SCL2"),
31562306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
31662306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_RXD2"),
31762306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL2"),
31862306a36Sopenharmony_ci		MTK_FUNCTION(6, "DPI_D9"),
31962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[4]")
32062306a36Sopenharmony_ci	),
32162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(33, "KPROW0"),
32262306a36Sopenharmony_ci		"AB24", "mt8127",
32362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 44),
32462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
32562306a36Sopenharmony_ci		MTK_FUNCTION(1, "KROW0"),
32662306a36Sopenharmony_ci		MTK_FUNCTION(4, "IMG_TEST_CK"),
32762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[12]")
32862306a36Sopenharmony_ci	),
32962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(34, "KPROW1"),
33062306a36Sopenharmony_ci		"AC24", "mt8127",
33162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 45),
33262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
33362306a36Sopenharmony_ci		MTK_FUNCTION(1, "KROW1"),
33462306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
33562306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
33662306a36Sopenharmony_ci		MTK_FUNCTION(4, "MFG_TEST_CK"),
33762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[5]")
33862306a36Sopenharmony_ci	),
33962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(35, "KPROW2"),
34062306a36Sopenharmony_ci		"AD24", "mt8127",
34162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 46),
34262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
34362306a36Sopenharmony_ci		MTK_FUNCTION(1, "KROW2"),
34462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DRV_VBUS"),
34562306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
34662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CONN_TEST_CK"),
34762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[6]")
34862306a36Sopenharmony_ci	),
34962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(36, "KPCOL0"),
35062306a36Sopenharmony_ci		"AB23", "mt8127",
35162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 47),
35262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
35362306a36Sopenharmony_ci		MTK_FUNCTION(1, "KCOL0"),
35462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[13]")
35562306a36Sopenharmony_ci	),
35662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(37, "KPCOL1"),
35762306a36Sopenharmony_ci		"AC22", "mt8127",
35862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 48),
35962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
36062306a36Sopenharmony_ci		MTK_FUNCTION(1, "KCOL1"),
36162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[7]")
36262306a36Sopenharmony_ci	),
36362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(38, "KPCOL2"),
36462306a36Sopenharmony_ci		"AC23", "mt8127",
36562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 49),
36662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
36762306a36Sopenharmony_ci		MTK_FUNCTION(1, "KCOL2"),
36862306a36Sopenharmony_ci		MTK_FUNCTION(2, "IDDIG"),
36962306a36Sopenharmony_ci		MTK_FUNCTION(3, "EXT_FRAME_SYNC"),
37062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[8]")
37162306a36Sopenharmony_ci	),
37262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(39, "JTMS"),
37362306a36Sopenharmony_ci		"V18", "mt8127",
37462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 50),
37562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
37662306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTMS"),
37762306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MCU_TMS"),
37862306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_AICE_JMSC")
37962306a36Sopenharmony_ci	),
38062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(40, "JTCK"),
38162306a36Sopenharmony_ci		"AA18", "mt8127",
38262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 51),
38362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
38462306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTCK"),
38562306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MCU_TCK1"),
38662306a36Sopenharmony_ci		MTK_FUNCTION(3, "CONN_MCU_AICE_JCKC")
38762306a36Sopenharmony_ci	),
38862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(41, "JTDI"),
38962306a36Sopenharmony_ci		"W18", "mt8127",
39062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 52),
39162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
39262306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTDI"),
39362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MCU_TDI")
39462306a36Sopenharmony_ci	),
39562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(42, "JTDO"),
39662306a36Sopenharmony_ci		"Y18", "mt8127",
39762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 53),
39862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
39962306a36Sopenharmony_ci		MTK_FUNCTION(1, "JTDO"),
40062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CONN_MCU_TDO")
40162306a36Sopenharmony_ci	),
40262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(43, "EINT11"),
40362306a36Sopenharmony_ci		"W22", "mt8127",
40462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 11),
40562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
40662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM4"),
40762306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
40862306a36Sopenharmony_ci		MTK_FUNCTION(3, "KROW3"),
40962306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL3"),
41062306a36Sopenharmony_ci		MTK_FUNCTION(5, "DPI_D10"),
41162306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_RXD3"),
41262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[9]")
41362306a36Sopenharmony_ci	),
41462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(44, "EINT12"),
41562306a36Sopenharmony_ci		"V23", "mt8127",
41662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
41762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
41862306a36Sopenharmony_ci		MTK_FUNCTION(1, "CLKM5"),
41962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM0"),
42062306a36Sopenharmony_ci		MTK_FUNCTION(3, "KCOL3"),
42162306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL4"),
42262306a36Sopenharmony_ci		MTK_FUNCTION(5, "DPI_D11"),
42362306a36Sopenharmony_ci		MTK_FUNCTION(6, "EXT_TXEN"),
42462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[10]")
42562306a36Sopenharmony_ci	),
42662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(45, "EINT13"),
42762306a36Sopenharmony_ci		"Y21", "mt8127",
42862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
42962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
43062306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL5"),
43162306a36Sopenharmony_ci		MTK_FUNCTION(5, "DPI_D0"),
43262306a36Sopenharmony_ci		MTK_FUNCTION(6, "SPDIF"),
43362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[11]")
43462306a36Sopenharmony_ci	),
43562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(46, "EINT14"),
43662306a36Sopenharmony_ci		"F23", "mt8127",
43762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 14),
43862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
43962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DAC_DAT_OUT"),
44062306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL1"),
44162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"),
44262306a36Sopenharmony_ci		MTK_FUNCTION(6, "NCLE"),
44362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[14]")
44462306a36Sopenharmony_ci	),
44562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(47, "EINT15"),
44662306a36Sopenharmony_ci		"G23", "mt8127",
44762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 15),
44862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
44962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DAC_WS"),
45062306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL2"),
45162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_DBGI_N"),
45262306a36Sopenharmony_ci		MTK_FUNCTION(6, "NCEB1"),
45362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[15]")
45462306a36Sopenharmony_ci	),
45562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(48, "EINT16"),
45662306a36Sopenharmony_ci		"H23", "mt8127",
45762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 16),
45862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
45962306a36Sopenharmony_ci		MTK_FUNCTION(2, "DAC_CK"),
46062306a36Sopenharmony_ci		MTK_FUNCTION(4, "ANT_SEL3"),
46162306a36Sopenharmony_ci		MTK_FUNCTION(5, "CONN_MCU_TRST_B"),
46262306a36Sopenharmony_ci		MTK_FUNCTION(6, "NCEB0"),
46362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[16]")
46462306a36Sopenharmony_ci	),
46562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(49, "EINT17"),
46662306a36Sopenharmony_ci		"J22", "mt8127",
46762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 17),
46862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
46962306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS0"),
47062306a36Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
47162306a36Sopenharmony_ci		MTK_FUNCTION(4, "IDDIG"),
47262306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL4"),
47362306a36Sopenharmony_ci		MTK_FUNCTION(6, "NREB"),
47462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[17]")
47562306a36Sopenharmony_ci	),
47662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(50, "EINT18"),
47762306a36Sopenharmony_ci		"AD20", "mt8127",
47862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 18),
47962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
48062306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS0"),
48162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CLKM3"),
48262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_LRCK"),
48362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DRV_VBUS"),
48462306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL3"),
48562306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_CK"),
48662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[12]")
48762306a36Sopenharmony_ci	),
48862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(51, "EINT19"),
48962306a36Sopenharmony_ci		"AC21", "mt8127",
49062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 19),
49162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
49262306a36Sopenharmony_ci		MTK_FUNCTION(1, "UCTS1"),
49362306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_BCK"),
49462306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM1"),
49562306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL4"),
49662306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_DAT_IN"),
49762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[13]")
49862306a36Sopenharmony_ci	),
49962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(52, "EINT20"),
50062306a36Sopenharmony_ci		"V20", "mt8127",
50162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 20),
50262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
50362306a36Sopenharmony_ci		MTK_FUNCTION(1, "URTS1"),
50462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM_TX"),
50562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DATA_OUT"),
50662306a36Sopenharmony_ci		MTK_FUNCTION(4, "CLKM2"),
50762306a36Sopenharmony_ci		MTK_FUNCTION(5, "ANT_SEL5"),
50862306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_WS"),
50962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[14]")
51062306a36Sopenharmony_ci	),
51162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(53, "SPI_CS"),
51262306a36Sopenharmony_ci		"AD19", "mt8127",
51362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 54),
51462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
51562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI_CS"),
51662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_DATA_IN"),
51762306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADC_CK"),
51862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[15]")
51962306a36Sopenharmony_ci	),
52062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(54, "SPI_CK"),
52162306a36Sopenharmony_ci		"AC18", "mt8127",
52262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 55),
52362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
52462306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI_CK"),
52562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_LRCK"),
52662306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADC_DAT_IN"),
52762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[16]")
52862306a36Sopenharmony_ci	),
52962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(55, "SPI_MI"),
53062306a36Sopenharmony_ci		"AC19", "mt8127",
53162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 56),
53262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
53362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI_MI"),
53462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI_MO"),
53562306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN1_BCK1"),
53662306a36Sopenharmony_ci		MTK_FUNCTION(4, "ADC_WS"),
53762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[17]")
53862306a36Sopenharmony_ci	),
53962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(56, "SPI_MO"),
54062306a36Sopenharmony_ci		"AD18", "mt8127",
54162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 57),
54262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
54362306a36Sopenharmony_ci		MTK_FUNCTION(1, "SPI_MO"),
54462306a36Sopenharmony_ci		MTK_FUNCTION(2, "SPI_MI"),
54562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[18]")
54662306a36Sopenharmony_ci	),
54762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(57, "SDA1"),
54862306a36Sopenharmony_ci		"AE23", "mt8127",
54962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 58),
55062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
55162306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA1")
55262306a36Sopenharmony_ci	),
55362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(58, "SCL1"),
55462306a36Sopenharmony_ci		"AD23", "mt8127",
55562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 59),
55662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
55762306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL1")
55862306a36Sopenharmony_ci	),
55962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(59, "DISP_PWM"),
56062306a36Sopenharmony_ci		"AC20", "mt8127",
56162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 60),
56262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
56362306a36Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
56462306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM1"),
56562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[18]")
56662306a36Sopenharmony_ci	),
56762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(60, "WB_RSTB"),
56862306a36Sopenharmony_ci		"AD7", "mt8127",
56962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 61),
57062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
57162306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_RSTB"),
57262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[19]")
57362306a36Sopenharmony_ci	),
57462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(61, "F2W_DATA"),
57562306a36Sopenharmony_ci		"Y10", "mt8127",
57662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 62),
57762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
57862306a36Sopenharmony_ci		MTK_FUNCTION(1, "F2W_DATA"),
57962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[20]")
58062306a36Sopenharmony_ci	),
58162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(62, "F2W_CLK"),
58262306a36Sopenharmony_ci		"W10", "mt8127",
58362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 63),
58462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
58562306a36Sopenharmony_ci		MTK_FUNCTION(1, "F2W_CK"),
58662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[21]")
58762306a36Sopenharmony_ci	),
58862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(63, "WB_SCLK"),
58962306a36Sopenharmony_ci		"AB7", "mt8127",
59062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 64),
59162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
59262306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_SCLK"),
59362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[22]")
59462306a36Sopenharmony_ci	),
59562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(64, "WB_SDATA"),
59662306a36Sopenharmony_ci		"AA7", "mt8127",
59762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 65),
59862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
59962306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_SDATA"),
60062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[23]")
60162306a36Sopenharmony_ci	),
60262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(65, "WB_SEN"),
60362306a36Sopenharmony_ci		"Y7", "mt8127",
60462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 66),
60562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
60662306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_SEN"),
60762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[24]")
60862306a36Sopenharmony_ci	),
60962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(66, "WB_CRTL0"),
61062306a36Sopenharmony_ci		"AA1", "mt8127",
61162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 67),
61262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
61362306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL0"),
61462306a36Sopenharmony_ci		MTK_FUNCTION(2, "DFD_NTRST_XI"),
61562306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[25]")
61662306a36Sopenharmony_ci	),
61762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(67, "WB_CRTL1"),
61862306a36Sopenharmony_ci		"AA2", "mt8127",
61962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 68),
62062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
62162306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL1"),
62262306a36Sopenharmony_ci		MTK_FUNCTION(2, "DFD_TMS_XI"),
62362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[26]")
62462306a36Sopenharmony_ci	),
62562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(68, "WB_CRTL2"),
62662306a36Sopenharmony_ci		"Y1", "mt8127",
62762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 69),
62862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
62962306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL2"),
63062306a36Sopenharmony_ci		MTK_FUNCTION(2, "DFD_TCK_XI"),
63162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[27]")
63262306a36Sopenharmony_ci	),
63362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(69, "WB_CRTL3"),
63462306a36Sopenharmony_ci		"Y2", "mt8127",
63562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 70),
63662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
63762306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL3"),
63862306a36Sopenharmony_ci		MTK_FUNCTION(2, "DFD_TDI_XI"),
63962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[28]")
64062306a36Sopenharmony_ci	),
64162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(70, "WB_CRTL4"),
64262306a36Sopenharmony_ci		"Y3", "mt8127",
64362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 71),
64462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
64562306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL4"),
64662306a36Sopenharmony_ci		MTK_FUNCTION(2, "DFD_TDO"),
64762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[29]")
64862306a36Sopenharmony_ci	),
64962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(71, "WB_CRTL5"),
65062306a36Sopenharmony_ci		"Y4", "mt8127",
65162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 72),
65262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
65362306a36Sopenharmony_ci		MTK_FUNCTION(1, "WB_CRTL5"),
65462306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[30]")
65562306a36Sopenharmony_ci	),
65662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(72, "I2S_DATA_IN"),
65762306a36Sopenharmony_ci		"K21", "mt8127",
65862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 73),
65962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
66062306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN1_DATA_IN"),
66162306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM_RX"),
66262306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DATA_OUT"),
66362306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
66462306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM0"),
66562306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_CK"),
66662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[19]")
66762306a36Sopenharmony_ci	),
66862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(73, "I2S_LRCK"),
66962306a36Sopenharmony_ci		"L21", "mt8127",
67062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 74),
67162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
67262306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN1_LRCK"),
67362306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM_SYNC"),
67462306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_LRCK"),
67562306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
67662306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM3"),
67762306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_DAT_IN"),
67862306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[20]")
67962306a36Sopenharmony_ci	),
68062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(74, "I2S_BCK"),
68162306a36Sopenharmony_ci		"L20", "mt8127",
68262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 75),
68362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
68462306a36Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN1_BCK2"),
68562306a36Sopenharmony_ci		MTK_FUNCTION(2, "PCM_CLK1"),
68662306a36Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_BCK"),
68762306a36Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
68862306a36Sopenharmony_ci		MTK_FUNCTION(5, "PWM4"),
68962306a36Sopenharmony_ci		MTK_FUNCTION(6, "ADC_WS"),
69062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[21]")
69162306a36Sopenharmony_ci	),
69262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(75, "SDA0"),
69362306a36Sopenharmony_ci		"W3", "mt8127",
69462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 76),
69562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
69662306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA0")
69762306a36Sopenharmony_ci	),
69862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(76, "SCL0"),
69962306a36Sopenharmony_ci		"W4", "mt8127",
70062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 77),
70162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
70262306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL0")
70362306a36Sopenharmony_ci	),
70462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(77, "SDA2"),
70562306a36Sopenharmony_ci		"K19", "mt8127",
70662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 78),
70762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
70862306a36Sopenharmony_ci		MTK_FUNCTION(1, "SDA2"),
70962306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM1")
71062306a36Sopenharmony_ci	),
71162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(78, "SCL2"),
71262306a36Sopenharmony_ci		"K20", "mt8127",
71362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 79),
71462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
71562306a36Sopenharmony_ci		MTK_FUNCTION(1, "SCL2"),
71662306a36Sopenharmony_ci		MTK_FUNCTION(2, "PWM2")
71762306a36Sopenharmony_ci	),
71862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(79, "URXD0"),
71962306a36Sopenharmony_ci		"K18", "mt8127",
72062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 80),
72162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
72262306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD0"),
72362306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD0")
72462306a36Sopenharmony_ci	),
72562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(80, "UTXD0"),
72662306a36Sopenharmony_ci		"K17", "mt8127",
72762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 81),
72862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
72962306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD0"),
73062306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD0")
73162306a36Sopenharmony_ci	),
73262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(81, "URXD1"),
73362306a36Sopenharmony_ci		"L17", "mt8127",
73462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 82),
73562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
73662306a36Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
73762306a36Sopenharmony_ci		MTK_FUNCTION(2, "UTXD1")
73862306a36Sopenharmony_ci	),
73962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(82, "UTXD1"),
74062306a36Sopenharmony_ci		"L18", "mt8127",
74162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 83),
74262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
74362306a36Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
74462306a36Sopenharmony_ci		MTK_FUNCTION(2, "URXD1")
74562306a36Sopenharmony_ci	),
74662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(83, "LCM_RST"),
74762306a36Sopenharmony_ci		"W5", "mt8127",
74862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 84),
74962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
75062306a36Sopenharmony_ci		MTK_FUNCTION(1, "LCM_RST"),
75162306a36Sopenharmony_ci		MTK_FUNCTION(2, "VDAC_CK_XI"),
75262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[31]")
75362306a36Sopenharmony_ci	),
75462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(84, "DSI_TE"),
75562306a36Sopenharmony_ci		"W6", "mt8127",
75662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 85),
75762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
75862306a36Sopenharmony_ci		MTK_FUNCTION(1, "DSI_TE"),
75962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_A[32]")
76062306a36Sopenharmony_ci	),
76162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(85, "MSDC2_CMD"),
76262306a36Sopenharmony_ci		"U7", "mt8127",
76362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 86),
76462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
76562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CMD"),
76662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL0"),
76762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA1"),
76862306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SOUT_BCK"),
76962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[22]")
77062306a36Sopenharmony_ci	),
77162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(86, "MSDC2_CLK"),
77262306a36Sopenharmony_ci		"T8", "mt8127",
77362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 87),
77462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
77562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CLK"),
77662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL1"),
77762306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL1"),
77862306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SOUT_LRCK"),
77962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[23]")
78062306a36Sopenharmony_ci	),
78162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(87, "MSDC2_DAT0"),
78262306a36Sopenharmony_ci		"V3", "mt8127",
78362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 88),
78462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
78562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT0"),
78662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL2"),
78762306a36Sopenharmony_ci		MTK_FUNCTION(5, "UTXD0"),
78862306a36Sopenharmony_ci		MTK_FUNCTION(6, "I2SOUT_DATA_OUT"),
78962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[24]")
79062306a36Sopenharmony_ci	),
79162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(88, "MSDC2_DAT1"),
79262306a36Sopenharmony_ci		"V4", "mt8127",
79362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 89),
79462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
79562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT1"),
79662306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL3"),
79762306a36Sopenharmony_ci		MTK_FUNCTION(3, "PWM0"),
79862306a36Sopenharmony_ci		MTK_FUNCTION(5, "URXD0"),
79962306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM1"),
80062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[25]")
80162306a36Sopenharmony_ci	),
80262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(89, "MSDC2_DAT2"),
80362306a36Sopenharmony_ci		"U5", "mt8127",
80462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 90),
80562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
80662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT2"),
80762306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL4"),
80862306a36Sopenharmony_ci		MTK_FUNCTION(3, "SDA2"),
80962306a36Sopenharmony_ci		MTK_FUNCTION(5, "UTXD1"),
81062306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM2"),
81162306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[26]")
81262306a36Sopenharmony_ci	),
81362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(90, "MSDC2_DAT3"),
81462306a36Sopenharmony_ci		"U6", "mt8127",
81562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 91),
81662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
81762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT3"),
81862306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL5"),
81962306a36Sopenharmony_ci		MTK_FUNCTION(3, "SCL2"),
82062306a36Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
82162306a36Sopenharmony_ci		MTK_FUNCTION(5, "URXD1"),
82262306a36Sopenharmony_ci		MTK_FUNCTION(6, "PWM3"),
82362306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[27]")
82462306a36Sopenharmony_ci	),
82562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(91, "TDN3"),
82662306a36Sopenharmony_ci		"U2", "mt8127",
82762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 92),
82862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI91"),
82962306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDN3")
83062306a36Sopenharmony_ci	),
83162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(92, "TDP3"),
83262306a36Sopenharmony_ci		"U1", "mt8127",
83362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 93),
83462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI92"),
83562306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDP3")
83662306a36Sopenharmony_ci	),
83762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(93, "TDN2"),
83862306a36Sopenharmony_ci		"T2", "mt8127",
83962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 94),
84062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI93"),
84162306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDN2")
84262306a36Sopenharmony_ci	),
84362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(94, "TDP2"),
84462306a36Sopenharmony_ci		"T1", "mt8127",
84562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 95),
84662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI94"),
84762306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDP2")
84862306a36Sopenharmony_ci	),
84962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(95, "TCN"),
85062306a36Sopenharmony_ci		"R5", "mt8127",
85162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 96),
85262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI95"),
85362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TCN")
85462306a36Sopenharmony_ci	),
85562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(96, "TCP"),
85662306a36Sopenharmony_ci		"R4", "mt8127",
85762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 97),
85862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI96"),
85962306a36Sopenharmony_ci		MTK_FUNCTION(1, "TCP")
86062306a36Sopenharmony_ci	),
86162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(97, "TDN1"),
86262306a36Sopenharmony_ci		"R3", "mt8127",
86362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 98),
86462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI97"),
86562306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDN1")
86662306a36Sopenharmony_ci	),
86762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(98, "TDP1"),
86862306a36Sopenharmony_ci		"R2", "mt8127",
86962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 99),
87062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI98"),
87162306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDP1")
87262306a36Sopenharmony_ci	),
87362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(99, "TDN0"),
87462306a36Sopenharmony_ci		"P3", "mt8127",
87562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 100),
87662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI99"),
87762306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDN0")
87862306a36Sopenharmony_ci	),
87962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(100, "TDP0"),
88062306a36Sopenharmony_ci		"P2", "mt8127",
88162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 101),
88262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI100"),
88362306a36Sopenharmony_ci		MTK_FUNCTION(1, "TDP0")
88462306a36Sopenharmony_ci	),
88562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(101, "RDN0"),
88662306a36Sopenharmony_ci		"K1", "mt8127",
88762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 102),
88862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI101"),
88962306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN0")
89062306a36Sopenharmony_ci	),
89162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(102, "RDP0"),
89262306a36Sopenharmony_ci		"K2", "mt8127",
89362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 103),
89462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI102"),
89562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP0")
89662306a36Sopenharmony_ci	),
89762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(103, "RDN1"),
89862306a36Sopenharmony_ci		"L2", "mt8127",
89962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 104),
90062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI103"),
90162306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN1")
90262306a36Sopenharmony_ci	),
90362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(104, "RDP1"),
90462306a36Sopenharmony_ci		"L3", "mt8127",
90562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 105),
90662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI104"),
90762306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP1")
90862306a36Sopenharmony_ci	),
90962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(105, "RCN"),
91062306a36Sopenharmony_ci		"M4", "mt8127",
91162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 106),
91262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI105"),
91362306a36Sopenharmony_ci		MTK_FUNCTION(1, "RCN")
91462306a36Sopenharmony_ci	),
91562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(106, "RCP"),
91662306a36Sopenharmony_ci		"M5", "mt8127",
91762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 107),
91862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI106"),
91962306a36Sopenharmony_ci		MTK_FUNCTION(1, "RCP")
92062306a36Sopenharmony_ci	),
92162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(107, "RDN2"),
92262306a36Sopenharmony_ci		"M2", "mt8127",
92362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 108),
92462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI107"),
92562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN2"),
92662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT8")
92762306a36Sopenharmony_ci	),
92862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(108, "RDP2"),
92962306a36Sopenharmony_ci		"M3", "mt8127",
93062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 109),
93162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI108"),
93262306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP2"),
93362306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT9")
93462306a36Sopenharmony_ci	),
93562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(109, "RDN3"),
93662306a36Sopenharmony_ci		"N2", "mt8127",
93762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 110),
93862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI109"),
93962306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN3"),
94062306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT4")
94162306a36Sopenharmony_ci	),
94262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(110, "RDP3"),
94362306a36Sopenharmony_ci		"N3", "mt8127",
94462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 111),
94562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI110"),
94662306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP3"),
94762306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT5")
94862306a36Sopenharmony_ci	),
94962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(111, "RCN_A"),
95062306a36Sopenharmony_ci		"J5", "mt8127",
95162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 112),
95262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI111"),
95362306a36Sopenharmony_ci		MTK_FUNCTION(1, "RCN_A"),
95462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT6")
95562306a36Sopenharmony_ci	),
95662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(112, "RCP_A"),
95762306a36Sopenharmony_ci		"J4", "mt8127",
95862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 113),
95962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI112"),
96062306a36Sopenharmony_ci		MTK_FUNCTION(1, "RCP_A"),
96162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT7")
96262306a36Sopenharmony_ci	),
96362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(113, "RDN1_A"),
96462306a36Sopenharmony_ci		"J2", "mt8127",
96562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 114),
96662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI113"),
96762306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN1_A"),
96862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT2"),
96962306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD2")
97062306a36Sopenharmony_ci	),
97162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(114, "RDP1_A"),
97262306a36Sopenharmony_ci		"J3", "mt8127",
97362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 115),
97462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI114"),
97562306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP1_A"),
97662306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMDAT3"),
97762306a36Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD3")
97862306a36Sopenharmony_ci	),
97962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(115, "RDN0_A"),
98062306a36Sopenharmony_ci		"H2", "mt8127",
98162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 116),
98262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI115"),
98362306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDN0_A"),
98462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMHSYNC")
98562306a36Sopenharmony_ci	),
98662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(116, "RDP0_A"),
98762306a36Sopenharmony_ci		"H3", "mt8127",
98862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 117),
98962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPI116"),
99062306a36Sopenharmony_ci		MTK_FUNCTION(1, "RDP0_A"),
99162306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMVSYNC")
99262306a36Sopenharmony_ci	),
99362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(117, "CMDAT0"),
99462306a36Sopenharmony_ci		"G5", "mt8127",
99562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 118),
99662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
99762306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT0"),
99862306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMCSD0"),
99962306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL2"),
100062306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[28]")
100162306a36Sopenharmony_ci	),
100262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(118, "CMDAT1"),
100362306a36Sopenharmony_ci		"G4", "mt8127",
100462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 119),
100562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
100662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT1"),
100762306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMCSD1"),
100862306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL3"),
100962306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[29]")
101062306a36Sopenharmony_ci	),
101162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(119, "CMMCLK"),
101262306a36Sopenharmony_ci		"F3", "mt8127",
101362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 120),
101462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
101562306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK"),
101662306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL4"),
101762306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[30]")
101862306a36Sopenharmony_ci	),
101962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(120, "CMPCLK"),
102062306a36Sopenharmony_ci		"G6", "mt8127",
102162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 121),
102262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
102362306a36Sopenharmony_ci		MTK_FUNCTION(1, "CMPCLK"),
102462306a36Sopenharmony_ci		MTK_FUNCTION(2, "CMCSK"),
102562306a36Sopenharmony_ci		MTK_FUNCTION(3, "ANT_SEL5"),
102662306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[31]")
102762306a36Sopenharmony_ci	),
102862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(121, "MSDC1_CMD"),
102962306a36Sopenharmony_ci		"E3", "mt8127",
103062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 122),
103162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
103262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD")
103362306a36Sopenharmony_ci	),
103462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(122, "MSDC1_CLK"),
103562306a36Sopenharmony_ci		"D1", "mt8127",
103662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 123),
103762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
103862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK")
103962306a36Sopenharmony_ci	),
104062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(123, "MSDC1_DAT0"),
104162306a36Sopenharmony_ci		"D2", "mt8127",
104262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 124),
104362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
104462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0")
104562306a36Sopenharmony_ci	),
104662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(124, "MSDC1_DAT1"),
104762306a36Sopenharmony_ci		"D3", "mt8127",
104862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 125),
104962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
105062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1")
105162306a36Sopenharmony_ci	),
105262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(125, "MSDC1_DAT2"),
105362306a36Sopenharmony_ci		"F2", "mt8127",
105462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 126),
105562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
105662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2")
105762306a36Sopenharmony_ci	),
105862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(126, "MSDC1_DAT3"),
105962306a36Sopenharmony_ci		"E2", "mt8127",
106062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 127),
106162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
106262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3")
106362306a36Sopenharmony_ci	),
106462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(127, "MSDC0_DAT7"),
106562306a36Sopenharmony_ci		"C23", "mt8127",
106662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 128),
106762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
106862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7"),
106962306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD7")
107062306a36Sopenharmony_ci	),
107162306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(128, "MSDC0_DAT6"),
107262306a36Sopenharmony_ci		"C24", "mt8127",
107362306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 129),
107462306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
107562306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6"),
107662306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD6")
107762306a36Sopenharmony_ci	),
107862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(129, "MSDC0_DAT5"),
107962306a36Sopenharmony_ci		"D22", "mt8127",
108062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 130),
108162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
108262306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5"),
108362306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD4")
108462306a36Sopenharmony_ci	),
108562306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(130, "MSDC0_DAT4"),
108662306a36Sopenharmony_ci		"D24", "mt8127",
108762306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 131),
108862306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
108962306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4"),
109062306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD3")
109162306a36Sopenharmony_ci	),
109262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(131, "MSDC0_RSTB"),
109362306a36Sopenharmony_ci		"F24", "mt8127",
109462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 132),
109562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
109662306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB"),
109762306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD0")
109862306a36Sopenharmony_ci	),
109962306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(132, "MSDC0_CMD"),
110062306a36Sopenharmony_ci		"G20", "mt8127",
110162306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 133),
110262306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
110362306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD"),
110462306a36Sopenharmony_ci		MTK_FUNCTION(4, "NALE")
110562306a36Sopenharmony_ci	),
110662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(133, "MSDC0_CLK"),
110762306a36Sopenharmony_ci		"G21", "mt8127",
110862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 134),
110962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
111062306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
111162306a36Sopenharmony_ci		MTK_FUNCTION(4, "NWEB")
111262306a36Sopenharmony_ci	),
111362306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(134, "MSDC0_DAT3"),
111462306a36Sopenharmony_ci		"D23", "mt8127",
111562306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 135),
111662306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
111762306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3"),
111862306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD1")
111962306a36Sopenharmony_ci	),
112062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(135, "MSDC0_DAT2"),
112162306a36Sopenharmony_ci		"E22", "mt8127",
112262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 136),
112362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
112462306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2"),
112562306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD5")
112662306a36Sopenharmony_ci	),
112762306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(136, "MSDC0_DAT1"),
112862306a36Sopenharmony_ci		"E23", "mt8127",
112962306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 137),
113062306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
113162306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1"),
113262306a36Sopenharmony_ci		MTK_FUNCTION(4, "NLD8")
113362306a36Sopenharmony_ci	),
113462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(137, "MSDC0_DAT0"),
113562306a36Sopenharmony_ci		"F22", "mt8127",
113662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
113762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
113862306a36Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0"),
113962306a36Sopenharmony_ci		MTK_FUNCTION(4, "WATCHDOG"),
114062306a36Sopenharmony_ci		MTK_FUNCTION(5, "NLD2")
114162306a36Sopenharmony_ci	),
114262306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(138, "CEC"),
114362306a36Sopenharmony_ci		"AE21", "mt8127",
114462306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
114562306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
114662306a36Sopenharmony_ci		MTK_FUNCTION(1, "CEC")
114762306a36Sopenharmony_ci	),
114862306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(139, "HTPLG"),
114962306a36Sopenharmony_ci		"AD21", "mt8127",
115062306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
115162306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
115262306a36Sopenharmony_ci		MTK_FUNCTION(1, "HTPLG")
115362306a36Sopenharmony_ci	),
115462306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(140, "HDMISCK"),
115562306a36Sopenharmony_ci		"AE22", "mt8127",
115662306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
115762306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
115862306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMISCK")
115962306a36Sopenharmony_ci	),
116062306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(141, "HDMISD"),
116162306a36Sopenharmony_ci		"AD22", "mt8127",
116262306a36Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
116362306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
116462306a36Sopenharmony_ci		MTK_FUNCTION(1, "HDMISD")
116562306a36Sopenharmony_ci	),
116662306a36Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(142, "EINT21"),
116762306a36Sopenharmony_ci		"J23", "mt8127",
116862306a36Sopenharmony_ci		MTK_EINT_FUNCTION(0, 21),
116962306a36Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
117062306a36Sopenharmony_ci		MTK_FUNCTION(1, "NRNB"),
117162306a36Sopenharmony_ci		MTK_FUNCTION(2, "ANT_SEL0"),
117262306a36Sopenharmony_ci		MTK_FUNCTION(7, "DBG_MON_B[32]")
117362306a36Sopenharmony_ci	),
117462306a36Sopenharmony_ci};
117562306a36Sopenharmony_ci
117662306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8127_H */
1177