162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2021 MediaTek Inc. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Author: Guodong Liu <guodong.liu@mediatek.com> 662306a36Sopenharmony_ci * 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT8186_H 1062306a36Sopenharmony_ci#define __PINCTRL_MTK_MT8186_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#include "pinctrl-paris.h" 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt8186[] = { 1562306a36Sopenharmony_ci MTK_PIN( 1662306a36Sopenharmony_ci 0, "GPIO0", 1762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 0), 1862306a36Sopenharmony_ci DRV_GRP4, 1962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO0"), 2062306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_MCK"), 2162306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI0_CLK_B"), 2262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK"), 2362306a36Sopenharmony_ci MTK_FUNCTION(4, "CMFLASH0"), 2462306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SPI0_CK"), 2562306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO0_AO"), 2662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a0") 2762306a36Sopenharmony_ci ), 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci MTK_PIN( 3062306a36Sopenharmony_ci 1, "GPIO1", 3162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 1), 3262306a36Sopenharmony_ci DRV_GRP4, 3362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO1"), 3462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_BCK"), 3562306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI0_CSB_B"), 3662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK"), 3762306a36Sopenharmony_ci MTK_FUNCTION(4, "CMFLASH1"), 3862306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SPI0_CS"), 3962306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO1_AO") 4062306a36Sopenharmony_ci ), 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci MTK_PIN( 4362306a36Sopenharmony_ci 2, "GPIO2", 4462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 2), 4562306a36Sopenharmony_ci DRV_GRP4, 4662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO2"), 4762306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_LRCK"), 4862306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI0_MO_B"), 4962306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_LRCK"), 5062306a36Sopenharmony_ci MTK_FUNCTION(4, "CMFLASH2"), 5162306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SPI0_MO"), 5262306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO2_AO") 5362306a36Sopenharmony_ci ), 5462306a36Sopenharmony_ci 5562306a36Sopenharmony_ci MTK_PIN( 5662306a36Sopenharmony_ci 3, "GPIO3", 5762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 3), 5862306a36Sopenharmony_ci DRV_GRP4, 5962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO3"), 6062306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DI"), 6162306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI0_MI_B"), 6262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI"), 6362306a36Sopenharmony_ci MTK_FUNCTION(4, "SRCLKENAI1"), 6462306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SPI0_MI"), 6562306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO3_AO") 6662306a36Sopenharmony_ci ), 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ci MTK_PIN( 6962306a36Sopenharmony_ci 4, "GPIO4", 7062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 4), 7162306a36Sopenharmony_ci DRV_GRP4, 7262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO4"), 7362306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO"), 7462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO"), 7562306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO4_AO") 7662306a36Sopenharmony_ci ), 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_ci MTK_PIN( 7962306a36Sopenharmony_ci 5, "GPIO5", 8062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 5), 8162306a36Sopenharmony_ci DRV_GRP4, 8262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO5"), 8362306a36Sopenharmony_ci MTK_FUNCTION(1, "EXT_FRAME_SYNC"), 8462306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO5_AO") 8562306a36Sopenharmony_ci ), 8662306a36Sopenharmony_ci 8762306a36Sopenharmony_ci MTK_PIN( 8862306a36Sopenharmony_ci 6, "GPIO6", 8962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 6), 9062306a36Sopenharmony_ci DRV_GRP4, 9162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO6"), 9262306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_MCK"), 9362306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI1_CLK_B"), 9462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_MCK"), 9562306a36Sopenharmony_ci MTK_FUNCTION(4, "DPI_DATA22"), 9662306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO6_AO") 9762306a36Sopenharmony_ci ), 9862306a36Sopenharmony_ci 9962306a36Sopenharmony_ci MTK_PIN( 10062306a36Sopenharmony_ci 7, "GPIO7", 10162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 7), 10262306a36Sopenharmony_ci DRV_GRP4, 10362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO7"), 10462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_BCK"), 10562306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI1_CSB_B"), 10662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_BCK"), 10762306a36Sopenharmony_ci MTK_FUNCTION(4, "DPI_DATA23"), 10862306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO7_AO") 10962306a36Sopenharmony_ci ), 11062306a36Sopenharmony_ci 11162306a36Sopenharmony_ci MTK_PIN( 11262306a36Sopenharmony_ci 8, "GPIO8", 11362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 8), 11462306a36Sopenharmony_ci DRV_GRP4, 11562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO8"), 11662306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_LRCK"), 11762306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI1_MO_B"), 11862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_LRCK"), 11962306a36Sopenharmony_ci MTK_FUNCTION(4, "CONN_UART0_RXD"), 12062306a36Sopenharmony_ci MTK_FUNCTION(5, "SSPM_URXD_AO"), 12162306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_UART_RX"), 12262306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_DBGACK_N") 12362306a36Sopenharmony_ci ), 12462306a36Sopenharmony_ci 12562306a36Sopenharmony_ci MTK_PIN( 12662306a36Sopenharmony_ci 9, "GPIO9", 12762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 9), 12862306a36Sopenharmony_ci DRV_GRP4, 12962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO9"), 13062306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO"), 13162306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI1_MI_B"), 13262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO"), 13362306a36Sopenharmony_ci MTK_FUNCTION(4, "CONN_UART0_TXD"), 13462306a36Sopenharmony_ci MTK_FUNCTION(5, "SSPM_UTXD_AO"), 13562306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_UART_TX"), 13662306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_DBGI_N") 13762306a36Sopenharmony_ci ), 13862306a36Sopenharmony_ci 13962306a36Sopenharmony_ci MTK_PIN( 14062306a36Sopenharmony_ci 10, "GPIO10", 14162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 10), 14262306a36Sopenharmony_ci DRV_GRP4, 14362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO10"), 14462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_MCK"), 14562306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI4_CLK_A"), 14662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK"), 14762306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TDI"), 14862306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TDI"), 14962306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TDI"), 15062306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_TDI") 15162306a36Sopenharmony_ci ), 15262306a36Sopenharmony_ci 15362306a36Sopenharmony_ci MTK_PIN( 15462306a36Sopenharmony_ci 11, "GPIO11", 15562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 11), 15662306a36Sopenharmony_ci DRV_GRP4, 15762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO11"), 15862306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_BCK"), 15962306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI4_CSB_A"), 16062306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK"), 16162306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TRSTN"), 16262306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TRSTN"), 16362306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TRSTN"), 16462306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_TRST_B") 16562306a36Sopenharmony_ci ), 16662306a36Sopenharmony_ci 16762306a36Sopenharmony_ci MTK_PIN( 16862306a36Sopenharmony_ci 12, "GPIO12", 16962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 12), 17062306a36Sopenharmony_ci DRV_GRP4, 17162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO12"), 17262306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_LRCK"), 17362306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI4_MO_A"), 17462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_LRCK"), 17562306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TCK"), 17662306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TCK"), 17762306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TCK"), 17862306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_TCK") 17962306a36Sopenharmony_ci ), 18062306a36Sopenharmony_ci 18162306a36Sopenharmony_ci MTK_PIN( 18262306a36Sopenharmony_ci 13, "GPIO13", 18362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 13), 18462306a36Sopenharmony_ci DRV_GRP4, 18562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO13"), 18662306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DI"), 18762306a36Sopenharmony_ci MTK_FUNCTION(2, "SPI4_MI_A"), 18862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI"), 18962306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TDO"), 19062306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TDO"), 19162306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TDO"), 19262306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_TDO") 19362306a36Sopenharmony_ci ), 19462306a36Sopenharmony_ci 19562306a36Sopenharmony_ci MTK_PIN( 19662306a36Sopenharmony_ci 14, "GPIO14", 19762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 14), 19862306a36Sopenharmony_ci DRV_GRP4, 19962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO14"), 20062306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM0"), 20162306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TMS"), 20262306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TMS"), 20362306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TMS"), 20462306a36Sopenharmony_ci MTK_FUNCTION(7, "CONN_MCU_TMS") 20562306a36Sopenharmony_ci ), 20662306a36Sopenharmony_ci 20762306a36Sopenharmony_ci MTK_PIN( 20862306a36Sopenharmony_ci 15, "GPIO15", 20962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 15), 21062306a36Sopenharmony_ci DRV_GRP4, 21162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO15"), 21262306a36Sopenharmony_ci MTK_FUNCTION(1, "EXT_FRAME_SYNC"), 21362306a36Sopenharmony_ci MTK_FUNCTION(2, "SRCLKENAI1"), 21462306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM1"), 21562306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM0") 21662306a36Sopenharmony_ci ), 21762306a36Sopenharmony_ci 21862306a36Sopenharmony_ci MTK_PIN( 21962306a36Sopenharmony_ci 16, "GPIO16", 22062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 16), 22162306a36Sopenharmony_ci DRV_GRP4, 22262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO16"), 22362306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_WIFI_TXD"), 22462306a36Sopenharmony_ci MTK_FUNCTION(2, "SRCLKENAI0"), 22562306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM2"), 22662306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM1") 22762306a36Sopenharmony_ci ), 22862306a36Sopenharmony_ci 22962306a36Sopenharmony_ci MTK_PIN( 23062306a36Sopenharmony_ci 17, "GPIO17", 23162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 17), 23262306a36Sopenharmony_ci DRV_GRP4, 23362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO17"), 23462306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM3"), 23562306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM2"), 23662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a32") 23762306a36Sopenharmony_ci ), 23862306a36Sopenharmony_ci 23962306a36Sopenharmony_ci MTK_PIN( 24062306a36Sopenharmony_ci 18, "GPIO18", 24162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 18), 24262306a36Sopenharmony_ci DRV_GRP4, 24362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO18"), 24462306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF0"), 24562306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI2_CLK_B"), 24662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a26") 24762306a36Sopenharmony_ci ), 24862306a36Sopenharmony_ci 24962306a36Sopenharmony_ci MTK_PIN( 25062306a36Sopenharmony_ci 19, "GPIO19", 25162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 19), 25262306a36Sopenharmony_ci DRV_GRP4, 25362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO19"), 25462306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF1"), 25562306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL3"), 25662306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI2_CSB_B"), 25762306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a2") 25862306a36Sopenharmony_ci ), 25962306a36Sopenharmony_ci 26062306a36Sopenharmony_ci MTK_PIN( 26162306a36Sopenharmony_ci 20, "GPIO20", 26262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 20), 26362306a36Sopenharmony_ci DRV_GRP4, 26462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO20"), 26562306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF2"), 26662306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL4"), 26762306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI2_MO_B"), 26862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a3") 26962306a36Sopenharmony_ci ), 27062306a36Sopenharmony_ci 27162306a36Sopenharmony_ci MTK_PIN( 27262306a36Sopenharmony_ci 21, "GPIO21", 27362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 21), 27462306a36Sopenharmony_ci DRV_GRP4, 27562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO21"), 27662306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_MCK"), 27762306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_MCK"), 27862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_MCK"), 27962306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL5"), 28062306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI2_MI_B"), 28162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a4") 28262306a36Sopenharmony_ci ), 28362306a36Sopenharmony_ci 28462306a36Sopenharmony_ci MTK_PIN( 28562306a36Sopenharmony_ci 22, "GPIO22", 28662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 22), 28762306a36Sopenharmony_ci DRV_GRP4, 28862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO22"), 28962306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_BCK"), 29062306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_BCK"), 29162306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_BCK"), 29262306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_LRCK"), 29362306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL6"), 29462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a5") 29562306a36Sopenharmony_ci ), 29662306a36Sopenharmony_ci 29762306a36Sopenharmony_ci MTK_PIN( 29862306a36Sopenharmony_ci 23, "GPIO23", 29962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 23), 30062306a36Sopenharmony_ci DRV_GRP4, 30162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO23"), 30262306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_LRCK"), 30362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_LRCK"), 30462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_LRCK"), 30562306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_BCK"), 30662306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL7"), 30762306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a6") 30862306a36Sopenharmony_ci ), 30962306a36Sopenharmony_ci 31062306a36Sopenharmony_ci MTK_PIN( 31162306a36Sopenharmony_ci 24, "GPIO24", 31262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 24), 31362306a36Sopenharmony_ci DRV_GRP4, 31462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO24"), 31562306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DI"), 31662306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO"), 31762306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S3_DO"), 31862306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_MCK"), 31962306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a7") 32062306a36Sopenharmony_ci ), 32162306a36Sopenharmony_ci 32262306a36Sopenharmony_ci MTK_PIN( 32362306a36Sopenharmony_ci 25, "GPIO25", 32462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 25), 32562306a36Sopenharmony_ci DRV_GRP4, 32662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO25"), 32762306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S2_MCK"), 32862306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM_CLK"), 32962306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI4_CLK_B"), 33062306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_DATA0"), 33162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a8") 33262306a36Sopenharmony_ci ), 33362306a36Sopenharmony_ci 33462306a36Sopenharmony_ci MTK_PIN( 33562306a36Sopenharmony_ci 26, "GPIO26", 33662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 26), 33762306a36Sopenharmony_ci DRV_GRP4, 33862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO26"), 33962306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S2_BCK"), 34062306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM_SYNC"), 34162306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI4_CSB_B"), 34262306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_DATA1"), 34362306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a9") 34462306a36Sopenharmony_ci ), 34562306a36Sopenharmony_ci 34662306a36Sopenharmony_ci MTK_PIN( 34762306a36Sopenharmony_ci 27, "GPIO27", 34862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 27), 34962306a36Sopenharmony_ci DRV_GRP4, 35062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO27"), 35162306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S2_LRCK"), 35262306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM_DI"), 35362306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI4_MO_B"), 35462306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_DATA2"), 35562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a10") 35662306a36Sopenharmony_ci ), 35762306a36Sopenharmony_ci 35862306a36Sopenharmony_ci MTK_PIN( 35962306a36Sopenharmony_ci 28, "GPIO28", 36062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 28), 36162306a36Sopenharmony_ci DRV_GRP4, 36262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO28"), 36362306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S2_DI"), 36462306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM_DO"), 36562306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI4_MI_B"), 36662306a36Sopenharmony_ci MTK_FUNCTION(4, "TDM_RX_DATA3") 36762306a36Sopenharmony_ci ), 36862306a36Sopenharmony_ci 36962306a36Sopenharmony_ci MTK_PIN( 37062306a36Sopenharmony_ci 29, "GPIO29", 37162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 29), 37262306a36Sopenharmony_ci DRV_GRP4, 37362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO29"), 37462306a36Sopenharmony_ci MTK_FUNCTION(1, "ANT_SEL0"), 37562306a36Sopenharmony_ci MTK_FUNCTION(2, "GPS_L1_ELNA_EN") 37662306a36Sopenharmony_ci ), 37762306a36Sopenharmony_ci 37862306a36Sopenharmony_ci MTK_PIN( 37962306a36Sopenharmony_ci 30, "GPIO30", 38062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 30), 38162306a36Sopenharmony_ci DRV_GRP4, 38262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO30"), 38362306a36Sopenharmony_ci MTK_FUNCTION(1, "ANT_SEL1") 38462306a36Sopenharmony_ci ), 38562306a36Sopenharmony_ci 38662306a36Sopenharmony_ci MTK_PIN( 38762306a36Sopenharmony_ci 31, "GPIO31", 38862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 31), 38962306a36Sopenharmony_ci DRV_GRP4, 39062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO31"), 39162306a36Sopenharmony_ci MTK_FUNCTION(1, "ANT_SEL2"), 39262306a36Sopenharmony_ci MTK_FUNCTION(2, "EXT_FRAME_SYNC"), 39362306a36Sopenharmony_ci MTK_FUNCTION(3, "SRCLKENAI1") 39462306a36Sopenharmony_ci ), 39562306a36Sopenharmony_ci 39662306a36Sopenharmony_ci MTK_PIN( 39762306a36Sopenharmony_ci 32, "GPIO32", 39862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 32), 39962306a36Sopenharmony_ci DRV_GRP4, 40062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO32"), 40162306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD0"), 40262306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD0"), 40362306a36Sopenharmony_ci MTK_FUNCTION(3, "ADSP_UART_RX"), 40462306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_URXD1_AO") 40562306a36Sopenharmony_ci ), 40662306a36Sopenharmony_ci 40762306a36Sopenharmony_ci MTK_PIN( 40862306a36Sopenharmony_ci 33, "GPIO33", 40962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 33), 41062306a36Sopenharmony_ci DRV_GRP4, 41162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO33"), 41262306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD0"), 41362306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD0"), 41462306a36Sopenharmony_ci MTK_FUNCTION(3, "ADSP_UART_TX"), 41562306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_UTXD1_AO") 41662306a36Sopenharmony_ci ), 41762306a36Sopenharmony_ci 41862306a36Sopenharmony_ci MTK_PIN( 41962306a36Sopenharmony_ci 34, "GPIO34", 42062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 34), 42162306a36Sopenharmony_ci DRV_GRP4, 42262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO34"), 42362306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD1"), 42462306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URXD2_AO"), 42562306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_URXD_AO"), 42662306a36Sopenharmony_ci MTK_FUNCTION(4, "ADSP_UART_RX"), 42762306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_UART0_RXD") 42862306a36Sopenharmony_ci ), 42962306a36Sopenharmony_ci 43062306a36Sopenharmony_ci MTK_PIN( 43162306a36Sopenharmony_ci 35, "GPIO35", 43262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 35), 43362306a36Sopenharmony_ci DRV_GRP4, 43462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO35"), 43562306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD1"), 43662306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UTXD2_AO"), 43762306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_UTXD_AO"), 43862306a36Sopenharmony_ci MTK_FUNCTION(4, "ADSP_UART_TX"), 43962306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_UART0_TXD"), 44062306a36Sopenharmony_ci MTK_FUNCTION(6, "CONN_WIFI_TXD") 44162306a36Sopenharmony_ci ), 44262306a36Sopenharmony_ci 44362306a36Sopenharmony_ci MTK_PIN( 44462306a36Sopenharmony_ci 36, "GPIO36", 44562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 36), 44662306a36Sopenharmony_ci DRV_GRP4, 44762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO36"), 44862306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI0_CLK_A"), 44962306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM0"), 45062306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI0_CK"), 45162306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_CK"), 45262306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a11") 45362306a36Sopenharmony_ci ), 45462306a36Sopenharmony_ci 45562306a36Sopenharmony_ci MTK_PIN( 45662306a36Sopenharmony_ci 37, "GPIO37", 45762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 37), 45862306a36Sopenharmony_ci DRV_GRP4, 45962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO37"), 46062306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI0_CSB_A"), 46162306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM1"), 46262306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0"), 46362306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI0_CS"), 46462306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_CS"), 46562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a12") 46662306a36Sopenharmony_ci ), 46762306a36Sopenharmony_ci 46862306a36Sopenharmony_ci MTK_PIN( 46962306a36Sopenharmony_ci 38, "GPIO38", 47062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 38), 47162306a36Sopenharmony_ci DRV_GRP4, 47262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO38"), 47362306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI0_MO_A"), 47462306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM2"), 47562306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 47662306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI0_MO"), 47762306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_IO0"), 47862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a13") 47962306a36Sopenharmony_ci ), 48062306a36Sopenharmony_ci 48162306a36Sopenharmony_ci MTK_PIN( 48262306a36Sopenharmony_ci 39, "GPIO39", 48362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 39), 48462306a36Sopenharmony_ci DRV_GRP4, 48562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO39"), 48662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI0_MI_A"), 48762306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM3"), 48862306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 48962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI0_MI"), 49062306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_IO1"), 49162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a14") 49262306a36Sopenharmony_ci ), 49362306a36Sopenharmony_ci 49462306a36Sopenharmony_ci MTK_PIN( 49562306a36Sopenharmony_ci 40, "GPIO40", 49662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 40), 49762306a36Sopenharmony_ci DRV_GRP4, 49862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO40"), 49962306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI1_CLK_A"), 50062306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI1_CK"), 50162306a36Sopenharmony_ci MTK_FUNCTION(4, "UCTS0"), 50262306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_IO2"), 50362306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_UCTS1_AO"), 50462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a15") 50562306a36Sopenharmony_ci ), 50662306a36Sopenharmony_ci 50762306a36Sopenharmony_ci MTK_PIN( 50862306a36Sopenharmony_ci 41, "GPIO41", 50962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 41), 51062306a36Sopenharmony_ci DRV_GRP4, 51162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO41"), 51262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI1_CSB_A"), 51362306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI1_CS"), 51462306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0"), 51562306a36Sopenharmony_ci MTK_FUNCTION(4, "URTS0"), 51662306a36Sopenharmony_ci MTK_FUNCTION(5, "SPINOR_IO3"), 51762306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_URTS1_AO"), 51862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a16") 51962306a36Sopenharmony_ci ), 52062306a36Sopenharmony_ci 52162306a36Sopenharmony_ci MTK_PIN( 52262306a36Sopenharmony_ci 42, "GPIO42", 52362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 42), 52462306a36Sopenharmony_ci DRV_GRP4, 52562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO42"), 52662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI1_MO_A"), 52762306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI1_MO"), 52862306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 52962306a36Sopenharmony_ci MTK_FUNCTION(4, "UCTS1"), 53062306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_UCTS2_AO"), 53162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a17") 53262306a36Sopenharmony_ci ), 53362306a36Sopenharmony_ci 53462306a36Sopenharmony_ci MTK_PIN( 53562306a36Sopenharmony_ci 43, "GPIO43", 53662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 43), 53762306a36Sopenharmony_ci DRV_GRP4, 53862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO43"), 53962306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI1_MI_A"), 54062306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI1_MI"), 54162306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 54262306a36Sopenharmony_ci MTK_FUNCTION(4, "URTS1"), 54362306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_URTS2_AO"), 54462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a18") 54562306a36Sopenharmony_ci ), 54662306a36Sopenharmony_ci 54762306a36Sopenharmony_ci MTK_PIN( 54862306a36Sopenharmony_ci 44, "GPIO44", 54962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 44), 55062306a36Sopenharmony_ci DRV_GRP4, 55162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO44"), 55262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI2_CLK_A"), 55362306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI0_CK"), 55462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a19") 55562306a36Sopenharmony_ci ), 55662306a36Sopenharmony_ci 55762306a36Sopenharmony_ci MTK_PIN( 55862306a36Sopenharmony_ci 45, "GPIO45", 55962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 45), 56062306a36Sopenharmony_ci DRV_GRP4, 56162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO45"), 56262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI2_CSB_A"), 56362306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI0_CS"), 56462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a20") 56562306a36Sopenharmony_ci ), 56662306a36Sopenharmony_ci 56762306a36Sopenharmony_ci MTK_PIN( 56862306a36Sopenharmony_ci 46, "GPIO46", 56962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 46), 57062306a36Sopenharmony_ci DRV_GRP4, 57162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO46"), 57262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI2_MO_A"), 57362306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI0_MO"), 57462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a21") 57562306a36Sopenharmony_ci ), 57662306a36Sopenharmony_ci 57762306a36Sopenharmony_ci MTK_PIN( 57862306a36Sopenharmony_ci 47, "GPIO47", 57962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 47), 58062306a36Sopenharmony_ci DRV_GRP4, 58162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO47"), 58262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI2_MI_A"), 58362306a36Sopenharmony_ci MTK_FUNCTION(2, "SCP_SPI0_MI"), 58462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a22") 58562306a36Sopenharmony_ci ), 58662306a36Sopenharmony_ci 58762306a36Sopenharmony_ci MTK_PIN( 58862306a36Sopenharmony_ci 48, "GPIO48", 58962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 48), 59062306a36Sopenharmony_ci DRV_GRP4, 59162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO48"), 59262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI3_CLK"), 59362306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URXD1_AO"), 59462306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_URXD2_AO"), 59562306a36Sopenharmony_ci MTK_FUNCTION(4, "URXD1"), 59662306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_MCK"), 59762306a36Sopenharmony_ci MTK_FUNCTION(6, "SCP_SPI0_CK") 59862306a36Sopenharmony_ci ), 59962306a36Sopenharmony_ci 60062306a36Sopenharmony_ci MTK_PIN( 60162306a36Sopenharmony_ci 49, "GPIO49", 60262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 49), 60362306a36Sopenharmony_ci DRV_GRP4, 60462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO49"), 60562306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI3_CSB"), 60662306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UTXD1_AO"), 60762306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_UTXD2_AO"), 60862306a36Sopenharmony_ci MTK_FUNCTION(4, "UTXD1"), 60962306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_BCK"), 61062306a36Sopenharmony_ci MTK_FUNCTION(6, "SCP_SPI0_CS") 61162306a36Sopenharmony_ci ), 61262306a36Sopenharmony_ci 61362306a36Sopenharmony_ci MTK_PIN( 61462306a36Sopenharmony_ci 50, "GPIO50", 61562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 50), 61662306a36Sopenharmony_ci DRV_GRP4, 61762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO50"), 61862306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI3_MO"), 61962306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_LRCK"), 62062306a36Sopenharmony_ci MTK_FUNCTION(6, "SCP_SPI0_MO") 62162306a36Sopenharmony_ci ), 62262306a36Sopenharmony_ci 62362306a36Sopenharmony_ci MTK_PIN( 62462306a36Sopenharmony_ci 51, "GPIO51", 62562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 51), 62662306a36Sopenharmony_ci DRV_GRP4, 62762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO51"), 62862306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI3_MI"), 62962306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_DI"), 63062306a36Sopenharmony_ci MTK_FUNCTION(6, "SCP_SPI0_MI") 63162306a36Sopenharmony_ci ), 63262306a36Sopenharmony_ci 63362306a36Sopenharmony_ci MTK_PIN( 63462306a36Sopenharmony_ci 52, "GPIO52", 63562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 52), 63662306a36Sopenharmony_ci DRV_GRP4, 63762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO52"), 63862306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI5_CLK"), 63962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_MCK"), 64062306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_MCK"), 64162306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI1_CK"), 64262306a36Sopenharmony_ci MTK_FUNCTION(5, "LVTS_26M"), 64362306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TCK_XI"), 64462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b30") 64562306a36Sopenharmony_ci ), 64662306a36Sopenharmony_ci 64762306a36Sopenharmony_ci MTK_PIN( 64862306a36Sopenharmony_ci 53, "GPIO53", 64962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 53), 65062306a36Sopenharmony_ci DRV_GRP4, 65162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO53"), 65262306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI5_CSB"), 65362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_BCK"), 65462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_BCK"), 65562306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI1_CS"), 65662306a36Sopenharmony_ci MTK_FUNCTION(5, "LVTS_FOUT"), 65762306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDI"), 65862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b31") 65962306a36Sopenharmony_ci ), 66062306a36Sopenharmony_ci 66162306a36Sopenharmony_ci MTK_PIN( 66262306a36Sopenharmony_ci 54, "GPIO54", 66362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 54), 66462306a36Sopenharmony_ci DRV_GRP4, 66562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO54"), 66662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI5_MO"), 66762306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_LRCK"), 66862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_LRCK"), 66962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI1_MO"), 67062306a36Sopenharmony_ci MTK_FUNCTION(5, "LVTS_SCK"), 67162306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDO"), 67262306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a1") 67362306a36Sopenharmony_ci ), 67462306a36Sopenharmony_ci 67562306a36Sopenharmony_ci MTK_PIN( 67662306a36Sopenharmony_ci 55, "GPIO55", 67762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 55), 67862306a36Sopenharmony_ci DRV_GRP4, 67962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO55"), 68062306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI5_MI"), 68162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_DI"), 68262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO"), 68362306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SPI1_MI"), 68462306a36Sopenharmony_ci MTK_FUNCTION(5, "LVTS_SDO"), 68562306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TMS"), 68662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b32") 68762306a36Sopenharmony_ci ), 68862306a36Sopenharmony_ci 68962306a36Sopenharmony_ci MTK_PIN( 69062306a36Sopenharmony_ci 56, "GPIO56", 69162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 56), 69262306a36Sopenharmony_ci DRV_GRP4, 69362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO56"), 69462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S1_DO"), 69562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S3_DO"), 69662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a23") 69762306a36Sopenharmony_ci ), 69862306a36Sopenharmony_ci 69962306a36Sopenharmony_ci MTK_PIN( 70062306a36Sopenharmony_ci 57, "GPIO57", 70162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 57), 70262306a36Sopenharmony_ci DRV_GRP4, 70362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO57"), 70462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S1_BCK"), 70562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S3_BCK"), 70662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a24") 70762306a36Sopenharmony_ci ), 70862306a36Sopenharmony_ci 70962306a36Sopenharmony_ci MTK_PIN( 71062306a36Sopenharmony_ci 58, "GPIO58", 71162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 58), 71262306a36Sopenharmony_ci DRV_GRP4, 71362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO58"), 71462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S1_LRCK"), 71562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S3_LRCK"), 71662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a25") 71762306a36Sopenharmony_ci ), 71862306a36Sopenharmony_ci 71962306a36Sopenharmony_ci MTK_PIN( 72062306a36Sopenharmony_ci 59, "GPIO59", 72162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 59), 72262306a36Sopenharmony_ci DRV_GRP4, 72362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO59"), 72462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S1_MCK"), 72562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S3_MCK"), 72662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a27") 72762306a36Sopenharmony_ci ), 72862306a36Sopenharmony_ci 72962306a36Sopenharmony_ci MTK_PIN( 73062306a36Sopenharmony_ci 60, "GPIO60", 73162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 60), 73262306a36Sopenharmony_ci DRV_GRP4, 73362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO60"), 73462306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_LRCK"), 73562306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL3"), 73662306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGACK_N") 73762306a36Sopenharmony_ci ), 73862306a36Sopenharmony_ci 73962306a36Sopenharmony_ci MTK_PIN( 74062306a36Sopenharmony_ci 61, "GPIO61", 74162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 61), 74262306a36Sopenharmony_ci DRV_GRP4, 74362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO61"), 74462306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_BCK"), 74562306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL4"), 74662306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_CK"), 74762306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_DBGI_N") 74862306a36Sopenharmony_ci ), 74962306a36Sopenharmony_ci 75062306a36Sopenharmony_ci MTK_PIN( 75162306a36Sopenharmony_ci 62, "GPIO62", 75262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 62), 75362306a36Sopenharmony_ci DRV_GRP4, 75462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO62"), 75562306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_MCK"), 75662306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL5"), 75762306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_CS"), 75862306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TDI") 75962306a36Sopenharmony_ci ), 76062306a36Sopenharmony_ci 76162306a36Sopenharmony_ci MTK_PIN( 76262306a36Sopenharmony_ci 63, "GPIO63", 76362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 63), 76462306a36Sopenharmony_ci DRV_GRP4, 76562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO63"), 76662306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_DATA0"), 76762306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL6"), 76862306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_IO0"), 76962306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TRST_B") 77062306a36Sopenharmony_ci ), 77162306a36Sopenharmony_ci 77262306a36Sopenharmony_ci MTK_PIN( 77362306a36Sopenharmony_ci 64, "GPIO64", 77462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 64), 77562306a36Sopenharmony_ci DRV_GRP4, 77662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO64"), 77762306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_DATA1"), 77862306a36Sopenharmony_ci MTK_FUNCTION(2, "ANT_SEL7"), 77962306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0"), 78062306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_IO1"), 78162306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TCK") 78262306a36Sopenharmony_ci ), 78362306a36Sopenharmony_ci 78462306a36Sopenharmony_ci MTK_PIN( 78562306a36Sopenharmony_ci 65, "GPIO65", 78662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 65), 78762306a36Sopenharmony_ci DRV_GRP4, 78862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO65"), 78962306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_DATA2"), 79062306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS0"), 79162306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 79262306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_IO2"), 79362306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TDO"), 79462306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_UCTS1_AO"), 79562306a36Sopenharmony_ci MTK_FUNCTION(7, "TP_UCTS2_AO") 79662306a36Sopenharmony_ci ), 79762306a36Sopenharmony_ci 79862306a36Sopenharmony_ci MTK_PIN( 79962306a36Sopenharmony_ci 66, "GPIO66", 80062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 66), 80162306a36Sopenharmony_ci DRV_GRP4, 80262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO66"), 80362306a36Sopenharmony_ci MTK_FUNCTION(1, "TDM_RX_DATA3"), 80462306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS0"), 80562306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 80662306a36Sopenharmony_ci MTK_FUNCTION(4, "SPINOR_IO3"), 80762306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_MCU_TMS"), 80862306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_URTS1_AO"), 80962306a36Sopenharmony_ci MTK_FUNCTION(7, "TP_URTS2_AO") 81062306a36Sopenharmony_ci ), 81162306a36Sopenharmony_ci 81262306a36Sopenharmony_ci MTK_PIN( 81362306a36Sopenharmony_ci 67, "GPIO67", 81462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 67), 81562306a36Sopenharmony_ci DRV_GRP4, 81662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO67"), 81762306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DSL") 81862306a36Sopenharmony_ci ), 81962306a36Sopenharmony_ci 82062306a36Sopenharmony_ci MTK_PIN( 82162306a36Sopenharmony_ci 68, "GPIO68", 82262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 68), 82362306a36Sopenharmony_ci DRV_GRP4, 82462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO68"), 82562306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CLK") 82662306a36Sopenharmony_ci ), 82762306a36Sopenharmony_ci 82862306a36Sopenharmony_ci MTK_PIN( 82962306a36Sopenharmony_ci 69, "GPIO69", 83062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 69), 83162306a36Sopenharmony_ci DRV_GRP4, 83262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO69"), 83362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CMD") 83462306a36Sopenharmony_ci ), 83562306a36Sopenharmony_ci 83662306a36Sopenharmony_ci MTK_PIN( 83762306a36Sopenharmony_ci 70, "GPIO70", 83862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 70), 83962306a36Sopenharmony_ci DRV_GRP4, 84062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO70"), 84162306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_RSTB") 84262306a36Sopenharmony_ci ), 84362306a36Sopenharmony_ci 84462306a36Sopenharmony_ci MTK_PIN( 84562306a36Sopenharmony_ci 71, "GPIO71", 84662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 71), 84762306a36Sopenharmony_ci DRV_GRP4, 84862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO71"), 84962306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT0") 85062306a36Sopenharmony_ci ), 85162306a36Sopenharmony_ci 85262306a36Sopenharmony_ci MTK_PIN( 85362306a36Sopenharmony_ci 72, "GPIO72", 85462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 72), 85562306a36Sopenharmony_ci DRV_GRP4, 85662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO72"), 85762306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT1") 85862306a36Sopenharmony_ci ), 85962306a36Sopenharmony_ci 86062306a36Sopenharmony_ci MTK_PIN( 86162306a36Sopenharmony_ci 73, "GPIO73", 86262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 73), 86362306a36Sopenharmony_ci DRV_GRP4, 86462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO73"), 86562306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT2") 86662306a36Sopenharmony_ci ), 86762306a36Sopenharmony_ci 86862306a36Sopenharmony_ci MTK_PIN( 86962306a36Sopenharmony_ci 74, "GPIO74", 87062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 74), 87162306a36Sopenharmony_ci DRV_GRP4, 87262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO74"), 87362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT3") 87462306a36Sopenharmony_ci ), 87562306a36Sopenharmony_ci 87662306a36Sopenharmony_ci MTK_PIN( 87762306a36Sopenharmony_ci 75, "GPIO75", 87862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 75), 87962306a36Sopenharmony_ci DRV_GRP4, 88062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO75"), 88162306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT4") 88262306a36Sopenharmony_ci ), 88362306a36Sopenharmony_ci 88462306a36Sopenharmony_ci MTK_PIN( 88562306a36Sopenharmony_ci 76, "GPIO76", 88662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 76), 88762306a36Sopenharmony_ci DRV_GRP4, 88862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO76"), 88962306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT5") 89062306a36Sopenharmony_ci ), 89162306a36Sopenharmony_ci 89262306a36Sopenharmony_ci MTK_PIN( 89362306a36Sopenharmony_ci 77, "GPIO77", 89462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 77), 89562306a36Sopenharmony_ci DRV_GRP4, 89662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO77"), 89762306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT6") 89862306a36Sopenharmony_ci ), 89962306a36Sopenharmony_ci 90062306a36Sopenharmony_ci MTK_PIN( 90162306a36Sopenharmony_ci 78, "GPIO78", 90262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 78), 90362306a36Sopenharmony_ci DRV_GRP4, 90462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO78"), 90562306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT7") 90662306a36Sopenharmony_ci ), 90762306a36Sopenharmony_ci 90862306a36Sopenharmony_ci MTK_PIN( 90962306a36Sopenharmony_ci 79, "GPIO79", 91062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 79), 91162306a36Sopenharmony_ci DRV_GRP4, 91262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO79"), 91362306a36Sopenharmony_ci MTK_FUNCTION(1, "KPCOL0") 91462306a36Sopenharmony_ci ), 91562306a36Sopenharmony_ci 91662306a36Sopenharmony_ci MTK_PIN( 91762306a36Sopenharmony_ci 80, "GPIO80", 91862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 80), 91962306a36Sopenharmony_ci DRV_GRP4, 92062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO80"), 92162306a36Sopenharmony_ci MTK_FUNCTION(1, "KPCOL1"), 92262306a36Sopenharmony_ci MTK_FUNCTION(2, "GPS_L1_ELNA_EN"), 92362306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0"), 92462306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM0") 92562306a36Sopenharmony_ci ), 92662306a36Sopenharmony_ci 92762306a36Sopenharmony_ci MTK_PIN( 92862306a36Sopenharmony_ci 81, "GPIO81", 92962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 81), 93062306a36Sopenharmony_ci DRV_GRP4, 93162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO81"), 93262306a36Sopenharmony_ci MTK_FUNCTION(1, "KPROW0"), 93362306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 93462306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM1") 93562306a36Sopenharmony_ci ), 93662306a36Sopenharmony_ci 93762306a36Sopenharmony_ci MTK_PIN( 93862306a36Sopenharmony_ci 82, "GPIO82", 93962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 82), 94062306a36Sopenharmony_ci DRV_GRP4, 94162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO82"), 94262306a36Sopenharmony_ci MTK_FUNCTION(1, "KPROW1"), 94362306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 94462306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM2") 94562306a36Sopenharmony_ci ), 94662306a36Sopenharmony_ci 94762306a36Sopenharmony_ci MTK_PIN( 94862306a36Sopenharmony_ci 83, "GPIO83", 94962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 83), 95062306a36Sopenharmony_ci DRV_GRP4, 95162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO83"), 95262306a36Sopenharmony_ci MTK_FUNCTION(1, "AP_GOOD"), 95362306a36Sopenharmony_ci MTK_FUNCTION(2, "GPS_PPS"), 95462306a36Sopenharmony_ci MTK_FUNCTION(4, "EXT_FRAME_SYNC"), 95562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a28") 95662306a36Sopenharmony_ci ), 95762306a36Sopenharmony_ci 95862306a36Sopenharmony_ci MTK_PIN( 95962306a36Sopenharmony_ci 84, "GPIO84", 96062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 84), 96162306a36Sopenharmony_ci DRV_GRP4, 96262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO84"), 96362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CLK"), 96462306a36Sopenharmony_ci MTK_FUNCTION(2, "ADSP_JTAG_TCK"), 96562306a36Sopenharmony_ci MTK_FUNCTION(4, "UDI_TCK"), 96662306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_DSP_JCK"), 96762306a36Sopenharmony_ci MTK_FUNCTION(6, "SSPM_JTAG_TCK"), 96862306a36Sopenharmony_ci MTK_FUNCTION(7, "DFD_TCK_XI") 96962306a36Sopenharmony_ci ), 97062306a36Sopenharmony_ci 97162306a36Sopenharmony_ci MTK_PIN( 97262306a36Sopenharmony_ci 85, "GPIO85", 97362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 85), 97462306a36Sopenharmony_ci DRV_GRP4, 97562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO85"), 97662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CMD"), 97762306a36Sopenharmony_ci MTK_FUNCTION(2, "ADSP_JTAG_TMS"), 97862306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_MCU_AICE_TMSC"), 97962306a36Sopenharmony_ci MTK_FUNCTION(4, "UDI_TMS"), 98062306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_DSP_JMS"), 98162306a36Sopenharmony_ci MTK_FUNCTION(6, "SSPM_JTAG_TMS"), 98262306a36Sopenharmony_ci MTK_FUNCTION(7, "DFD_TMS") 98362306a36Sopenharmony_ci ), 98462306a36Sopenharmony_ci 98562306a36Sopenharmony_ci MTK_PIN( 98662306a36Sopenharmony_ci 86, "GPIO86", 98762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 86), 98862306a36Sopenharmony_ci DRV_GRP4, 98962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO86"), 99062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT0"), 99162306a36Sopenharmony_ci MTK_FUNCTION(2, "ADSP_JTAG_TDI"), 99262306a36Sopenharmony_ci MTK_FUNCTION(4, "UDI_TDI"), 99362306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_DSP_JDI"), 99462306a36Sopenharmony_ci MTK_FUNCTION(6, "SSPM_JTAG_TDI"), 99562306a36Sopenharmony_ci MTK_FUNCTION(7, "DFD_TDI") 99662306a36Sopenharmony_ci ), 99762306a36Sopenharmony_ci 99862306a36Sopenharmony_ci MTK_PIN( 99962306a36Sopenharmony_ci 87, "GPIO87", 100062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 87), 100162306a36Sopenharmony_ci DRV_GRP4, 100262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO87"), 100362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT1"), 100462306a36Sopenharmony_ci MTK_FUNCTION(2, "ADSP_JTAG_TDO"), 100562306a36Sopenharmony_ci MTK_FUNCTION(4, "UDI_TDO"), 100662306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_DSP_JDO"), 100762306a36Sopenharmony_ci MTK_FUNCTION(6, "SSPM_JTAG_TDO"), 100862306a36Sopenharmony_ci MTK_FUNCTION(7, "DFD_TDO") 100962306a36Sopenharmony_ci ), 101062306a36Sopenharmony_ci 101162306a36Sopenharmony_ci MTK_PIN( 101262306a36Sopenharmony_ci 88, "GPIO88", 101362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 88), 101462306a36Sopenharmony_ci DRV_GRP4, 101562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO88"), 101662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT2"), 101762306a36Sopenharmony_ci MTK_FUNCTION(2, "ADSP_JTAG_TRSTN"), 101862306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_MCU_AICE_TCKC"), 101962306a36Sopenharmony_ci MTK_FUNCTION(4, "UDI_NTRST"), 102062306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_WIFI_TXD"), 102162306a36Sopenharmony_ci MTK_FUNCTION(6, "SSPM_JTAG_TRSTN") 102262306a36Sopenharmony_ci ), 102362306a36Sopenharmony_ci 102462306a36Sopenharmony_ci MTK_PIN( 102562306a36Sopenharmony_ci 89, "GPIO89", 102662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 89), 102762306a36Sopenharmony_ci DRV_GRP4, 102862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO89"), 102962306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT3"), 103062306a36Sopenharmony_ci MTK_FUNCTION(5, "CONN_DSP_JINTP") 103162306a36Sopenharmony_ci ), 103262306a36Sopenharmony_ci 103362306a36Sopenharmony_ci MTK_PIN( 103462306a36Sopenharmony_ci 90, "GPIO90", 103562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 90), 103662306a36Sopenharmony_ci DRV_GRP4, 103762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO90"), 103862306a36Sopenharmony_ci MTK_FUNCTION(1, "IDDIG_P0"), 103962306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_HV_HSC_PWR4"), 104062306a36Sopenharmony_ci MTK_FUNCTION(5, "GDU_SUM_TROOP2_2") 104162306a36Sopenharmony_ci ), 104262306a36Sopenharmony_ci 104362306a36Sopenharmony_ci MTK_PIN( 104462306a36Sopenharmony_ci 91, "GPIO91", 104562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 91), 104662306a36Sopenharmony_ci DRV_GRP4, 104762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO91"), 104862306a36Sopenharmony_ci MTK_FUNCTION(1, "USB_DRVVBUS_P0"), 104962306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_HV_HSC_PWR5"), 105062306a36Sopenharmony_ci MTK_FUNCTION(5, "GDU_TROOPS_DET0") 105162306a36Sopenharmony_ci ), 105262306a36Sopenharmony_ci 105362306a36Sopenharmony_ci MTK_PIN( 105462306a36Sopenharmony_ci 92, "GPIO92", 105562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 92), 105662306a36Sopenharmony_ci DRV_GRP4, 105762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO92"), 105862306a36Sopenharmony_ci MTK_FUNCTION(1, "VBUS_VALID_P0"), 105962306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_DA_EFUSE_RDY"), 106062306a36Sopenharmony_ci MTK_FUNCTION(5, "GDU_TROOPS_DET1") 106162306a36Sopenharmony_ci ), 106262306a36Sopenharmony_ci 106362306a36Sopenharmony_ci MTK_PIN( 106462306a36Sopenharmony_ci 93, "GPIO93", 106562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 93), 106662306a36Sopenharmony_ci DRV_GRP4, 106762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO93"), 106862306a36Sopenharmony_ci MTK_FUNCTION(1, "IDDIG_P1"), 106962306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM0"), 107062306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM0"), 107162306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_DA_EFUSE_RDY_PRE"), 107262306a36Sopenharmony_ci MTK_FUNCTION(5, "GDU_TROOPS_DET2") 107362306a36Sopenharmony_ci ), 107462306a36Sopenharmony_ci 107562306a36Sopenharmony_ci MTK_PIN( 107662306a36Sopenharmony_ci 94, "GPIO94", 107762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 94), 107862306a36Sopenharmony_ci DRV_GRP4, 107962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO94"), 108062306a36Sopenharmony_ci MTK_FUNCTION(1, "USB_DRVVBUS_P1"), 108162306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM1"), 108262306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM1"), 108362306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_DA_PWRGD_RESET") 108462306a36Sopenharmony_ci ), 108562306a36Sopenharmony_ci 108662306a36Sopenharmony_ci MTK_PIN( 108762306a36Sopenharmony_ci 95, "GPIO95", 108862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 95), 108962306a36Sopenharmony_ci DRV_GRP4, 109062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO95"), 109162306a36Sopenharmony_ci MTK_FUNCTION(1, "VBUS_VALID_P1"), 109262306a36Sopenharmony_ci MTK_FUNCTION(2, "PWM2"), 109362306a36Sopenharmony_ci MTK_FUNCTION(3, "CLKM2"), 109462306a36Sopenharmony_ci MTK_FUNCTION(4, "PGD_DA_PWRGD_ENB") 109562306a36Sopenharmony_ci ), 109662306a36Sopenharmony_ci 109762306a36Sopenharmony_ci MTK_PIN( 109862306a36Sopenharmony_ci 96, "GPIO96", 109962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 96), 110062306a36Sopenharmony_ci DRV_GRP4, 110162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO96"), 110262306a36Sopenharmony_ci MTK_FUNCTION(1, "DSI_TE"), 110362306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a29") 110462306a36Sopenharmony_ci ), 110562306a36Sopenharmony_ci 110662306a36Sopenharmony_ci MTK_PIN( 110762306a36Sopenharmony_ci 97, "GPIO97", 110862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 97), 110962306a36Sopenharmony_ci DRV_GRP4, 111062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO97"), 111162306a36Sopenharmony_ci MTK_FUNCTION(1, "DISP_PWM"), 111262306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a30") 111362306a36Sopenharmony_ci ), 111462306a36Sopenharmony_ci 111562306a36Sopenharmony_ci MTK_PIN( 111662306a36Sopenharmony_ci 98, "GPIO98", 111762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 98), 111862306a36Sopenharmony_ci DRV_GRP4, 111962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO98"), 112062306a36Sopenharmony_ci MTK_FUNCTION(1, "LCM_RST") 112162306a36Sopenharmony_ci ), 112262306a36Sopenharmony_ci 112362306a36Sopenharmony_ci MTK_PIN( 112462306a36Sopenharmony_ci 99, "GPIO99", 112562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 99), 112662306a36Sopenharmony_ci DRV_GRP4, 112762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO99"), 112862306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_PCLK"), 112962306a36Sopenharmony_ci MTK_FUNCTION(2, "GPS_L1_ELNA_EN"), 113062306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_JTAG_TCK"), 113162306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL0"), 113262306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO0_AO"), 113362306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR0") 113462306a36Sopenharmony_ci ), 113562306a36Sopenharmony_ci 113662306a36Sopenharmony_ci MTK_PIN( 113762306a36Sopenharmony_ci 100, "GPIO100", 113862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 100), 113962306a36Sopenharmony_ci DRV_GRP4, 114062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO100"), 114162306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_VSYNC"), 114262306a36Sopenharmony_ci MTK_FUNCTION(2, "KPCOL2"), 114362306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_JTAG_TMS"), 114462306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL1"), 114562306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO1_AO"), 114662306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR1") 114762306a36Sopenharmony_ci ), 114862306a36Sopenharmony_ci 114962306a36Sopenharmony_ci MTK_PIN( 115062306a36Sopenharmony_ci 101, "GPIO101", 115162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 101), 115262306a36Sopenharmony_ci DRV_GRP4, 115362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO101"), 115462306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_HSYNC"), 115562306a36Sopenharmony_ci MTK_FUNCTION(2, "KPROW2"), 115662306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_JTAG_TDI"), 115762306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL2"), 115862306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO2_AO"), 115962306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR2") 116062306a36Sopenharmony_ci ), 116162306a36Sopenharmony_ci 116262306a36Sopenharmony_ci MTK_PIN( 116362306a36Sopenharmony_ci 102, "GPIO102", 116462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 102), 116562306a36Sopenharmony_ci DRV_GRP4, 116662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO102"), 116762306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DE"), 116862306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_JTAG_TDO"), 116962306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL3"), 117062306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO3_AO"), 117162306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR3") 117262306a36Sopenharmony_ci ), 117362306a36Sopenharmony_ci 117462306a36Sopenharmony_ci MTK_PIN( 117562306a36Sopenharmony_ci 103, "GPIO103", 117662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 103), 117762306a36Sopenharmony_ci DRV_GRP4, 117862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO103"), 117962306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA0"), 118062306a36Sopenharmony_ci MTK_FUNCTION(3, "SSPM_JTAG_TRSTN"), 118162306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM0"), 118262306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL4"), 118362306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO4_AO"), 118462306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR4") 118562306a36Sopenharmony_ci ), 118662306a36Sopenharmony_ci 118762306a36Sopenharmony_ci MTK_PIN( 118862306a36Sopenharmony_ci 104, "GPIO104", 118962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 104), 119062306a36Sopenharmony_ci DRV_GRP4, 119162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO104"), 119262306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA1"), 119362306a36Sopenharmony_ci MTK_FUNCTION(2, "GPS_PPS"), 119462306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS2"), 119562306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM1"), 119662306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL5"), 119762306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO5_AO"), 119862306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_LSC_PWR5") 119962306a36Sopenharmony_ci ), 120062306a36Sopenharmony_ci 120162306a36Sopenharmony_ci MTK_PIN( 120262306a36Sopenharmony_ci 105, "GPIO105", 120362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 105), 120462306a36Sopenharmony_ci DRV_GRP4, 120562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO105"), 120662306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA2"), 120762306a36Sopenharmony_ci MTK_FUNCTION(2, "CONN_TCXOENA_REQ"), 120862306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS2"), 120962306a36Sopenharmony_ci MTK_FUNCTION(4, "CLKM2"), 121062306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL6"), 121162306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO6_AO"), 121262306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR0") 121362306a36Sopenharmony_ci ), 121462306a36Sopenharmony_ci 121562306a36Sopenharmony_ci MTK_PIN( 121662306a36Sopenharmony_ci 106, "GPIO106", 121762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 106), 121862306a36Sopenharmony_ci DRV_GRP4, 121962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO106"), 122062306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA3"), 122162306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UTXD1_AO"), 122262306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD2"), 122362306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM0"), 122462306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL7"), 122562306a36Sopenharmony_ci MTK_FUNCTION(6, "TP_GPIO7_AO"), 122662306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR1") 122762306a36Sopenharmony_ci ), 122862306a36Sopenharmony_ci 122962306a36Sopenharmony_ci MTK_PIN( 123062306a36Sopenharmony_ci 107, "GPIO107", 123162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 107), 123262306a36Sopenharmony_ci DRV_GRP4, 123362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO107"), 123462306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA4"), 123562306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URXD1_AO"), 123662306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD2"), 123762306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM1"), 123862306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP0_0"), 123962306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR2") 124062306a36Sopenharmony_ci ), 124162306a36Sopenharmony_ci 124262306a36Sopenharmony_ci MTK_PIN( 124362306a36Sopenharmony_ci 108, "GPIO108", 124462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 108), 124562306a36Sopenharmony_ci DRV_GRP4, 124662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO108"), 124762306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA5"), 124862306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UCTS1_AO"), 124962306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS0"), 125062306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM2"), 125162306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP0_1"), 125262306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR3") 125362306a36Sopenharmony_ci ), 125462306a36Sopenharmony_ci 125562306a36Sopenharmony_ci MTK_PIN( 125662306a36Sopenharmony_ci 109, "GPIO109", 125762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 109), 125862306a36Sopenharmony_ci DRV_GRP4, 125962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO109"), 126062306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA6"), 126162306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URTS1_AO"), 126262306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS0"), 126362306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_DI"), 126462306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_DI"), 126562306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP0_2"), 126662306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR4") 126762306a36Sopenharmony_ci ), 126862306a36Sopenharmony_ci 126962306a36Sopenharmony_ci MTK_PIN( 127062306a36Sopenharmony_ci 110, "GPIO110", 127162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 110), 127262306a36Sopenharmony_ci DRV_GRP4, 127362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO110"), 127462306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA7"), 127562306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UCTS2_AO"), 127662306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS1"), 127762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_BCK"), 127862306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_BCK"), 127962306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP1_0"), 128062306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_LV_HSC_PWR5") 128162306a36Sopenharmony_ci ), 128262306a36Sopenharmony_ci 128362306a36Sopenharmony_ci MTK_PIN( 128462306a36Sopenharmony_ci 111, "GPIO111", 128562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 111), 128662306a36Sopenharmony_ci DRV_GRP4, 128762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO111"), 128862306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA8"), 128962306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URTS2_AO"), 129062306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS1"), 129162306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_MCK"), 129262306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_MCK"), 129362306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP1_1"), 129462306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_HV_HSC_PWR0") 129562306a36Sopenharmony_ci ), 129662306a36Sopenharmony_ci 129762306a36Sopenharmony_ci MTK_PIN( 129862306a36Sopenharmony_ci 112, "GPIO112", 129962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 112), 130062306a36Sopenharmony_ci DRV_GRP4, 130162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO112"), 130262306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA9"), 130362306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URXD2_AO"), 130462306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD1"), 130562306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_LRCK"), 130662306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_LRCK"), 130762306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP1_2"), 130862306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_HV_HSC_PWR1") 130962306a36Sopenharmony_ci ), 131062306a36Sopenharmony_ci 131162306a36Sopenharmony_ci MTK_PIN( 131262306a36Sopenharmony_ci 113, "GPIO113", 131362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 113), 131462306a36Sopenharmony_ci DRV_GRP4, 131562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO113"), 131662306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA10"), 131762306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UTXD2_AO"), 131862306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD1"), 131962306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_DO"), 132062306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_DO"), 132162306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP2_0"), 132262306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_HV_HSC_PWR2") 132362306a36Sopenharmony_ci ), 132462306a36Sopenharmony_ci 132562306a36Sopenharmony_ci MTK_PIN( 132662306a36Sopenharmony_ci 114, "GPIO114", 132762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 114), 132862306a36Sopenharmony_ci DRV_GRP4, 132962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO114"), 133062306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DATA11"), 133162306a36Sopenharmony_ci MTK_FUNCTION(6, "GDU_SUM_TROOP2_1"), 133262306a36Sopenharmony_ci MTK_FUNCTION(7, "PGD_HV_HSC_PWR3") 133362306a36Sopenharmony_ci ), 133462306a36Sopenharmony_ci 133562306a36Sopenharmony_ci MTK_PIN( 133662306a36Sopenharmony_ci 115, "GPIO115", 133762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 115), 133862306a36Sopenharmony_ci DRV_GRP4, 133962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO115"), 134062306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM_CLK"), 134162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_BCK"), 134262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK") 134362306a36Sopenharmony_ci ), 134462306a36Sopenharmony_ci 134562306a36Sopenharmony_ci MTK_PIN( 134662306a36Sopenharmony_ci 116, "GPIO116", 134762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 116), 134862306a36Sopenharmony_ci DRV_GRP4, 134962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO116"), 135062306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM_SYNC"), 135162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_LRCK"), 135262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_LRCK") 135362306a36Sopenharmony_ci ), 135462306a36Sopenharmony_ci 135562306a36Sopenharmony_ci MTK_PIN( 135662306a36Sopenharmony_ci 117, "GPIO117", 135762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 117), 135862306a36Sopenharmony_ci DRV_GRP4, 135962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO117"), 136062306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM_DI"), 136162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_DI"), 136262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI") 136362306a36Sopenharmony_ci ), 136462306a36Sopenharmony_ci 136562306a36Sopenharmony_ci MTK_PIN( 136662306a36Sopenharmony_ci 118, "GPIO118", 136762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 118), 136862306a36Sopenharmony_ci DRV_GRP4, 136962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO118"), 137062306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM_DO"), 137162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_MCK"), 137262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK"), 137362306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S3_DO"), 137462306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_DO") 137562306a36Sopenharmony_ci ), 137662306a36Sopenharmony_ci 137762306a36Sopenharmony_ci MTK_PIN( 137862306a36Sopenharmony_ci 119, "GPIO119", 137962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 119), 138062306a36Sopenharmony_ci DRV_GRP4, 138162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO119"), 138262306a36Sopenharmony_ci MTK_FUNCTION(1, "JTMS_SEL1"), 138362306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TMS"), 138462306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TMS"), 138562306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TMS"), 138662306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TMS"), 138762306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TMS") 138862306a36Sopenharmony_ci ), 138962306a36Sopenharmony_ci 139062306a36Sopenharmony_ci MTK_PIN( 139162306a36Sopenharmony_ci 120, "GPIO120", 139262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 120), 139362306a36Sopenharmony_ci DRV_GRP4, 139462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO120"), 139562306a36Sopenharmony_ci MTK_FUNCTION(1, "JTCK_SEL1"), 139662306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TCK"), 139762306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TCK_XI"), 139862306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TCK"), 139962306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TCK"), 140062306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TCK") 140162306a36Sopenharmony_ci ), 140262306a36Sopenharmony_ci 140362306a36Sopenharmony_ci MTK_PIN( 140462306a36Sopenharmony_ci 121, "GPIO121", 140562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 121), 140662306a36Sopenharmony_ci DRV_GRP4, 140762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO121"), 140862306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDI_SEL1"), 140962306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TDI"), 141062306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDI"), 141162306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TDI"), 141262306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TDI"), 141362306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TDI") 141462306a36Sopenharmony_ci ), 141562306a36Sopenharmony_ci 141662306a36Sopenharmony_ci MTK_PIN( 141762306a36Sopenharmony_ci 122, "GPIO122", 141862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 122), 141962306a36Sopenharmony_ci DRV_GRP4, 142062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO122"), 142162306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDO_SEL1"), 142262306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_TDO"), 142362306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDO"), 142462306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TDO"), 142562306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TDO"), 142662306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TDO") 142762306a36Sopenharmony_ci ), 142862306a36Sopenharmony_ci 142962306a36Sopenharmony_ci MTK_PIN( 143062306a36Sopenharmony_ci 123, "GPIO123", 143162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 123), 143262306a36Sopenharmony_ci DRV_GRP4, 143362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO123"), 143462306a36Sopenharmony_ci MTK_FUNCTION(1, "JTRSTN_SEL1"), 143562306a36Sopenharmony_ci MTK_FUNCTION(2, "UDI_NTRST"), 143662306a36Sopenharmony_ci MTK_FUNCTION(4, "SPM_JTAG_TRSTN"), 143762306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_JTAG_TRSTN"), 143862306a36Sopenharmony_ci MTK_FUNCTION(6, "ADSP_JTAG_TRSTN") 143962306a36Sopenharmony_ci ), 144062306a36Sopenharmony_ci 144162306a36Sopenharmony_ci MTK_PIN( 144262306a36Sopenharmony_ci 124, "GPIO124", 144362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 124), 144462306a36Sopenharmony_ci DRV_GRP4, 144562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO124"), 144662306a36Sopenharmony_ci MTK_FUNCTION(1, "CMMCLK0"), 144762306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM0"), 144862306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0") 144962306a36Sopenharmony_ci ), 145062306a36Sopenharmony_ci 145162306a36Sopenharmony_ci MTK_PIN( 145262306a36Sopenharmony_ci 125, "GPIO125", 145362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 125), 145462306a36Sopenharmony_ci DRV_GRP4, 145562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO125"), 145662306a36Sopenharmony_ci MTK_FUNCTION(1, "CMMCLK1"), 145762306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM1"), 145862306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 145962306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b0") 146062306a36Sopenharmony_ci ), 146162306a36Sopenharmony_ci 146262306a36Sopenharmony_ci MTK_PIN( 146362306a36Sopenharmony_ci 126, "GPIO126", 146462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 126), 146562306a36Sopenharmony_ci DRV_GRP4, 146662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO126"), 146762306a36Sopenharmony_ci MTK_FUNCTION(1, "CMMCLK2"), 146862306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM2"), 146962306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 147062306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b1") 147162306a36Sopenharmony_ci ), 147262306a36Sopenharmony_ci 147362306a36Sopenharmony_ci MTK_PIN( 147462306a36Sopenharmony_ci 127, "GPIO127", 147562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 127), 147662306a36Sopenharmony_ci DRV_GRP4, 147762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO127"), 147862306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL0"), 147962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 148062306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1") 148162306a36Sopenharmony_ci ), 148262306a36Sopenharmony_ci 148362306a36Sopenharmony_ci MTK_PIN( 148462306a36Sopenharmony_ci 128, "GPIO128", 148562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 128), 148662306a36Sopenharmony_ci DRV_GRP4, 148762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO128"), 148862306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA0"), 148962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 149062306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1") 149162306a36Sopenharmony_ci ), 149262306a36Sopenharmony_ci 149362306a36Sopenharmony_ci MTK_PIN( 149462306a36Sopenharmony_ci 129, "GPIO129", 149562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 129), 149662306a36Sopenharmony_ci DRV_GRP4, 149762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO129"), 149862306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL1"), 149962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 150062306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 150162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b4") 150262306a36Sopenharmony_ci ), 150362306a36Sopenharmony_ci 150462306a36Sopenharmony_ci MTK_PIN( 150562306a36Sopenharmony_ci 130, "GPIO130", 150662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 130), 150762306a36Sopenharmony_ci DRV_GRP4, 150862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO130"), 150962306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA1"), 151062306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 151162306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 151262306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b5") 151362306a36Sopenharmony_ci ), 151462306a36Sopenharmony_ci 151562306a36Sopenharmony_ci MTK_PIN( 151662306a36Sopenharmony_ci 131, "GPIO131", 151762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 131), 151862306a36Sopenharmony_ci DRV_GRP4, 151962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO131"), 152062306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL2"), 152162306a36Sopenharmony_ci MTK_FUNCTION(2, "SSPM_UTXD_AO"), 152262306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_UART0_TXD"), 152362306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 152462306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 152562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b6") 152662306a36Sopenharmony_ci ), 152762306a36Sopenharmony_ci 152862306a36Sopenharmony_ci MTK_PIN( 152962306a36Sopenharmony_ci 132, "GPIO132", 153062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 132), 153162306a36Sopenharmony_ci DRV_GRP4, 153262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO132"), 153362306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA2"), 153462306a36Sopenharmony_ci MTK_FUNCTION(2, "SSPM_URXD_AO"), 153562306a36Sopenharmony_ci MTK_FUNCTION(3, "CONN_UART0_RXD"), 153662306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 153762306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 153862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b7") 153962306a36Sopenharmony_ci ), 154062306a36Sopenharmony_ci 154162306a36Sopenharmony_ci MTK_PIN( 154262306a36Sopenharmony_ci 133, "GPIO133", 154362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 133), 154462306a36Sopenharmony_ci DRV_GRP4, 154562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO133"), 154662306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL3"), 154762306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 154862306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 154962306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b8") 155062306a36Sopenharmony_ci ), 155162306a36Sopenharmony_ci 155262306a36Sopenharmony_ci MTK_PIN( 155362306a36Sopenharmony_ci 134, "GPIO134", 155462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 134), 155562306a36Sopenharmony_ci DRV_GRP4, 155662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO134"), 155762306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA3"), 155862306a36Sopenharmony_ci MTK_FUNCTION(3, "GPS_PPS"), 155962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 156062306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 156162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b9") 156262306a36Sopenharmony_ci ), 156362306a36Sopenharmony_ci 156462306a36Sopenharmony_ci MTK_PIN( 156562306a36Sopenharmony_ci 135, "GPIO135", 156662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 135), 156762306a36Sopenharmony_ci DRV_GRP4, 156862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO135"), 156962306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL4"), 157062306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_UTXD1_AO"), 157162306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD1"), 157262306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 157362306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 157462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b10") 157562306a36Sopenharmony_ci ), 157662306a36Sopenharmony_ci 157762306a36Sopenharmony_ci MTK_PIN( 157862306a36Sopenharmony_ci 136, "GPIO136", 157962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 136), 158062306a36Sopenharmony_ci DRV_GRP4, 158162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO136"), 158262306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA4"), 158362306a36Sopenharmony_ci MTK_FUNCTION(2, "TP_URXD1_AO"), 158462306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD1"), 158562306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 158662306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 158762306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b11") 158862306a36Sopenharmony_ci ), 158962306a36Sopenharmony_ci 159062306a36Sopenharmony_ci MTK_PIN( 159162306a36Sopenharmony_ci 137, "GPIO137", 159262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 137), 159362306a36Sopenharmony_ci DRV_GRP4, 159462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO137"), 159562306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL5"), 159662306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD2"), 159762306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS1"), 159862306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 159962306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1") 160062306a36Sopenharmony_ci ), 160162306a36Sopenharmony_ci 160262306a36Sopenharmony_ci MTK_PIN( 160362306a36Sopenharmony_ci 138, "GPIO138", 160462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 138), 160562306a36Sopenharmony_ci DRV_GRP4, 160662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO138"), 160762306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA5"), 160862306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD2"), 160962306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS1"), 161062306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 161162306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1") 161262306a36Sopenharmony_ci ), 161362306a36Sopenharmony_ci 161462306a36Sopenharmony_ci MTK_PIN( 161562306a36Sopenharmony_ci 139, "GPIO139", 161662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 139), 161762306a36Sopenharmony_ci DRV_GRP4, 161862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO139"), 161962306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL6"), 162062306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD1"), 162162306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_UTXD1_AO"), 162262306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 162362306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 162462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b12") 162562306a36Sopenharmony_ci ), 162662306a36Sopenharmony_ci 162762306a36Sopenharmony_ci MTK_PIN( 162862306a36Sopenharmony_ci 140, "GPIO140", 162962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 140), 163062306a36Sopenharmony_ci DRV_GRP4, 163162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO140"), 163262306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA6"), 163362306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD1"), 163462306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_URXD1_AO"), 163562306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 163662306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 163762306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b13") 163862306a36Sopenharmony_ci ), 163962306a36Sopenharmony_ci 164062306a36Sopenharmony_ci MTK_PIN( 164162306a36Sopenharmony_ci 141, "GPIO141", 164262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 141), 164362306a36Sopenharmony_ci DRV_GRP4, 164462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO141"), 164562306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL7"), 164662306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS0"), 164762306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_URTS1_AO"), 164862306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 164962306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 165062306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TCK"), 165162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b14") 165262306a36Sopenharmony_ci ), 165362306a36Sopenharmony_ci 165462306a36Sopenharmony_ci MTK_PIN( 165562306a36Sopenharmony_ci 142, "GPIO142", 165662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 142), 165762306a36Sopenharmony_ci DRV_GRP4, 165862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO142"), 165962306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA7"), 166062306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS0"), 166162306a36Sopenharmony_ci MTK_FUNCTION(3, "TP_UCTS1_AO"), 166262306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 166362306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1") 166462306a36Sopenharmony_ci ), 166562306a36Sopenharmony_ci 166662306a36Sopenharmony_ci MTK_PIN( 166762306a36Sopenharmony_ci 143, "GPIO143", 166862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 143), 166962306a36Sopenharmony_ci DRV_GRP4, 167062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO143"), 167162306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL8"), 167262306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 167362306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 167462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b16") 167562306a36Sopenharmony_ci ), 167662306a36Sopenharmony_ci 167762306a36Sopenharmony_ci MTK_PIN( 167862306a36Sopenharmony_ci 144, "GPIO144", 167962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 144), 168062306a36Sopenharmony_ci DRV_GRP4, 168162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO144"), 168262306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA8"), 168362306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 168462306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 168562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b17") 168662306a36Sopenharmony_ci ), 168762306a36Sopenharmony_ci 168862306a36Sopenharmony_ci MTK_PIN( 168962306a36Sopenharmony_ci 145, "GPIO145", 169062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 145), 169162306a36Sopenharmony_ci DRV_GRP4, 169262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO145"), 169362306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL9"), 169462306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF1"), 169562306a36Sopenharmony_ci MTK_FUNCTION(3, "GPS_PPS"), 169662306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SCL0"), 169762306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SCL1"), 169862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b18") 169962306a36Sopenharmony_ci ), 170062306a36Sopenharmony_ci 170162306a36Sopenharmony_ci MTK_PIN( 170262306a36Sopenharmony_ci 146, "GPIO146", 170362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 146), 170462306a36Sopenharmony_ci DRV_GRP4, 170562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO146"), 170662306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA9"), 170762306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF0"), 170862306a36Sopenharmony_ci MTK_FUNCTION(4, "SCP_SDA0"), 170962306a36Sopenharmony_ci MTK_FUNCTION(5, "SCP_SDA1"), 171062306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b19") 171162306a36Sopenharmony_ci ), 171262306a36Sopenharmony_ci 171362306a36Sopenharmony_ci MTK_PIN( 171462306a36Sopenharmony_ci 147, "GPIO147", 171562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 147), 171662306a36Sopenharmony_ci DRV_GRP4, 171762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO147"), 171862306a36Sopenharmony_ci MTK_FUNCTION(1, "CMFLASH0"), 171962306a36Sopenharmony_ci MTK_FUNCTION(2, "LVTS_SDI"), 172062306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA12"), 172162306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO0_AO"), 172262306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL3"), 172362306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TCK_XI"), 172462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b20") 172562306a36Sopenharmony_ci ), 172662306a36Sopenharmony_ci 172762306a36Sopenharmony_ci MTK_PIN( 172862306a36Sopenharmony_ci 148, "GPIO148", 172962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 148), 173062306a36Sopenharmony_ci DRV_GRP4, 173162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO148"), 173262306a36Sopenharmony_ci MTK_FUNCTION(1, "CMFLASH1"), 173362306a36Sopenharmony_ci MTK_FUNCTION(2, "LVTS_SCF"), 173462306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA13"), 173562306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO1_AO"), 173662306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL4"), 173762306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TMS"), 173862306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b21") 173962306a36Sopenharmony_ci ), 174062306a36Sopenharmony_ci 174162306a36Sopenharmony_ci MTK_PIN( 174262306a36Sopenharmony_ci 149, "GPIO149", 174362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 149), 174462306a36Sopenharmony_ci DRV_GRP4, 174562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO149"), 174662306a36Sopenharmony_ci MTK_FUNCTION(1, "CMFLASH2"), 174762306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM0"), 174862306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA14"), 174962306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO2_AO"), 175062306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL5"), 175162306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDI"), 175262306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b22") 175362306a36Sopenharmony_ci ), 175462306a36Sopenharmony_ci 175562306a36Sopenharmony_ci MTK_PIN( 175662306a36Sopenharmony_ci 150, "GPIO150", 175762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 150), 175862306a36Sopenharmony_ci DRV_GRP4, 175962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO150"), 176062306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM1"), 176162306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA15"), 176262306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO3_AO"), 176362306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL6"), 176462306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDO"), 176562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b23") 176662306a36Sopenharmony_ci ), 176762306a36Sopenharmony_ci 176862306a36Sopenharmony_ci MTK_PIN( 176962306a36Sopenharmony_ci 151, "GPIO151", 177062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 151), 177162306a36Sopenharmony_ci DRV_GRP4, 177262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO151"), 177362306a36Sopenharmony_ci MTK_FUNCTION(1, "GPS_L1_ELNA_EN"), 177462306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM2"), 177562306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA16"), 177662306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO4_AO"), 177762306a36Sopenharmony_ci MTK_FUNCTION(5, "ANT_SEL7"), 177862306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TMS"), 177962306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b24") 178062306a36Sopenharmony_ci ), 178162306a36Sopenharmony_ci 178262306a36Sopenharmony_ci MTK_PIN( 178362306a36Sopenharmony_ci 152, "GPIO152", 178462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 152), 178562306a36Sopenharmony_ci DRV_GRP4, 178662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO152"), 178762306a36Sopenharmony_ci MTK_FUNCTION(2, "CLKM3"), 178862306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA17"), 178962306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO5_AO") 179062306a36Sopenharmony_ci ), 179162306a36Sopenharmony_ci 179262306a36Sopenharmony_ci MTK_PIN( 179362306a36Sopenharmony_ci 153, "GPIO153", 179462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 153), 179562306a36Sopenharmony_ci DRV_GRP4, 179662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO153"), 179762306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_TCXOENA_REQ"), 179862306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA18"), 179962306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO6_AO"), 180062306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TDI"), 180162306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b26") 180262306a36Sopenharmony_ci ), 180362306a36Sopenharmony_ci 180462306a36Sopenharmony_ci MTK_PIN( 180562306a36Sopenharmony_ci 154, "GPIO154", 180662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 154), 180762306a36Sopenharmony_ci DRV_GRP4, 180862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO154"), 180962306a36Sopenharmony_ci MTK_FUNCTION(1, "PWM0"), 181062306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF2"), 181162306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA19"), 181262306a36Sopenharmony_ci MTK_FUNCTION(4, "TP_GPIO7_AO"), 181362306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_TDO"), 181462306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b27") 181562306a36Sopenharmony_ci ), 181662306a36Sopenharmony_ci 181762306a36Sopenharmony_ci MTK_PIN( 181862306a36Sopenharmony_ci 155, "GPIO155", 181962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 155), 182062306a36Sopenharmony_ci DRV_GRP4, 182162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO155"), 182262306a36Sopenharmony_ci MTK_FUNCTION(1, "PWM1"), 182362306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF1"), 182462306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA20"), 182562306a36Sopenharmony_ci MTK_FUNCTION(6, "UDI_NTRST"), 182662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b28") 182762306a36Sopenharmony_ci ), 182862306a36Sopenharmony_ci 182962306a36Sopenharmony_ci MTK_PIN( 183062306a36Sopenharmony_ci 156, "GPIO156", 183162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 156), 183262306a36Sopenharmony_ci DRV_GRP4, 183362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO156"), 183462306a36Sopenharmony_ci MTK_FUNCTION(1, "PWM2"), 183562306a36Sopenharmony_ci MTK_FUNCTION(2, "CMVREF0"), 183662306a36Sopenharmony_ci MTK_FUNCTION(3, "DPI_DATA21") 183762306a36Sopenharmony_ci ), 183862306a36Sopenharmony_ci 183962306a36Sopenharmony_ci MTK_PIN( 184062306a36Sopenharmony_ci 157, "GPIO157", 184162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 157), 184262306a36Sopenharmony_ci DRV_GRP4, 184362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO157"), 184462306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_CSN") 184562306a36Sopenharmony_ci ), 184662306a36Sopenharmony_ci 184762306a36Sopenharmony_ci MTK_PIN( 184862306a36Sopenharmony_ci 158, "GPIO158", 184962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 158), 185062306a36Sopenharmony_ci DRV_GRP4, 185162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO158"), 185262306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_CK") 185362306a36Sopenharmony_ci ), 185462306a36Sopenharmony_ci 185562306a36Sopenharmony_ci MTK_PIN( 185662306a36Sopenharmony_ci 159, "GPIO159", 185762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 159), 185862306a36Sopenharmony_ci DRV_GRP4, 185962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO159"), 186062306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_MO"), 186162306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPI0_MI") 186262306a36Sopenharmony_ci ), 186362306a36Sopenharmony_ci 186462306a36Sopenharmony_ci MTK_PIN( 186562306a36Sopenharmony_ci 160, "GPIO160", 186662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 160), 186762306a36Sopenharmony_ci DRV_GRP4, 186862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO160"), 186962306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPI0_MI"), 187062306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPI0_MO") 187162306a36Sopenharmony_ci ), 187262306a36Sopenharmony_ci 187362306a36Sopenharmony_ci MTK_PIN( 187462306a36Sopenharmony_ci 161, "GPIO161", 187562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 161), 187662306a36Sopenharmony_ci DRV_GRP4, 187762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO161"), 187862306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENA0") 187962306a36Sopenharmony_ci ), 188062306a36Sopenharmony_ci 188162306a36Sopenharmony_ci MTK_PIN( 188262306a36Sopenharmony_ci 162, "GPIO162", 188362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 162), 188462306a36Sopenharmony_ci DRV_GRP4, 188562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO162"), 188662306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENA1"), 188762306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_a31") 188862306a36Sopenharmony_ci ), 188962306a36Sopenharmony_ci 189062306a36Sopenharmony_ci MTK_PIN( 189162306a36Sopenharmony_ci 163, "GPIO163", 189262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 163), 189362306a36Sopenharmony_ci DRV_GRP4, 189462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO163"), 189562306a36Sopenharmony_ci MTK_FUNCTION(1, "SCP_VREQ_VAO"), 189662306a36Sopenharmony_ci MTK_FUNCTION(2, "DVFSRC_EXT_REQ") 189762306a36Sopenharmony_ci ), 189862306a36Sopenharmony_ci 189962306a36Sopenharmony_ci MTK_PIN( 190062306a36Sopenharmony_ci 164, "GPIO164", 190162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 164), 190262306a36Sopenharmony_ci DRV_GRP4, 190362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO164"), 190462306a36Sopenharmony_ci MTK_FUNCTION(1, "RTC32K_CK") 190562306a36Sopenharmony_ci ), 190662306a36Sopenharmony_ci 190762306a36Sopenharmony_ci MTK_PIN( 190862306a36Sopenharmony_ci 165, "GPIO165", 190962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 165), 191062306a36Sopenharmony_ci DRV_GRP4, 191162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO165"), 191262306a36Sopenharmony_ci MTK_FUNCTION(1, "WATCHDOG") 191362306a36Sopenharmony_ci ), 191462306a36Sopenharmony_ci 191562306a36Sopenharmony_ci MTK_PIN( 191662306a36Sopenharmony_ci 166, "GPIO166", 191762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 166), 191862306a36Sopenharmony_ci DRV_GRP4, 191962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO166"), 192062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_CLK_MOSI"), 192162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_CLK_MISO"), 192262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_MCK") 192362306a36Sopenharmony_ci ), 192462306a36Sopenharmony_ci 192562306a36Sopenharmony_ci MTK_PIN( 192662306a36Sopenharmony_ci 167, "GPIO167", 192762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 167), 192862306a36Sopenharmony_ci DRV_GRP4, 192962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO167"), 193062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_SYNC_MOSI"), 193162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_SYNC_MISO"), 193262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_BCK") 193362306a36Sopenharmony_ci ), 193462306a36Sopenharmony_ci 193562306a36Sopenharmony_ci MTK_PIN( 193662306a36Sopenharmony_ci 168, "GPIO168", 193762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 168), 193862306a36Sopenharmony_ci DRV_GRP4, 193962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO168"), 194062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MOSI0"), 194162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_DAT_MISO0"), 194262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_LRCK") 194362306a36Sopenharmony_ci ), 194462306a36Sopenharmony_ci 194562306a36Sopenharmony_ci MTK_PIN( 194662306a36Sopenharmony_ci 169, "GPIO169", 194762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 169), 194862306a36Sopenharmony_ci DRV_GRP4, 194962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO169"), 195062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MOSI1"), 195162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_DAT_MISO1"), 195262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO") 195362306a36Sopenharmony_ci ), 195462306a36Sopenharmony_ci 195562306a36Sopenharmony_ci MTK_PIN( 195662306a36Sopenharmony_ci 170, "GPIO170", 195762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 170), 195862306a36Sopenharmony_ci DRV_GRP4, 195962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO170"), 196062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_CLK_MISO"), 196162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_CLK_MOSI"), 196262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK") 196362306a36Sopenharmony_ci ), 196462306a36Sopenharmony_ci 196562306a36Sopenharmony_ci MTK_PIN( 196662306a36Sopenharmony_ci 171, "GPIO171", 196762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 171), 196862306a36Sopenharmony_ci DRV_GRP4, 196962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO171"), 197062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_SYNC_MISO"), 197162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_SYNC_MOSI"), 197262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK") 197362306a36Sopenharmony_ci ), 197462306a36Sopenharmony_ci 197562306a36Sopenharmony_ci MTK_PIN( 197662306a36Sopenharmony_ci 172, "GPIO172", 197762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 172), 197862306a36Sopenharmony_ci DRV_GRP4, 197962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO172"), 198062306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MISO0"), 198162306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_DAT_MOSI0"), 198262306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_LRCK"), 198362306a36Sopenharmony_ci MTK_FUNCTION(4, "VOW_DAT_MISO") 198462306a36Sopenharmony_ci ), 198562306a36Sopenharmony_ci 198662306a36Sopenharmony_ci MTK_PIN( 198762306a36Sopenharmony_ci 173, "GPIO173", 198862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 173), 198962306a36Sopenharmony_ci DRV_GRP4, 199062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO173"), 199162306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MISO1"), 199262306a36Sopenharmony_ci MTK_FUNCTION(2, "AUD_DAT_MOSI1"), 199362306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI"), 199462306a36Sopenharmony_ci MTK_FUNCTION(4, "VOW_CLK_MISO") 199562306a36Sopenharmony_ci ), 199662306a36Sopenharmony_ci 199762306a36Sopenharmony_ci MTK_PIN( 199862306a36Sopenharmony_ci 174, "GPIO174", 199962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 174), 200062306a36Sopenharmony_ci DRV_GRP4, 200162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO174"), 200262306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_TOP_CLK"), 200362306a36Sopenharmony_ci MTK_FUNCTION(2, "AUXIF_CLK"), 200462306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TCK_XI"), 200562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b3") 200662306a36Sopenharmony_ci ), 200762306a36Sopenharmony_ci 200862306a36Sopenharmony_ci MTK_PIN( 200962306a36Sopenharmony_ci 175, "GPIO175", 201062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 175), 201162306a36Sopenharmony_ci DRV_GRP4, 201262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO175"), 201362306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_TOP_DATA"), 201462306a36Sopenharmony_ci MTK_FUNCTION(2, "AUXIF_ST"), 201562306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TMS"), 201662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b15") 201762306a36Sopenharmony_ci ), 201862306a36Sopenharmony_ci 201962306a36Sopenharmony_ci MTK_PIN( 202062306a36Sopenharmony_ci 176, "GPIO176", 202162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 176), 202262306a36Sopenharmony_ci DRV_GRP4, 202362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO176"), 202462306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_BT_CLK"), 202562306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDI"), 202662306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b2") 202762306a36Sopenharmony_ci ), 202862306a36Sopenharmony_ci 202962306a36Sopenharmony_ci MTK_PIN( 203062306a36Sopenharmony_ci 177, "GPIO177", 203162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 177), 203262306a36Sopenharmony_ci DRV_GRP4, 203362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO177"), 203462306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_BT_DATA"), 203562306a36Sopenharmony_ci MTK_FUNCTION(3, "DFD_TDO") 203662306a36Sopenharmony_ci ), 203762306a36Sopenharmony_ci 203862306a36Sopenharmony_ci MTK_PIN( 203962306a36Sopenharmony_ci 178, "GPIO178", 204062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 178), 204162306a36Sopenharmony_ci DRV_GRP4, 204262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO178"), 204362306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_HRST_B"), 204462306a36Sopenharmony_ci MTK_FUNCTION(3, "UDI_TMS"), 204562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b25") 204662306a36Sopenharmony_ci ), 204762306a36Sopenharmony_ci 204862306a36Sopenharmony_ci MTK_PIN( 204962306a36Sopenharmony_ci 179, "GPIO179", 205062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 179), 205162306a36Sopenharmony_ci DRV_GRP4, 205262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO179"), 205362306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_WB_PTA"), 205462306a36Sopenharmony_ci MTK_FUNCTION(3, "UDI_TCK"), 205562306a36Sopenharmony_ci MTK_FUNCTION(7, "dbg_mon_b29") 205662306a36Sopenharmony_ci ), 205762306a36Sopenharmony_ci 205862306a36Sopenharmony_ci MTK_PIN( 205962306a36Sopenharmony_ci 180, "GPIO180", 206062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 180), 206162306a36Sopenharmony_ci DRV_GRP4, 206262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO180"), 206362306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_WF_CTRL0"), 206462306a36Sopenharmony_ci MTK_FUNCTION(3, "UDI_TDI") 206562306a36Sopenharmony_ci ), 206662306a36Sopenharmony_ci 206762306a36Sopenharmony_ci MTK_PIN( 206862306a36Sopenharmony_ci 181, "GPIO181", 206962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 181), 207062306a36Sopenharmony_ci DRV_GRP4, 207162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO181"), 207262306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_WF_CTRL1"), 207362306a36Sopenharmony_ci MTK_FUNCTION(3, "UDI_TDO") 207462306a36Sopenharmony_ci ), 207562306a36Sopenharmony_ci 207662306a36Sopenharmony_ci MTK_PIN( 207762306a36Sopenharmony_ci 182, "GPIO182", 207862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 182), 207962306a36Sopenharmony_ci DRV_GRP4, 208062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO182"), 208162306a36Sopenharmony_ci MTK_FUNCTION(1, "CONN_WF_CTRL2"), 208262306a36Sopenharmony_ci MTK_FUNCTION(3, "UDI_NTRST") 208362306a36Sopenharmony_ci ), 208462306a36Sopenharmony_ci 208562306a36Sopenharmony_ci MTK_PIN( 208662306a36Sopenharmony_ci 183, "GPIO183", 208762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 183), 208862306a36Sopenharmony_ci DRV_GRP4, 208962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO183"), 209062306a36Sopenharmony_ci MTK_FUNCTION(1, "SPMI_SCL") 209162306a36Sopenharmony_ci ), 209262306a36Sopenharmony_ci 209362306a36Sopenharmony_ci MTK_PIN( 209462306a36Sopenharmony_ci 184, "GPIO184", 209562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 184), 209662306a36Sopenharmony_ci DRV_GRP4, 209762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO184"), 209862306a36Sopenharmony_ci MTK_FUNCTION(1, "SPMI_SDA") 209962306a36Sopenharmony_ci ), 210062306a36Sopenharmony_ci 210162306a36Sopenharmony_ci MTK_PIN( 210262306a36Sopenharmony_ci 185, "GPIO185", 210362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 197), 210462306a36Sopenharmony_ci DRV_FIXED, 210562306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 210662306a36Sopenharmony_ci ), 210762306a36Sopenharmony_ci 210862306a36Sopenharmony_ci MTK_PIN( 210962306a36Sopenharmony_ci 186, "GPIO186", 211062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 198), 211162306a36Sopenharmony_ci DRV_FIXED, 211262306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 211362306a36Sopenharmony_ci ), 211462306a36Sopenharmony_ci 211562306a36Sopenharmony_ci MTK_PIN( 211662306a36Sopenharmony_ci 187, "GPIO187", 211762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 199), 211862306a36Sopenharmony_ci DRV_FIXED, 211962306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 212062306a36Sopenharmony_ci ), 212162306a36Sopenharmony_ci 212262306a36Sopenharmony_ci MTK_PIN( 212362306a36Sopenharmony_ci 188, "GPIO188", 212462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 200), 212562306a36Sopenharmony_ci DRV_FIXED, 212662306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 212762306a36Sopenharmony_ci ), 212862306a36Sopenharmony_ci 212962306a36Sopenharmony_ci MTK_PIN( 213062306a36Sopenharmony_ci 189, "GPIO189", 213162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 201), 213262306a36Sopenharmony_ci DRV_FIXED, 213362306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 213462306a36Sopenharmony_ci ), 213562306a36Sopenharmony_ci 213662306a36Sopenharmony_ci MTK_PIN( 213762306a36Sopenharmony_ci 190, "GPIO190", 213862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 202), 213962306a36Sopenharmony_ci DRV_FIXED, 214062306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 214162306a36Sopenharmony_ci ), 214262306a36Sopenharmony_ci 214362306a36Sopenharmony_ci MTK_PIN( 214462306a36Sopenharmony_ci 191, "GPIO191", 214562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 203), 214662306a36Sopenharmony_ci DRV_FIXED, 214762306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 214862306a36Sopenharmony_ci ), 214962306a36Sopenharmony_ci 215062306a36Sopenharmony_ci MTK_PIN( 215162306a36Sopenharmony_ci 192, "GPIO192", 215262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 204), 215362306a36Sopenharmony_ci DRV_FIXED, 215462306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 215562306a36Sopenharmony_ci ), 215662306a36Sopenharmony_ci 215762306a36Sopenharmony_ci MTK_PIN( 215862306a36Sopenharmony_ci 193, "GPIO193", 215962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 205), 216062306a36Sopenharmony_ci DRV_FIXED, 216162306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 216262306a36Sopenharmony_ci ), 216362306a36Sopenharmony_ci 216462306a36Sopenharmony_ci MTK_PIN( 216562306a36Sopenharmony_ci 194, "GPIO194", 216662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 206), 216762306a36Sopenharmony_ci DRV_FIXED, 216862306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 216962306a36Sopenharmony_ci ), 217062306a36Sopenharmony_ci 217162306a36Sopenharmony_ci MTK_PIN( 217262306a36Sopenharmony_ci 195, "GPIO195", 217362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 207), 217462306a36Sopenharmony_ci DRV_FIXED, 217562306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 217662306a36Sopenharmony_ci ), 217762306a36Sopenharmony_ci 217862306a36Sopenharmony_ci MTK_PIN( 217962306a36Sopenharmony_ci 196, "GPIO196", 218062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 208), 218162306a36Sopenharmony_ci DRV_FIXED, 218262306a36Sopenharmony_ci MTK_FUNCTION(0, NULL) 218362306a36Sopenharmony_ci ) 218462306a36Sopenharmony_ci}; 218562306a36Sopenharmony_ci 218662306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT8186_H */ 2187