162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2020 MediaTek Inc. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8167_H 662306a36Sopenharmony_ci#define __PINCTRL_MTK_MT8167_H 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include <linux/pinctrl/pinctrl.h> 962306a36Sopenharmony_ci#include "pinctrl-mtk-common.h" 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_cistatic const struct mtk_desc_pin mtk_pins_mt8167[] = { 1262306a36Sopenharmony_ci MTK_PIN( 1362306a36Sopenharmony_ci PINCTRL_PIN(0, "EINT0"), 1462306a36Sopenharmony_ci NULL, "mt8167", 1562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 0), 1662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO0"), 1762306a36Sopenharmony_ci MTK_FUNCTION(1, "PWM_B"), 1862306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_CK"), 1962306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK"), 2062306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_TXD0"), 2162306a36Sopenharmony_ci MTK_FUNCTION(6, "SQICS"), 2262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[6]") 2362306a36Sopenharmony_ci ), 2462306a36Sopenharmony_ci MTK_PIN( 2562306a36Sopenharmony_ci PINCTRL_PIN(1, "EINT1"), 2662306a36Sopenharmony_ci NULL, "mt8167", 2762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 1), 2862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO1"), 2962306a36Sopenharmony_ci MTK_FUNCTION(1, "PWM_C"), 3062306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D12"), 3162306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI"), 3262306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_TXD1"), 3362306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TDO"), 3462306a36Sopenharmony_ci MTK_FUNCTION(6, "SQISO"), 3562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[7]") 3662306a36Sopenharmony_ci ), 3762306a36Sopenharmony_ci MTK_PIN( 3862306a36Sopenharmony_ci PINCTRL_PIN(2, "EINT2"), 3962306a36Sopenharmony_ci NULL, "mt8167", 4062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 2), 4162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO2"), 4262306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM0"), 4362306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D13"), 4462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_LRCK"), 4562306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_TXD2"), 4662306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"), 4762306a36Sopenharmony_ci MTK_FUNCTION(6, "SQISI"), 4862306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[8]") 4962306a36Sopenharmony_ci ), 5062306a36Sopenharmony_ci MTK_PIN( 5162306a36Sopenharmony_ci PINCTRL_PIN(3, "EINT3"), 5262306a36Sopenharmony_ci NULL, "mt8167", 5362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 3), 5462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO3"), 5562306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM1"), 5662306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D14"), 5762306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_MI"), 5862306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_TXD3"), 5962306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGI_N"), 6062306a36Sopenharmony_ci MTK_FUNCTION(6, "SQIWP"), 6162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[9]") 6262306a36Sopenharmony_ci ), 6362306a36Sopenharmony_ci MTK_PIN( 6462306a36Sopenharmony_ci PINCTRL_PIN(4, "EINT4"), 6562306a36Sopenharmony_ci NULL, "mt8167", 6662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 4), 6762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO4"), 6862306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM2"), 6962306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D15"), 7062306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_MO"), 7162306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_TXC"), 7262306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TCK"), 7362306a36Sopenharmony_ci MTK_FUNCTION(6, "CONN_MCU_AICE_JCKC"), 7462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[10]") 7562306a36Sopenharmony_ci ), 7662306a36Sopenharmony_ci MTK_PIN( 7762306a36Sopenharmony_ci PINCTRL_PIN(5, "EINT5"), 7862306a36Sopenharmony_ci NULL, "mt8167", 7962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 5), 8062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO5"), 8162306a36Sopenharmony_ci MTK_FUNCTION(1, "UCTS2"), 8262306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D16"), 8362306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_CSB"), 8462306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXER"), 8562306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TDI"), 8662306a36Sopenharmony_ci MTK_FUNCTION(6, "CONN_TEST_CK"), 8762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[11]") 8862306a36Sopenharmony_ci ), 8962306a36Sopenharmony_ci MTK_PIN( 9062306a36Sopenharmony_ci PINCTRL_PIN(6, "EINT6"), 9162306a36Sopenharmony_ci NULL, "mt8167", 9262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 6), 9362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO6"), 9462306a36Sopenharmony_ci MTK_FUNCTION(1, "URTS2"), 9562306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D17"), 9662306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_CLK"), 9762306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXC"), 9862306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TRST_B"), 9962306a36Sopenharmony_ci MTK_FUNCTION(6, "MM_TEST_CK"), 10062306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[12]") 10162306a36Sopenharmony_ci ), 10262306a36Sopenharmony_ci MTK_PIN( 10362306a36Sopenharmony_ci PINCTRL_PIN(7, "EINT7"), 10462306a36Sopenharmony_ci NULL, "mt8167", 10562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 7), 10662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO7"), 10762306a36Sopenharmony_ci MTK_FUNCTION(1, "SQIRST"), 10862306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D6"), 10962306a36Sopenharmony_ci MTK_FUNCTION(3, "SDA1_0"), 11062306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXDV"), 11162306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TMS"), 11262306a36Sopenharmony_ci MTK_FUNCTION(6, "CONN_MCU_AICE_JMSC"), 11362306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[13]") 11462306a36Sopenharmony_ci ), 11562306a36Sopenharmony_ci MTK_PIN( 11662306a36Sopenharmony_ci PINCTRL_PIN(8, "EINT8"), 11762306a36Sopenharmony_ci NULL, "mt8167", 11862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 8), 11962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO8"), 12062306a36Sopenharmony_ci MTK_FUNCTION(1, "SQICK"), 12162306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM3"), 12262306a36Sopenharmony_ci MTK_FUNCTION(3, "SCL1_0"), 12362306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXD0"), 12462306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL0"), 12562306a36Sopenharmony_ci MTK_FUNCTION(6, "DPI_D7"), 12662306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[14]") 12762306a36Sopenharmony_ci ), 12862306a36Sopenharmony_ci MTK_PIN( 12962306a36Sopenharmony_ci PINCTRL_PIN(9, "EINT9"), 13062306a36Sopenharmony_ci NULL, "mt8167", 13162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 9), 13262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO9"), 13362306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM4"), 13462306a36Sopenharmony_ci MTK_FUNCTION(2, "SDA2_0"), 13562306a36Sopenharmony_ci MTK_FUNCTION(3, "EXT_FRAME_SYNC"), 13662306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXD1"), 13762306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL1"), 13862306a36Sopenharmony_ci MTK_FUNCTION(6, "DPI_D8"), 13962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[15]") 14062306a36Sopenharmony_ci ), 14162306a36Sopenharmony_ci MTK_PIN( 14262306a36Sopenharmony_ci PINCTRL_PIN(10, "EINT10"), 14362306a36Sopenharmony_ci NULL, "mt8167", 14462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 10), 14562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO10"), 14662306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM5"), 14762306a36Sopenharmony_ci MTK_FUNCTION(2, "SCL2_0"), 14862306a36Sopenharmony_ci MTK_FUNCTION(3, "EXT_FRAME_SYNC"), 14962306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_RXD2"), 15062306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL2"), 15162306a36Sopenharmony_ci MTK_FUNCTION(6, "DPI_D9"), 15262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[16]") 15362306a36Sopenharmony_ci ), 15462306a36Sopenharmony_ci MTK_PIN( 15562306a36Sopenharmony_ci PINCTRL_PIN(11, "EINT11"), 15662306a36Sopenharmony_ci NULL, "mt8167", 15762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 11), 15862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO11"), 15962306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM4"), 16062306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM_C"), 16162306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_TEST_CK"), 16262306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL3"), 16362306a36Sopenharmony_ci MTK_FUNCTION(5, "DPI_D10"), 16462306a36Sopenharmony_ci MTK_FUNCTION(6, "EXT_RXD3"), 16562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[17]") 16662306a36Sopenharmony_ci ), 16762306a36Sopenharmony_ci MTK_PIN( 16862306a36Sopenharmony_ci PINCTRL_PIN(12, "EINT12"), 16962306a36Sopenharmony_ci NULL, "mt8167", 17062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 12), 17162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO12"), 17262306a36Sopenharmony_ci MTK_FUNCTION(1, "CLKM5"), 17362306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM_A"), 17462306a36Sopenharmony_ci MTK_FUNCTION(3, "SPDIF_OUT"), 17562306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL4"), 17662306a36Sopenharmony_ci MTK_FUNCTION(5, "DPI_D11"), 17762306a36Sopenharmony_ci MTK_FUNCTION(6, "EXT_TXEN"), 17862306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[18]") 17962306a36Sopenharmony_ci ), 18062306a36Sopenharmony_ci MTK_PIN( 18162306a36Sopenharmony_ci PINCTRL_PIN(13, "EINT13"), 18262306a36Sopenharmony_ci NULL, "mt8167", 18362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 13), 18462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO13"), 18562306a36Sopenharmony_ci MTK_FUNCTION(3, "TSF_IN"), 18662306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL5"), 18762306a36Sopenharmony_ci MTK_FUNCTION(5, "DPI_D0"), 18862306a36Sopenharmony_ci MTK_FUNCTION(6, "SPDIF_IN"), 18962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[19]") 19062306a36Sopenharmony_ci ), 19162306a36Sopenharmony_ci MTK_PIN( 19262306a36Sopenharmony_ci PINCTRL_PIN(14, "EINT14"), 19362306a36Sopenharmony_ci NULL, "mt8167", 19462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 14), 19562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO14"), 19662306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO1"), 19762306a36Sopenharmony_ci MTK_FUNCTION(3, "TDM_RX_MCK"), 19862306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL1"), 19962306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGACK_N"), 20062306a36Sopenharmony_ci MTK_FUNCTION(6, "NCLE"), 20162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[8]") 20262306a36Sopenharmony_ci ), 20362306a36Sopenharmony_ci MTK_PIN( 20462306a36Sopenharmony_ci PINCTRL_PIN(15, "EINT15"), 20562306a36Sopenharmony_ci NULL, "mt8167", 20662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 15), 20762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO15"), 20862306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_LRCK"), 20962306a36Sopenharmony_ci MTK_FUNCTION(3, "TDM_RX_BCK"), 21062306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL2"), 21162306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGI_N"), 21262306a36Sopenharmony_ci MTK_FUNCTION(6, "NCEB1"), 21362306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[9]") 21462306a36Sopenharmony_ci ), 21562306a36Sopenharmony_ci MTK_PIN( 21662306a36Sopenharmony_ci PINCTRL_PIN(16, "EINT16"), 21762306a36Sopenharmony_ci NULL, "mt8167", 21862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 16), 21962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO16"), 22062306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_BCK"), 22162306a36Sopenharmony_ci MTK_FUNCTION(3, "TDM_RX_LRCK"), 22262306a36Sopenharmony_ci MTK_FUNCTION(4, "ANT_SEL3"), 22362306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TRST_B"), 22462306a36Sopenharmony_ci MTK_FUNCTION(6, "NCEB0"), 22562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[10]") 22662306a36Sopenharmony_ci ), 22762306a36Sopenharmony_ci MTK_PIN( 22862306a36Sopenharmony_ci PINCTRL_PIN(17, "EINT17"), 22962306a36Sopenharmony_ci NULL, "mt8167", 23062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 17), 23162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO17"), 23262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_MCK"), 23362306a36Sopenharmony_ci MTK_FUNCTION(3, "TDM_RX_DI"), 23462306a36Sopenharmony_ci MTK_FUNCTION(4, "IDDIG"), 23562306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL4"), 23662306a36Sopenharmony_ci MTK_FUNCTION(6, "NREB"), 23762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[11]") 23862306a36Sopenharmony_ci ), 23962306a36Sopenharmony_ci MTK_PIN( 24062306a36Sopenharmony_ci PINCTRL_PIN(18, "EINT18"), 24162306a36Sopenharmony_ci NULL, "mt8167", 24262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 18), 24362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO18"), 24462306a36Sopenharmony_ci MTK_FUNCTION(2, "USB_DRVVBUS"), 24562306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_LRCK"), 24662306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM1"), 24762306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL3"), 24862306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_BCK"), 24962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[20]") 25062306a36Sopenharmony_ci ), 25162306a36Sopenharmony_ci MTK_PIN( 25262306a36Sopenharmony_ci PINCTRL_PIN(19, "EINT19"), 25362306a36Sopenharmony_ci NULL, "mt8167", 25462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 19), 25562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO19"), 25662306a36Sopenharmony_ci MTK_FUNCTION(1, "UCTS1"), 25762306a36Sopenharmony_ci MTK_FUNCTION(2, "IDDIG"), 25862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_BCK"), 25962306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM2"), 26062306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL4"), 26162306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_DI"), 26262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[21]") 26362306a36Sopenharmony_ci ), 26462306a36Sopenharmony_ci MTK_PIN( 26562306a36Sopenharmony_ci PINCTRL_PIN(20, "EINT20"), 26662306a36Sopenharmony_ci NULL, "mt8167", 26762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 20), 26862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO20"), 26962306a36Sopenharmony_ci MTK_FUNCTION(1, "URTS1"), 27062306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_DO"), 27162306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM3"), 27262306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL5"), 27362306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_LRCK"), 27462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[22]") 27562306a36Sopenharmony_ci ), 27662306a36Sopenharmony_ci MTK_PIN( 27762306a36Sopenharmony_ci PINCTRL_PIN(21, "EINT21"), 27862306a36Sopenharmony_ci NULL, "mt8167", 27962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 21), 28062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO21"), 28162306a36Sopenharmony_ci MTK_FUNCTION(1, "NRNB"), 28262306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL0"), 28362306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S_8CH_DO4"), 28462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[31]") 28562306a36Sopenharmony_ci ), 28662306a36Sopenharmony_ci MTK_PIN( 28762306a36Sopenharmony_ci PINCTRL_PIN(22, "EINT22"), 28862306a36Sopenharmony_ci NULL, "mt8167", 28962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 22), 29062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO22"), 29162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO2"), 29262306a36Sopenharmony_ci MTK_FUNCTION(3, "TSF_IN"), 29362306a36Sopenharmony_ci MTK_FUNCTION(4, "USB_DRVVBUS"), 29462306a36Sopenharmony_ci MTK_FUNCTION(5, "SPDIF_OUT"), 29562306a36Sopenharmony_ci MTK_FUNCTION(6, "NRE_C"), 29662306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[12]") 29762306a36Sopenharmony_ci ), 29862306a36Sopenharmony_ci MTK_PIN( 29962306a36Sopenharmony_ci PINCTRL_PIN(23, "EINT23"), 30062306a36Sopenharmony_ci NULL, "mt8167", 30162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 23), 30262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO23"), 30362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO3"), 30462306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM0"), 30562306a36Sopenharmony_ci MTK_FUNCTION(4, "IR"), 30662306a36Sopenharmony_ci MTK_FUNCTION(5, "SPDIF_IN"), 30762306a36Sopenharmony_ci MTK_FUNCTION(6, "NDQS_C"), 30862306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[13]") 30962306a36Sopenharmony_ci ), 31062306a36Sopenharmony_ci MTK_PIN( 31162306a36Sopenharmony_ci PINCTRL_PIN(24, "EINT24"), 31262306a36Sopenharmony_ci NULL, "mt8167", 31362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 24), 31462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO24"), 31562306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D20"), 31662306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_DE"), 31762306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL1"), 31862306a36Sopenharmony_ci MTK_FUNCTION(4, "UCTS2"), 31962306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM_A"), 32062306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S0_MCK"), 32162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[0]") 32262306a36Sopenharmony_ci ), 32362306a36Sopenharmony_ci MTK_PIN( 32462306a36Sopenharmony_ci PINCTRL_PIN(25, "EINT25"), 32562306a36Sopenharmony_ci NULL, "mt8167", 32662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 25), 32762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO25"), 32862306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D19"), 32962306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_VSYNC"), 33062306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL0"), 33162306a36Sopenharmony_ci MTK_FUNCTION(4, "URTS2"), 33262306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM_B"), 33362306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S_8CH_MCK"), 33462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[1]") 33562306a36Sopenharmony_ci ), 33662306a36Sopenharmony_ci MTK_PIN( 33762306a36Sopenharmony_ci PINCTRL_PIN(26, "PWRAP_SPI0_MI"), 33862306a36Sopenharmony_ci NULL, "mt8167", 33962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 26), 34062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO26"), 34162306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_MO"), 34262306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPI0_MI") 34362306a36Sopenharmony_ci ), 34462306a36Sopenharmony_ci MTK_PIN( 34562306a36Sopenharmony_ci PINCTRL_PIN(27, "PWRAP_SPI0_MO"), 34662306a36Sopenharmony_ci NULL, "mt8167", 34762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 27), 34862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO27"), 34962306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_MI"), 35062306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPI0_MO") 35162306a36Sopenharmony_ci ), 35262306a36Sopenharmony_ci MTK_PIN( 35362306a36Sopenharmony_ci PINCTRL_PIN(28, "PWRAP_INT"), 35462306a36Sopenharmony_ci NULL, "mt8167", 35562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 28), 35662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO28"), 35762306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_MCK"), 35862306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S_8CH_MCK"), 35962306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_MCK"), 36062306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S3_MCK") 36162306a36Sopenharmony_ci ), 36262306a36Sopenharmony_ci MTK_PIN( 36362306a36Sopenharmony_ci PINCTRL_PIN(29, "PWRAP_SPI0_CK"), 36462306a36Sopenharmony_ci NULL, "mt8167", 36562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 29), 36662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO29"), 36762306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_CK") 36862306a36Sopenharmony_ci ), 36962306a36Sopenharmony_ci MTK_PIN( 37062306a36Sopenharmony_ci PINCTRL_PIN(30, "PWRAP_SPI0_CSN"), 37162306a36Sopenharmony_ci NULL, "mt8167", 37262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 30), 37362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO30"), 37462306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_CSN") 37562306a36Sopenharmony_ci ), 37662306a36Sopenharmony_ci MTK_PIN( 37762306a36Sopenharmony_ci PINCTRL_PIN(31, "RTC32K_CK"), 37862306a36Sopenharmony_ci NULL, "mt8167", 37962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 31), 38062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO31"), 38162306a36Sopenharmony_ci MTK_FUNCTION(1, "RTC32K_CK") 38262306a36Sopenharmony_ci ), 38362306a36Sopenharmony_ci MTK_PIN( 38462306a36Sopenharmony_ci PINCTRL_PIN(32, "WATCHDOG"), 38562306a36Sopenharmony_ci NULL, "mt8167", 38662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 32), 38762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO32"), 38862306a36Sopenharmony_ci MTK_FUNCTION(1, "WATCHDOG") 38962306a36Sopenharmony_ci ), 39062306a36Sopenharmony_ci MTK_PIN( 39162306a36Sopenharmony_ci PINCTRL_PIN(33, "SRCLKENA"), 39262306a36Sopenharmony_ci NULL, "mt8167", 39362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 33), 39462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO33"), 39562306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENA0") 39662306a36Sopenharmony_ci ), 39762306a36Sopenharmony_ci MTK_PIN( 39862306a36Sopenharmony_ci PINCTRL_PIN(34, "URXD2"), 39962306a36Sopenharmony_ci NULL, "mt8167", 40062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 34), 40162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO34"), 40262306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD2"), 40362306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D5"), 40462306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD2"), 40562306a36Sopenharmony_ci MTK_FUNCTION(4, "DBG_SCL"), 40662306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_MCK"), 40762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[0]") 40862306a36Sopenharmony_ci ), 40962306a36Sopenharmony_ci MTK_PIN( 41062306a36Sopenharmony_ci PINCTRL_PIN(35, "UTXD2"), 41162306a36Sopenharmony_ci NULL, "mt8167", 41262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 35), 41362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO35"), 41462306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD2"), 41562306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_HSYNC"), 41662306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD2"), 41762306a36Sopenharmony_ci MTK_FUNCTION(4, "DBG_SDA"), 41862306a36Sopenharmony_ci MTK_FUNCTION(5, "DPI_D18"), 41962306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S3_MCK"), 42062306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[1]") 42162306a36Sopenharmony_ci ), 42262306a36Sopenharmony_ci MTK_PIN( 42362306a36Sopenharmony_ci PINCTRL_PIN(36, "MRG_CLK"), 42462306a36Sopenharmony_ci NULL, "mt8167", 42562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 36), 42662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO36"), 42762306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_CLK"), 42862306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D4"), 42962306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_BCK"), 43062306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_BCK"), 43162306a36Sopenharmony_ci MTK_FUNCTION(5, "PCM0_CLK"), 43262306a36Sopenharmony_ci MTK_FUNCTION(6, "IR"), 43362306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[2]") 43462306a36Sopenharmony_ci ), 43562306a36Sopenharmony_ci MTK_PIN( 43662306a36Sopenharmony_ci PINCTRL_PIN(37, "MRG_SYNC"), 43762306a36Sopenharmony_ci NULL, "mt8167", 43862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 37), 43962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO37"), 44062306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_SYNC"), 44162306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D3"), 44262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_LRCK"), 44362306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_LRCK"), 44462306a36Sopenharmony_ci MTK_FUNCTION(5, "PCM0_SYNC"), 44562306a36Sopenharmony_ci MTK_FUNCTION(6, "EXT_COL"), 44662306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[3]") 44762306a36Sopenharmony_ci ), 44862306a36Sopenharmony_ci MTK_PIN( 44962306a36Sopenharmony_ci PINCTRL_PIN(38, "MRG_DI"), 45062306a36Sopenharmony_ci NULL, "mt8167", 45162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 38), 45262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO38"), 45362306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_DI"), 45462306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D1"), 45562306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_DI"), 45662306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_DO"), 45762306a36Sopenharmony_ci MTK_FUNCTION(5, "PCM0_DI"), 45862306a36Sopenharmony_ci MTK_FUNCTION(6, "EXT_MDIO"), 45962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[4]") 46062306a36Sopenharmony_ci ), 46162306a36Sopenharmony_ci MTK_PIN( 46262306a36Sopenharmony_ci PINCTRL_PIN(39, "MRG_DO"), 46362306a36Sopenharmony_ci NULL, "mt8167", 46462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 39), 46562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO39"), 46662306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_DO"), 46762306a36Sopenharmony_ci MTK_FUNCTION(2, "DPI_D2"), 46862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_MCK"), 46962306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_MCK"), 47062306a36Sopenharmony_ci MTK_FUNCTION(5, "PCM0_DO"), 47162306a36Sopenharmony_ci MTK_FUNCTION(6, "EXT_MDC"), 47262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[5]") 47362306a36Sopenharmony_ci ), 47462306a36Sopenharmony_ci MTK_PIN( 47562306a36Sopenharmony_ci PINCTRL_PIN(40, "KPROW0"), 47662306a36Sopenharmony_ci NULL, "mt8167", 47762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 40), 47862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO40"), 47962306a36Sopenharmony_ci MTK_FUNCTION(1, "KPROW0"), 48062306a36Sopenharmony_ci MTK_FUNCTION(4, "IMG_TEST_CK"), 48162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[4]") 48262306a36Sopenharmony_ci ), 48362306a36Sopenharmony_ci MTK_PIN( 48462306a36Sopenharmony_ci PINCTRL_PIN(41, "KPROW1"), 48562306a36Sopenharmony_ci NULL, "mt8167", 48662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 41), 48762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO41"), 48862306a36Sopenharmony_ci MTK_FUNCTION(1, "KPROW1"), 48962306a36Sopenharmony_ci MTK_FUNCTION(2, "IDDIG"), 49062306a36Sopenharmony_ci MTK_FUNCTION(3, "EXT_FRAME_SYNC"), 49162306a36Sopenharmony_ci MTK_FUNCTION(4, "MFG_TEST_CK"), 49262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[5]") 49362306a36Sopenharmony_ci ), 49462306a36Sopenharmony_ci MTK_PIN( 49562306a36Sopenharmony_ci PINCTRL_PIN(42, "KPCOL0"), 49662306a36Sopenharmony_ci NULL, "mt8167", 49762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 42), 49862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO42"), 49962306a36Sopenharmony_ci MTK_FUNCTION(1, "KPCOL0"), 50062306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[6]") 50162306a36Sopenharmony_ci ), 50262306a36Sopenharmony_ci MTK_PIN( 50362306a36Sopenharmony_ci PINCTRL_PIN(43, "KPCOL1"), 50462306a36Sopenharmony_ci NULL, "mt8167", 50562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 43), 50662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO43"), 50762306a36Sopenharmony_ci MTK_FUNCTION(1, "KPCOL1"), 50862306a36Sopenharmony_ci MTK_FUNCTION(2, "USB_DRVVBUS"), 50962306a36Sopenharmony_ci MTK_FUNCTION(3, "EXT_FRAME_SYNC"), 51062306a36Sopenharmony_ci MTK_FUNCTION(4, "TSF_IN"), 51162306a36Sopenharmony_ci MTK_FUNCTION(5, "DFD_NTRST_XI"), 51262306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_NTRST_XI"), 51362306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[7]") 51462306a36Sopenharmony_ci ), 51562306a36Sopenharmony_ci MTK_PIN( 51662306a36Sopenharmony_ci PINCTRL_PIN(44, "JTMS"), 51762306a36Sopenharmony_ci NULL, "mt8167", 51862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 44), 51962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO44"), 52062306a36Sopenharmony_ci MTK_FUNCTION(1, "JTMS"), 52162306a36Sopenharmony_ci MTK_FUNCTION(2, "CONN_MCU_TMS"), 52262306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_MCU_AICE_JMSC"), 52362306a36Sopenharmony_ci MTK_FUNCTION(4, "GPUDFD_TMS_XI"), 52462306a36Sopenharmony_ci MTK_FUNCTION(5, "DFD_TMS_XI"), 52562306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TMS_XI") 52662306a36Sopenharmony_ci ), 52762306a36Sopenharmony_ci MTK_PIN( 52862306a36Sopenharmony_ci PINCTRL_PIN(45, "JTCK"), 52962306a36Sopenharmony_ci NULL, "mt8167", 53062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 45), 53162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO45"), 53262306a36Sopenharmony_ci MTK_FUNCTION(1, "JTCK"), 53362306a36Sopenharmony_ci MTK_FUNCTION(2, "CONN_MCU_TCK"), 53462306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_MCU_AICE_JCKC"), 53562306a36Sopenharmony_ci MTK_FUNCTION(4, "GPUDFD_TCK_XI"), 53662306a36Sopenharmony_ci MTK_FUNCTION(5, "DFD_TCK_XI"), 53762306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TCK_XI") 53862306a36Sopenharmony_ci ), 53962306a36Sopenharmony_ci MTK_PIN( 54062306a36Sopenharmony_ci PINCTRL_PIN(46, "JTDI"), 54162306a36Sopenharmony_ci NULL, "mt8167", 54262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 46), 54362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO46"), 54462306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDI"), 54562306a36Sopenharmony_ci MTK_FUNCTION(2, "CONN_MCU_TDI"), 54662306a36Sopenharmony_ci MTK_FUNCTION(4, "GPUDFD_TDI_XI"), 54762306a36Sopenharmony_ci MTK_FUNCTION(5, "DFD_TDI_XI"), 54862306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TDI_XI") 54962306a36Sopenharmony_ci ), 55062306a36Sopenharmony_ci MTK_PIN( 55162306a36Sopenharmony_ci PINCTRL_PIN(47, "JTDO"), 55262306a36Sopenharmony_ci NULL, "mt8167", 55362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 47), 55462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO47"), 55562306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDO"), 55662306a36Sopenharmony_ci MTK_FUNCTION(2, "CONN_MCU_TDO"), 55762306a36Sopenharmony_ci MTK_FUNCTION(4, "GPUDFD_TDO"), 55862306a36Sopenharmony_ci MTK_FUNCTION(5, "DFD_TDO"), 55962306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TDO") 56062306a36Sopenharmony_ci ), 56162306a36Sopenharmony_ci MTK_PIN( 56262306a36Sopenharmony_ci PINCTRL_PIN(48, "SPI_CS"), 56362306a36Sopenharmony_ci NULL, "mt8167", 56462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 48), 56562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO48"), 56662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_CSB"), 56762306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_DI"), 56862306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S2_BCK"), 56962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[23]") 57062306a36Sopenharmony_ci ), 57162306a36Sopenharmony_ci MTK_PIN( 57262306a36Sopenharmony_ci PINCTRL_PIN(49, "SPI_CK"), 57362306a36Sopenharmony_ci NULL, "mt8167", 57462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 49), 57562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO49"), 57662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_CLK"), 57762306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_LRCK"), 57862306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S2_DI"), 57962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[24]") 58062306a36Sopenharmony_ci ), 58162306a36Sopenharmony_ci MTK_PIN( 58262306a36Sopenharmony_ci PINCTRL_PIN(50, "SPI_MI"), 58362306a36Sopenharmony_ci NULL, "mt8167", 58462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 50), 58562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO50"), 58662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_MI"), 58762306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI_MO"), 58862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_BCK"), 58962306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S2_LRCK"), 59062306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[25]") 59162306a36Sopenharmony_ci ), 59262306a36Sopenharmony_ci MTK_PIN( 59362306a36Sopenharmony_ci PINCTRL_PIN(51, "SPI_MO"), 59462306a36Sopenharmony_ci NULL, "mt8167", 59562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 51), 59662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO51"), 59762306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_MO"), 59862306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI_MI"), 59962306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_MCK"), 60062306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S2_MCK"), 60162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[26]") 60262306a36Sopenharmony_ci ), 60362306a36Sopenharmony_ci MTK_PIN( 60462306a36Sopenharmony_ci PINCTRL_PIN(52, "SDA1"), 60562306a36Sopenharmony_ci NULL, "mt8167", 60662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 52), 60762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO52"), 60862306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA1_0") 60962306a36Sopenharmony_ci ), 61062306a36Sopenharmony_ci MTK_PIN( 61162306a36Sopenharmony_ci PINCTRL_PIN(53, "SCL1"), 61262306a36Sopenharmony_ci NULL, "mt8167", 61362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 53), 61462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO53"), 61562306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL1_0") 61662306a36Sopenharmony_ci ), 61762306a36Sopenharmony_ci MTK_PIN( 61862306a36Sopenharmony_ci PINCTRL_PIN(54, "DISP_PWM"), 61962306a36Sopenharmony_ci NULL, "mt8167", 62062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 54), 62162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO54"), 62262306a36Sopenharmony_ci MTK_FUNCTION(1, "DISP_PWM"), 62362306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM_B"), 62462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[2]") 62562306a36Sopenharmony_ci ), 62662306a36Sopenharmony_ci MTK_PIN( 62762306a36Sopenharmony_ci PINCTRL_PIN(55, "I2S_DATA_IN"), 62862306a36Sopenharmony_ci NULL, "mt8167", 62962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 55), 63062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO55"), 63162306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DI"), 63262306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS0"), 63362306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_DO"), 63462306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S_8CH_DO1"), 63562306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM_A"), 63662306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_BCK"), 63762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[28]") 63862306a36Sopenharmony_ci ), 63962306a36Sopenharmony_ci MTK_PIN( 64062306a36Sopenharmony_ci PINCTRL_PIN(56, "I2S_LRCK"), 64162306a36Sopenharmony_ci NULL, "mt8167", 64262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 56), 64362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO56"), 64462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_LRCK"), 64562306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_LRCK"), 64662306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S_8CH_LRCK"), 64762306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM_B"), 64862306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_DI"), 64962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[29]") 65062306a36Sopenharmony_ci ), 65162306a36Sopenharmony_ci MTK_PIN( 65262306a36Sopenharmony_ci PINCTRL_PIN(57, "I2S_BCK"), 65362306a36Sopenharmony_ci NULL, "mt8167", 65462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 57), 65562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO57"), 65662306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_BCK"), 65762306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS0"), 65862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_BCK"), 65962306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S_8CH_BCK"), 66062306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM_C"), 66162306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_LRCK"), 66262306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[30]") 66362306a36Sopenharmony_ci ), 66462306a36Sopenharmony_ci MTK_PIN( 66562306a36Sopenharmony_ci PINCTRL_PIN(58, "SDA0"), 66662306a36Sopenharmony_ci NULL, "mt8167", 66762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 58), 66862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO58"), 66962306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA0_0") 67062306a36Sopenharmony_ci ), 67162306a36Sopenharmony_ci MTK_PIN( 67262306a36Sopenharmony_ci PINCTRL_PIN(59, "SCL0"), 67362306a36Sopenharmony_ci NULL, "mt8167", 67462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 59), 67562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO59"), 67662306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL0_0") 67762306a36Sopenharmony_ci ), 67862306a36Sopenharmony_ci MTK_PIN( 67962306a36Sopenharmony_ci PINCTRL_PIN(60, "SDA2"), 68062306a36Sopenharmony_ci NULL, "mt8167", 68162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 60), 68262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO60"), 68362306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA2_0"), 68462306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM_B") 68562306a36Sopenharmony_ci ), 68662306a36Sopenharmony_ci MTK_PIN( 68762306a36Sopenharmony_ci PINCTRL_PIN(61, "SCL2"), 68862306a36Sopenharmony_ci NULL, "mt8167", 68962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 61), 69062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO61"), 69162306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL2_0"), 69262306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM_C") 69362306a36Sopenharmony_ci ), 69462306a36Sopenharmony_ci MTK_PIN( 69562306a36Sopenharmony_ci PINCTRL_PIN(62, "URXD0"), 69662306a36Sopenharmony_ci NULL, "mt8167", 69762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 62), 69862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO62"), 69962306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD0"), 70062306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD0") 70162306a36Sopenharmony_ci ), 70262306a36Sopenharmony_ci MTK_PIN( 70362306a36Sopenharmony_ci PINCTRL_PIN(63, "UTXD0"), 70462306a36Sopenharmony_ci NULL, "mt8167", 70562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 63), 70662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO63"), 70762306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD0"), 70862306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD0") 70962306a36Sopenharmony_ci ), 71062306a36Sopenharmony_ci MTK_PIN( 71162306a36Sopenharmony_ci PINCTRL_PIN(64, "URXD1"), 71262306a36Sopenharmony_ci NULL, "mt8167", 71362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 64), 71462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO64"), 71562306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD1"), 71662306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD1"), 71762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[27]") 71862306a36Sopenharmony_ci ), 71962306a36Sopenharmony_ci MTK_PIN( 72062306a36Sopenharmony_ci PINCTRL_PIN(65, "UTXD1"), 72162306a36Sopenharmony_ci NULL, "mt8167", 72262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 65), 72362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO65"), 72462306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD1"), 72562306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD1"), 72662306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_A[31]") 72762306a36Sopenharmony_ci ), 72862306a36Sopenharmony_ci MTK_PIN( 72962306a36Sopenharmony_ci PINCTRL_PIN(66, "LCM_RST"), 73062306a36Sopenharmony_ci NULL, "mt8167", 73162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 66), 73262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO66"), 73362306a36Sopenharmony_ci MTK_FUNCTION(1, "LCM_RST"), 73462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S0_MCK"), 73562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[3]") 73662306a36Sopenharmony_ci ), 73762306a36Sopenharmony_ci MTK_PIN( 73862306a36Sopenharmony_ci PINCTRL_PIN(67, "DSI_TE"), 73962306a36Sopenharmony_ci NULL, "mt8167", 74062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 67), 74162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO67"), 74262306a36Sopenharmony_ci MTK_FUNCTION(1, "DSI_TE"), 74362306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S_8CH_MCK"), 74462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[14]") 74562306a36Sopenharmony_ci ), 74662306a36Sopenharmony_ci MTK_PIN( 74762306a36Sopenharmony_ci PINCTRL_PIN(68, "MSDC2_CMD"), 74862306a36Sopenharmony_ci NULL, "mt8167", 74962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 68), 75062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO68"), 75162306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_CMD"), 75262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO4"), 75362306a36Sopenharmony_ci MTK_FUNCTION(3, "SDA1_0"), 75462306a36Sopenharmony_ci MTK_FUNCTION(5, "USB_SDA"), 75562306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S3_BCK"), 75662306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[15]") 75762306a36Sopenharmony_ci ), 75862306a36Sopenharmony_ci MTK_PIN( 75962306a36Sopenharmony_ci PINCTRL_PIN(69, "MSDC2_CLK"), 76062306a36Sopenharmony_ci NULL, "mt8167", 76162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 69), 76262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO69"), 76362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_CLK"), 76462306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO3"), 76562306a36Sopenharmony_ci MTK_FUNCTION(3, "SCL1_0"), 76662306a36Sopenharmony_ci MTK_FUNCTION(4, "DPI_D21"), 76762306a36Sopenharmony_ci MTK_FUNCTION(5, "USB_SCL"), 76862306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S3_LRCK"), 76962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[16]") 77062306a36Sopenharmony_ci ), 77162306a36Sopenharmony_ci MTK_PIN( 77262306a36Sopenharmony_ci PINCTRL_PIN(70, "MSDC2_DAT0"), 77362306a36Sopenharmony_ci NULL, "mt8167", 77462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 70), 77562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO70"), 77662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT0"), 77762306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO2"), 77862306a36Sopenharmony_ci MTK_FUNCTION(4, "DPI_D22"), 77962306a36Sopenharmony_ci MTK_FUNCTION(5, "UTXD0"), 78062306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S3_DO"), 78162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[17]") 78262306a36Sopenharmony_ci ), 78362306a36Sopenharmony_ci MTK_PIN( 78462306a36Sopenharmony_ci PINCTRL_PIN(71, "MSDC2_DAT1"), 78562306a36Sopenharmony_ci NULL, "mt8167", 78662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 71), 78762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO71"), 78862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT1"), 78962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_DO1"), 79062306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM_A"), 79162306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_MCK"), 79262306a36Sopenharmony_ci MTK_FUNCTION(5, "URXD0"), 79362306a36Sopenharmony_ci MTK_FUNCTION(6, "PWM_B"), 79462306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[18]") 79562306a36Sopenharmony_ci ), 79662306a36Sopenharmony_ci MTK_PIN( 79762306a36Sopenharmony_ci PINCTRL_PIN(72, "MSDC2_DAT2"), 79862306a36Sopenharmony_ci NULL, "mt8167", 79962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 72), 80062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO72"), 80162306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT2"), 80262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_LRCK"), 80362306a36Sopenharmony_ci MTK_FUNCTION(3, "SDA2_0"), 80462306a36Sopenharmony_ci MTK_FUNCTION(4, "DPI_D23"), 80562306a36Sopenharmony_ci MTK_FUNCTION(5, "UTXD1"), 80662306a36Sopenharmony_ci MTK_FUNCTION(6, "PWM_C"), 80762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[19]") 80862306a36Sopenharmony_ci ), 80962306a36Sopenharmony_ci MTK_PIN( 81062306a36Sopenharmony_ci PINCTRL_PIN(73, "MSDC2_DAT3"), 81162306a36Sopenharmony_ci NULL, "mt8167", 81262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 73), 81362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO73"), 81462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT3"), 81562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S_8CH_BCK"), 81662306a36Sopenharmony_ci MTK_FUNCTION(3, "SCL2_0"), 81762306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_FRAME_SYNC"), 81862306a36Sopenharmony_ci MTK_FUNCTION(5, "URXD1"), 81962306a36Sopenharmony_ci MTK_FUNCTION(6, "PWM_A"), 82062306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[20]") 82162306a36Sopenharmony_ci ), 82262306a36Sopenharmony_ci MTK_PIN( 82362306a36Sopenharmony_ci PINCTRL_PIN(74, "TDN3"), 82462306a36Sopenharmony_ci NULL, "mt8167", 82562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 74), 82662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI74"), 82762306a36Sopenharmony_ci MTK_FUNCTION(1, "TDN3") 82862306a36Sopenharmony_ci ), 82962306a36Sopenharmony_ci MTK_PIN( 83062306a36Sopenharmony_ci PINCTRL_PIN(75, "TDP3"), 83162306a36Sopenharmony_ci NULL, "mt8167", 83262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 75), 83362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI75"), 83462306a36Sopenharmony_ci MTK_FUNCTION(1, "TDP3") 83562306a36Sopenharmony_ci ), 83662306a36Sopenharmony_ci MTK_PIN( 83762306a36Sopenharmony_ci PINCTRL_PIN(76, "TDN2"), 83862306a36Sopenharmony_ci NULL, "mt8167", 83962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 76), 84062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI76"), 84162306a36Sopenharmony_ci MTK_FUNCTION(1, "TDN2") 84262306a36Sopenharmony_ci ), 84362306a36Sopenharmony_ci MTK_PIN( 84462306a36Sopenharmony_ci PINCTRL_PIN(77, "TDP2"), 84562306a36Sopenharmony_ci NULL, "mt8167", 84662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 77), 84762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI77"), 84862306a36Sopenharmony_ci MTK_FUNCTION(1, "TDP2") 84962306a36Sopenharmony_ci ), 85062306a36Sopenharmony_ci MTK_PIN( 85162306a36Sopenharmony_ci PINCTRL_PIN(78, "TCN"), 85262306a36Sopenharmony_ci NULL, "mt8167", 85362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 78), 85462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI78"), 85562306a36Sopenharmony_ci MTK_FUNCTION(1, "TCN") 85662306a36Sopenharmony_ci ), 85762306a36Sopenharmony_ci MTK_PIN( 85862306a36Sopenharmony_ci PINCTRL_PIN(79, "TCP"), 85962306a36Sopenharmony_ci NULL, "mt8167", 86062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 79), 86162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI79"), 86262306a36Sopenharmony_ci MTK_FUNCTION(1, "TCP") 86362306a36Sopenharmony_ci ), 86462306a36Sopenharmony_ci MTK_PIN( 86562306a36Sopenharmony_ci PINCTRL_PIN(80, "TDN1"), 86662306a36Sopenharmony_ci NULL, "mt8167", 86762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 80), 86862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI80"), 86962306a36Sopenharmony_ci MTK_FUNCTION(1, "TDN1") 87062306a36Sopenharmony_ci ), 87162306a36Sopenharmony_ci MTK_PIN( 87262306a36Sopenharmony_ci PINCTRL_PIN(81, "TDP1"), 87362306a36Sopenharmony_ci NULL, "mt8167", 87462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 81), 87562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI81"), 87662306a36Sopenharmony_ci MTK_FUNCTION(1, "TDP1") 87762306a36Sopenharmony_ci ), 87862306a36Sopenharmony_ci MTK_PIN( 87962306a36Sopenharmony_ci PINCTRL_PIN(82, "TDN0"), 88062306a36Sopenharmony_ci NULL, "mt8167", 88162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 82), 88262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI82"), 88362306a36Sopenharmony_ci MTK_FUNCTION(1, "TDN0") 88462306a36Sopenharmony_ci ), 88562306a36Sopenharmony_ci MTK_PIN( 88662306a36Sopenharmony_ci PINCTRL_PIN(83, "TDP0"), 88762306a36Sopenharmony_ci NULL, "mt8167", 88862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 83), 88962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI83"), 89062306a36Sopenharmony_ci MTK_FUNCTION(1, "TDP0") 89162306a36Sopenharmony_ci ), 89262306a36Sopenharmony_ci MTK_PIN( 89362306a36Sopenharmony_ci PINCTRL_PIN(84, "RDN0"), 89462306a36Sopenharmony_ci NULL, "mt8167", 89562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 84), 89662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI84"), 89762306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN0") 89862306a36Sopenharmony_ci ), 89962306a36Sopenharmony_ci MTK_PIN( 90062306a36Sopenharmony_ci PINCTRL_PIN(85, "RDP0"), 90162306a36Sopenharmony_ci NULL, "mt8167", 90262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 85), 90362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI85"), 90462306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP0") 90562306a36Sopenharmony_ci ), 90662306a36Sopenharmony_ci MTK_PIN( 90762306a36Sopenharmony_ci PINCTRL_PIN(86, "RDN1"), 90862306a36Sopenharmony_ci NULL, "mt8167", 90962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 86), 91062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI86"), 91162306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN1") 91262306a36Sopenharmony_ci ), 91362306a36Sopenharmony_ci MTK_PIN( 91462306a36Sopenharmony_ci PINCTRL_PIN(87, "RDP1"), 91562306a36Sopenharmony_ci NULL, "mt8167", 91662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 87), 91762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI87"), 91862306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP1") 91962306a36Sopenharmony_ci ), 92062306a36Sopenharmony_ci MTK_PIN( 92162306a36Sopenharmony_ci PINCTRL_PIN(88, "RCN"), 92262306a36Sopenharmony_ci NULL, "mt8167", 92362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 88), 92462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI88"), 92562306a36Sopenharmony_ci MTK_FUNCTION(1, "RCN") 92662306a36Sopenharmony_ci ), 92762306a36Sopenharmony_ci MTK_PIN( 92862306a36Sopenharmony_ci PINCTRL_PIN(89, "RCP"), 92962306a36Sopenharmony_ci NULL, "mt8167", 93062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 89), 93162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI89"), 93262306a36Sopenharmony_ci MTK_FUNCTION(1, "RCP") 93362306a36Sopenharmony_ci ), 93462306a36Sopenharmony_ci MTK_PIN( 93562306a36Sopenharmony_ci PINCTRL_PIN(90, "RDN2"), 93662306a36Sopenharmony_ci NULL, "mt8167", 93762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 90), 93862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI90"), 93962306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN2"), 94062306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT8") 94162306a36Sopenharmony_ci ), 94262306a36Sopenharmony_ci MTK_PIN( 94362306a36Sopenharmony_ci PINCTRL_PIN(91, "RDP2"), 94462306a36Sopenharmony_ci NULL, "mt8167", 94562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 91), 94662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI91"), 94762306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP2"), 94862306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT9") 94962306a36Sopenharmony_ci ), 95062306a36Sopenharmony_ci MTK_PIN( 95162306a36Sopenharmony_ci PINCTRL_PIN(92, "RDN3"), 95262306a36Sopenharmony_ci NULL, "mt8167", 95362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 92), 95462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI92"), 95562306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN3"), 95662306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT4") 95762306a36Sopenharmony_ci ), 95862306a36Sopenharmony_ci MTK_PIN( 95962306a36Sopenharmony_ci PINCTRL_PIN(93, "RDP3"), 96062306a36Sopenharmony_ci NULL, "mt8167", 96162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 93), 96262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI93"), 96362306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP3"), 96462306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT5") 96562306a36Sopenharmony_ci ), 96662306a36Sopenharmony_ci MTK_PIN( 96762306a36Sopenharmony_ci PINCTRL_PIN(94, "RCN_A"), 96862306a36Sopenharmony_ci NULL, "mt8167", 96962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 94), 97062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI94"), 97162306a36Sopenharmony_ci MTK_FUNCTION(1, "RCN_A"), 97262306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT6") 97362306a36Sopenharmony_ci ), 97462306a36Sopenharmony_ci MTK_PIN( 97562306a36Sopenharmony_ci PINCTRL_PIN(95, "RCP_A"), 97662306a36Sopenharmony_ci NULL, "mt8167", 97762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 95), 97862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI95"), 97962306a36Sopenharmony_ci MTK_FUNCTION(1, "RCP_A"), 98062306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT7") 98162306a36Sopenharmony_ci ), 98262306a36Sopenharmony_ci MTK_PIN( 98362306a36Sopenharmony_ci PINCTRL_PIN(96, "RDN1_A"), 98462306a36Sopenharmony_ci NULL, "mt8167", 98562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 96), 98662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI96"), 98762306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN1_A"), 98862306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT2"), 98962306a36Sopenharmony_ci MTK_FUNCTION(3, "CMCSD2") 99062306a36Sopenharmony_ci ), 99162306a36Sopenharmony_ci MTK_PIN( 99262306a36Sopenharmony_ci PINCTRL_PIN(97, "RDP1_A"), 99362306a36Sopenharmony_ci NULL, "mt8167", 99462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 97), 99562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI97"), 99662306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP1_A"), 99762306a36Sopenharmony_ci MTK_FUNCTION(2, "CMDAT3"), 99862306a36Sopenharmony_ci MTK_FUNCTION(3, "CMCSD3") 99962306a36Sopenharmony_ci ), 100062306a36Sopenharmony_ci MTK_PIN( 100162306a36Sopenharmony_ci PINCTRL_PIN(98, "RDN0_A"), 100262306a36Sopenharmony_ci NULL, "mt8167", 100362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 98), 100462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI98"), 100562306a36Sopenharmony_ci MTK_FUNCTION(1, "RDN0_A"), 100662306a36Sopenharmony_ci MTK_FUNCTION(2, "CMHSYNC") 100762306a36Sopenharmony_ci ), 100862306a36Sopenharmony_ci MTK_PIN( 100962306a36Sopenharmony_ci PINCTRL_PIN(99, "RDP0_A"), 101062306a36Sopenharmony_ci NULL, "mt8167", 101162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 99), 101262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPI99"), 101362306a36Sopenharmony_ci MTK_FUNCTION(1, "RDP0_A"), 101462306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVSYNC") 101562306a36Sopenharmony_ci ), 101662306a36Sopenharmony_ci MTK_PIN( 101762306a36Sopenharmony_ci PINCTRL_PIN(100, "CMDAT0"), 101862306a36Sopenharmony_ci NULL, "mt8167", 101962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 100), 102062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO100"), 102162306a36Sopenharmony_ci MTK_FUNCTION(1, "CMDAT0"), 102262306a36Sopenharmony_ci MTK_FUNCTION(2, "CMCSD0"), 102362306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL2"), 102462306a36Sopenharmony_ci MTK_FUNCTION(5, "TDM_RX_MCK"), 102562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[21]") 102662306a36Sopenharmony_ci ), 102762306a36Sopenharmony_ci MTK_PIN( 102862306a36Sopenharmony_ci PINCTRL_PIN(101, "CMDAT1"), 102962306a36Sopenharmony_ci NULL, "mt8167", 103062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 101), 103162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO101"), 103262306a36Sopenharmony_ci MTK_FUNCTION(1, "CMDAT1"), 103362306a36Sopenharmony_ci MTK_FUNCTION(2, "CMCSD1"), 103462306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL3"), 103562306a36Sopenharmony_ci MTK_FUNCTION(4, "CMFLASH"), 103662306a36Sopenharmony_ci MTK_FUNCTION(5, "TDM_RX_BCK"), 103762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[22]") 103862306a36Sopenharmony_ci ), 103962306a36Sopenharmony_ci MTK_PIN( 104062306a36Sopenharmony_ci PINCTRL_PIN(102, "CMMCLK"), 104162306a36Sopenharmony_ci NULL, "mt8167", 104262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 102), 104362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO102"), 104462306a36Sopenharmony_ci MTK_FUNCTION(1, "CMMCLK"), 104562306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL4"), 104662306a36Sopenharmony_ci MTK_FUNCTION(5, "TDM_RX_LRCK"), 104762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[23]") 104862306a36Sopenharmony_ci ), 104962306a36Sopenharmony_ci MTK_PIN( 105062306a36Sopenharmony_ci PINCTRL_PIN(103, "CMPCLK"), 105162306a36Sopenharmony_ci NULL, "mt8167", 105262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 103), 105362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO103"), 105462306a36Sopenharmony_ci MTK_FUNCTION(1, "CMPCLK"), 105562306a36Sopenharmony_ci MTK_FUNCTION(2, "CMCSK"), 105662306a36Sopenharmony_ci MTK_FUNCTION(3, "ANT_SEL5"), 105762306a36Sopenharmony_ci MTK_FUNCTION(5, " TDM_RX_DI"), 105862306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[24]") 105962306a36Sopenharmony_ci ), 106062306a36Sopenharmony_ci MTK_PIN( 106162306a36Sopenharmony_ci PINCTRL_PIN(104, "MSDC1_CMD"), 106262306a36Sopenharmony_ci NULL, "mt8167", 106362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 104), 106462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO104"), 106562306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CMD"), 106662306a36Sopenharmony_ci MTK_FUNCTION(4, "SQICS"), 106762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[25]") 106862306a36Sopenharmony_ci ), 106962306a36Sopenharmony_ci MTK_PIN( 107062306a36Sopenharmony_ci PINCTRL_PIN(105, "MSDC1_CLK"), 107162306a36Sopenharmony_ci NULL, "mt8167", 107262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 105), 107362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO105"), 107462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CLK"), 107562306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_NTRST_XI"), 107662306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_NTRST_XI"), 107762306a36Sopenharmony_ci MTK_FUNCTION(4, "SQISO"), 107862306a36Sopenharmony_ci MTK_FUNCTION(5, "GPUEJ_NTRST_XI"), 107962306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[26]") 108062306a36Sopenharmony_ci ), 108162306a36Sopenharmony_ci MTK_PIN( 108262306a36Sopenharmony_ci PINCTRL_PIN(106, "MSDC1_DAT0"), 108362306a36Sopenharmony_ci NULL, "mt8167", 108462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 106), 108562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO106"), 108662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT0"), 108762306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TMS_XI"), 108862306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TMS_XI"), 108962306a36Sopenharmony_ci MTK_FUNCTION(4, "SQISI"), 109062306a36Sopenharmony_ci MTK_FUNCTION(5, "GPUEJ_TMS_XI"), 109162306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[27]") 109262306a36Sopenharmony_ci ), 109362306a36Sopenharmony_ci MTK_PIN( 109462306a36Sopenharmony_ci PINCTRL_PIN(107, "MSDC1_DAT1"), 109562306a36Sopenharmony_ci NULL, "mt8167", 109662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 107), 109762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO107"), 109862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT1"), 109962306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TCK_XI"), 110062306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TCK_XI"), 110162306a36Sopenharmony_ci MTK_FUNCTION(4, "SQIWP"), 110262306a36Sopenharmony_ci MTK_FUNCTION(5, "GPUEJ_TCK_XI"), 110362306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[28]") 110462306a36Sopenharmony_ci ), 110562306a36Sopenharmony_ci MTK_PIN( 110662306a36Sopenharmony_ci PINCTRL_PIN(108, "MSDC1_DAT2"), 110762306a36Sopenharmony_ci NULL, "mt8167", 110862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 108), 110962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO108"), 111062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT2"), 111162306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TDI_XI"), 111262306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDI_XI"), 111362306a36Sopenharmony_ci MTK_FUNCTION(4, "SQIRST"), 111462306a36Sopenharmony_ci MTK_FUNCTION(5, "GPUEJ_TDI_XI"), 111562306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[29]") 111662306a36Sopenharmony_ci ), 111762306a36Sopenharmony_ci MTK_PIN( 111862306a36Sopenharmony_ci PINCTRL_PIN(109, "MSDC1_DAT3"), 111962306a36Sopenharmony_ci NULL, "mt8167", 112062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 109), 112162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO109"), 112262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT3"), 112362306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TDO"), 112462306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDO"), 112562306a36Sopenharmony_ci MTK_FUNCTION(4, "SQICK"), 112662306a36Sopenharmony_ci MTK_FUNCTION(5, "GPUEJ_TDO"), 112762306a36Sopenharmony_ci MTK_FUNCTION(7, "DBG_MON_B[30]") 112862306a36Sopenharmony_ci ), 112962306a36Sopenharmony_ci MTK_PIN( 113062306a36Sopenharmony_ci PINCTRL_PIN(110, "MSDC0_DAT7"), 113162306a36Sopenharmony_ci NULL, "mt8167", 113262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 110), 113362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO110"), 113462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT7"), 113562306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD7") 113662306a36Sopenharmony_ci ), 113762306a36Sopenharmony_ci MTK_PIN( 113862306a36Sopenharmony_ci PINCTRL_PIN(111, "MSDC0_DAT6"), 113962306a36Sopenharmony_ci NULL, "mt8167", 114062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 111), 114162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO111"), 114262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT6"), 114362306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD6") 114462306a36Sopenharmony_ci ), 114562306a36Sopenharmony_ci MTK_PIN( 114662306a36Sopenharmony_ci PINCTRL_PIN(112, "MSDC0_DAT5"), 114762306a36Sopenharmony_ci NULL, "mt8167", 114862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 112), 114962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO112"), 115062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT5"), 115162306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD4") 115262306a36Sopenharmony_ci ), 115362306a36Sopenharmony_ci MTK_PIN( 115462306a36Sopenharmony_ci PINCTRL_PIN(113, "MSDC0_DAT4"), 115562306a36Sopenharmony_ci NULL, "mt8167", 115662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 113), 115762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO113"), 115862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT4"), 115962306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD3") 116062306a36Sopenharmony_ci ), 116162306a36Sopenharmony_ci MTK_PIN( 116262306a36Sopenharmony_ci PINCTRL_PIN(114, "MSDC0_RSTB"), 116362306a36Sopenharmony_ci NULL, "mt8167", 116462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 114), 116562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO114"), 116662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_RSTB"), 116762306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD0") 116862306a36Sopenharmony_ci ), 116962306a36Sopenharmony_ci MTK_PIN( 117062306a36Sopenharmony_ci PINCTRL_PIN(115, "MSDC0_CMD"), 117162306a36Sopenharmony_ci NULL, "mt8167", 117262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 115), 117362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO115"), 117462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CMD"), 117562306a36Sopenharmony_ci MTK_FUNCTION(4, "NALE") 117662306a36Sopenharmony_ci ), 117762306a36Sopenharmony_ci MTK_PIN( 117862306a36Sopenharmony_ci PINCTRL_PIN(116, "MSDC0_CLK"), 117962306a36Sopenharmony_ci NULL, "mt8167", 118062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 116), 118162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO116"), 118262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CLK"), 118362306a36Sopenharmony_ci MTK_FUNCTION(4, "NWEB") 118462306a36Sopenharmony_ci ), 118562306a36Sopenharmony_ci MTK_PIN( 118662306a36Sopenharmony_ci PINCTRL_PIN(117, "MSDC0_DAT3"), 118762306a36Sopenharmony_ci NULL, "mt8167", 118862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 117), 118962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO117"), 119062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT3"), 119162306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD1") 119262306a36Sopenharmony_ci ), 119362306a36Sopenharmony_ci MTK_PIN( 119462306a36Sopenharmony_ci PINCTRL_PIN(118, "MSDC0_DAT2"), 119562306a36Sopenharmony_ci NULL, "mt8167", 119662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 118), 119762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO118"), 119862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT2"), 119962306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD5") 120062306a36Sopenharmony_ci ), 120162306a36Sopenharmony_ci MTK_PIN( 120262306a36Sopenharmony_ci PINCTRL_PIN(119, "MSDC0_DAT1"), 120362306a36Sopenharmony_ci NULL, "mt8167", 120462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 119), 120562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO119"), 120662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT1"), 120762306a36Sopenharmony_ci MTK_FUNCTION(4, "NLD8") 120862306a36Sopenharmony_ci ), 120962306a36Sopenharmony_ci MTK_PIN( 121062306a36Sopenharmony_ci PINCTRL_PIN(120, "MSDC0_DAT0"), 121162306a36Sopenharmony_ci NULL, "mt8167", 121262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 120), 121362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO120"), 121462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT0"), 121562306a36Sopenharmony_ci MTK_FUNCTION(4, "WATCHDOG"), 121662306a36Sopenharmony_ci MTK_FUNCTION(5, "NLD2") 121762306a36Sopenharmony_ci ), 121862306a36Sopenharmony_ci MTK_PIN( 121962306a36Sopenharmony_ci PINCTRL_PIN(121, "CEC"), 122062306a36Sopenharmony_ci NULL, "mt8167", 122162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 121), 122262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO121"), 122362306a36Sopenharmony_ci MTK_FUNCTION(1, "CEC") 122462306a36Sopenharmony_ci ), 122562306a36Sopenharmony_ci MTK_PIN( 122662306a36Sopenharmony_ci PINCTRL_PIN(122, "HTPLG"), 122762306a36Sopenharmony_ci NULL, "mt8167", 122862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 122), 122962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO122"), 123062306a36Sopenharmony_ci MTK_FUNCTION(1, "HTPLG") 123162306a36Sopenharmony_ci ), 123262306a36Sopenharmony_ci MTK_PIN( 123362306a36Sopenharmony_ci PINCTRL_PIN(123, "HDMISCK"), 123462306a36Sopenharmony_ci NULL, "mt8167", 123562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 123), 123662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO123"), 123762306a36Sopenharmony_ci MTK_FUNCTION(1, "HDMISCK") 123862306a36Sopenharmony_ci ), 123962306a36Sopenharmony_ci MTK_PIN( 124062306a36Sopenharmony_ci PINCTRL_PIN(124, "HDMISD"), 124162306a36Sopenharmony_ci NULL, "mt8167", 124262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 124), 124362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO124"), 124462306a36Sopenharmony_ci MTK_FUNCTION(1, "HDMISD") 124562306a36Sopenharmony_ci ), 124662306a36Sopenharmony_ci}; 124762306a36Sopenharmony_ci 124862306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8167_H */ 1249