162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2022 Collabora Ltd. 462306a36Sopenharmony_ci * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef __PINCTRL_MTK_MT6795_H 862306a36Sopenharmony_ci#define __PINCTRL_MTK_MT6795_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#include "pinctrl-paris.h" 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cistatic const struct mtk_pin_desc mtk_pins_mt6795[] = { 1362306a36Sopenharmony_ci MTK_PIN( 1462306a36Sopenharmony_ci 0, "GPIO0", 1562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 0), 1662306a36Sopenharmony_ci DRV_GRP2, 1762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO0"), 1862306a36Sopenharmony_ci MTK_FUNCTION(1, "IRDA_PDN"), 1962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_WS"), 2062306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TMS"), 2162306a36Sopenharmony_ci MTK_FUNCTION(5, "UTXD0") 2262306a36Sopenharmony_ci ), 2362306a36Sopenharmony_ci MTK_PIN( 2462306a36Sopenharmony_ci 1, "GPIO1", 2562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 1), 2662306a36Sopenharmony_ci DRV_GRP2, 2762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO1"), 2862306a36Sopenharmony_ci MTK_FUNCTION(1, "IRDA_RXD"), 2962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_BCK"), 3062306a36Sopenharmony_ci MTK_FUNCTION(3, "SDA4"), 3162306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TCK"), 3262306a36Sopenharmony_ci MTK_FUNCTION(5, "URXD0") 3362306a36Sopenharmony_ci ), 3462306a36Sopenharmony_ci MTK_PIN( 3562306a36Sopenharmony_ci 2, "GPIO2", 3662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 2), 3762306a36Sopenharmony_ci DRV_GRP2, 3862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO2"), 3962306a36Sopenharmony_ci MTK_FUNCTION(1, "IRDA_TXD"), 4062306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_MCK"), 4162306a36Sopenharmony_ci MTK_FUNCTION(3, "SCL4"), 4262306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TDI"), 4362306a36Sopenharmony_ci MTK_FUNCTION(5, "UTXD3") 4462306a36Sopenharmony_ci ), 4562306a36Sopenharmony_ci MTK_PIN( 4662306a36Sopenharmony_ci 3, "GPIO3", 4762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 3), 4862306a36Sopenharmony_ci DRV_GRP2, 4962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO3"), 5062306a36Sopenharmony_ci MTK_FUNCTION(1, "DSI1_TE"), 5162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_1"), 5262306a36Sopenharmony_ci MTK_FUNCTION(3, "SDA3"), 5362306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TDO"), 5462306a36Sopenharmony_ci MTK_FUNCTION(5, "URXD3") 5562306a36Sopenharmony_ci ), 5662306a36Sopenharmony_ci MTK_PIN( 5762306a36Sopenharmony_ci 4, "GPIO4", 5862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 4), 5962306a36Sopenharmony_ci DRV_GRP2, 6062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO4"), 6162306a36Sopenharmony_ci MTK_FUNCTION(1, "DISP_PWM1"), 6262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_2"), 6362306a36Sopenharmony_ci MTK_FUNCTION(3, "SCL3"), 6462306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TRSTN") 6562306a36Sopenharmony_ci ), 6662306a36Sopenharmony_ci MTK_PIN( 6762306a36Sopenharmony_ci 5, "GPIO5", 6862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 5), 6962306a36Sopenharmony_ci DRV_GRP2, 7062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO5"), 7162306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_CLK"), 7262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_WS"), 7362306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_CK_3"), 7462306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TMS"), 7562306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TMS") 7662306a36Sopenharmony_ci ), 7762306a36Sopenharmony_ci MTK_PIN( 7862306a36Sopenharmony_ci 6, "GPIO6", 7962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 6), 8062306a36Sopenharmony_ci DRV_GRP2, 8162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO6"), 8262306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_SYNC"), 8362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_BCK"), 8462306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_MI_3"), 8562306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TCK"), 8662306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TCK") 8762306a36Sopenharmony_ci ), 8862306a36Sopenharmony_ci MTK_PIN( 8962306a36Sopenharmony_ci 7, "GPIO7", 9062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 7), 9162306a36Sopenharmony_ci DRV_GRP2, 9262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO7"), 9362306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_DI"), 9462306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_DI_1"), 9562306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_MO_3"), 9662306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDI"), 9762306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TDI") 9862306a36Sopenharmony_ci ), 9962306a36Sopenharmony_ci MTK_PIN( 10062306a36Sopenharmony_ci 8, "GPIO8", 10162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 8), 10262306a36Sopenharmony_ci DRV_GRP2, 10362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO8"), 10462306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_DO"), 10562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_DI_2"), 10662306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_CS_3"), 10762306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDO"), 10862306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TDO") 10962306a36Sopenharmony_ci ), 11062306a36Sopenharmony_ci MTK_PIN( 11162306a36Sopenharmony_ci 9, "GPIO9", 11262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 9), 11362306a36Sopenharmony_ci DRV_GRP2, 11462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO9"), 11562306a36Sopenharmony_ci MTK_FUNCTION(1, "USB_DRVVBUS"), 11662306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_MCK"), 11762306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TRST"), 11862306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TRST") 11962306a36Sopenharmony_ci ), 12062306a36Sopenharmony_ci MTK_PIN( 12162306a36Sopenharmony_ci 10, "GPIO10", 12262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 10), 12362306a36Sopenharmony_ci DRV_GRP2, 12462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO10"), 12562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_WS") 12662306a36Sopenharmony_ci ), 12762306a36Sopenharmony_ci MTK_PIN( 12862306a36Sopenharmony_ci 11, "GPIO11", 12962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 11), 13062306a36Sopenharmony_ci DRV_GRP2, 13162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO11"), 13262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_BCK") 13362306a36Sopenharmony_ci ), 13462306a36Sopenharmony_ci MTK_PIN( 13562306a36Sopenharmony_ci 12, "GPIO12", 13662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 12), 13762306a36Sopenharmony_ci DRV_GRP2, 13862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO12"), 13962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_MCK") 14062306a36Sopenharmony_ci ), 14162306a36Sopenharmony_ci MTK_PIN( 14262306a36Sopenharmony_ci 13, "GPIO13", 14362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 13), 14462306a36Sopenharmony_ci DRV_GRP2, 14562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO13"), 14662306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_DO") 14762306a36Sopenharmony_ci ), 14862306a36Sopenharmony_ci MTK_PIN( 14962306a36Sopenharmony_ci 14, "GPIO14", 15062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 14), 15162306a36Sopenharmony_ci DRV_GRP2, 15262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO14"), 15362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_DI"), 15462306a36Sopenharmony_ci MTK_FUNCTION(3, "DISP_PWM1"), 15562306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM4"), 15662306a36Sopenharmony_ci MTK_FUNCTION(5, "IRDA_RXD"), 15762306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S1_BCK") 15862306a36Sopenharmony_ci ), 15962306a36Sopenharmony_ci MTK_PIN( 16062306a36Sopenharmony_ci 15, "GPIO15", 16162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 15), 16262306a36Sopenharmony_ci DRV_GRP2, 16362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO15"), 16462306a36Sopenharmony_ci MTK_FUNCTION(2, "DSI1_TE"), 16562306a36Sopenharmony_ci MTK_FUNCTION(3, "USB_DRVVBUS"), 16662306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM5"), 16762306a36Sopenharmony_ci MTK_FUNCTION(5, "IRDA_TXD"), 16862306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S1_MCK") 16962306a36Sopenharmony_ci ), 17062306a36Sopenharmony_ci MTK_PIN( 17162306a36Sopenharmony_ci 16, "GPIO16", 17262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 16), 17362306a36Sopenharmony_ci DRV_GRP2, 17462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO16"), 17562306a36Sopenharmony_ci MTK_FUNCTION(1, "IDDIG"), 17662306a36Sopenharmony_ci MTK_FUNCTION(2, "FLASH"), 17762306a36Sopenharmony_ci MTK_FUNCTION(3, "EXT_FRAME_SYNC"), 17862306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM5") 17962306a36Sopenharmony_ci ), 18062306a36Sopenharmony_ci MTK_PIN( 18162306a36Sopenharmony_ci 17, "GPIO17", 18262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 17), 18362306a36Sopenharmony_ci DRV_GRP0, 18462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO17"), 18562306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM1_SCLK"), 18662306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM2_SCLK") 18762306a36Sopenharmony_ci ), 18862306a36Sopenharmony_ci MTK_PIN( 18962306a36Sopenharmony_ci 18, "GPIO18", 19062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 18), 19162306a36Sopenharmony_ci DRV_GRP0, 19262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO18"), 19362306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM1_SRST"), 19462306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM2_SRST") 19562306a36Sopenharmony_ci ), 19662306a36Sopenharmony_ci MTK_PIN( 19762306a36Sopenharmony_ci 19, "GPIO19", 19862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 19), 19962306a36Sopenharmony_ci DRV_GRP0, 20062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO19"), 20162306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM1_SDAT"), 20262306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM2_SDAT") 20362306a36Sopenharmony_ci ), 20462306a36Sopenharmony_ci MTK_PIN( 20562306a36Sopenharmony_ci 20, "GPIO20", 20662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 20), 20762306a36Sopenharmony_ci DRV_GRP0, 20862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO20"), 20962306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM2_SCLK"), 21062306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM1_SCLK") 21162306a36Sopenharmony_ci ), 21262306a36Sopenharmony_ci MTK_PIN( 21362306a36Sopenharmony_ci 21, "GPIO21", 21462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 21), 21562306a36Sopenharmony_ci DRV_GRP0, 21662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO21"), 21762306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM2_SRST"), 21862306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM1_SRST") 21962306a36Sopenharmony_ci ), 22062306a36Sopenharmony_ci MTK_PIN( 22162306a36Sopenharmony_ci 22, "GPIO22", 22262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 22), 22362306a36Sopenharmony_ci DRV_GRP0, 22462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO22"), 22562306a36Sopenharmony_ci MTK_FUNCTION(1, "SIM2_SDAT"), 22662306a36Sopenharmony_ci MTK_FUNCTION(2, "SIM1_SDAT") 22762306a36Sopenharmony_ci ), 22862306a36Sopenharmony_ci MTK_PIN( 22962306a36Sopenharmony_ci 23, "GPIO23", 23062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 23), 23162306a36Sopenharmony_ci DRV_GRP4, 23262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO23"), 23362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_DAT0") 23462306a36Sopenharmony_ci ), 23562306a36Sopenharmony_ci MTK_PIN( 23662306a36Sopenharmony_ci 24, "GPIO24", 23762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 24), 23862306a36Sopenharmony_ci DRV_GRP4, 23962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO24"), 24062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_DAT1") 24162306a36Sopenharmony_ci ), 24262306a36Sopenharmony_ci MTK_PIN( 24362306a36Sopenharmony_ci 25, "GPIO25", 24462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 25), 24562306a36Sopenharmony_ci DRV_GRP4, 24662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO25"), 24762306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_DAT2") 24862306a36Sopenharmony_ci ), 24962306a36Sopenharmony_ci MTK_PIN( 25062306a36Sopenharmony_ci 26, "GPIO26", 25162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 26), 25262306a36Sopenharmony_ci DRV_GRP4, 25362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO26"), 25462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_DAT3") 25562306a36Sopenharmony_ci ), 25662306a36Sopenharmony_ci MTK_PIN( 25762306a36Sopenharmony_ci 27, "GPIO27", 25862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 27), 25962306a36Sopenharmony_ci DRV_GRP4, 26062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO27"), 26162306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_CLK") 26262306a36Sopenharmony_ci ), 26362306a36Sopenharmony_ci MTK_PIN( 26462306a36Sopenharmony_ci 28, "GPIO28", 26562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 28), 26662306a36Sopenharmony_ci DRV_GRP4, 26762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO28"), 26862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC3_CMD") 26962306a36Sopenharmony_ci ), 27062306a36Sopenharmony_ci MTK_PIN( 27162306a36Sopenharmony_ci 29, "GPIO29", 27262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 29), 27362306a36Sopenharmony_ci DRV_GRP2, 27462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO29"), 27562306a36Sopenharmony_ci MTK_FUNCTION(1, "PTA_RXD"), 27662306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS2") 27762306a36Sopenharmony_ci ), 27862306a36Sopenharmony_ci MTK_PIN( 27962306a36Sopenharmony_ci 30, "GPIO30", 28062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 30), 28162306a36Sopenharmony_ci DRV_GRP2, 28262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO30"), 28362306a36Sopenharmony_ci MTK_FUNCTION(1, "PTA_TXD"), 28462306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS2") 28562306a36Sopenharmony_ci ), 28662306a36Sopenharmony_ci MTK_PIN( 28762306a36Sopenharmony_ci 31, "GPIO31", 28862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 31), 28962306a36Sopenharmony_ci DRV_GRP2, 29062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO31"), 29162306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD2"), 29262306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD2") 29362306a36Sopenharmony_ci ), 29462306a36Sopenharmony_ci MTK_PIN( 29562306a36Sopenharmony_ci 32, "GPIO32", 29662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 32), 29762306a36Sopenharmony_ci DRV_GRP2, 29862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO32"), 29962306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD2"), 30062306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD2") 30162306a36Sopenharmony_ci ), 30262306a36Sopenharmony_ci MTK_PIN( 30362306a36Sopenharmony_ci 33, "GPIO33", 30462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 33), 30562306a36Sopenharmony_ci DRV_GRP2, 30662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO33"), 30762306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_CLK"), 30862306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM0_CLK") 30962306a36Sopenharmony_ci ), 31062306a36Sopenharmony_ci MTK_PIN( 31162306a36Sopenharmony_ci 34, "GPIO34", 31262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 34), 31362306a36Sopenharmony_ci DRV_GRP2, 31462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO34"), 31562306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_DI"), 31662306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM0_DI") 31762306a36Sopenharmony_ci ), 31862306a36Sopenharmony_ci MTK_PIN( 31962306a36Sopenharmony_ci 35, "GPIO35", 32062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 35), 32162306a36Sopenharmony_ci DRV_GRP2, 32262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO35"), 32362306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_DO"), 32462306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM0_DO") 32562306a36Sopenharmony_ci ), 32662306a36Sopenharmony_ci MTK_PIN( 32762306a36Sopenharmony_ci 36, "GPIO36", 32862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 36), 32962306a36Sopenharmony_ci DRV_GRP2, 33062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO36"), 33162306a36Sopenharmony_ci MTK_FUNCTION(1, "MRG_SYNC"), 33262306a36Sopenharmony_ci MTK_FUNCTION(2, "PCM0_SYNC") 33362306a36Sopenharmony_ci ), 33462306a36Sopenharmony_ci MTK_PIN( 33562306a36Sopenharmony_ci 37, "GPIO37", 33662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 37), 33762306a36Sopenharmony_ci DRV_GRP2, 33862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO37"), 33962306a36Sopenharmony_ci MTK_FUNCTION(1, "GPS_SYNC") 34062306a36Sopenharmony_ci ), 34162306a36Sopenharmony_ci MTK_PIN( 34262306a36Sopenharmony_ci 38, "GPIO38", 34362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 38), 34462306a36Sopenharmony_ci DRV_GRP2, 34562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO38"), 34662306a36Sopenharmony_ci MTK_FUNCTION(1, "DAIRSTB") 34762306a36Sopenharmony_ci ), 34862306a36Sopenharmony_ci MTK_PIN( 34962306a36Sopenharmony_ci 39, "GPIO39", 35062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 39), 35162306a36Sopenharmony_ci DRV_GRP2, 35262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO39"), 35362306a36Sopenharmony_ci MTK_FUNCTION(1, "CM2MCLK") 35462306a36Sopenharmony_ci ), 35562306a36Sopenharmony_ci MTK_PIN( 35662306a36Sopenharmony_ci 40, "GPIO40", 35762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 40), 35862306a36Sopenharmony_ci DRV_GRP2, 35962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO40"), 36062306a36Sopenharmony_ci MTK_FUNCTION(1, "CM3MCLK"), 36162306a36Sopenharmony_ci MTK_FUNCTION(2, "IRDA_PDN"), 36262306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM6"), 36362306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S1_WS") 36462306a36Sopenharmony_ci ), 36562306a36Sopenharmony_ci MTK_PIN( 36662306a36Sopenharmony_ci 41, "GPIO41", 36762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 41), 36862306a36Sopenharmony_ci DRV_GRP2, 36962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO41"), 37062306a36Sopenharmony_ci MTK_FUNCTION(1, "CMPCLK"), 37162306a36Sopenharmony_ci MTK_FUNCTION(2, "CMCSK"), 37262306a36Sopenharmony_ci MTK_FUNCTION(3, "FLASH") 37362306a36Sopenharmony_ci ), 37462306a36Sopenharmony_ci MTK_PIN( 37562306a36Sopenharmony_ci 42, "GPIO42", 37662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 42), 37762306a36Sopenharmony_ci DRV_GRP2, 37862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO42"), 37962306a36Sopenharmony_ci MTK_FUNCTION(1, "CMMCLK") 38062306a36Sopenharmony_ci ), 38162306a36Sopenharmony_ci MTK_PIN( 38262306a36Sopenharmony_ci 43, "GPIO43", 38362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 43), 38462306a36Sopenharmony_ci DRV_FIXED, 38562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO43"), 38662306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA2") 38762306a36Sopenharmony_ci ), 38862306a36Sopenharmony_ci MTK_PIN( 38962306a36Sopenharmony_ci 44, "GPIO44", 39062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 44), 39162306a36Sopenharmony_ci DRV_FIXED, 39262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO44"), 39362306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL2") 39462306a36Sopenharmony_ci ), 39562306a36Sopenharmony_ci MTK_PIN( 39662306a36Sopenharmony_ci 45, "GPIO45", 39762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 45), 39862306a36Sopenharmony_ci DRV_FIXED, 39962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO45"), 40062306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA0") 40162306a36Sopenharmony_ci ), 40262306a36Sopenharmony_ci MTK_PIN( 40362306a36Sopenharmony_ci 46, "GPIO46", 40462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 46), 40562306a36Sopenharmony_ci DRV_FIXED, 40662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO46"), 40762306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL0") 40862306a36Sopenharmony_ci ), 40962306a36Sopenharmony_ci MTK_PIN( 41062306a36Sopenharmony_ci 47, "GPIO47", 41162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 47), 41262306a36Sopenharmony_ci DRV_GRP0, 41362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO47"), 41462306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS0") 41562306a36Sopenharmony_ci ), 41662306a36Sopenharmony_ci MTK_PIN( 41762306a36Sopenharmony_ci 48, "GPIO48", 41862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 48), 41962306a36Sopenharmony_ci DRV_GRP0, 42062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO48"), 42162306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS1") 42262306a36Sopenharmony_ci ), 42362306a36Sopenharmony_ci MTK_PIN( 42462306a36Sopenharmony_ci 49, "GPIO49", 42562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 49), 42662306a36Sopenharmony_ci DRV_GRP0, 42762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO49"), 42862306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS2") 42962306a36Sopenharmony_ci ), 43062306a36Sopenharmony_ci MTK_PIN( 43162306a36Sopenharmony_ci 50, "GPIO50", 43262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 50), 43362306a36Sopenharmony_ci DRV_GRP0, 43462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO50"), 43562306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS3") 43662306a36Sopenharmony_ci ), 43762306a36Sopenharmony_ci MTK_PIN( 43862306a36Sopenharmony_ci 51, "GPIO51", 43962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 51), 44062306a36Sopenharmony_ci DRV_GRP0, 44162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO51"), 44262306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS4") 44362306a36Sopenharmony_ci ), 44462306a36Sopenharmony_ci MTK_PIN( 44562306a36Sopenharmony_ci 52, "GPIO52", 44662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 52), 44762306a36Sopenharmony_ci DRV_GRP0, 44862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO52"), 44962306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS5") 45062306a36Sopenharmony_ci ), 45162306a36Sopenharmony_ci MTK_PIN( 45262306a36Sopenharmony_ci 53, "GPIO53", 45362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 53), 45462306a36Sopenharmony_ci DRV_GRP0, 45562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO53"), 45662306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS6") 45762306a36Sopenharmony_ci ), 45862306a36Sopenharmony_ci MTK_PIN( 45962306a36Sopenharmony_ci 54, "GPIO54", 46062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 54), 46162306a36Sopenharmony_ci DRV_GRP0, 46262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO54"), 46362306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS7") 46462306a36Sopenharmony_ci ), 46562306a36Sopenharmony_ci MTK_PIN( 46662306a36Sopenharmony_ci 55, "GPIO55", 46762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 55), 46862306a36Sopenharmony_ci DRV_GRP0, 46962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO55"), 47062306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS8") 47162306a36Sopenharmony_ci ), 47262306a36Sopenharmony_ci MTK_PIN( 47362306a36Sopenharmony_ci 56, "GPIO56", 47462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 56), 47562306a36Sopenharmony_ci DRV_GRP0, 47662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO56"), 47762306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS9") 47862306a36Sopenharmony_ci ), 47962306a36Sopenharmony_ci MTK_PIN( 48062306a36Sopenharmony_ci 57, "GPIO57", 48162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 57), 48262306a36Sopenharmony_ci DRV_GRP0, 48362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO57"), 48462306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS10") 48562306a36Sopenharmony_ci ), 48662306a36Sopenharmony_ci MTK_PIN( 48762306a36Sopenharmony_ci 58, "GPIO58", 48862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 58), 48962306a36Sopenharmony_ci DRV_GRP0, 49062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO58"), 49162306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS11") 49262306a36Sopenharmony_ci ), 49362306a36Sopenharmony_ci MTK_PIN( 49462306a36Sopenharmony_ci 59, "GPIO59", 49562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 59), 49662306a36Sopenharmony_ci DRV_GRP0, 49762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO59"), 49862306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS12") 49962306a36Sopenharmony_ci ), 50062306a36Sopenharmony_ci MTK_PIN( 50162306a36Sopenharmony_ci 60, "GPIO60", 50262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 60), 50362306a36Sopenharmony_ci DRV_GRP0, 50462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO60"), 50562306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS13") 50662306a36Sopenharmony_ci ), 50762306a36Sopenharmony_ci MTK_PIN( 50862306a36Sopenharmony_ci 61, "GPIO61", 50962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 61), 51062306a36Sopenharmony_ci DRV_GRP0, 51162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO61"), 51262306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS14") 51362306a36Sopenharmony_ci ), 51462306a36Sopenharmony_ci MTK_PIN( 51562306a36Sopenharmony_ci 62, "GPIO62", 51662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 62), 51762306a36Sopenharmony_ci DRV_GRP0, 51862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO62"), 51962306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC1_BSI_CK") 52062306a36Sopenharmony_ci ), 52162306a36Sopenharmony_ci MTK_PIN( 52262306a36Sopenharmony_ci 63, "GPIO63", 52362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 63), 52462306a36Sopenharmony_ci DRV_GRP0, 52562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO63"), 52662306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC1_BSI_D0") 52762306a36Sopenharmony_ci ), 52862306a36Sopenharmony_ci MTK_PIN( 52962306a36Sopenharmony_ci 64, "GPIO64", 53062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 64), 53162306a36Sopenharmony_ci DRV_GRP0, 53262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO64"), 53362306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC1_BSI_D1") 53462306a36Sopenharmony_ci ), 53562306a36Sopenharmony_ci MTK_PIN( 53662306a36Sopenharmony_ci 65, "GPIO65", 53762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 65), 53862306a36Sopenharmony_ci DRV_GRP0, 53962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO65"), 54062306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC1_BSI_D2") 54162306a36Sopenharmony_ci ), 54262306a36Sopenharmony_ci MTK_PIN( 54362306a36Sopenharmony_ci 66, "GPIO66", 54462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 66), 54562306a36Sopenharmony_ci DRV_GRP0, 54662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO66"), 54762306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC1_BSI_CS") 54862306a36Sopenharmony_ci ), 54962306a36Sopenharmony_ci MTK_PIN( 55062306a36Sopenharmony_ci 67, "GPIO67", 55162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 67), 55262306a36Sopenharmony_ci DRV_GRP2, 55362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO67"), 55462306a36Sopenharmony_ci MTK_FUNCTION(1, "TD_TXBPI") 55562306a36Sopenharmony_ci ), 55662306a36Sopenharmony_ci MTK_PIN( 55762306a36Sopenharmony_ci 68, "GPIO68", 55862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 68), 55962306a36Sopenharmony_ci DRV_GRP0, 56062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO68"), 56162306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC0_BSI_CK") 56262306a36Sopenharmony_ci ), 56362306a36Sopenharmony_ci MTK_PIN( 56462306a36Sopenharmony_ci 69, "GPIO69", 56562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 69), 56662306a36Sopenharmony_ci DRV_GRP0, 56762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO69"), 56862306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC0_BSI_D0") 56962306a36Sopenharmony_ci ), 57062306a36Sopenharmony_ci MTK_PIN( 57162306a36Sopenharmony_ci 70, "GPIO70", 57262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 70), 57362306a36Sopenharmony_ci DRV_GRP0, 57462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO70"), 57562306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC0_BSI_D1") 57662306a36Sopenharmony_ci ), 57762306a36Sopenharmony_ci MTK_PIN( 57862306a36Sopenharmony_ci 71, "GPIO71", 57962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 71), 58062306a36Sopenharmony_ci DRV_GRP0, 58162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO71"), 58262306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC0_BSI_D2") 58362306a36Sopenharmony_ci ), 58462306a36Sopenharmony_ci MTK_PIN( 58562306a36Sopenharmony_ci 72, "GPIO72", 58662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 72), 58762306a36Sopenharmony_ci DRV_GRP0, 58862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO72"), 58962306a36Sopenharmony_ci MTK_FUNCTION(1, "RFIC0_BSI_CS") 59062306a36Sopenharmony_ci ), 59162306a36Sopenharmony_ci MTK_PIN( 59262306a36Sopenharmony_ci 73, "GPIO73", 59362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 73), 59462306a36Sopenharmony_ci DRV_GRP0, 59562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO73"), 59662306a36Sopenharmony_ci MTK_FUNCTION(1, "MISC_BSI_DO") 59762306a36Sopenharmony_ci ), 59862306a36Sopenharmony_ci MTK_PIN( 59962306a36Sopenharmony_ci 74, "GPIO74", 60062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 74), 60162306a36Sopenharmony_ci DRV_GRP0, 60262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO74"), 60362306a36Sopenharmony_ci MTK_FUNCTION(1, "MISC_BSI_CK") 60462306a36Sopenharmony_ci ), 60562306a36Sopenharmony_ci MTK_PIN( 60662306a36Sopenharmony_ci 75, "GPIO75", 60762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 75), 60862306a36Sopenharmony_ci DRV_GRP0, 60962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO75"), 61062306a36Sopenharmony_ci MTK_FUNCTION(1, "MISC_BSI_CS0B"), 61162306a36Sopenharmony_ci MTK_FUNCTION(2, "MIPI1_SCLK") 61262306a36Sopenharmony_ci ), 61362306a36Sopenharmony_ci MTK_PIN( 61462306a36Sopenharmony_ci 76, "GPIO76", 61562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 76), 61662306a36Sopenharmony_ci DRV_GRP0, 61762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO76"), 61862306a36Sopenharmony_ci MTK_FUNCTION(1, "MISC_BSI_CS1B") 61962306a36Sopenharmony_ci ), 62062306a36Sopenharmony_ci MTK_PIN( 62162306a36Sopenharmony_ci 77, "GPIO77", 62262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 77), 62362306a36Sopenharmony_ci DRV_GRP0, 62462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO77"), 62562306a36Sopenharmony_ci MTK_FUNCTION(1, "MISC_BSI_DI"), 62662306a36Sopenharmony_ci MTK_FUNCTION(2, "MIPI1_SDATA") 62762306a36Sopenharmony_ci ), 62862306a36Sopenharmony_ci MTK_PIN( 62962306a36Sopenharmony_ci 78, "GPIO78", 63062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 78), 63162306a36Sopenharmony_ci DRV_GRP0, 63262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO78"), 63362306a36Sopenharmony_ci MTK_FUNCTION(1, "LTE_TXBPI") 63462306a36Sopenharmony_ci ), 63562306a36Sopenharmony_ci MTK_PIN( 63662306a36Sopenharmony_ci 79, "GPIO79", 63762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 79), 63862306a36Sopenharmony_ci DRV_GRP0, 63962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO79"), 64062306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS15") 64162306a36Sopenharmony_ci ), 64262306a36Sopenharmony_ci MTK_PIN( 64362306a36Sopenharmony_ci 80, "GPIO80", 64462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 80), 64562306a36Sopenharmony_ci DRV_GRP0, 64662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO80"), 64762306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS16") 64862306a36Sopenharmony_ci ), 64962306a36Sopenharmony_ci MTK_PIN( 65062306a36Sopenharmony_ci 81, "GPIO81", 65162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 81), 65262306a36Sopenharmony_ci DRV_GRP0, 65362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO81"), 65462306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS17") 65562306a36Sopenharmony_ci ), 65662306a36Sopenharmony_ci MTK_PIN( 65762306a36Sopenharmony_ci 82, "GPIO82", 65862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 82), 65962306a36Sopenharmony_ci DRV_GRP0, 66062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO82"), 66162306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS18") 66262306a36Sopenharmony_ci ), 66362306a36Sopenharmony_ci MTK_PIN( 66462306a36Sopenharmony_ci 83, "GPIO83", 66562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 83), 66662306a36Sopenharmony_ci DRV_GRP0, 66762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO83"), 66862306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS19") 66962306a36Sopenharmony_ci ), 67062306a36Sopenharmony_ci MTK_PIN( 67162306a36Sopenharmony_ci 84, "GPIO84", 67262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 84), 67362306a36Sopenharmony_ci DRV_GRP0, 67462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO84"), 67562306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS20") 67662306a36Sopenharmony_ci ), 67762306a36Sopenharmony_ci MTK_PIN( 67862306a36Sopenharmony_ci 85, "GPIO85", 67962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 85), 68062306a36Sopenharmony_ci DRV_GRP0, 68162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO85"), 68262306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS21") 68362306a36Sopenharmony_ci ), 68462306a36Sopenharmony_ci MTK_PIN( 68562306a36Sopenharmony_ci 86, "GPIO86", 68662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 86), 68762306a36Sopenharmony_ci DRV_GRP0, 68862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO86"), 68962306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS22") 69062306a36Sopenharmony_ci ), 69162306a36Sopenharmony_ci MTK_PIN( 69262306a36Sopenharmony_ci 87, "GPIO87", 69362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 87), 69462306a36Sopenharmony_ci DRV_GRP0, 69562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO87"), 69662306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS23") 69762306a36Sopenharmony_ci ), 69862306a36Sopenharmony_ci MTK_PIN( 69962306a36Sopenharmony_ci 88, "GPIO88", 70062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 88), 70162306a36Sopenharmony_ci DRV_GRP0, 70262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO88"), 70362306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS24") 70462306a36Sopenharmony_ci ), 70562306a36Sopenharmony_ci MTK_PIN( 70662306a36Sopenharmony_ci 89, "GPIO89", 70762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 89), 70862306a36Sopenharmony_ci DRV_GRP0, 70962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO89"), 71062306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS25") 71162306a36Sopenharmony_ci ), 71262306a36Sopenharmony_ci MTK_PIN( 71362306a36Sopenharmony_ci 90, "GPIO90", 71462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 90), 71562306a36Sopenharmony_ci DRV_GRP0, 71662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO90"), 71762306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS26") 71862306a36Sopenharmony_ci ), 71962306a36Sopenharmony_ci MTK_PIN( 72062306a36Sopenharmony_ci 91, "GPIO91", 72162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 91), 72262306a36Sopenharmony_ci DRV_GRP0, 72362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO91"), 72462306a36Sopenharmony_ci MTK_FUNCTION(1, "BPI_BUS27") 72562306a36Sopenharmony_ci ), 72662306a36Sopenharmony_ci MTK_PIN( 72762306a36Sopenharmony_ci 92, "GPIO92", 72862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 92), 72962306a36Sopenharmony_ci DRV_GRP0, 73062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO92"), 73162306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_CLK"), 73262306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_BCK"), 73362306a36Sopenharmony_ci MTK_FUNCTION(3, "NLD6") 73462306a36Sopenharmony_ci ), 73562306a36Sopenharmony_ci MTK_PIN( 73662306a36Sopenharmony_ci 93, "GPIO93", 73762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 93), 73862306a36Sopenharmony_ci DRV_GRP0, 73962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO93"), 74062306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_SYNC"), 74162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_WS"), 74262306a36Sopenharmony_ci MTK_FUNCTION(3, "NLD7") 74362306a36Sopenharmony_ci ), 74462306a36Sopenharmony_ci MTK_PIN( 74562306a36Sopenharmony_ci 94, "GPIO94", 74662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 94), 74762306a36Sopenharmony_ci DRV_GRP0, 74862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO94"), 74962306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_DI"), 75062306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_DI"), 75162306a36Sopenharmony_ci MTK_FUNCTION(3, "NREB") 75262306a36Sopenharmony_ci ), 75362306a36Sopenharmony_ci MTK_PIN( 75462306a36Sopenharmony_ci 95, "GPIO95", 75562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 95), 75662306a36Sopenharmony_ci DRV_GRP0, 75762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO95"), 75862306a36Sopenharmony_ci MTK_FUNCTION(1, "PCM1_DO"), 75962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S0_DO"), 76062306a36Sopenharmony_ci MTK_FUNCTION(3, "NRNB0") 76162306a36Sopenharmony_ci ), 76262306a36Sopenharmony_ci MTK_PIN( 76362306a36Sopenharmony_ci 96, "GPIO96", 76462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 96), 76562306a36Sopenharmony_ci DRV_GRP2, 76662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO96"), 76762306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD1"), 76862306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD1"), 76962306a36Sopenharmony_ci MTK_FUNCTION(3, "NWEB") 77062306a36Sopenharmony_ci ), 77162306a36Sopenharmony_ci MTK_PIN( 77262306a36Sopenharmony_ci 97, "GPIO97", 77362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 97), 77462306a36Sopenharmony_ci DRV_GRP2, 77562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO97"), 77662306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD1"), 77762306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD1"), 77862306a36Sopenharmony_ci MTK_FUNCTION(3, "NCEB0") 77962306a36Sopenharmony_ci ), 78062306a36Sopenharmony_ci MTK_PIN( 78162306a36Sopenharmony_ci 98, "GPIO98", 78262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 98), 78362306a36Sopenharmony_ci DRV_GRP2, 78462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO98"), 78562306a36Sopenharmony_ci MTK_FUNCTION(1, "URTS1"), 78662306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS1"), 78762306a36Sopenharmony_ci MTK_FUNCTION(3, "NALE") 78862306a36Sopenharmony_ci ), 78962306a36Sopenharmony_ci MTK_PIN( 79062306a36Sopenharmony_ci 99, "GPIO99", 79162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 99), 79262306a36Sopenharmony_ci DRV_GRP2, 79362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO99"), 79462306a36Sopenharmony_ci MTK_FUNCTION(1, "UCTS1"), 79562306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS1"), 79662306a36Sopenharmony_ci MTK_FUNCTION(3, "NCLE") 79762306a36Sopenharmony_ci ), 79862306a36Sopenharmony_ci MTK_PIN( 79962306a36Sopenharmony_ci 100, "GPIO100", 80062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 100), 80162306a36Sopenharmony_ci DRV_GRP4, 80262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO100"), 80362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT0"), 80462306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD1"), 80562306a36Sopenharmony_ci MTK_FUNCTION(3, "USB_DRVVBUS"), 80662306a36Sopenharmony_ci MTK_FUNCTION(4, "SDA4") 80762306a36Sopenharmony_ci ), 80862306a36Sopenharmony_ci MTK_PIN( 80962306a36Sopenharmony_ci 101, "GPIO101", 81062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 101), 81162306a36Sopenharmony_ci DRV_GRP4, 81262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO101"), 81362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT1"), 81462306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD1"), 81562306a36Sopenharmony_ci MTK_FUNCTION(4, "SCL4") 81662306a36Sopenharmony_ci ), 81762306a36Sopenharmony_ci MTK_PIN( 81862306a36Sopenharmony_ci 102, "GPIO102", 81962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 102), 82062306a36Sopenharmony_ci DRV_GRP4, 82162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO102"), 82262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT2"), 82362306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS1"), 82462306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD0"), 82562306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM0"), 82662306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI_CK_1") 82762306a36Sopenharmony_ci ), 82862306a36Sopenharmony_ci MTK_PIN( 82962306a36Sopenharmony_ci 103, "GPIO103", 83062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 103), 83162306a36Sopenharmony_ci DRV_GRP4, 83262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO103"), 83362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_DAT3"), 83462306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS1"), 83562306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD0"), 83662306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM1"), 83762306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI_MI_1") 83862306a36Sopenharmony_ci ), 83962306a36Sopenharmony_ci MTK_PIN( 84062306a36Sopenharmony_ci 104, "GPIO104", 84162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 104), 84262306a36Sopenharmony_ci DRV_GRP4, 84362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO104"), 84462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_CLK"), 84562306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD4"), 84662306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD3"), 84762306a36Sopenharmony_ci MTK_FUNCTION(4, "SDA3"), 84862306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM2"), 84962306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI_MO_1") 85062306a36Sopenharmony_ci ), 85162306a36Sopenharmony_ci MTK_PIN( 85262306a36Sopenharmony_ci 105, "GPIO105", 85362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 105), 85462306a36Sopenharmony_ci DRV_GRP4, 85562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO105"), 85662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC2_CMD"), 85762306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD5"), 85862306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD3"), 85962306a36Sopenharmony_ci MTK_FUNCTION(4, "SCL3"), 86062306a36Sopenharmony_ci MTK_FUNCTION(5, "PWM3"), 86162306a36Sopenharmony_ci MTK_FUNCTION(6, "SPI_CS_1") 86262306a36Sopenharmony_ci ), 86362306a36Sopenharmony_ci MTK_PIN( 86462306a36Sopenharmony_ci 106, "GPIO106", 86562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 106), 86662306a36Sopenharmony_ci DRV_GRP2, 86762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO106"), 86862306a36Sopenharmony_ci MTK_FUNCTION(1, "LCM_RST") 86962306a36Sopenharmony_ci ), 87062306a36Sopenharmony_ci MTK_PIN( 87162306a36Sopenharmony_ci 107, "GPIO107", 87262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 107), 87362306a36Sopenharmony_ci DRV_GRP2, 87462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO107"), 87562306a36Sopenharmony_ci MTK_FUNCTION(1, "DSI_TE") 87662306a36Sopenharmony_ci ), 87762306a36Sopenharmony_ci MTK_PIN( 87862306a36Sopenharmony_ci 108, "GPIO108", 87962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 108), 88062306a36Sopenharmony_ci DRV_GRP2, 88162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO108"), 88262306a36Sopenharmony_ci MTK_FUNCTION(1, "JTMS"), 88362306a36Sopenharmony_ci MTK_FUNCTION(2, "MFG_JTAG_TMS"), 88462306a36Sopenharmony_ci MTK_FUNCTION(3, "TDD_TMS"), 88562306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TMS"), 88662306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TMS"), 88762306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TMS") 88862306a36Sopenharmony_ci ), 88962306a36Sopenharmony_ci MTK_PIN( 89062306a36Sopenharmony_ci 109, "GPIO109", 89162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 109), 89262306a36Sopenharmony_ci DRV_GRP2, 89362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO109"), 89462306a36Sopenharmony_ci MTK_FUNCTION(1, "JTCK"), 89562306a36Sopenharmony_ci MTK_FUNCTION(2, "MFG_JTAG_TCK"), 89662306a36Sopenharmony_ci MTK_FUNCTION(3, "TDD_TCK"), 89762306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TCK"), 89862306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TCK"), 89962306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TCK") 90062306a36Sopenharmony_ci ), 90162306a36Sopenharmony_ci MTK_PIN( 90262306a36Sopenharmony_ci 110, "GPIO110", 90362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 110), 90462306a36Sopenharmony_ci DRV_GRP2, 90562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO110"), 90662306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDI"), 90762306a36Sopenharmony_ci MTK_FUNCTION(2, "MFG_JTAG_TDI"), 90862306a36Sopenharmony_ci MTK_FUNCTION(3, "TDD_TDI"), 90962306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDI"), 91062306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TDI"), 91162306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDI") 91262306a36Sopenharmony_ci ), 91362306a36Sopenharmony_ci MTK_PIN( 91462306a36Sopenharmony_ci 111, "GPIO111", 91562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 111), 91662306a36Sopenharmony_ci DRV_GRP2, 91762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO111"), 91862306a36Sopenharmony_ci MTK_FUNCTION(1, "JTDO"), 91962306a36Sopenharmony_ci MTK_FUNCTION(2, "MFG_JTAG_TDO"), 92062306a36Sopenharmony_ci MTK_FUNCTION(3, "TDD_TDO"), 92162306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDO"), 92262306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TDO"), 92362306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_TDO") 92462306a36Sopenharmony_ci ), 92562306a36Sopenharmony_ci MTK_PIN( 92662306a36Sopenharmony_ci 112, "GPIO112", 92762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 112), 92862306a36Sopenharmony_ci DRV_GRP2, 92962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO112"), 93062306a36Sopenharmony_ci MTK_FUNCTION(1, "JTRST_B"), 93162306a36Sopenharmony_ci MTK_FUNCTION(2, "MFG_JTAG_TRSTN"), 93262306a36Sopenharmony_ci MTK_FUNCTION(3, "TDD_TRSTN"), 93362306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TRST"), 93462306a36Sopenharmony_ci MTK_FUNCTION(5, "AP_MD32_JTAG_TRST"), 93562306a36Sopenharmony_ci MTK_FUNCTION(6, "DFD_NTRST") 93662306a36Sopenharmony_ci ), 93762306a36Sopenharmony_ci MTK_PIN( 93862306a36Sopenharmony_ci 113, "GPIO113", 93962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 113), 94062306a36Sopenharmony_ci DRV_GRP2, 94162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO113"), 94262306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD0"), 94362306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD0"), 94462306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_URXD"), 94562306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_URXD"), 94662306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD"), 94762306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_WS") 94862306a36Sopenharmony_ci ), 94962306a36Sopenharmony_ci MTK_PIN( 95062306a36Sopenharmony_ci 114, "GPIO114", 95162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 114), 95262306a36Sopenharmony_ci DRV_GRP2, 95362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO114"), 95462306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD0"), 95562306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD0"), 95662306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_UTXD"), 95762306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_UTXD"), 95862306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD"), 95962306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_BCK") 96062306a36Sopenharmony_ci ), 96162306a36Sopenharmony_ci MTK_PIN( 96262306a36Sopenharmony_ci 115, "GPIO115", 96362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 115), 96462306a36Sopenharmony_ci DRV_GRP2, 96562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO115"), 96662306a36Sopenharmony_ci MTK_FUNCTION(1, "URTS0"), 96762306a36Sopenharmony_ci MTK_FUNCTION(2, "UCTS0"), 96862306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_URXD"), 96962306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_URXD"), 97062306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD"), 97162306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_MCK") 97262306a36Sopenharmony_ci ), 97362306a36Sopenharmony_ci MTK_PIN( 97462306a36Sopenharmony_ci 116, "GPIO116", 97562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 116), 97662306a36Sopenharmony_ci DRV_GRP2, 97762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO116"), 97862306a36Sopenharmony_ci MTK_FUNCTION(1, "UCTS0"), 97962306a36Sopenharmony_ci MTK_FUNCTION(2, "URTS0"), 98062306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_UTXD"), 98162306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_UTXD"), 98262306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD"), 98362306a36Sopenharmony_ci MTK_FUNCTION(6, "I2S2_DI_1") 98462306a36Sopenharmony_ci ), 98562306a36Sopenharmony_ci MTK_PIN( 98662306a36Sopenharmony_ci 117, "GPIO117", 98762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 117), 98862306a36Sopenharmony_ci DRV_GRP2, 98962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO117"), 99062306a36Sopenharmony_ci MTK_FUNCTION(1, "URXD3"), 99162306a36Sopenharmony_ci MTK_FUNCTION(2, "UTXD3"), 99262306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_URXD"), 99362306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_URXD"), 99462306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD") 99562306a36Sopenharmony_ci ), 99662306a36Sopenharmony_ci MTK_PIN( 99762306a36Sopenharmony_ci 118, "GPIO118", 99862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 118), 99962306a36Sopenharmony_ci DRV_GRP2, 100062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO118"), 100162306a36Sopenharmony_ci MTK_FUNCTION(1, "UTXD3"), 100262306a36Sopenharmony_ci MTK_FUNCTION(2, "URXD3"), 100362306a36Sopenharmony_ci MTK_FUNCTION(3, "MD_UTXD"), 100462306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_UTXD"), 100562306a36Sopenharmony_ci MTK_FUNCTION(5, "TDD_TXD") 100662306a36Sopenharmony_ci ), 100762306a36Sopenharmony_ci MTK_PIN( 100862306a36Sopenharmony_ci 119, "GPIO119", 100962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 119), 101062306a36Sopenharmony_ci DRV_GRP2, 101162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO119"), 101262306a36Sopenharmony_ci MTK_FUNCTION(1, "KROW0") 101362306a36Sopenharmony_ci ), 101462306a36Sopenharmony_ci MTK_PIN( 101562306a36Sopenharmony_ci 120, "GPIO120", 101662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 120), 101762306a36Sopenharmony_ci DRV_GRP2, 101862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO120"), 101962306a36Sopenharmony_ci MTK_FUNCTION(1, "KROW1"), 102062306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM6") 102162306a36Sopenharmony_ci ), 102262306a36Sopenharmony_ci MTK_PIN( 102362306a36Sopenharmony_ci 121, "GPIO121", 102462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 121), 102562306a36Sopenharmony_ci DRV_GRP2, 102662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO121"), 102762306a36Sopenharmony_ci MTK_FUNCTION(1, "KROW2"), 102862306a36Sopenharmony_ci MTK_FUNCTION(2, "IRDA_PDN"), 102962306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO_1"), 103062306a36Sopenharmony_ci MTK_FUNCTION(4, "USB_DRVVBUS"), 103162306a36Sopenharmony_ci MTK_FUNCTION(5, "SPI_CK_2"), 103262306a36Sopenharmony_ci MTK_FUNCTION(6, "PWM4") 103362306a36Sopenharmony_ci ), 103462306a36Sopenharmony_ci MTK_PIN( 103562306a36Sopenharmony_ci 122, "GPIO122", 103662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 122), 103762306a36Sopenharmony_ci DRV_GRP2, 103862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO122"), 103962306a36Sopenharmony_ci MTK_FUNCTION(1, "KCOL0") 104062306a36Sopenharmony_ci ), 104162306a36Sopenharmony_ci MTK_PIN( 104262306a36Sopenharmony_ci 123, "GPIO123", 104362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 123), 104462306a36Sopenharmony_ci DRV_GRP2, 104562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO123"), 104662306a36Sopenharmony_ci MTK_FUNCTION(1, "KCOL1"), 104762306a36Sopenharmony_ci MTK_FUNCTION(2, "IRDA_RXD"), 104862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI_2"), 104962306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM5") 105062306a36Sopenharmony_ci ), 105162306a36Sopenharmony_ci MTK_PIN( 105262306a36Sopenharmony_ci 124, "GPIO124", 105362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 124), 105462306a36Sopenharmony_ci DRV_GRP2, 105562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO124"), 105662306a36Sopenharmony_ci MTK_FUNCTION(1, "KCOL2"), 105762306a36Sopenharmony_ci MTK_FUNCTION(2, "IRDA_TXD"), 105862306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO_2"), 105962306a36Sopenharmony_ci MTK_FUNCTION(4, "USB_DRVVBUS"), 106062306a36Sopenharmony_ci MTK_FUNCTION(5, "SPI_MI_2"), 106162306a36Sopenharmony_ci MTK_FUNCTION(6, "PWM3") 106262306a36Sopenharmony_ci ), 106362306a36Sopenharmony_ci MTK_PIN( 106462306a36Sopenharmony_ci 125, "GPIO125", 106562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 125), 106662306a36Sopenharmony_ci DRV_GRP2, 106762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO125"), 106862306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA1") 106962306a36Sopenharmony_ci ), 107062306a36Sopenharmony_ci MTK_PIN( 107162306a36Sopenharmony_ci 126, "GPIO126", 107262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 126), 107362306a36Sopenharmony_ci DRV_GRP2, 107462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO126"), 107562306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL1") 107662306a36Sopenharmony_ci ), 107762306a36Sopenharmony_ci MTK_PIN( 107862306a36Sopenharmony_ci 127, "GPIO127", 107962306a36Sopenharmony_ci MTK_EINT_FUNCTION(1, 127), 108062306a36Sopenharmony_ci DRV_GRP2, 108162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO127"), 108262306a36Sopenharmony_ci MTK_FUNCTION(1, "MD_EINT1"), 108362306a36Sopenharmony_ci MTK_FUNCTION(2, "DISP_PWM1"), 108462306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_MO_2") 108562306a36Sopenharmony_ci ), 108662306a36Sopenharmony_ci MTK_PIN( 108762306a36Sopenharmony_ci 128, "GPIO128", 108862306a36Sopenharmony_ci MTK_EINT_FUNCTION(1, 128), 108962306a36Sopenharmony_ci DRV_GRP2, 109062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO128"), 109162306a36Sopenharmony_ci MTK_FUNCTION(1, "MD_EINT2"), 109262306a36Sopenharmony_ci MTK_FUNCTION(2, "DSI1_TE"), 109362306a36Sopenharmony_ci MTK_FUNCTION(3, "SPI_CS_2") 109462306a36Sopenharmony_ci ), 109562306a36Sopenharmony_ci MTK_PIN( 109662306a36Sopenharmony_ci 129, "GPIO129", 109762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 129), 109862306a36Sopenharmony_ci DRV_GRP2, 109962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO129"), 110062306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_WS"), 110162306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_WS"), 110262306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0") 110362306a36Sopenharmony_ci ), 110462306a36Sopenharmony_ci MTK_PIN( 110562306a36Sopenharmony_ci 130, "GPIO130", 110662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 130), 110762306a36Sopenharmony_ci DRV_GRP2, 110862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO130"), 110962306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_BCK"), 111062306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_BCK"), 111162306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1") 111262306a36Sopenharmony_ci ), 111362306a36Sopenharmony_ci MTK_PIN( 111462306a36Sopenharmony_ci 131, "GPIO131", 111562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 131), 111662306a36Sopenharmony_ci DRV_GRP2, 111762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO131"), 111862306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_MCK"), 111962306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_MCK"), 112062306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2") 112162306a36Sopenharmony_ci ), 112262306a36Sopenharmony_ci MTK_PIN( 112362306a36Sopenharmony_ci 132, "GPIO132", 112462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 132), 112562306a36Sopenharmony_ci DRV_GRP2, 112662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO132"), 112762306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO_1"), 112862306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_DI_1"), 112962306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM3") 113062306a36Sopenharmony_ci ), 113162306a36Sopenharmony_ci MTK_PIN( 113262306a36Sopenharmony_ci 133, "GPIO133", 113362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 133), 113462306a36Sopenharmony_ci DRV_GRP2, 113562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO133"), 113662306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO_2"), 113762306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S2_DI_2"), 113862306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM4") 113962306a36Sopenharmony_ci ), 114062306a36Sopenharmony_ci MTK_PIN( 114162306a36Sopenharmony_ci 134, "GPIO134", 114262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 134), 114362306a36Sopenharmony_ci DRV_GRP2, 114462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO134"), 114562306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO_3"), 114662306a36Sopenharmony_ci MTK_FUNCTION(2, "DISP_PWM1"), 114762306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO_1"), 114862306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM5") 114962306a36Sopenharmony_ci ), 115062306a36Sopenharmony_ci MTK_PIN( 115162306a36Sopenharmony_ci 135, "GPIO135", 115262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 135), 115362306a36Sopenharmony_ci DRV_GRP2, 115462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO135"), 115562306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S3_DO_4"), 115662306a36Sopenharmony_ci MTK_FUNCTION(2, "DSI1_TE"), 115762306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S1_DO_2"), 115862306a36Sopenharmony_ci MTK_FUNCTION(4, "PWM6") 115962306a36Sopenharmony_ci ), 116062306a36Sopenharmony_ci MTK_PIN( 116162306a36Sopenharmony_ci 136, "GPIO136", 116262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 136), 116362306a36Sopenharmony_ci DRV_FIXED, 116462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO136"), 116562306a36Sopenharmony_ci MTK_FUNCTION(1, "SDA3") 116662306a36Sopenharmony_ci ), 116762306a36Sopenharmony_ci MTK_PIN( 116862306a36Sopenharmony_ci 137, "GPIO137", 116962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 137), 117062306a36Sopenharmony_ci DRV_FIXED, 117162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO137"), 117262306a36Sopenharmony_ci MTK_FUNCTION(1, "SCL3") 117362306a36Sopenharmony_ci ), 117462306a36Sopenharmony_ci MTK_PIN( 117562306a36Sopenharmony_ci 138, "GPIO138", 117662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 138), 117762306a36Sopenharmony_ci DRV_GRP4, 117862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO138"), 117962306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_CK"), 118062306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD6"), 118162306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD0"), 118262306a36Sopenharmony_ci MTK_FUNCTION(4, "USB_DRVVBUS"), 118362306a36Sopenharmony_ci MTK_FUNCTION(5, "IRDA_PDN") 118462306a36Sopenharmony_ci ), 118562306a36Sopenharmony_ci MTK_PIN( 118662306a36Sopenharmony_ci 139, "GPIO139", 118762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 139), 118862306a36Sopenharmony_ci DRV_GRP4, 118962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO139"), 119062306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_DE"), 119162306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD7"), 119262306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD0"), 119362306a36Sopenharmony_ci MTK_FUNCTION(4, "MD_UTXD"), 119462306a36Sopenharmony_ci MTK_FUNCTION(5, "IRDA_RXD") 119562306a36Sopenharmony_ci ), 119662306a36Sopenharmony_ci MTK_PIN( 119762306a36Sopenharmony_ci 140, "GPIO140", 119862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 140), 119962306a36Sopenharmony_ci DRV_GRP4, 120062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO140"), 120162306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D0"), 120262306a36Sopenharmony_ci MTK_FUNCTION(2, "NREB"), 120362306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS0"), 120462306a36Sopenharmony_ci MTK_FUNCTION(4, "MD_URXD"), 120562306a36Sopenharmony_ci MTK_FUNCTION(5, "IRDA_TXD") 120662306a36Sopenharmony_ci ), 120762306a36Sopenharmony_ci MTK_PIN( 120862306a36Sopenharmony_ci 141, "GPIO141", 120962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 141), 121062306a36Sopenharmony_ci DRV_GRP4, 121162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO141"), 121262306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D1"), 121362306a36Sopenharmony_ci MTK_FUNCTION(2, "NRNB0"), 121462306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS0"), 121562306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_UTXD"), 121662306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_WS") 121762306a36Sopenharmony_ci ), 121862306a36Sopenharmony_ci MTK_PIN( 121962306a36Sopenharmony_ci 142, "GPIO142", 122062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 142), 122162306a36Sopenharmony_ci DRV_GRP4, 122262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO142"), 122362306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D2"), 122462306a36Sopenharmony_ci MTK_FUNCTION(2, "NWEB"), 122562306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD1"), 122662306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_URXD"), 122762306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_BCK") 122862306a36Sopenharmony_ci ), 122962306a36Sopenharmony_ci MTK_PIN( 123062306a36Sopenharmony_ci 143, "GPIO143", 123162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 143), 123262306a36Sopenharmony_ci DRV_GRP4, 123362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO143"), 123462306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D3"), 123562306a36Sopenharmony_ci MTK_FUNCTION(2, "NCEB0"), 123662306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD1"), 123762306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TXD"), 123862306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_MCK") 123962306a36Sopenharmony_ci ), 124062306a36Sopenharmony_ci MTK_PIN( 124162306a36Sopenharmony_ci 144, "GPIO144", 124262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 144), 124362306a36Sopenharmony_ci DRV_GRP4, 124462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO144"), 124562306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D4"), 124662306a36Sopenharmony_ci MTK_FUNCTION(2, "NALE"), 124762306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS1"), 124862306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TMS"), 124962306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_DI_1") 125062306a36Sopenharmony_ci ), 125162306a36Sopenharmony_ci MTK_PIN( 125262306a36Sopenharmony_ci 145, "GPIO145", 125362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 145), 125462306a36Sopenharmony_ci DRV_GRP4, 125562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO145"), 125662306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D5"), 125762306a36Sopenharmony_ci MTK_FUNCTION(2, "NCLE"), 125862306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS1"), 125962306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TCK"), 126062306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S2_DI_2") 126162306a36Sopenharmony_ci ), 126262306a36Sopenharmony_ci MTK_PIN( 126362306a36Sopenharmony_ci 146, "GPIO146", 126462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 146), 126562306a36Sopenharmony_ci DRV_GRP4, 126662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO146"), 126762306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D6"), 126862306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD8"), 126962306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD2"), 127062306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TDI") 127162306a36Sopenharmony_ci ), 127262306a36Sopenharmony_ci MTK_PIN( 127362306a36Sopenharmony_ci 147, "GPIO147", 127462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 147), 127562306a36Sopenharmony_ci DRV_GRP4, 127662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO147"), 127762306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D7"), 127862306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD9"), 127962306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD2"), 128062306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TDO"), 128162306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_WS") 128262306a36Sopenharmony_ci ), 128362306a36Sopenharmony_ci MTK_PIN( 128462306a36Sopenharmony_ci 148, "GPIO148", 128562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 148), 128662306a36Sopenharmony_ci DRV_GRP4, 128762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO148"), 128862306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D8"), 128962306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD10"), 129062306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS2"), 129162306a36Sopenharmony_ci MTK_FUNCTION(4, "TDD_TRSTN"), 129262306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_BCK") 129362306a36Sopenharmony_ci ), 129462306a36Sopenharmony_ci MTK_PIN( 129562306a36Sopenharmony_ci 149, "GPIO149", 129662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 149), 129762306a36Sopenharmony_ci DRV_GRP4, 129862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO149"), 129962306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D9"), 130062306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD11"), 130162306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS2"), 130262306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TMS"), 130362306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_MCK") 130462306a36Sopenharmony_ci ), 130562306a36Sopenharmony_ci MTK_PIN( 130662306a36Sopenharmony_ci 150, "GPIO150", 130762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 150), 130862306a36Sopenharmony_ci DRV_GRP4, 130962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO150"), 131062306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D10"), 131162306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD12"), 131262306a36Sopenharmony_ci MTK_FUNCTION(3, "UTXD3"), 131362306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TCK"), 131462306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_DO_1") 131562306a36Sopenharmony_ci ), 131662306a36Sopenharmony_ci MTK_PIN( 131762306a36Sopenharmony_ci 151, "GPIO151", 131862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 151), 131962306a36Sopenharmony_ci DRV_GRP4, 132062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO151"), 132162306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_D11"), 132262306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD13"), 132362306a36Sopenharmony_ci MTK_FUNCTION(3, "URXD3"), 132462306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDI"), 132562306a36Sopenharmony_ci MTK_FUNCTION(5, "I2S1_DO_2") 132662306a36Sopenharmony_ci ), 132762306a36Sopenharmony_ci MTK_PIN( 132862306a36Sopenharmony_ci 152, "GPIO152", 132962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 152), 133062306a36Sopenharmony_ci DRV_GRP4, 133162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO152"), 133262306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_HSYNC"), 133362306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD14"), 133462306a36Sopenharmony_ci MTK_FUNCTION(3, "UCTS3"), 133562306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TDO"), 133662306a36Sopenharmony_ci MTK_FUNCTION(5, "DSI1_TE") 133762306a36Sopenharmony_ci ), 133862306a36Sopenharmony_ci MTK_PIN( 133962306a36Sopenharmony_ci 153, "GPIO153", 134062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 153), 134162306a36Sopenharmony_ci DRV_GRP4, 134262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO153"), 134362306a36Sopenharmony_ci MTK_FUNCTION(1, "DPI_VSYNC"), 134462306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD15"), 134562306a36Sopenharmony_ci MTK_FUNCTION(3, "URTS3"), 134662306a36Sopenharmony_ci MTK_FUNCTION(4, "LTE_MD32_JTAG_TRST"), 134762306a36Sopenharmony_ci MTK_FUNCTION(5, "DISP_PWM1") 134862306a36Sopenharmony_ci ), 134962306a36Sopenharmony_ci MTK_PIN( 135062306a36Sopenharmony_ci 154, "GPIO154", 135162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 154), 135262306a36Sopenharmony_ci DRV_GRP4, 135362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO154"), 135462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT0"), 135562306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD8") 135662306a36Sopenharmony_ci ), 135762306a36Sopenharmony_ci MTK_PIN( 135862306a36Sopenharmony_ci 155, "GPIO155", 135962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 155), 136062306a36Sopenharmony_ci DRV_GRP4, 136162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO155"), 136262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT1"), 136362306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD9") 136462306a36Sopenharmony_ci ), 136562306a36Sopenharmony_ci MTK_PIN( 136662306a36Sopenharmony_ci 156, "GPIO156", 136762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 156), 136862306a36Sopenharmony_ci DRV_GRP4, 136962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO156"), 137062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT2"), 137162306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD10") 137262306a36Sopenharmony_ci ), 137362306a36Sopenharmony_ci MTK_PIN( 137462306a36Sopenharmony_ci 157, "GPIO157", 137562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 157), 137662306a36Sopenharmony_ci DRV_GRP4, 137762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO157"), 137862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT3"), 137962306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD11") 138062306a36Sopenharmony_ci ), 138162306a36Sopenharmony_ci MTK_PIN( 138262306a36Sopenharmony_ci 158, "GPIO158", 138362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 158), 138462306a36Sopenharmony_ci DRV_GRP4, 138562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO158"), 138662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT4"), 138762306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD12") 138862306a36Sopenharmony_ci ), 138962306a36Sopenharmony_ci MTK_PIN( 139062306a36Sopenharmony_ci 159, "GPIO159", 139162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 159), 139262306a36Sopenharmony_ci DRV_GRP4, 139362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO159"), 139462306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT5"), 139562306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD13") 139662306a36Sopenharmony_ci ), 139762306a36Sopenharmony_ci MTK_PIN( 139862306a36Sopenharmony_ci 160, "GPIO160", 139962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 160), 140062306a36Sopenharmony_ci DRV_GRP4, 140162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO160"), 140262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT6"), 140362306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD14") 140462306a36Sopenharmony_ci ), 140562306a36Sopenharmony_ci MTK_PIN( 140662306a36Sopenharmony_ci 161, "GPIO161", 140762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 161), 140862306a36Sopenharmony_ci DRV_GRP4, 140962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO161"), 141062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DAT7"), 141162306a36Sopenharmony_ci MTK_FUNCTION(2, "NLD15") 141262306a36Sopenharmony_ci ), 141362306a36Sopenharmony_ci MTK_PIN( 141462306a36Sopenharmony_ci 162, "GPIO162", 141562306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 162), 141662306a36Sopenharmony_ci DRV_GRP4, 141762306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO162"), 141862306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CMD") 141962306a36Sopenharmony_ci ), 142062306a36Sopenharmony_ci MTK_PIN( 142162306a36Sopenharmony_ci 163, "GPIO163", 142262306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 163), 142362306a36Sopenharmony_ci DRV_GRP4, 142462306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO163"), 142562306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_CLK") 142662306a36Sopenharmony_ci ), 142762306a36Sopenharmony_ci MTK_PIN( 142862306a36Sopenharmony_ci 164, "GPIO164", 142962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 164), 143062306a36Sopenharmony_ci DRV_GRP4, 143162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO164"), 143262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_DSL") 143362306a36Sopenharmony_ci ), 143462306a36Sopenharmony_ci MTK_PIN( 143562306a36Sopenharmony_ci 165, "GPIO165", 143662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 165), 143762306a36Sopenharmony_ci DRV_GRP4, 143862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO165"), 143962306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC0_RSTB") 144062306a36Sopenharmony_ci ), 144162306a36Sopenharmony_ci MTK_PIN( 144262306a36Sopenharmony_ci 166, "GPIO166", 144362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 166), 144462306a36Sopenharmony_ci DRV_GRP2, 144562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO166"), 144662306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_CK_0"), 144762306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM0") 144862306a36Sopenharmony_ci ), 144962306a36Sopenharmony_ci MTK_PIN( 145062306a36Sopenharmony_ci 167, "GPIO167", 145162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 167), 145262306a36Sopenharmony_ci DRV_GRP2, 145362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO167"), 145462306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_MI_0"), 145562306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM1"), 145662306a36Sopenharmony_ci MTK_FUNCTION(4, "SPI_MO_0") 145762306a36Sopenharmony_ci ), 145862306a36Sopenharmony_ci MTK_PIN( 145962306a36Sopenharmony_ci 168, "GPIO168", 146062306a36Sopenharmony_ci MTK_EINT_FUNCTION(2, 168), 146162306a36Sopenharmony_ci DRV_GRP2, 146262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO168"), 146362306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_MO_0"), 146462306a36Sopenharmony_ci MTK_FUNCTION(2, "MD_EINT3"), 146562306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM2"), 146662306a36Sopenharmony_ci MTK_FUNCTION(4, "SPI_MI_0") 146762306a36Sopenharmony_ci ), 146862306a36Sopenharmony_ci MTK_PIN( 146962306a36Sopenharmony_ci 169, "GPIO169", 147062306a36Sopenharmony_ci MTK_EINT_FUNCTION(2, 169), 147162306a36Sopenharmony_ci DRV_GRP2, 147262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO169"), 147362306a36Sopenharmony_ci MTK_FUNCTION(1, "SPI_CS_0"), 147462306a36Sopenharmony_ci MTK_FUNCTION(2, "MD_EINT4"), 147562306a36Sopenharmony_ci MTK_FUNCTION(3, "PWM3") 147662306a36Sopenharmony_ci ), 147762306a36Sopenharmony_ci MTK_PIN( 147862306a36Sopenharmony_ci 170, "GPIO170", 147962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 170), 148062306a36Sopenharmony_ci DRV_GRP4, 148162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO170"), 148262306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CMD") 148362306a36Sopenharmony_ci ), 148462306a36Sopenharmony_ci MTK_PIN( 148562306a36Sopenharmony_ci 171, "GPIO171", 148662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 171), 148762306a36Sopenharmony_ci DRV_GRP4, 148862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO171"), 148962306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT0") 149062306a36Sopenharmony_ci ), 149162306a36Sopenharmony_ci MTK_PIN( 149262306a36Sopenharmony_ci 172, "GPIO172", 149362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 172), 149462306a36Sopenharmony_ci DRV_GRP4, 149562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO172"), 149662306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT1") 149762306a36Sopenharmony_ci ), 149862306a36Sopenharmony_ci MTK_PIN( 149962306a36Sopenharmony_ci 173, "GPIO173", 150062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 173), 150162306a36Sopenharmony_ci DRV_GRP4, 150262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO173"), 150362306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT2") 150462306a36Sopenharmony_ci ), 150562306a36Sopenharmony_ci MTK_PIN( 150662306a36Sopenharmony_ci 174, "GPIO174", 150762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 174), 150862306a36Sopenharmony_ci DRV_GRP4, 150962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO174"), 151062306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_DAT3") 151162306a36Sopenharmony_ci ), 151262306a36Sopenharmony_ci MTK_PIN( 151362306a36Sopenharmony_ci 175, "GPIO175", 151462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 175), 151562306a36Sopenharmony_ci DRV_GRP4, 151662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO175"), 151762306a36Sopenharmony_ci MTK_FUNCTION(1, "MSDC1_CLK") 151862306a36Sopenharmony_ci ), 151962306a36Sopenharmony_ci MTK_PIN( 152062306a36Sopenharmony_ci 176, "GPIO176", 152162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 176), 152262306a36Sopenharmony_ci DRV_GRP2, 152362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO176"), 152462306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPIMI"), 152562306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPIMO") 152662306a36Sopenharmony_ci ), 152762306a36Sopenharmony_ci MTK_PIN( 152862306a36Sopenharmony_ci 177, "GPIO177", 152962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 177), 153062306a36Sopenharmony_ci DRV_GRP2, 153162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO177"), 153262306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPIMO"), 153362306a36Sopenharmony_ci MTK_FUNCTION(2, "PWRAP_SPIMI") 153462306a36Sopenharmony_ci ), 153562306a36Sopenharmony_ci MTK_PIN( 153662306a36Sopenharmony_ci 178, "GPIO178", 153762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 178), 153862306a36Sopenharmony_ci DRV_GRP2, 153962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO178"), 154062306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPICK") 154162306a36Sopenharmony_ci ), 154262306a36Sopenharmony_ci MTK_PIN( 154362306a36Sopenharmony_ci 179, "GPIO179", 154462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 179), 154562306a36Sopenharmony_ci DRV_GRP2, 154662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO179"), 154762306a36Sopenharmony_ci MTK_FUNCTION(1, "PWRAP_SPICS") 154862306a36Sopenharmony_ci ), 154962306a36Sopenharmony_ci MTK_PIN( 155062306a36Sopenharmony_ci 180, "GPIO180", 155162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 180), 155262306a36Sopenharmony_ci DRV_GRP2, 155362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO180"), 155462306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_CLK_MOSI"), 155562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_WS"), 155662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_WS"), 155762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_WS") 155862306a36Sopenharmony_ci ), 155962306a36Sopenharmony_ci MTK_PIN( 156062306a36Sopenharmony_ci 181, "GPIO181", 156162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 181), 156262306a36Sopenharmony_ci DRV_GRP2, 156362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO181"), 156462306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MISO_1"), 156562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_BCK"), 156662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK"), 156762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_BCK") 156862306a36Sopenharmony_ci ), 156962306a36Sopenharmony_ci MTK_PIN( 157062306a36Sopenharmony_ci 182, "GPIO182", 157162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 182), 157262306a36Sopenharmony_ci DRV_GRP2, 157362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO182"), 157462306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MOSI_1"), 157562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_MCK"), 157662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK"), 157762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_MCK") 157862306a36Sopenharmony_ci ), 157962306a36Sopenharmony_ci MTK_PIN( 158062306a36Sopenharmony_ci 183, "GPIO183", 158162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 183), 158262306a36Sopenharmony_ci DRV_GRP2, 158362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO183"), 158462306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MISO_2"), 158562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_1"), 158662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI_1"), 158762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_DO") 158862306a36Sopenharmony_ci ), 158962306a36Sopenharmony_ci MTK_PIN( 159062306a36Sopenharmony_ci 184, "GPIO184", 159162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 184), 159262306a36Sopenharmony_ci DRV_GRP2, 159362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO184"), 159462306a36Sopenharmony_ci MTK_FUNCTION(1, "AUD_DAT_MOSI_2"), 159562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_2"), 159662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI_2"), 159762306a36Sopenharmony_ci MTK_FUNCTION(4, "I2S0_DI") 159862306a36Sopenharmony_ci ), 159962306a36Sopenharmony_ci MTK_PIN( 160062306a36Sopenharmony_ci 185, "GPIO185", 160162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 185), 160262306a36Sopenharmony_ci DRV_GRP2, 160362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO185"), 160462306a36Sopenharmony_ci MTK_FUNCTION(1, "RTC32K_CK") 160562306a36Sopenharmony_ci ), 160662306a36Sopenharmony_ci MTK_PIN( 160762306a36Sopenharmony_ci 186, "GPIO186", 160862306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 186), 160962306a36Sopenharmony_ci DRV_GRP2, 161062306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO186"), 161162306a36Sopenharmony_ci MTK_FUNCTION(1, "DISP_PWM0"), 161262306a36Sopenharmony_ci MTK_FUNCTION(2, "DISP_PWM1") 161362306a36Sopenharmony_ci ), 161462306a36Sopenharmony_ci MTK_PIN( 161562306a36Sopenharmony_ci 187, "GPIO187", 161662306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 187), 161762306a36Sopenharmony_ci DRV_GRP2, 161862306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO187"), 161962306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENAI") 162062306a36Sopenharmony_ci ), 162162306a36Sopenharmony_ci MTK_PIN( 162262306a36Sopenharmony_ci 188, "GPIO188", 162362306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 188), 162462306a36Sopenharmony_ci DRV_GRP2, 162562306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO188"), 162662306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENAI2") 162762306a36Sopenharmony_ci ), 162862306a36Sopenharmony_ci MTK_PIN( 162962306a36Sopenharmony_ci 189, "GPIO189", 163062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 189), 163162306a36Sopenharmony_ci DRV_GRP2, 163262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO189"), 163362306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENA0") 163462306a36Sopenharmony_ci ), 163562306a36Sopenharmony_ci MTK_PIN( 163662306a36Sopenharmony_ci 190, "GPIO190", 163762306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 190), 163862306a36Sopenharmony_ci DRV_GRP2, 163962306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO190"), 164062306a36Sopenharmony_ci MTK_FUNCTION(1, "SRCLKENA1") 164162306a36Sopenharmony_ci ), 164262306a36Sopenharmony_ci MTK_PIN( 164362306a36Sopenharmony_ci 191, "GPIO191", 164462306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 191), 164562306a36Sopenharmony_ci DRV_GRP2, 164662306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO191"), 164762306a36Sopenharmony_ci MTK_FUNCTION(1, "WATCHDOG_AO") 164862306a36Sopenharmony_ci ), 164962306a36Sopenharmony_ci MTK_PIN( 165062306a36Sopenharmony_ci 192, "GPIO192", 165162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 192), 165262306a36Sopenharmony_ci DRV_GRP2, 165362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO192"), 165462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_WS"), 165562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_WS"), 165662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_WS"), 165762306a36Sopenharmony_ci MTK_FUNCTION(4, "NCEB1") 165862306a36Sopenharmony_ci ), 165962306a36Sopenharmony_ci MTK_PIN( 166062306a36Sopenharmony_ci 193, "GPIO193", 166162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 193), 166262306a36Sopenharmony_ci DRV_GRP2, 166362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO193"), 166462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_BCK"), 166562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_BCK"), 166662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_BCK"), 166762306a36Sopenharmony_ci MTK_FUNCTION(4, "NRNB1") 166862306a36Sopenharmony_ci ), 166962306a36Sopenharmony_ci MTK_PIN( 167062306a36Sopenharmony_ci 194, "GPIO194", 167162306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 194), 167262306a36Sopenharmony_ci DRV_GRP2, 167362306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO194"), 167462306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_MCK"), 167562306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_MCK"), 167662306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_MCK") 167762306a36Sopenharmony_ci ), 167862306a36Sopenharmony_ci MTK_PIN( 167962306a36Sopenharmony_ci 195, "GPIO195", 168062306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 195), 168162306a36Sopenharmony_ci DRV_GRP2, 168262306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO195"), 168362306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DO"), 168462306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_1"), 168562306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI_1") 168662306a36Sopenharmony_ci ), 168762306a36Sopenharmony_ci MTK_PIN( 168862306a36Sopenharmony_ci 196, "GPIO196", 168962306a36Sopenharmony_ci MTK_EINT_FUNCTION(0, 196), 169062306a36Sopenharmony_ci DRV_GRP2, 169162306a36Sopenharmony_ci MTK_FUNCTION(0, "GPIO196"), 169262306a36Sopenharmony_ci MTK_FUNCTION(1, "I2S0_DI"), 169362306a36Sopenharmony_ci MTK_FUNCTION(2, "I2S1_DO_2"), 169462306a36Sopenharmony_ci MTK_FUNCTION(3, "I2S2_DI_2") 169562306a36Sopenharmony_ci ), 169662306a36Sopenharmony_ci}; 169762306a36Sopenharmony_ci 169862306a36Sopenharmony_ci#endif /* __PINCTRL_MTK_MT6795_H */ 1699