18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014 MediaTek Inc.
48c2ecf20Sopenharmony_ci * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8135_H
88c2ecf20Sopenharmony_ci#define __PINCTRL_MTK_MT8135_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <linux/pinctrl/pinctrl.h>
118c2ecf20Sopenharmony_ci#include "pinctrl-mtk-common.h"
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistatic const struct mtk_desc_pin mtk_pins_mt8135[] = {
148c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(0, "MSDC0_DAT7"),
158c2ecf20Sopenharmony_ci		"D21", "mt8135",
168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 49),
178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO0"),
188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT7"),
198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT49"),
208c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
218c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
228c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
238c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_MO"),
248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NALE")
258c2ecf20Sopenharmony_ci	),
268c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(1, "MSDC0_DAT6"),
278c2ecf20Sopenharmony_ci		"D22", "mt8135",
288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 48),
298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO1"),
308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT6"),
318c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT48"),
328c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
338c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
348c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
358c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_CSN"),
368c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NCLE")
378c2ecf20Sopenharmony_ci	),
388c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(2, "MSDC0_DAT5"),
398c2ecf20Sopenharmony_ci		"E22", "mt8135",
408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 47),
418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO2"),
428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT5"),
438c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT47"),
448c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
458c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
468c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
478c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_CLK"),
488c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD4")
498c2ecf20Sopenharmony_ci	),
508c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(3, "MSDC0_DAT4"),
518c2ecf20Sopenharmony_ci		"F21", "mt8135",
528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 46),
538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO3"),
548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT4"),
558c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT46"),
568c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_CK"),
578c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LSCE1B_2X"),
588c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD5")
598c2ecf20Sopenharmony_ci	),
608c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(4, "MSDC0_CMD"),
618c2ecf20Sopenharmony_ci		"F20", "mt8135",
628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 41),
638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO4"),
648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CMD"),
658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT41"),
668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[0]"),
678c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[0]"),
688c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LRSTB_2X"),
698c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NRNB")
708c2ecf20Sopenharmony_ci	),
718c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(5, "MSDC0_CLK"),
728c2ecf20Sopenharmony_ci		"G18", "mt8135",
738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 40),
748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO5"),
758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_CLK"),
768c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT40"),
778c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[1]"),
788c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[1]"),
798c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LPTE"),
808c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NREB")
818c2ecf20Sopenharmony_ci	),
828c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(6, "MSDC0_DAT3"),
838c2ecf20Sopenharmony_ci		"G21", "mt8135",
848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 45),
858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO6"),
868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT3"),
878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT45"),
888c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[2]"),
898c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[2]"),
908c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LSCE0B_2X"),
918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD7")
928c2ecf20Sopenharmony_ci	),
938c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(7, "MSDC0_DAT2"),
948c2ecf20Sopenharmony_ci		"E21", "mt8135",
958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 44),
968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO7"),
978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT2"),
988c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT44"),
998c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[3]"),
1008c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[3]"),
1018c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LSA0_2X"),
1028c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD14")
1038c2ecf20Sopenharmony_ci	),
1048c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(8, "MSDC0_DAT1"),
1058c2ecf20Sopenharmony_ci		"E23", "mt8135",
1068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 43),
1078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO8"),
1088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT1"),
1098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT43"),
1108c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[4]"),
1118c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LSCK_2X"),
1128c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD11")
1138c2ecf20Sopenharmony_ci	),
1148c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(9, "MSDC0_DAT0"),
1158c2ecf20Sopenharmony_ci		"F22", "mt8135",
1168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 42),
1178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO9"),
1188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_DAT0"),
1198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT42"),
1208c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[5]"),
1218c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "LSDA_2X")
1228c2ecf20Sopenharmony_ci	),
1238c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(10, "NCEB0"),
1248c2ecf20Sopenharmony_ci		"G20", "mt8135",
1258c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 139),
1268c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO10"),
1278c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NCEB0"),
1288c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT139"),
1298c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT4")
1308c2ecf20Sopenharmony_ci	),
1318c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(11, "NCEB1"),
1328c2ecf20Sopenharmony_ci		"L17", "mt8135",
1338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 140),
1348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO11"),
1358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NCEB1"),
1368c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT140"),
1378c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "USB_DRVVBUS"),
1388c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT5")
1398c2ecf20Sopenharmony_ci	),
1408c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(12, "NRNB"),
1418c2ecf20Sopenharmony_ci		"G19", "mt8135",
1428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 141),
1438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO12"),
1448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NRNB"),
1458c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT141"),
1468c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[4]"),
1478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT6")
1488c2ecf20Sopenharmony_ci	),
1498c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(13, "NCLE"),
1508c2ecf20Sopenharmony_ci		"J18", "mt8135",
1518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 142),
1528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO13"),
1538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NCLE"),
1548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT142"),
1558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[5]"),
1568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2PDN_1X"),
1578c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "NALE"),
1588c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT7")
1598c2ecf20Sopenharmony_ci	),
1608c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(14, "NALE"),
1618c2ecf20Sopenharmony_ci		"J19", "mt8135",
1628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 143),
1638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO14"),
1648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NALE"),
1658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT143"),
1668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[6]"),
1678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_1X"),
1688c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_RXD"),
1698c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "NCLE"),
1708c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT8")
1718c2ecf20Sopenharmony_ci	),
1728c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(15, "NREB"),
1738c2ecf20Sopenharmony_ci		"L18", "mt8135",
1748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 144),
1758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO15"),
1768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NREB"),
1778c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT144"),
1788c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DOUT[7]"),
1798c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2RST_1X"),
1808c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_TXD"),
1818c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT9")
1828c2ecf20Sopenharmony_ci	),
1838c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(16, "NWEB"),
1848c2ecf20Sopenharmony_ci		"J20", "mt8135",
1858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 145),
1868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO16"),
1878c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NWEB"),
1888c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT145"),
1898c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[0]"),
1908c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2PCLK_1X"),
1918c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "IRDA_PDN"),
1928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT10")
1938c2ecf20Sopenharmony_ci	),
1948c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(17, "NLD0"),
1958c2ecf20Sopenharmony_ci		"K21", "mt8135",
1968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 146),
1978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO17"),
1988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD0"),
1998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT146"),
2008c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[1]"),
2018c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[0]"),
2028c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_CK"),
2038c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DAC_CK"),
2048c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT11")
2058c2ecf20Sopenharmony_ci	),
2068c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(18, "NLD1"),
2078c2ecf20Sopenharmony_ci		"K22", "mt8135",
2088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 147),
2098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO18"),
2108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD1"),
2118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT147"),
2128c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[2]"),
2138c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[1]"),
2148c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2SIN_WS"),
2158c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DAC_WS"),
2168c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT12")
2178c2ecf20Sopenharmony_ci	),
2188c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(19, "NLD2"),
2198c2ecf20Sopenharmony_ci		"J21", "mt8135",
2208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 148),
2218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO19"),
2228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD2"),
2238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT148"),
2248c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[3]"),
2258c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[2]"),
2268c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "I2SOUT_DAT"),
2278c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DAC_DAT_OUT"),
2288c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT13")
2298c2ecf20Sopenharmony_ci	),
2308c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(20, "NLD3"),
2318c2ecf20Sopenharmony_ci		"J23", "mt8135",
2328c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 149),
2338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO20"),
2348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD3"),
2358c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT149"),
2368c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[4]"),
2378c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[3]"),
2388c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT14")
2398c2ecf20Sopenharmony_ci	),
2408c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(21, "NLD4"),
2418c2ecf20Sopenharmony_ci		"J22", "mt8135",
2428c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 150),
2438c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO21"),
2448c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD4"),
2458c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT150"),
2468c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[5]"),
2478c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[4]"),
2488c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT15")
2498c2ecf20Sopenharmony_ci	),
2508c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(22, "NLD5"),
2518c2ecf20Sopenharmony_ci		"H21", "mt8135",
2528c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 151),
2538c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO22"),
2548c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD5"),
2558c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT151"),
2568c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[6]"),
2578c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[5]"),
2588c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT16")
2598c2ecf20Sopenharmony_ci	),
2608c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(23, "NLD6"),
2618c2ecf20Sopenharmony_ci		"H22", "mt8135",
2628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 152),
2638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO23"),
2648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD6"),
2658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT152"),
2668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[7]"),
2678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[6]"),
2688c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT17")
2698c2ecf20Sopenharmony_ci	),
2708c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(24, "NLD7"),
2718c2ecf20Sopenharmony_ci		"H20", "mt8135",
2728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 153),
2738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO24"),
2748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD7"),
2758c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT153"),
2768c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "A_FUNC_DIN[8]"),
2778c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[7]"),
2788c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT18")
2798c2ecf20Sopenharmony_ci	),
2808c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(25, "NLD8"),
2818c2ecf20Sopenharmony_ci		NULL, "mt8135",
2828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 154),
2838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO25"),
2848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD8"),
2858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT154"),
2868c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[8]")
2878c2ecf20Sopenharmony_ci	),
2888c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(26, "NLD9"),
2898c2ecf20Sopenharmony_ci		NULL, "mt8135",
2908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 155),
2918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO26"),
2928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD9"),
2938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT155"),
2948c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_1X[9]"),
2958c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM1")
2968c2ecf20Sopenharmony_ci	),
2978c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(27, "NLD10"),
2988c2ecf20Sopenharmony_ci		NULL, "mt8135",
2998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 156),
3008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO27"),
3018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD10"),
3028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT156"),
3038c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2VSYNC_1X"),
3048c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM2")
3058c2ecf20Sopenharmony_ci	),
3068c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(28, "NLD11"),
3078c2ecf20Sopenharmony_ci		NULL, "mt8135",
3088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 157),
3098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO28"),
3108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD11"),
3118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT157"),
3128c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2HSYNC_1X"),
3138c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM3")
3148c2ecf20Sopenharmony_ci	),
3158c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(29, "NLD12"),
3168c2ecf20Sopenharmony_ci		NULL, "mt8135",
3178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 158),
3188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO29"),
3198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD12"),
3208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT158"),
3218c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
3228c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
3238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK")
3248c2ecf20Sopenharmony_ci	),
3258c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(30, "NLD13"),
3268c2ecf20Sopenharmony_ci		NULL, "mt8135",
3278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 159),
3288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO30"),
3298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD13"),
3308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT159"),
3318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
3328c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
3338c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS")
3348c2ecf20Sopenharmony_ci	),
3358c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(31, "NLD14"),
3368c2ecf20Sopenharmony_ci		NULL, "mt8135",
3378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 160),
3388c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO31"),
3398c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD14"),
3408c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT160"),
3418c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
3428c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
3438c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO")
3448c2ecf20Sopenharmony_ci	),
3458c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(32, "NLD15"),
3468c2ecf20Sopenharmony_ci		NULL, "mt8135",
3478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 161),
3488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO32"),
3498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "NLD15"),
3508c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT161"),
3518c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DISP_PWM"),
3528c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
3538c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI")
3548c2ecf20Sopenharmony_ci	),
3558c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(33, "MSDC0_RSTB"),
3568c2ecf20Sopenharmony_ci		"G22", "mt8135",
3578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 50),
3588c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO33"),
3598c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC0_RSTB"),
3608c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT50"),
3618c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
3628c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
3638c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SPI1_MI"),
3648c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "NLD10")
3658c2ecf20Sopenharmony_ci	),
3668c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(34, "IDDIG"),
3678c2ecf20Sopenharmony_ci		"N17", "mt8135",
3688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 34),
3698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO34"),
3708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "IDDIG"),
3718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT34")
3728c2ecf20Sopenharmony_ci	),
3738c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(35, "SCL3"),
3748c2ecf20Sopenharmony_ci		"L19", "mt8135",
3758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 96),
3768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO35"),
3778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL3"),
3788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT96"),
3798c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
3808c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM6")
3818c2ecf20Sopenharmony_ci	),
3828c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(36, "SDA3"),
3838c2ecf20Sopenharmony_ci		"L20", "mt8135",
3848c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 97),
3858c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO36"),
3868c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA3"),
3878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT97")
3888c2ecf20Sopenharmony_ci	),
3898c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(37, "AUD_CLK_MOSI"),
3908c2ecf20Sopenharmony_ci		"L21", "mt8135",
3918c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(4, 19),
3928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO37"),
3938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_CLK"),
3948c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ADC_CK"),
3958c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA0"),
3968c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EINT19"),
3978c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[6]"),
3988c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT19")
3998c2ecf20Sopenharmony_ci	),
4008c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(38, "AUD_DAT_MOSI"),
4018c2ecf20Sopenharmony_ci		"L23", "mt8135",
4028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(4, 21),
4038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO38"),
4048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MOSI"),
4058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ADC_WS"),
4068c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "AUD_DAT_MISO"),
4078c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EINT21"),
4088c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[7]"),
4098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT20")
4108c2ecf20Sopenharmony_ci	),
4118c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(39, "AUD_DAT_MISO"),
4128c2ecf20Sopenharmony_ci		"L22", "mt8135",
4138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(4, 20),
4148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO39"),
4158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "AUD_DAT_MISO"),
4168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "ADC_DAT_IN"),
4178c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "AUD_DAT_MOSI"),
4188c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EINT20"),
4198c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[8]"),
4208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT21")
4218c2ecf20Sopenharmony_ci	),
4228c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(40, "DAC_CLK"),
4238c2ecf20Sopenharmony_ci		"P21", "mt8135",
4248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 22),
4258c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO40"),
4268c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DAC_CK"),
4278c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT22"),
4288c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA1"),
4298c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[9]"),
4308c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT22")
4318c2ecf20Sopenharmony_ci	),
4328c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(41, "DAC_WS"),
4338c2ecf20Sopenharmony_ci		"N18", "mt8135",
4348c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 24),
4358c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO41"),
4368c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DAC_WS"),
4378c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT24"),
4388c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA2"),
4398c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[10]"),
4408c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT23")
4418c2ecf20Sopenharmony_ci	),
4428c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(42, "DAC_DAT_OUT"),
4438c2ecf20Sopenharmony_ci		"N22", "mt8135",
4448c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 23),
4458c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO42"),
4468c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DAC_DAT_OUT"),
4478c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT23"),
4488c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, " HDMI_SDATA3"),
4498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[11]"),
4508c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT24")
4518c2ecf20Sopenharmony_ci	),
4528c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(43, "PWRAP_SPI0_MO"),
4538c2ecf20Sopenharmony_ci		"M22", "mt8135",
4548c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 29),
4558c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO43"),
4568c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDI"),
4578c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT29")
4588c2ecf20Sopenharmony_ci	),
4598c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(44, "PWRAP_SPI0_MI"),
4608c2ecf20Sopenharmony_ci		"P23", "mt8135",
4618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 28),
4628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO44"),
4638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPIDO"),
4648c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT28")
4658c2ecf20Sopenharmony_ci	),
4668c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(45, "PWRAP_SPI0_CSN"),
4678c2ecf20Sopenharmony_ci		"M21", "mt8135",
4688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 27),
4698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO45"),
4708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICS_B_I"),
4718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT27")
4728c2ecf20Sopenharmony_ci	),
4738c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(46, "PWRAP_SPI0_CLK"),
4748c2ecf20Sopenharmony_ci		"P22", "mt8135",
4758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 26),
4768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO46"),
4778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_SPICK_I"),
4788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT26")
4798c2ecf20Sopenharmony_ci	),
4808c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(47, "PWRAP_EVENT"),
4818c2ecf20Sopenharmony_ci		"M23", "mt8135",
4828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 25),
4838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO47"),
4848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWRAP_EVENT_IN"),
4858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT25"),
4868c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT2")
4878c2ecf20Sopenharmony_ci	),
4888c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(48, "RTC32K_CK"),
4898c2ecf20Sopenharmony_ci		"N20", "mt8135",
4908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
4918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO48"),
4928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "RTC32K_CK")
4938c2ecf20Sopenharmony_ci	),
4948c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(49, "WATCHDOG"),
4958c2ecf20Sopenharmony_ci		"R22", "mt8135",
4968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 36),
4978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO49"),
4988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "WATCHDOG"),
4998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT36")
5008c2ecf20Sopenharmony_ci	),
5018c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(50, "SRCLKENA"),
5028c2ecf20Sopenharmony_ci		"T22", "mt8135",
5038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 38),
5048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO50"),
5058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENA"),
5068c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT38")
5078c2ecf20Sopenharmony_ci	),
5088c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(51, "SRCVOLTEN"),
5098c2ecf20Sopenharmony_ci		"T23", "mt8135",
5108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 37),
5118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO51"),
5128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCVOLTEN"),
5138c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT37")
5148c2ecf20Sopenharmony_ci	),
5158c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(52, "EINT0"),
5168c2ecf20Sopenharmony_ci		"T21", "mt8135",
5178c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 0),
5188c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO52"),
5198c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT0"),
5208c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM1"),
5218c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
5228c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, " SPDIF_OUT"),
5238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[12]"),
5248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_SCL")
5258c2ecf20Sopenharmony_ci	),
5268c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(53, "URXD2"),
5278c2ecf20Sopenharmony_ci		"R18", "mt8135",
5288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 83),
5298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO53"),
5308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD2"),
5318c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT83"),
5328c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, " HDMI_LRCK"),
5338c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3"),
5348c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "UTXD2")
5358c2ecf20Sopenharmony_ci	),
5368c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(54, "UTXD2"),
5378c2ecf20Sopenharmony_ci		"R17", "mt8135",
5388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 82),
5398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO54"),
5408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD2"),
5418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT82"),
5428c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, " HDMI_BCK_OUT"),
5438c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2"),
5448c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "URXD2")
5458c2ecf20Sopenharmony_ci	),
5468c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(55, "UCTS2"),
5478c2ecf20Sopenharmony_ci		"R20", "mt8135",
5488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 84),
5498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO55"),
5508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UCTS2"),
5518c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT84"),
5528c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM1"),
5538c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "URTS2")
5548c2ecf20Sopenharmony_ci	),
5558c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(56, "URTS2"),
5568c2ecf20Sopenharmony_ci		"R19", "mt8135",
5578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 85),
5588c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO56"),
5598c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URTS2"),
5608c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT85"),
5618c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
5628c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "UCTS2")
5638c2ecf20Sopenharmony_ci	),
5648c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(57, "JTCK"),
5658c2ecf20Sopenharmony_ci		"V17", "mt8135",
5668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 188),
5678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO57"),
5688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JTCK"),
5698c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT188"),
5708c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_ICK")
5718c2ecf20Sopenharmony_ci	),
5728c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(58, "JTDO"),
5738c2ecf20Sopenharmony_ci		"T16", "mt8135",
5748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 190),
5758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO58"),
5768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JTDO"),
5778c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT190"),
5788c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_IMS")
5798c2ecf20Sopenharmony_ci	),
5808c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(59, "JTRST_B"),
5818c2ecf20Sopenharmony_ci		"T19", "mt8135",
5828c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 0),
5838c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO59"),
5848c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JTRST_B"),
5858c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT0"),
5868c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_ICK")
5878c2ecf20Sopenharmony_ci	),
5888c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(60, "JTDI"),
5898c2ecf20Sopenharmony_ci		"T18", "mt8135",
5908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 189),
5918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO60"),
5928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JTDI"),
5938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT189"),
5948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_IMS")
5958c2ecf20Sopenharmony_ci	),
5968c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(61, "JRTCK"),
5978c2ecf20Sopenharmony_ci		"T20", "mt8135",
5988c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 187),
5998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO61"),
6008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JRTCK"),
6018c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT187"),
6028c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP1_ID")
6038c2ecf20Sopenharmony_ci	),
6048c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(62, "JTMS"),
6058c2ecf20Sopenharmony_ci		"T17", "mt8135",
6068c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 191),
6078c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO62"),
6088c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "JTMS"),
6098c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT191"),
6108c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DSP2_ID")
6118c2ecf20Sopenharmony_ci	),
6128c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(63, "MSDC1_INSI"),
6138c2ecf20Sopenharmony_ci		"V18", "mt8135",
6148c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 15),
6158c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO63"),
6168c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_INSI"),
6178c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL5"),
6188c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
6198c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM5"),
6208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT6")
6218c2ecf20Sopenharmony_ci	),
6228c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(64, "MSDC1_SDWPI"),
6238c2ecf20Sopenharmony_ci		"W18", "mt8135",
6248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 58),
6258c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO64"),
6268c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_SDWPI"),
6278c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT58"),
6288c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA5"),
6298c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM7"),
6308c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM6"),
6318c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT7")
6328c2ecf20Sopenharmony_ci	),
6338c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(65, "MSDC2_INSI"),
6348c2ecf20Sopenharmony_ci		"U22", "mt8135",
6358c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 14),
6368c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO65"),
6378c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_INSI"),
6388c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[27]"),
6398c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT3")
6408c2ecf20Sopenharmony_ci	),
6418c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(66, "MSDC2_SDWPI"),
6428c2ecf20Sopenharmony_ci		"U21", "mt8135",
6438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 66),
6448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO66"),
6458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_SDWPI"),
6468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT66"),
6478c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[28]")
6488c2ecf20Sopenharmony_ci	),
6498c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(67, "URXD4"),
6508c2ecf20Sopenharmony_ci		"V23", "mt8135",
6518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 89),
6528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO67"),
6538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD4"),
6548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT89"),
6558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URXD1"),
6568c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UTXD4"),
6578c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT10")
6588c2ecf20Sopenharmony_ci	),
6598c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(68, "UTXD4"),
6608c2ecf20Sopenharmony_ci		"V22", "mt8135",
6618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 88),
6628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO68"),
6638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD4"),
6648c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT88"),
6658c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UTXD1"),
6668c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URXD4"),
6678c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT11")
6688c2ecf20Sopenharmony_ci	),
6698c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(69, "URXD1"),
6708c2ecf20Sopenharmony_ci		"W22", "mt8135",
6718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 79),
6728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO69"),
6738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD1"),
6748c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT79"),
6758c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URXD4"),
6768c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UTXD1"),
6778c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT24")
6788c2ecf20Sopenharmony_ci	),
6798c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(70, "UTXD1"),
6808c2ecf20Sopenharmony_ci		"V21", "mt8135",
6818c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 78),
6828c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO70"),
6838c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD1"),
6848c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT78"),
6858c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UTXD4"),
6868c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URXD1"),
6878c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT25")
6888c2ecf20Sopenharmony_ci	),
6898c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(71, "UCTS1"),
6908c2ecf20Sopenharmony_ci		"V19", "mt8135",
6918c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 80),
6928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO71"),
6938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UCTS1"),
6948c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT80"),
6958c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
6968c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "URTS1"),
6978c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT31")
6988c2ecf20Sopenharmony_ci	),
6998c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(72, "URTS1"),
7008c2ecf20Sopenharmony_ci		"V20", "mt8135",
7018c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 81),
7028c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO72"),
7038c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URTS1"),
7048c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT81"),
7058c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
7068c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "UCTS1"),
7078c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT21")
7088c2ecf20Sopenharmony_ci	),
7098c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(73, "PWM1"),
7108c2ecf20Sopenharmony_ci		"W17", "mt8135",
7118c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 73),
7128c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO73"),
7138c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM1"),
7148c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT73"),
7158c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
7168c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
7178c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT8")
7188c2ecf20Sopenharmony_ci	),
7198c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(74, "PWM2"),
7208c2ecf20Sopenharmony_ci		"Y17", "mt8135",
7218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 74),
7228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO74"),
7238c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM2"),
7248c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT74"),
7258c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_CK"),
7268c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
7278c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "URXD2"),
7288c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
7298c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT9")
7308c2ecf20Sopenharmony_ci	),
7318c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(75, "PWM3"),
7328c2ecf20Sopenharmony_ci		"Y19", "mt8135",
7338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 75),
7348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO75"),
7358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM3"),
7368c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT75"),
7378c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_D0"),
7388c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
7398c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "UTXD2"),
7408c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
7418c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT12")
7428c2ecf20Sopenharmony_ci	),
7438c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(76, "PWM4"),
7448c2ecf20Sopenharmony_ci		"W19", "mt8135",
7458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 76),
7468c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO76"),
7478c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "PWM4"),
7488c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT76"),
7498c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DPI33_D1"),
7508c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM7"),
7518c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DISP_PWM"),
7528c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT13")
7538c2ecf20Sopenharmony_ci	),
7548c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(77, "MSDC2_DAT2"),
7558c2ecf20Sopenharmony_ci		"W21", "mt8135",
7568c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 63),
7578c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO77"),
7588c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT2"),
7598c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT63"),
7608c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_IMS"),
7618c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D6"),
7628c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT25")
7638c2ecf20Sopenharmony_ci	),
7648c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(78, "MSDC2_DAT3"),
7658c2ecf20Sopenharmony_ci		"AA23", "mt8135",
7668c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 64),
7678c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO78"),
7688c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT3"),
7698c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT64"),
7708c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_ID"),
7718c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D7"),
7728c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT26")
7738c2ecf20Sopenharmony_ci	),
7748c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(79, "MSDC2_CMD"),
7758c2ecf20Sopenharmony_ci		"Y22", "mt8135",
7768c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 60),
7778c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO79"),
7788c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CMD"),
7798c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT60"),
7808c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_IMS"),
7818c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
7828c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D3"),
7838c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT0")
7848c2ecf20Sopenharmony_ci	),
7858c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(80, "MSDC2_CLK"),
7868c2ecf20Sopenharmony_ci		"AA22", "mt8135",
7878c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 59),
7888c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO80"),
7898c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_CLK"),
7908c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT59"),
7918c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_ICK"),
7928c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
7938c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D2"),
7948c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT1")
7958c2ecf20Sopenharmony_ci	),
7968c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(81, "MSDC2_DAT1"),
7978c2ecf20Sopenharmony_ci		"Y21", "mt8135",
7988c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 62),
7998c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO81"),
8008c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT1"),
8018c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT62"),
8028c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP2_ICK"),
8038c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
8048c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D5")
8058c2ecf20Sopenharmony_ci	),
8068c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(82, "MSDC2_DAT0"),
8078c2ecf20Sopenharmony_ci		"AB22", "mt8135",
8088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 61),
8098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO82"),
8108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC2_DAT0"),
8118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT61"),
8128c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DSP1_ID"),
8138c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
8148c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DPI33_D4")
8158c2ecf20Sopenharmony_ci	),
8168c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(83, "MSDC1_DAT0"),
8178c2ecf20Sopenharmony_ci		"AC19", "mt8135",
8188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 53),
8198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO83"),
8208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT0"),
8218c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT53"),
8228c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL1"),
8238c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
8248c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
8258c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT2")
8268c2ecf20Sopenharmony_ci	),
8278c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(84, "MSDC1_DAT1"),
8288c2ecf20Sopenharmony_ci		"AA19", "mt8135",
8298c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 54),
8308c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO84"),
8318c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT1"),
8328c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT54"),
8338c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA1"),
8348c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
8358c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2"),
8368c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT3")
8378c2ecf20Sopenharmony_ci	),
8388c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(85, "MSDC1_CMD"),
8398c2ecf20Sopenharmony_ci		"AA20", "mt8135",
8408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 52),
8418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO85"),
8428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CMD"),
8438c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT52"),
8448c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA0"),
8458c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
8468c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0"),
8478c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT1")
8488c2ecf20Sopenharmony_ci	),
8498c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(86, "MSDC1_CLK"),
8508c2ecf20Sopenharmony_ci		"AB19", "mt8135",
8518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 51),
8528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO86"),
8538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_CLK"),
8548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT51"),
8558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL0"),
8568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
8578c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT0")
8588c2ecf20Sopenharmony_ci	),
8598c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(87, "MSDC1_DAT2"),
8608c2ecf20Sopenharmony_ci		"AA21", "mt8135",
8618c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 55),
8628c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO87"),
8638c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT2"),
8648c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT55"),
8658c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL4"),
8668c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
8678c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3"),
8688c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT4")
8698c2ecf20Sopenharmony_ci	),
8708c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(88, "MSDC1_DAT3"),
8718c2ecf20Sopenharmony_ci		"AB20", "mt8135",
8728c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 56),
8738c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO88"),
8748c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC1_DAT3"),
8758c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT56"),
8768c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA4"),
8778c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
8788c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM4"),
8798c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTB_OUT5")
8808c2ecf20Sopenharmony_ci	),
8818c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(89, "MSDC4_DAT0"),
8828c2ecf20Sopenharmony_ci		"AB8", "mt8135",
8838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 133),
8848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO89"),
8858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT0"),
8868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT133"),
8878c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "EXT_FRAME_SYNC"),
8888c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
8898c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[9]"),
8908c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LPTE")
8918c2ecf20Sopenharmony_ci	),
8928c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(90, "MSDC4_DAT1"),
8938c2ecf20Sopenharmony_ci		"AB7", "mt8135",
8948c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 134),
8958c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO90"),
8968c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT1"),
8978c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT134"),
8988c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[10]"),
8998c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LRSTB_1X")
9008c2ecf20Sopenharmony_ci	),
9018c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(91, "MSDC4_DAT5"),
9028c2ecf20Sopenharmony_ci		"AA8", "mt8135",
9038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 136),
9048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO91"),
9058c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT5"),
9068c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT136"),
9078c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
9088c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
9098c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
9108c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[11]"),
9118c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_CSN")
9128c2ecf20Sopenharmony_ci	),
9138c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(92, "MSDC4_DAT6"),
9148c2ecf20Sopenharmony_ci		"AC4", "mt8135",
9158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 137),
9168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO92"),
9178c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT6"),
9188c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT137"),
9198c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
9208c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
9218c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
9228c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[12]"),
9238c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_MO")
9248c2ecf20Sopenharmony_ci	),
9258c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(93, "MSDC4_DAT7"),
9268c2ecf20Sopenharmony_ci		"AC6", "mt8135",
9278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 138),
9288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO93"),
9298c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT7"),
9308c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT138"),
9318c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
9328c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
9338c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[13]"),
9348c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_MI")
9358c2ecf20Sopenharmony_ci	),
9368c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(94, "MSDC4_DAT4"),
9378c2ecf20Sopenharmony_ci		"AA7", "mt8135",
9388c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 135),
9398c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO94"),
9408c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT4"),
9418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT135"),
9428c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
9438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
9448c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK"),
9458c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "A_FUNC_DIN[14]"),
9468c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "SPI1_CLK")
9478c2ecf20Sopenharmony_ci	),
9488c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(95, "MSDC4_DAT2"),
9498c2ecf20Sopenharmony_ci		"AB6", "mt8135",
9508c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 131),
9518c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO95"),
9528c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT2"),
9538c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT131"),
9548c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
9558c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2PDN_2X"),
9568c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DAC_WS"),
9578c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_WS"),
9588c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LSCE0B_1X")
9598c2ecf20Sopenharmony_ci	),
9608c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(96, "MSDC4_CLK"),
9618c2ecf20Sopenharmony_ci		"AB5", "mt8135",
9628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 129),
9638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO96"),
9648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_CLK"),
9658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT129"),
9668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DPI1_CK_2X"),
9678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2PCLK_2X"),
9688c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM4"),
9698c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_DI"),
9708c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LSCK_1X")
9718c2ecf20Sopenharmony_ci	),
9728c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(97, "MSDC4_DAT3"),
9738c2ecf20Sopenharmony_ci		"Y8", "mt8135",
9748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 132),
9758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO97"),
9768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_DAT3"),
9778c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT132"),
9788c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
9798c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2RST_2X"),
9808c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DAC_DAT_OUT"),
9818c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_DO"),
9828c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LSCE1B_1X")
9838c2ecf20Sopenharmony_ci	),
9848c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(98, "MSDC4_CMD"),
9858c2ecf20Sopenharmony_ci		"AC3", "mt8135",
9868c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 128),
9878c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO98"),
9888c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_CMD"),
9898c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT128"),
9908c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DPI1_DE_2X"),
9918c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM3"),
9928c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LSDA_1X")
9938c2ecf20Sopenharmony_ci	),
9948c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(99, "MSDC4_RSTB"),
9958c2ecf20Sopenharmony_ci		"AB4", "mt8135",
9968c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 130),
9978c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO99"),
9988c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC4_RSTB"),
9998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT130"),
10008c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
10018c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_2X"),
10028c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DAC_CK"),
10038c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PCM1_CK"),
10048c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "LSA0_1X")
10058c2ecf20Sopenharmony_ci	),
10068c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(100, "SDA0"),
10078c2ecf20Sopenharmony_ci		"W9", "mt8135",
10088c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 91),
10098c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO100"),
10108c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA0"),
10118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT91"),
10128c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
10138c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
10148c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[15]")
10158c2ecf20Sopenharmony_ci	),
10168c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(101, "SCL0"),
10178c2ecf20Sopenharmony_ci		"W11", "mt8135",
10188c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 90),
10198c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO101"),
10208c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL0"),
10218c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT90"),
10228c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
10238c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DISP_PWM"),
10248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[16]")
10258c2ecf20Sopenharmony_ci	),
10268c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(102, "EINT10_AUXIN2"),
10278c2ecf20Sopenharmony_ci		"AA3", "mt8135",
10288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 10),
10298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO102"),
10308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT10"),
10318c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[16]"),
10328c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT16"),
10338c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[17]")
10348c2ecf20Sopenharmony_ci	),
10358c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(103, "EINT11_AUXIN3"),
10368c2ecf20Sopenharmony_ci		"AB2", "mt8135",
10378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 11),
10388c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO103"),
10398c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT11"),
10408c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[17]"),
10418c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT17"),
10428c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[18]")
10438c2ecf20Sopenharmony_ci	),
10448c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(104, "EINT16_AUXIN4"),
10458c2ecf20Sopenharmony_ci		"AB3", "mt8135",
10468c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 16),
10478c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO104"),
10488c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT16"),
10498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[18]"),
10508c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT18"),
10518c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[19]")
10528c2ecf20Sopenharmony_ci	),
10538c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(105, "I2S_CLK"),
10548c2ecf20Sopenharmony_ci		"W6", "mt8135",
10558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 10),
10568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO105"),
10578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_CK"),
10588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT10"),
10598c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DAC_CK"),
10608c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_CK"),
10618c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[19]"),
10628c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT19"),
10638c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[20]")
10648c2ecf20Sopenharmony_ci	),
10658c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(106, "I2S_WS"),
10668c2ecf20Sopenharmony_ci		"AA6", "mt8135",
10678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO106"),
10698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_WS"),
10708c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DAC_WS"),
10718c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_WS"),
10728c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[20]"),
10738c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT20"),
10748c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[21]")
10758c2ecf20Sopenharmony_ci	),
10768c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(107, "I2S_DATA_IN"),
10778c2ecf20Sopenharmony_ci		"AA5", "mt8135",
10788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 11),
10798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO107"),
10808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2SIN_DAT"),
10818c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT11"),
10828c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DI"),
10838c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[21]"),
10848c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT22"),
10858c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[22]")
10868c2ecf20Sopenharmony_ci	),
10878c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(108, "I2S_DATA_OUT"),
10888c2ecf20Sopenharmony_ci		"AA4", "mt8135",
10898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
10908c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO108"),
10918c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "I2SOUT_DAT"),
10928c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "DAC_DAT_OUT"),
10938c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM1_DO"),
10948c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[22]"),
10958c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT23"),
10968c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[23]")
10978c2ecf20Sopenharmony_ci	),
10988c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(109, "EINT5"),
10998c2ecf20Sopenharmony_ci		"W5", "mt8135",
11008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 5),
11018c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO109"),
11028c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT5"),
11038c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM5"),
11048c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
11058c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTRSTB"),
11068c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[23]"),
11078c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT26"),
11088c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[24]")
11098c2ecf20Sopenharmony_ci	),
11108c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(110, "EINT6"),
11118c2ecf20Sopenharmony_ci		"V5", "mt8135",
11128c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 6),
11138c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO110"),
11148c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT6"),
11158c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM6"),
11168c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
11178c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTMS"),
11188c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[24]"),
11198c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT27"),
11208c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[25]")
11218c2ecf20Sopenharmony_ci	),
11228c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(111, "EINT7"),
11238c2ecf20Sopenharmony_ci		"W3", "mt8135",
11248c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 7),
11258c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO111"),
11268c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT7"),
11278c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM7"),
11288c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
11298c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTDO"),
11308c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[25]"),
11318c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT28"),
11328c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[26]")
11338c2ecf20Sopenharmony_ci	),
11348c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(112, "EINT8"),
11358c2ecf20Sopenharmony_ci		"V6", "mt8135",
11368c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 8),
11378c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO112"),
11388c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT8"),
11398c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "DISP_PWM"),
11408c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
11418c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTDI"),
11428c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[26]"),
11438c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT29"),
11448c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "EXT_FRAME_SYNC")
11458c2ecf20Sopenharmony_ci	),
11468c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(113, "EINT9"),
11478c2ecf20Sopenharmony_ci		"W8", "mt8135",
11488c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 9),
11498c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO113"),
11508c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT9"),
11518c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "GPU_JTCK"),
11528c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
11538c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT30"),
11548c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[27]")
11558c2ecf20Sopenharmony_ci	),
11568c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(114, "LPCE1B"),
11578c2ecf20Sopenharmony_ci		"W4", "mt8135",
11588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 127),
11598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO114"),
11608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "LPCE1B"),
11618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT127"),
11628c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
11638c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT14"),
11648c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[28]")
11658c2ecf20Sopenharmony_ci	),
11668c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(115, "LPCE0B"),
11678c2ecf20Sopenharmony_ci		"T5", "mt8135",
11688c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 126),
11698c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO115"),
11708c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "LPCE0B"),
11718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT126"),
11728c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM1"),
11738c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "TESTB_OUT15"),
11748c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[29]")
11758c2ecf20Sopenharmony_ci	),
11768c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(116, "DISP_PWM"),
11778c2ecf20Sopenharmony_ci		"V4", "mt8135",
11788c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 77),
11798c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO116"),
11808c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DISP_PWM"),
11818c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT77"),
11828c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "LSDI"),
11838c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
11848c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM2"),
11858c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "PWM3")
11868c2ecf20Sopenharmony_ci	),
11878c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(117, "EINT1"),
11888c2ecf20Sopenharmony_ci		"T6", "mt8135",
11898c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 1),
11908c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO117"),
11918c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT1"),
11928c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM2"),
11938c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
11948c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[13]"),
11958c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_SDA")
11968c2ecf20Sopenharmony_ci	),
11978c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(118, "EINT2"),
11988c2ecf20Sopenharmony_ci		"T4", "mt8135",
11998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 2),
12008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO118"),
12018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT2"),
12028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM3"),
12038c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
12048c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[14]"),
12058c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SRCLKENAI2"),
12068c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[30]")
12078c2ecf20Sopenharmony_ci	),
12088c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(119, "EINT3"),
12098c2ecf20Sopenharmony_ci		"R4", "mt8135",
12108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 3),
12118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO119"),
12128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT3"),
12138c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_TEST_IO[15]"),
12148c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "SRCLKENAI1"),
12158c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "EXT_26M_CK")
12168c2ecf20Sopenharmony_ci	),
12178c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(120, "EINT4"),
12188c2ecf20Sopenharmony_ci		"R5", "mt8135",
12198c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(1, 4),
12208c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO120"),
12218c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "EINT4"),
12228c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "PWM4"),
12238c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "USB_DRVVBUS"),
12248c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "A_FUNC_DIN[31]")
12258c2ecf20Sopenharmony_ci	),
12268c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(121, "DPIDE"),
12278c2ecf20Sopenharmony_ci		NULL, "mt8135",
12288c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 100),
12298c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO121"),
12308c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_DE"),
12318c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT100"),
12328c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
12338c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_DAT_OUT"),
12348c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DO"),
12358c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_TXD")
12368c2ecf20Sopenharmony_ci	),
12378c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(122, "DPICK"),
12388c2ecf20Sopenharmony_ci		NULL, "mt8135",
12398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 101),
12408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO122"),
12418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_CK"),
12428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT101"),
12438c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
12448c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_DI"),
12458c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_PDN")
12468c2ecf20Sopenharmony_ci	),
12478c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(123, "DPIG4"),
12488c2ecf20Sopenharmony_ci		NULL, "mt8135",
12498c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 114),
12508c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO123"),
12518c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G4"),
12528c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT114"),
12538c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[0]"),
12548c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ID")
12558c2ecf20Sopenharmony_ci	),
12568c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(124, "DPIG5"),
12578c2ecf20Sopenharmony_ci		NULL, "mt8135",
12588c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 115),
12598c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO124"),
12608c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G5"),
12618c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT115"),
12628c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[1]"),
12638c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ICK")
12648c2ecf20Sopenharmony_ci	),
12658c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(125, "DPIR3"),
12668c2ecf20Sopenharmony_ci		NULL, "mt8135",
12678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 121),
12688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO125"),
12698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R3"),
12708c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT121"),
12718c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[7]")
12728c2ecf20Sopenharmony_ci	),
12738c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(126, "DPIG1"),
12748c2ecf20Sopenharmony_ci		NULL, "mt8135",
12758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 111),
12768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO126"),
12778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G1"),
12788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT111"),
12798c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_ICK")
12808c2ecf20Sopenharmony_ci	),
12818c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(127, "DPIVSYNC"),
12828c2ecf20Sopenharmony_ci		NULL, "mt8135",
12838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 98),
12848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO127"),
12858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_VSYNC"),
12868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT98"),
12878c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
12888c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_CK"),
12898c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_CK")
12908c2ecf20Sopenharmony_ci	),
12918c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(128, "DPIHSYNC"),
12928c2ecf20Sopenharmony_ci		NULL, "mt8135",
12938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 99),
12948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO128"),
12958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_HSYNC"),
12968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT99"),
12978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
12988c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "DAC_WS"),
12998c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PCM1_WS"),
13008c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IRDA_RXD")
13018c2ecf20Sopenharmony_ci	),
13028c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(129, "DPIB0"),
13038c2ecf20Sopenharmony_ci		NULL, "mt8135",
13048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 102),
13058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO129"),
13068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B0"),
13078c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT102"),
13088c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL0"),
13098c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DISP_PWM")
13108c2ecf20Sopenharmony_ci	),
13118c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(130, "DPIB1"),
13128c2ecf20Sopenharmony_ci		NULL, "mt8135",
13138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 103),
13148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO130"),
13158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B1"),
13168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT103"),
13178c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM0"),
13188c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA0"),
13198c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM1")
13208c2ecf20Sopenharmony_ci	),
13218c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(131, "DPIB2"),
13228c2ecf20Sopenharmony_ci		NULL, "mt8135",
13238c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 104),
13248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO131"),
13258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B2"),
13268c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT104"),
13278c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM1"),
13288c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL1"),
13298c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM2")
13308c2ecf20Sopenharmony_ci	),
13318c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(132, "DPIB3"),
13328c2ecf20Sopenharmony_ci		NULL, "mt8135",
13338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 105),
13348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO132"),
13358c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B3"),
13368c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT105"),
13378c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
13388c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA1"),
13398c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM3")
13408c2ecf20Sopenharmony_ci	),
13418c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(133, "DPIB4"),
13428c2ecf20Sopenharmony_ci		NULL, "mt8135",
13438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 106),
13448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO133"),
13458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B4"),
13468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT106"),
13478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
13488c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL2"),
13498c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM4")
13508c2ecf20Sopenharmony_ci	),
13518c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(134, "DPIB5"),
13528c2ecf20Sopenharmony_ci		NULL, "mt8135",
13538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 107),
13548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO134"),
13558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B5"),
13568c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT107"),
13578c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
13588c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA2"),
13598c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM5")
13608c2ecf20Sopenharmony_ci	),
13618c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(135, "DPIB6"),
13628c2ecf20Sopenharmony_ci		NULL, "mt8135",
13638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 108),
13648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO135"),
13658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B6"),
13668c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT108"),
13678c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
13688c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SCL3"),
13698c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM6")
13708c2ecf20Sopenharmony_ci	),
13718c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(136, "DPIB7"),
13728c2ecf20Sopenharmony_ci		NULL, "mt8135",
13738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 109),
13748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO136"),
13758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_B7"),
13768c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT109"),
13778c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM6"),
13788c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "SDA3"),
13798c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "PWM7")
13808c2ecf20Sopenharmony_ci	),
13818c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(137, "DPIG0"),
13828c2ecf20Sopenharmony_ci		NULL, "mt8135",
13838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 110),
13848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO137"),
13858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G0"),
13868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT110"),
13878c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_ID")
13888c2ecf20Sopenharmony_ci	),
13898c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(138, "DPIG2"),
13908c2ecf20Sopenharmony_ci		NULL, "mt8135",
13918c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 112),
13928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO138"),
13938c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G2"),
13948c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT112"),
13958c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP1_IMS")
13968c2ecf20Sopenharmony_ci	),
13978c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(139, "DPIG3"),
13988c2ecf20Sopenharmony_ci		NULL, "mt8135",
13998c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 113),
14008c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO139"),
14018c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G3"),
14028c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT113"),
14038c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_IMS")
14048c2ecf20Sopenharmony_ci	),
14058c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(140, "DPIG6"),
14068c2ecf20Sopenharmony_ci		NULL, "mt8135",
14078c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 116),
14088c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO140"),
14098c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G6"),
14108c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT116"),
14118c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[2]")
14128c2ecf20Sopenharmony_ci	),
14138c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(141, "DPIG7"),
14148c2ecf20Sopenharmony_ci		NULL, "mt8135",
14158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 117),
14168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO141"),
14178c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_G7"),
14188c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT117"),
14198c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[3]")
14208c2ecf20Sopenharmony_ci	),
14218c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(142, "DPIR0"),
14228c2ecf20Sopenharmony_ci		NULL, "mt8135",
14238c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 118),
14248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO142"),
14258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R0"),
14268c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT118"),
14278c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[4]")
14288c2ecf20Sopenharmony_ci	),
14298c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(143, "DPIR1"),
14308c2ecf20Sopenharmony_ci		NULL, "mt8135",
14318c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 119),
14328c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO143"),
14338c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R1"),
14348c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT119"),
14358c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[5]")
14368c2ecf20Sopenharmony_ci	),
14378c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(144, "DPIR2"),
14388c2ecf20Sopenharmony_ci		NULL, "mt8135",
14398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 120),
14408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO144"),
14418c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R2"),
14428c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT120"),
14438c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[6]")
14448c2ecf20Sopenharmony_ci	),
14458c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(145, "DPIR4"),
14468c2ecf20Sopenharmony_ci		NULL, "mt8135",
14478c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 122),
14488c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO145"),
14498c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R4"),
14508c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT122"),
14518c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[8]")
14528c2ecf20Sopenharmony_ci	),
14538c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(146, "DPIR5"),
14548c2ecf20Sopenharmony_ci		NULL, "mt8135",
14558c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 123),
14568c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO146"),
14578c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R5"),
14588c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT123"),
14598c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2DAT_2X[9]")
14608c2ecf20Sopenharmony_ci	),
14618c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(147, "DPIR6"),
14628c2ecf20Sopenharmony_ci		NULL, "mt8135",
14638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 124),
14648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO147"),
14658c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R6"),
14668c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT124"),
14678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2VSYNC_2X")
14688c2ecf20Sopenharmony_ci	),
14698c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(148, "DPIR7"),
14708c2ecf20Sopenharmony_ci		NULL, "mt8135",
14718c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 125),
14728c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO148"),
14738c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "DPI0_R7"),
14748c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT125"),
14758c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2HSYNC_2X")
14768c2ecf20Sopenharmony_ci	),
14778c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(149, "TDN3/LVDS(TDN3)"),
14788c2ecf20Sopenharmony_ci		"AA2", "mt8135",
14798c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 36),
14808c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO149"),
14818c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT36")
14828c2ecf20Sopenharmony_ci	),
14838c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(150, "TDP3/LVDS(TDP3)"),
14848c2ecf20Sopenharmony_ci		"AA1", "mt8135",
14858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 35),
14868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO150"),
14878c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT35")
14888c2ecf20Sopenharmony_ci	),
14898c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(151, "TDN2/LVDS(TCN)"),
14908c2ecf20Sopenharmony_ci		"Y2", "mt8135",
14918c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 169),
14928c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO151"),
14938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT169")
14948c2ecf20Sopenharmony_ci	),
14958c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(152, "TDP2/LVDS(TCP)"),
14968c2ecf20Sopenharmony_ci		"Y1", "mt8135",
14978c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 168),
14988c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO152"),
14998c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT168")
15008c2ecf20Sopenharmony_ci	),
15018c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(153, "TCN/LVDS(TDN2)"),
15028c2ecf20Sopenharmony_ci		"W2", "mt8135",
15038c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 163),
15048c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO153"),
15058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT163")
15068c2ecf20Sopenharmony_ci	),
15078c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(154, "TCP/LVDS(TDP2)"),
15088c2ecf20Sopenharmony_ci		"W1", "mt8135",
15098c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 162),
15108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO154"),
15118c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT162")
15128c2ecf20Sopenharmony_ci	),
15138c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(155, "TDN1/LVDS(TDN1)"),
15148c2ecf20Sopenharmony_ci		"V3", "mt8135",
15158c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 167),
15168c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO155"),
15178c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT167")
15188c2ecf20Sopenharmony_ci	),
15198c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(156, "TDP1/LVDS(TDP1)"),
15208c2ecf20Sopenharmony_ci		"V2", "mt8135",
15218c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 166),
15228c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO156"),
15238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT166")
15248c2ecf20Sopenharmony_ci	),
15258c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(157, "TDN0/LVDS(TDN0)"),
15268c2ecf20Sopenharmony_ci		"U3", "mt8135",
15278c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 165),
15288c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO157"),
15298c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT165")
15308c2ecf20Sopenharmony_ci	),
15318c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(158, "TDP0/LVDS(TDP0)"),
15328c2ecf20Sopenharmony_ci		"U2", "mt8135",
15338c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 164),
15348c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO158"),
15358c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT164")
15368c2ecf20Sopenharmony_ci	),
15378c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(159, "RDN3"),
15388c2ecf20Sopenharmony_ci		"N5", "mt8135",
15398c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 18),
15408c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO159"),
15418c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT18")
15428c2ecf20Sopenharmony_ci	),
15438c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(160, "RDP3"),
15448c2ecf20Sopenharmony_ci		"N4", "mt8135",
15458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 30),
15468c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO160"),
15478c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT30")
15488c2ecf20Sopenharmony_ci	),
15498c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(161, "RDN2"),
15508c2ecf20Sopenharmony_ci		"T2", "mt8135",
15518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 31),
15528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO161"),
15538c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT31")
15548c2ecf20Sopenharmony_ci	),
15558c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(162, "RDP2"),
15568c2ecf20Sopenharmony_ci		"T3", "mt8135",
15578c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 32),
15588c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO162"),
15598c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT32")
15608c2ecf20Sopenharmony_ci	),
15618c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(163, "RCN"),
15628c2ecf20Sopenharmony_ci		"P2", "mt8135",
15638c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 33),
15648c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO163"),
15658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT33")
15668c2ecf20Sopenharmony_ci	),
15678c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(164, "RCP"),
15688c2ecf20Sopenharmony_ci		"P3", "mt8135",
15698c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 39),
15708c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO164"),
15718c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT39")
15728c2ecf20Sopenharmony_ci	),
15738c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(165, "RDN1"),
15748c2ecf20Sopenharmony_ci		"R3", "mt8135",
15758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO165")
15778c2ecf20Sopenharmony_ci	),
15788c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(166, "RDP1"),
15798c2ecf20Sopenharmony_ci		"R2", "mt8135",
15808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO166")
15828c2ecf20Sopenharmony_ci	),
15838c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(167, "RDN0"),
15848c2ecf20Sopenharmony_ci		"N3", "mt8135",
15858c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15868c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO167")
15878c2ecf20Sopenharmony_ci	),
15888c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(168, "RDP0"),
15898c2ecf20Sopenharmony_ci		"N2", "mt8135",
15908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
15918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO168")
15928c2ecf20Sopenharmony_ci	),
15938c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(169, "RDN1_A"),
15948c2ecf20Sopenharmony_ci		"M4", "mt8135",
15958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 175),
15968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO169"),
15978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT6"),
15988c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT175")
15998c2ecf20Sopenharmony_ci	),
16008c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(170, "RDP1_A"),
16018c2ecf20Sopenharmony_ci		"M3", "mt8135",
16028c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 174),
16038c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO170"),
16048c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT7"),
16058c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT174")
16068c2ecf20Sopenharmony_ci	),
16078c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(171, "RCN_A"),
16088c2ecf20Sopenharmony_ci		"L3", "mt8135",
16098c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 171),
16108c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO171"),
16118c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT8"),
16128c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT171")
16138c2ecf20Sopenharmony_ci	),
16148c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(172, "RCP_A"),
16158c2ecf20Sopenharmony_ci		"L2", "mt8135",
16168c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 170),
16178c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO172"),
16188c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT9"),
16198c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT170")
16208c2ecf20Sopenharmony_ci	),
16218c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(173, "RDN0_A"),
16228c2ecf20Sopenharmony_ci		"M2", "mt8135",
16238c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 173),
16248c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO173"),
16258c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMHSYNC"),
16268c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT173")
16278c2ecf20Sopenharmony_ci	),
16288c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(174, "RDP0_A"),
16298c2ecf20Sopenharmony_ci		"M1", "mt8135",
16308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 172),
16318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO174"),
16328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMVSYNC"),
16338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT172")
16348c2ecf20Sopenharmony_ci	),
16358c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(175, "RDN1_B"),
16368c2ecf20Sopenharmony_ci		"H2", "mt8135",
16378c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 181),
16388c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO175"),
16398c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT2"),
16408c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT181"),
16418c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD2")
16428c2ecf20Sopenharmony_ci	),
16438c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(176, "RDP1_B"),
16448c2ecf20Sopenharmony_ci		"H1", "mt8135",
16458c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 180),
16468c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO176"),
16478c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT3"),
16488c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT180"),
16498c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD3")
16508c2ecf20Sopenharmony_ci	),
16518c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(177, "RCN_B"),
16528c2ecf20Sopenharmony_ci		"K3", "mt8135",
16538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 177),
16548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO177"),
16558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT4"),
16568c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT177")
16578c2ecf20Sopenharmony_ci	),
16588c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(178, "RCP_B"),
16598c2ecf20Sopenharmony_ci		"K2", "mt8135",
16608c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 176),
16618c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO178"),
16628c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT5"),
16638c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT176")
16648c2ecf20Sopenharmony_ci	),
16658c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(179, "RDN0_B"),
16668c2ecf20Sopenharmony_ci		"J3", "mt8135",
16678c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 179),
16688c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO179"),
16698c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT0"),
16708c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT179"),
16718c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD0")
16728c2ecf20Sopenharmony_ci	),
16738c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(180, "RDP0_B"),
16748c2ecf20Sopenharmony_ci		"J2", "mt8135",
16758c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 178),
16768c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO180"),
16778c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMDAT1"),
16788c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT178"),
16798c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMCSD1")
16808c2ecf20Sopenharmony_ci	),
16818c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(181, "CMPCLK"),
16828c2ecf20Sopenharmony_ci		"K4", "mt8135",
16838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 182),
16848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO181"),
16858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMPCLK"),
16868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT182"),
16878c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CMCSK"),
16888c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "CM2MCLK_4X"),
16898c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[3]"),
16908c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "VENC_TEST_CK"),
16918c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT27")
16928c2ecf20Sopenharmony_ci	),
16938c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(182, "CMMCLK"),
16948c2ecf20Sopenharmony_ci		"J5", "mt8135",
16958c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 183),
16968c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO182"),
16978c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMMCLK"),
16988c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT183"),
16998c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[2]"),
17008c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT28")
17018c2ecf20Sopenharmony_ci	),
17028c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(183, "CMRST"),
17038c2ecf20Sopenharmony_ci		"J6", "mt8135",
17048c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 185),
17058c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO183"),
17068c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMRST"),
17078c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT185"),
17088c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[1]"),
17098c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT30")
17108c2ecf20Sopenharmony_ci	),
17118c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(184, "CMPDN"),
17128c2ecf20Sopenharmony_ci		"J4", "mt8135",
17138c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 184),
17148c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO184"),
17158c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMPDN"),
17168c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT184"),
17178c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_SEL[0]"),
17188c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT29")
17198c2ecf20Sopenharmony_ci	),
17208c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(185, "CMFLASH"),
17218c2ecf20Sopenharmony_ci		"G4", "mt8135",
17228c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 186),
17238c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO185"),
17248c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "CMFLASH"),
17258c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT186"),
17268c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CM2MCLK_3X"),
17278c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_1"),
17288c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "TESTA_OUT31")
17298c2ecf20Sopenharmony_ci	),
17308c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(186, "MRG_I2S_PCM_CLK"),
17318c2ecf20Sopenharmony_ci		"F5", "mt8135",
17328c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17338c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO186"),
17348c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_CLK"),
17358c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_CK"),
17368c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_CK"),
17378c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ICK"),
17388c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "IMG_TEST_CK"),
17398c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_SCL")
17408c2ecf20Sopenharmony_ci	),
17418c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(187, "MRG_I2S_PCM_SYNC"),
17428c2ecf20Sopenharmony_ci		"G6", "mt8135",
17438c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 16),
17448c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO187"),
17458c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_SYNC"),
17468c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT16"),
17478c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_WS"),
17488c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_WS"),
17498c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "DISP_TEST_CK")
17508c2ecf20Sopenharmony_ci	),
17518c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(188, "MRG_I2S_PCM_RX"),
17528c2ecf20Sopenharmony_ci		"G3", "mt8135",
17538c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17548c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO188"),
17558c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_RX"),
17568c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SIN_DAT"),
17578c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DI"),
17588c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "DSP2_ID"),
17598c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK"),
17608c2ecf20Sopenharmony_ci		MTK_FUNCTION(7, "USB_SDA")
17618c2ecf20Sopenharmony_ci	),
17628c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(189, "MRG_I2S_PCM_TX"),
17638c2ecf20Sopenharmony_ci		"G5", "mt8135",
17648c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 17),
17658c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO189"),
17668c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MRG_I2S_PCM_TX"),
17678c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT17"),
17688c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "I2SOUT_DAT"),
17698c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PCM0_DO"),
17708c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "VDEC_TEST_CK")
17718c2ecf20Sopenharmony_ci	),
17728c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(190, "SRCLKENAI"),
17738c2ecf20Sopenharmony_ci		"K5", "mt8135",
17748c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(NO_EINT_SUPPORT, NO_EINT_SUPPORT),
17758c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO190"),
17768c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SRCLKENAI")
17778c2ecf20Sopenharmony_ci	),
17788c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(191, "URXD3"),
17798c2ecf20Sopenharmony_ci		"C3", "mt8135",
17808c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 87),
17818c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO191"),
17828c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "URXD3"),
17838c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT87"),
17848c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "UTXD3"),
17858c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_ST"),
17868c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM4")
17878c2ecf20Sopenharmony_ci	),
17888c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(192, "UTXD3"),
17898c2ecf20Sopenharmony_ci		"B2", "mt8135",
17908c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 86),
17918c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO192"),
17928c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "UTXD3"),
17938c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT86"),
17948c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "URXD3"),
17958c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_CS_B"),
17968c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "PWM3")
17978c2ecf20Sopenharmony_ci	),
17988c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(193, "SDA2"),
17998c2ecf20Sopenharmony_ci		"G2", "mt8135",
18008c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 95),
18018c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO193"),
18028c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA2"),
18038c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT95"),
18048c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM5"),
18058c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
18068c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_PWDB")
18078c2ecf20Sopenharmony_ci	),
18088c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(194, "SCL2"),
18098c2ecf20Sopenharmony_ci		"F4", "mt8135",
18108c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 94),
18118c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO194"),
18128c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL2"),
18138c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT94"),
18148c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM4"),
18158c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
18168c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUXADC_TEST_CK")
18178c2ecf20Sopenharmony_ci	),
18188c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(195, "SDA1"),
18198c2ecf20Sopenharmony_ci		"F2", "mt8135",
18208c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 93),
18218c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO195"),
18228c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SDA1"),
18238c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT93"),
18248c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM3"),
18258c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
18268c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_SCLK_PWDB")
18278c2ecf20Sopenharmony_ci	),
18288c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(196, "SCL1"),
18298c2ecf20Sopenharmony_ci		"F3", "mt8135",
18308c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 92),
18318c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO196"),
18328c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "SCL1"),
18338c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT92"),
18348c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "CLKM2"),
18358c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
18368c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "TS_AUX_DIN")
18378c2ecf20Sopenharmony_ci	),
18388c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(197, "MSDC3_DAT2"),
18398c2ecf20Sopenharmony_ci		"E1", "mt8135",
18408c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 71),
18418c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO197"),
18428c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT2"),
18438c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT71"),
18448c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL6"),
18458c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM5"),
18468c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM4"),
18478c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_2")
18488c2ecf20Sopenharmony_ci	),
18498c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(198, "MSDC3_DAT3"),
18508c2ecf20Sopenharmony_ci		"C2", "mt8135",
18518c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 72),
18528c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO198"),
18538c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT3"),
18548c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT72"),
18558c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA6"),
18568c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM6"),
18578c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM5"),
18588c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_3")
18598c2ecf20Sopenharmony_ci	),
18608c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(199, "MSDC3_CMD"),
18618c2ecf20Sopenharmony_ci		"D2", "mt8135",
18628c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 68),
18638c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO199"),
18648c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_CMD"),
18658c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT68"),
18668c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA2"),
18678c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM2"),
18688c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM1"),
18698c2ecf20Sopenharmony_ci		MTK_FUNCTION(6, "MFG_TEST_CK_4")
18708c2ecf20Sopenharmony_ci	),
18718c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(200, "MSDC3_CLK"),
18728c2ecf20Sopenharmony_ci		"E2", "mt8135",
18738c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 67),
18748c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO200"),
18758c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_CLK"),
18768c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT67"),
18778c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL2"),
18788c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM1"),
18798c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM0")
18808c2ecf20Sopenharmony_ci	),
18818c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(201, "MSDC3_DAT1"),
18828c2ecf20Sopenharmony_ci		"D3", "mt8135",
18838c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 70),
18848c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO201"),
18858c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT1"),
18868c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT70"),
18878c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SDA3"),
18888c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM4"),
18898c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM3")
18908c2ecf20Sopenharmony_ci	),
18918c2ecf20Sopenharmony_ci	MTK_PIN(PINCTRL_PIN(202, "MSDC3_DAT0"),
18928c2ecf20Sopenharmony_ci		"E3", "mt8135",
18938c2ecf20Sopenharmony_ci		MTK_EINT_FUNCTION(2, 69),
18948c2ecf20Sopenharmony_ci		MTK_FUNCTION(0, "GPIO202"),
18958c2ecf20Sopenharmony_ci		MTK_FUNCTION(1, "MSDC3_DAT0"),
18968c2ecf20Sopenharmony_ci		MTK_FUNCTION(2, "EINT69"),
18978c2ecf20Sopenharmony_ci		MTK_FUNCTION(3, "SCL3"),
18988c2ecf20Sopenharmony_ci		MTK_FUNCTION(4, "PWM3"),
18998c2ecf20Sopenharmony_ci		MTK_FUNCTION(5, "CLKM2")
19008c2ecf20Sopenharmony_ci	),
19018c2ecf20Sopenharmony_ci};
19028c2ecf20Sopenharmony_ci
19038c2ecf20Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8135_H */
1904