162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2021 MediaTek Inc. 462306a36Sopenharmony_ci * Author: Guodong Liu <Guodong.Liu@mediatek.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __MT8186_PINFUNC_H 962306a36Sopenharmony_ci#define __MT8186_PINFUNC_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include "mt65xx.h" 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) 1462306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_I2S0_MCK (MTK_PIN_NO(0) | 1) 1562306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_SPI0_CLK_B (MTK_PIN_NO(0) | 2) 1662306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_I2S2_MCK (MTK_PIN_NO(0) | 3) 1762306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_CMFLASH0 (MTK_PIN_NO(0) | 4) 1862306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_SCP_SPI0_CK (MTK_PIN_NO(0) | 5) 1962306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 6) 2062306a36Sopenharmony_ci#define PINMUX_GPIO0__FUNC_DBG_MON_A0 (MTK_PIN_NO(0) | 7) 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0) 2362306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_I2S0_BCK (MTK_PIN_NO(1) | 1) 2462306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_SPI0_CSB_B (MTK_PIN_NO(1) | 2) 2562306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_I2S2_BCK (MTK_PIN_NO(1) | 3) 2662306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_CMFLASH1 (MTK_PIN_NO(1) | 4) 2762306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_SCP_SPI0_CS (MTK_PIN_NO(1) | 5) 2862306a36Sopenharmony_ci#define PINMUX_GPIO1__FUNC_TP_GPIO1_AO (MTK_PIN_NO(1) | 6) 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0) 3162306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_I2S0_LRCK (MTK_PIN_NO(2) | 1) 3262306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_SPI0_MO_B (MTK_PIN_NO(2) | 2) 3362306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_I2S2_LRCK (MTK_PIN_NO(2) | 3) 3462306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_CMFLASH2 (MTK_PIN_NO(2) | 4) 3562306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_SCP_SPI0_MO (MTK_PIN_NO(2) | 5) 3662306a36Sopenharmony_ci#define PINMUX_GPIO2__FUNC_TP_GPIO2_AO (MTK_PIN_NO(2) | 6) 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0) 3962306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_I2S0_DI (MTK_PIN_NO(3) | 1) 4062306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_SPI0_MI_B (MTK_PIN_NO(3) | 2) 4162306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_I2S2_DI (MTK_PIN_NO(3) | 3) 4262306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_SRCLKENAI1 (MTK_PIN_NO(3) | 4) 4362306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_SCP_SPI0_MI (MTK_PIN_NO(3) | 5) 4462306a36Sopenharmony_ci#define PINMUX_GPIO3__FUNC_TP_GPIO3_AO (MTK_PIN_NO(3) | 6) 4562306a36Sopenharmony_ci 4662306a36Sopenharmony_ci#define PINMUX_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0) 4762306a36Sopenharmony_ci#define PINMUX_GPIO4__FUNC_I2S3_DO (MTK_PIN_NO(4) | 1) 4862306a36Sopenharmony_ci#define PINMUX_GPIO4__FUNC_I2S1_DO (MTK_PIN_NO(4) | 3) 4962306a36Sopenharmony_ci#define PINMUX_GPIO4__FUNC_TP_GPIO4_AO (MTK_PIN_NO(4) | 6) 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ci#define PINMUX_GPIO5__FUNC_GPIO5 (MTK_PIN_NO(5) | 0) 5262306a36Sopenharmony_ci#define PINMUX_GPIO5__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(5) | 1) 5362306a36Sopenharmony_ci#define PINMUX_GPIO5__FUNC_TP_GPIO5_AO (MTK_PIN_NO(5) | 6) 5462306a36Sopenharmony_ci 5562306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_GPIO6 (MTK_PIN_NO(6) | 0) 5662306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_I2S3_MCK (MTK_PIN_NO(6) | 1) 5762306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_SPI1_CLK_B (MTK_PIN_NO(6) | 2) 5862306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_I2S1_MCK (MTK_PIN_NO(6) | 3) 5962306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_DPI_DATA22 (MTK_PIN_NO(6) | 4) 6062306a36Sopenharmony_ci#define PINMUX_GPIO6__FUNC_TP_GPIO6_AO (MTK_PIN_NO(6) | 6) 6162306a36Sopenharmony_ci 6262306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_GPIO7 (MTK_PIN_NO(7) | 0) 6362306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_I2S3_BCK (MTK_PIN_NO(7) | 1) 6462306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_SPI1_CSB_B (MTK_PIN_NO(7) | 2) 6562306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_I2S1_BCK (MTK_PIN_NO(7) | 3) 6662306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_DPI_DATA23 (MTK_PIN_NO(7) | 4) 6762306a36Sopenharmony_ci#define PINMUX_GPIO7__FUNC_TP_GPIO7_AO (MTK_PIN_NO(7) | 6) 6862306a36Sopenharmony_ci 6962306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_GPIO8 (MTK_PIN_NO(8) | 0) 7062306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_I2S3_LRCK (MTK_PIN_NO(8) | 1) 7162306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_SPI1_MO_B (MTK_PIN_NO(8) | 2) 7262306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_I2S1_LRCK (MTK_PIN_NO(8) | 3) 7362306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_CONN_UART0_RXD (MTK_PIN_NO(8) | 4) 7462306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_SSPM_URXD_AO (MTK_PIN_NO(8) | 5) 7562306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_ADSP_UART_RX (MTK_PIN_NO(8) | 6) 7662306a36Sopenharmony_ci#define PINMUX_GPIO8__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(8) | 7) 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_GPIO9 (MTK_PIN_NO(9) | 0) 7962306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_I2S3_DO (MTK_PIN_NO(9) | 1) 8062306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_SPI1_MI_B (MTK_PIN_NO(9) | 2) 8162306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_I2S1_DO (MTK_PIN_NO(9) | 3) 8262306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_CONN_UART0_TXD (MTK_PIN_NO(9) | 4) 8362306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(9) | 5) 8462306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_ADSP_UART_TX (MTK_PIN_NO(9) | 6) 8562306a36Sopenharmony_ci#define PINMUX_GPIO9__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(9) | 7) 8662306a36Sopenharmony_ci 8762306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_GPIO10 (MTK_PIN_NO(10) | 0) 8862306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_I2S0_MCK (MTK_PIN_NO(10) | 1) 8962306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_SPI4_CLK_A (MTK_PIN_NO(10) | 2) 9062306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_I2S2_MCK (MTK_PIN_NO(10) | 3) 9162306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(10) | 4) 9262306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_SCP_JTAG_TDI (MTK_PIN_NO(10) | 5) 9362306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_ADSP_JTAG_TDI (MTK_PIN_NO(10) | 6) 9462306a36Sopenharmony_ci#define PINMUX_GPIO10__FUNC_CONN_MCU_TDI (MTK_PIN_NO(10) | 7) 9562306a36Sopenharmony_ci 9662306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_GPIO11 (MTK_PIN_NO(11) | 0) 9762306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_I2S0_BCK (MTK_PIN_NO(11) | 1) 9862306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_SPI4_CSB_A (MTK_PIN_NO(11) | 2) 9962306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_I2S2_BCK (MTK_PIN_NO(11) | 3) 10062306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(11) | 4) 10162306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_SCP_JTAG_TRSTN (MTK_PIN_NO(11) | 5) 10262306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_ADSP_JTAG_TRSTN (MTK_PIN_NO(11) | 6) 10362306a36Sopenharmony_ci#define PINMUX_GPIO11__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(11) | 7) 10462306a36Sopenharmony_ci 10562306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_GPIO12 (MTK_PIN_NO(12) | 0) 10662306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_I2S0_LRCK (MTK_PIN_NO(12) | 1) 10762306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_SPI4_MO_A (MTK_PIN_NO(12) | 2) 10862306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_I2S2_LRCK (MTK_PIN_NO(12) | 3) 10962306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(12) | 4) 11062306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_SCP_JTAG_TCK (MTK_PIN_NO(12) | 5) 11162306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_ADSP_JTAG_TCK (MTK_PIN_NO(12) | 6) 11262306a36Sopenharmony_ci#define PINMUX_GPIO12__FUNC_CONN_MCU_TCK (MTK_PIN_NO(12) | 7) 11362306a36Sopenharmony_ci 11462306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_GPIO13 (MTK_PIN_NO(13) | 0) 11562306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_I2S0_DI (MTK_PIN_NO(13) | 1) 11662306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_SPI4_MI_A (MTK_PIN_NO(13) | 2) 11762306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_I2S2_DI (MTK_PIN_NO(13) | 3) 11862306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(13) | 4) 11962306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_SCP_JTAG_TDO (MTK_PIN_NO(13) | 5) 12062306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_ADSP_JTAG_TDO (MTK_PIN_NO(13) | 6) 12162306a36Sopenharmony_ci#define PINMUX_GPIO13__FUNC_CONN_MCU_TDO (MTK_PIN_NO(13) | 7) 12262306a36Sopenharmony_ci 12362306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_GPIO14 (MTK_PIN_NO(14) | 0) 12462306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_CLKM0 (MTK_PIN_NO(14) | 3) 12562306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(14) | 4) 12662306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_SCP_JTAG_TMS (MTK_PIN_NO(14) | 5) 12762306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_ADSP_JTAG_TMS (MTK_PIN_NO(14) | 6) 12862306a36Sopenharmony_ci#define PINMUX_GPIO14__FUNC_CONN_MCU_TMS (MTK_PIN_NO(14) | 7) 12962306a36Sopenharmony_ci 13062306a36Sopenharmony_ci#define PINMUX_GPIO15__FUNC_GPIO15 (MTK_PIN_NO(15) | 0) 13162306a36Sopenharmony_ci#define PINMUX_GPIO15__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(15) | 1) 13262306a36Sopenharmony_ci#define PINMUX_GPIO15__FUNC_SRCLKENAI1 (MTK_PIN_NO(15) | 2) 13362306a36Sopenharmony_ci#define PINMUX_GPIO15__FUNC_CLKM1 (MTK_PIN_NO(15) | 3) 13462306a36Sopenharmony_ci#define PINMUX_GPIO15__FUNC_PWM0 (MTK_PIN_NO(15) | 4) 13562306a36Sopenharmony_ci 13662306a36Sopenharmony_ci#define PINMUX_GPIO16__FUNC_GPIO16 (MTK_PIN_NO(16) | 0) 13762306a36Sopenharmony_ci#define PINMUX_GPIO16__FUNC_CONN_WIFI_TXD (MTK_PIN_NO(16) | 1) 13862306a36Sopenharmony_ci#define PINMUX_GPIO16__FUNC_SRCLKENAI0 (MTK_PIN_NO(16) | 2) 13962306a36Sopenharmony_ci#define PINMUX_GPIO16__FUNC_CLKM2 (MTK_PIN_NO(16) | 3) 14062306a36Sopenharmony_ci#define PINMUX_GPIO16__FUNC_PWM1 (MTK_PIN_NO(16) | 4) 14162306a36Sopenharmony_ci 14262306a36Sopenharmony_ci#define PINMUX_GPIO17__FUNC_GPIO17 (MTK_PIN_NO(17) | 0) 14362306a36Sopenharmony_ci#define PINMUX_GPIO17__FUNC_CLKM3 (MTK_PIN_NO(17) | 3) 14462306a36Sopenharmony_ci#define PINMUX_GPIO17__FUNC_PWM2 (MTK_PIN_NO(17) | 4) 14562306a36Sopenharmony_ci#define PINMUX_GPIO17__FUNC_DBG_MON_A32 (MTK_PIN_NO(17) | 7) 14662306a36Sopenharmony_ci 14762306a36Sopenharmony_ci#define PINMUX_GPIO18__FUNC_GPIO18 (MTK_PIN_NO(18) | 0) 14862306a36Sopenharmony_ci#define PINMUX_GPIO18__FUNC_CMVREF0 (MTK_PIN_NO(18) | 2) 14962306a36Sopenharmony_ci#define PINMUX_GPIO18__FUNC_SPI2_CLK_B (MTK_PIN_NO(18) | 6) 15062306a36Sopenharmony_ci#define PINMUX_GPIO18__FUNC_DBG_MON_A26 (MTK_PIN_NO(18) | 7) 15162306a36Sopenharmony_ci 15262306a36Sopenharmony_ci#define PINMUX_GPIO19__FUNC_GPIO19 (MTK_PIN_NO(19) | 0) 15362306a36Sopenharmony_ci#define PINMUX_GPIO19__FUNC_CMVREF1 (MTK_PIN_NO(19) | 2) 15462306a36Sopenharmony_ci#define PINMUX_GPIO19__FUNC_ANT_SEL3 (MTK_PIN_NO(19) | 5) 15562306a36Sopenharmony_ci#define PINMUX_GPIO19__FUNC_SPI2_CSB_B (MTK_PIN_NO(19) | 6) 15662306a36Sopenharmony_ci#define PINMUX_GPIO19__FUNC_DBG_MON_A2 (MTK_PIN_NO(19) | 7) 15762306a36Sopenharmony_ci 15862306a36Sopenharmony_ci#define PINMUX_GPIO20__FUNC_GPIO20 (MTK_PIN_NO(20) | 0) 15962306a36Sopenharmony_ci#define PINMUX_GPIO20__FUNC_CMVREF2 (MTK_PIN_NO(20) | 2) 16062306a36Sopenharmony_ci#define PINMUX_GPIO20__FUNC_ANT_SEL4 (MTK_PIN_NO(20) | 5) 16162306a36Sopenharmony_ci#define PINMUX_GPIO20__FUNC_SPI2_MO_B (MTK_PIN_NO(20) | 6) 16262306a36Sopenharmony_ci#define PINMUX_GPIO20__FUNC_DBG_MON_A3 (MTK_PIN_NO(20) | 7) 16362306a36Sopenharmony_ci 16462306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_GPIO21 (MTK_PIN_NO(21) | 0) 16562306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_I2S0_MCK (MTK_PIN_NO(21) | 1) 16662306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_I2S1_MCK (MTK_PIN_NO(21) | 2) 16762306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_I2S3_MCK (MTK_PIN_NO(21) | 3) 16862306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_ANT_SEL5 (MTK_PIN_NO(21) | 5) 16962306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_SPI2_MI_B (MTK_PIN_NO(21) | 6) 17062306a36Sopenharmony_ci#define PINMUX_GPIO21__FUNC_DBG_MON_A4 (MTK_PIN_NO(21) | 7) 17162306a36Sopenharmony_ci 17262306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_GPIO22 (MTK_PIN_NO(22) | 0) 17362306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_I2S0_BCK (MTK_PIN_NO(22) | 1) 17462306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_I2S1_BCK (MTK_PIN_NO(22) | 2) 17562306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_I2S3_BCK (MTK_PIN_NO(22) | 3) 17662306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_TDM_RX_LRCK (MTK_PIN_NO(22) | 4) 17762306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_ANT_SEL6 (MTK_PIN_NO(22) | 5) 17862306a36Sopenharmony_ci#define PINMUX_GPIO22__FUNC_DBG_MON_A5 (MTK_PIN_NO(22) | 7) 17962306a36Sopenharmony_ci 18062306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_GPIO23 (MTK_PIN_NO(23) | 0) 18162306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_I2S0_LRCK (MTK_PIN_NO(23) | 1) 18262306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_I2S1_LRCK (MTK_PIN_NO(23) | 2) 18362306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_I2S3_LRCK (MTK_PIN_NO(23) | 3) 18462306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_TDM_RX_BCK (MTK_PIN_NO(23) | 4) 18562306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_ANT_SEL7 (MTK_PIN_NO(23) | 5) 18662306a36Sopenharmony_ci#define PINMUX_GPIO23__FUNC_DBG_MON_A6 (MTK_PIN_NO(23) | 7) 18762306a36Sopenharmony_ci 18862306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_GPIO24 (MTK_PIN_NO(24) | 0) 18962306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_I2S0_DI (MTK_PIN_NO(24) | 1) 19062306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_I2S1_DO (MTK_PIN_NO(24) | 2) 19162306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_I2S3_DO (MTK_PIN_NO(24) | 3) 19262306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_TDM_RX_MCK (MTK_PIN_NO(24) | 4) 19362306a36Sopenharmony_ci#define PINMUX_GPIO24__FUNC_DBG_MON_A7 (MTK_PIN_NO(24) | 7) 19462306a36Sopenharmony_ci 19562306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_GPIO25 (MTK_PIN_NO(25) | 0) 19662306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_I2S2_MCK (MTK_PIN_NO(25) | 1) 19762306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_PCM_CLK (MTK_PIN_NO(25) | 2) 19862306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_SPI4_CLK_B (MTK_PIN_NO(25) | 3) 19962306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_TDM_RX_DATA0 (MTK_PIN_NO(25) | 4) 20062306a36Sopenharmony_ci#define PINMUX_GPIO25__FUNC_DBG_MON_A8 (MTK_PIN_NO(25) | 7) 20162306a36Sopenharmony_ci 20262306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_GPIO26 (MTK_PIN_NO(26) | 0) 20362306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_I2S2_BCK (MTK_PIN_NO(26) | 1) 20462306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_PCM_SYNC (MTK_PIN_NO(26) | 2) 20562306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_SPI4_CSB_B (MTK_PIN_NO(26) | 3) 20662306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_TDM_RX_DATA1 (MTK_PIN_NO(26) | 4) 20762306a36Sopenharmony_ci#define PINMUX_GPIO26__FUNC_DBG_MON_A9 (MTK_PIN_NO(26) | 7) 20862306a36Sopenharmony_ci 20962306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_GPIO27 (MTK_PIN_NO(27) | 0) 21062306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_I2S2_LRCK (MTK_PIN_NO(27) | 1) 21162306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_PCM_DI (MTK_PIN_NO(27) | 2) 21262306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_SPI4_MO_B (MTK_PIN_NO(27) | 3) 21362306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_TDM_RX_DATA2 (MTK_PIN_NO(27) | 4) 21462306a36Sopenharmony_ci#define PINMUX_GPIO27__FUNC_DBG_MON_A10 (MTK_PIN_NO(27) | 7) 21562306a36Sopenharmony_ci 21662306a36Sopenharmony_ci#define PINMUX_GPIO28__FUNC_GPIO28 (MTK_PIN_NO(28) | 0) 21762306a36Sopenharmony_ci#define PINMUX_GPIO28__FUNC_I2S2_DI (MTK_PIN_NO(28) | 1) 21862306a36Sopenharmony_ci#define PINMUX_GPIO28__FUNC_PCM_DO (MTK_PIN_NO(28) | 2) 21962306a36Sopenharmony_ci#define PINMUX_GPIO28__FUNC_SPI4_MI_B (MTK_PIN_NO(28) | 3) 22062306a36Sopenharmony_ci#define PINMUX_GPIO28__FUNC_TDM_RX_DATA3 (MTK_PIN_NO(28) | 4) 22162306a36Sopenharmony_ci 22262306a36Sopenharmony_ci#define PINMUX_GPIO29__FUNC_GPIO29 (MTK_PIN_NO(29) | 0) 22362306a36Sopenharmony_ci#define PINMUX_GPIO29__FUNC_ANT_SEL0 (MTK_PIN_NO(29) | 1) 22462306a36Sopenharmony_ci#define PINMUX_GPIO29__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(29) | 2) 22562306a36Sopenharmony_ci 22662306a36Sopenharmony_ci#define PINMUX_GPIO30__FUNC_GPIO30 (MTK_PIN_NO(30) | 0) 22762306a36Sopenharmony_ci#define PINMUX_GPIO30__FUNC_ANT_SEL1 (MTK_PIN_NO(30) | 1) 22862306a36Sopenharmony_ci 22962306a36Sopenharmony_ci#define PINMUX_GPIO31__FUNC_GPIO31 (MTK_PIN_NO(31) | 0) 23062306a36Sopenharmony_ci#define PINMUX_GPIO31__FUNC_ANT_SEL2 (MTK_PIN_NO(31) | 1) 23162306a36Sopenharmony_ci#define PINMUX_GPIO31__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(31) | 2) 23262306a36Sopenharmony_ci#define PINMUX_GPIO31__FUNC_SRCLKENAI1 (MTK_PIN_NO(31) | 3) 23362306a36Sopenharmony_ci 23462306a36Sopenharmony_ci#define PINMUX_GPIO32__FUNC_GPIO32 (MTK_PIN_NO(32) | 0) 23562306a36Sopenharmony_ci#define PINMUX_GPIO32__FUNC_URXD0 (MTK_PIN_NO(32) | 1) 23662306a36Sopenharmony_ci#define PINMUX_GPIO32__FUNC_UTXD0 (MTK_PIN_NO(32) | 2) 23762306a36Sopenharmony_ci#define PINMUX_GPIO32__FUNC_ADSP_UART_RX (MTK_PIN_NO(32) | 3) 23862306a36Sopenharmony_ci#define PINMUX_GPIO32__FUNC_TP_URXD1_AO (MTK_PIN_NO(32) | 4) 23962306a36Sopenharmony_ci 24062306a36Sopenharmony_ci#define PINMUX_GPIO33__FUNC_GPIO33 (MTK_PIN_NO(33) | 0) 24162306a36Sopenharmony_ci#define PINMUX_GPIO33__FUNC_UTXD0 (MTK_PIN_NO(33) | 1) 24262306a36Sopenharmony_ci#define PINMUX_GPIO33__FUNC_URXD0 (MTK_PIN_NO(33) | 2) 24362306a36Sopenharmony_ci#define PINMUX_GPIO33__FUNC_ADSP_UART_TX (MTK_PIN_NO(33) | 3) 24462306a36Sopenharmony_ci#define PINMUX_GPIO33__FUNC_TP_UTXD1_AO (MTK_PIN_NO(33) | 4) 24562306a36Sopenharmony_ci 24662306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_GPIO34 (MTK_PIN_NO(34) | 0) 24762306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_URXD1 (MTK_PIN_NO(34) | 1) 24862306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_TP_URXD2_AO (MTK_PIN_NO(34) | 2) 24962306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_SSPM_URXD_AO (MTK_PIN_NO(34) | 3) 25062306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_ADSP_UART_RX (MTK_PIN_NO(34) | 4) 25162306a36Sopenharmony_ci#define PINMUX_GPIO34__FUNC_CONN_UART0_RXD (MTK_PIN_NO(34) | 5) 25262306a36Sopenharmony_ci 25362306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_GPIO35 (MTK_PIN_NO(35) | 0) 25462306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_UTXD1 (MTK_PIN_NO(35) | 1) 25562306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_TP_UTXD2_AO (MTK_PIN_NO(35) | 2) 25662306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(35) | 3) 25762306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_ADSP_UART_TX (MTK_PIN_NO(35) | 4) 25862306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_CONN_UART0_TXD (MTK_PIN_NO(35) | 5) 25962306a36Sopenharmony_ci#define PINMUX_GPIO35__FUNC_CONN_WIFI_TXD (MTK_PIN_NO(35) | 6) 26062306a36Sopenharmony_ci 26162306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_GPIO36 (MTK_PIN_NO(36) | 0) 26262306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_SPI0_CLK_A (MTK_PIN_NO(36) | 1) 26362306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_CLKM0 (MTK_PIN_NO(36) | 2) 26462306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_SCP_SPI0_CK (MTK_PIN_NO(36) | 4) 26562306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_SPINOR_CK (MTK_PIN_NO(36) | 5) 26662306a36Sopenharmony_ci#define PINMUX_GPIO36__FUNC_DBG_MON_A11 (MTK_PIN_NO(36) | 7) 26762306a36Sopenharmony_ci 26862306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_GPIO37 (MTK_PIN_NO(37) | 0) 26962306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_SPI0_CSB_A (MTK_PIN_NO(37) | 1) 27062306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_CLKM1 (MTK_PIN_NO(37) | 2) 27162306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_PWM0 (MTK_PIN_NO(37) | 3) 27262306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_SCP_SPI0_CS (MTK_PIN_NO(37) | 4) 27362306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_SPINOR_CS (MTK_PIN_NO(37) | 5) 27462306a36Sopenharmony_ci#define PINMUX_GPIO37__FUNC_DBG_MON_A12 (MTK_PIN_NO(37) | 7) 27562306a36Sopenharmony_ci 27662306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_GPIO38 (MTK_PIN_NO(38) | 0) 27762306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_SPI0_MO_A (MTK_PIN_NO(38) | 1) 27862306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_CLKM2 (MTK_PIN_NO(38) | 2) 27962306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_PWM1 (MTK_PIN_NO(38) | 3) 28062306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_SCP_SPI0_MO (MTK_PIN_NO(38) | 4) 28162306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_SPINOR_IO0 (MTK_PIN_NO(38) | 5) 28262306a36Sopenharmony_ci#define PINMUX_GPIO38__FUNC_DBG_MON_A13 (MTK_PIN_NO(38) | 7) 28362306a36Sopenharmony_ci 28462306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_GPIO39 (MTK_PIN_NO(39) | 0) 28562306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_SPI0_MI_A (MTK_PIN_NO(39) | 1) 28662306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_CLKM3 (MTK_PIN_NO(39) | 2) 28762306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_PWM2 (MTK_PIN_NO(39) | 3) 28862306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_SCP_SPI0_MI (MTK_PIN_NO(39) | 4) 28962306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_SPINOR_IO1 (MTK_PIN_NO(39) | 5) 29062306a36Sopenharmony_ci#define PINMUX_GPIO39__FUNC_DBG_MON_A14 (MTK_PIN_NO(39) | 7) 29162306a36Sopenharmony_ci 29262306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_GPIO40 (MTK_PIN_NO(40) | 0) 29362306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_SPI1_CLK_A (MTK_PIN_NO(40) | 1) 29462306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_SCP_SPI1_CK (MTK_PIN_NO(40) | 2) 29562306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_UCTS0 (MTK_PIN_NO(40) | 4) 29662306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_SPINOR_IO2 (MTK_PIN_NO(40) | 5) 29762306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_TP_UCTS1_AO (MTK_PIN_NO(40) | 6) 29862306a36Sopenharmony_ci#define PINMUX_GPIO40__FUNC_DBG_MON_A15 (MTK_PIN_NO(40) | 7) 29962306a36Sopenharmony_ci 30062306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_GPIO41 (MTK_PIN_NO(41) | 0) 30162306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_SPI1_CSB_A (MTK_PIN_NO(41) | 1) 30262306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_SCP_SPI1_CS (MTK_PIN_NO(41) | 2) 30362306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_PWM0 (MTK_PIN_NO(41) | 3) 30462306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_URTS0 (MTK_PIN_NO(41) | 4) 30562306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_SPINOR_IO3 (MTK_PIN_NO(41) | 5) 30662306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_TP_URTS1_AO (MTK_PIN_NO(41) | 6) 30762306a36Sopenharmony_ci#define PINMUX_GPIO41__FUNC_DBG_MON_A16 (MTK_PIN_NO(41) | 7) 30862306a36Sopenharmony_ci 30962306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_GPIO42 (MTK_PIN_NO(42) | 0) 31062306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_SPI1_MO_A (MTK_PIN_NO(42) | 1) 31162306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_SCP_SPI1_MO (MTK_PIN_NO(42) | 2) 31262306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_PWM1 (MTK_PIN_NO(42) | 3) 31362306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_UCTS1 (MTK_PIN_NO(42) | 4) 31462306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_TP_UCTS2_AO (MTK_PIN_NO(42) | 6) 31562306a36Sopenharmony_ci#define PINMUX_GPIO42__FUNC_DBG_MON_A17 (MTK_PIN_NO(42) | 7) 31662306a36Sopenharmony_ci 31762306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_GPIO43 (MTK_PIN_NO(43) | 0) 31862306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_SPI1_MI_A (MTK_PIN_NO(43) | 1) 31962306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_SCP_SPI1_MI (MTK_PIN_NO(43) | 2) 32062306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_PWM2 (MTK_PIN_NO(43) | 3) 32162306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_URTS1 (MTK_PIN_NO(43) | 4) 32262306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_TP_URTS2_AO (MTK_PIN_NO(43) | 6) 32362306a36Sopenharmony_ci#define PINMUX_GPIO43__FUNC_DBG_MON_A18 (MTK_PIN_NO(43) | 7) 32462306a36Sopenharmony_ci 32562306a36Sopenharmony_ci#define PINMUX_GPIO44__FUNC_GPIO44 (MTK_PIN_NO(44) | 0) 32662306a36Sopenharmony_ci#define PINMUX_GPIO44__FUNC_SPI2_CLK_A (MTK_PIN_NO(44) | 1) 32762306a36Sopenharmony_ci#define PINMUX_GPIO44__FUNC_SCP_SPI0_CK (MTK_PIN_NO(44) | 2) 32862306a36Sopenharmony_ci#define PINMUX_GPIO44__FUNC_DBG_MON_A19 (MTK_PIN_NO(44) | 7) 32962306a36Sopenharmony_ci 33062306a36Sopenharmony_ci#define PINMUX_GPIO45__FUNC_GPIO45 (MTK_PIN_NO(45) | 0) 33162306a36Sopenharmony_ci#define PINMUX_GPIO45__FUNC_SPI2_CSB_A (MTK_PIN_NO(45) | 1) 33262306a36Sopenharmony_ci#define PINMUX_GPIO45__FUNC_SCP_SPI0_CS (MTK_PIN_NO(45) | 2) 33362306a36Sopenharmony_ci#define PINMUX_GPIO45__FUNC_DBG_MON_A20 (MTK_PIN_NO(45) | 7) 33462306a36Sopenharmony_ci 33562306a36Sopenharmony_ci#define PINMUX_GPIO46__FUNC_GPIO46 (MTK_PIN_NO(46) | 0) 33662306a36Sopenharmony_ci#define PINMUX_GPIO46__FUNC_SPI2_MO_A (MTK_PIN_NO(46) | 1) 33762306a36Sopenharmony_ci#define PINMUX_GPIO46__FUNC_SCP_SPI0_MO (MTK_PIN_NO(46) | 2) 33862306a36Sopenharmony_ci#define PINMUX_GPIO46__FUNC_DBG_MON_A21 (MTK_PIN_NO(46) | 7) 33962306a36Sopenharmony_ci 34062306a36Sopenharmony_ci#define PINMUX_GPIO47__FUNC_GPIO47 (MTK_PIN_NO(47) | 0) 34162306a36Sopenharmony_ci#define PINMUX_GPIO47__FUNC_SPI2_MI_A (MTK_PIN_NO(47) | 1) 34262306a36Sopenharmony_ci#define PINMUX_GPIO47__FUNC_SCP_SPI0_MI (MTK_PIN_NO(47) | 2) 34362306a36Sopenharmony_ci#define PINMUX_GPIO47__FUNC_DBG_MON_A22 (MTK_PIN_NO(47) | 7) 34462306a36Sopenharmony_ci 34562306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_GPIO48 (MTK_PIN_NO(48) | 0) 34662306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_SPI3_CLK (MTK_PIN_NO(48) | 1) 34762306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_TP_URXD1_AO (MTK_PIN_NO(48) | 2) 34862306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_TP_URXD2_AO (MTK_PIN_NO(48) | 3) 34962306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_URXD1 (MTK_PIN_NO(48) | 4) 35062306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_I2S2_MCK (MTK_PIN_NO(48) | 5) 35162306a36Sopenharmony_ci#define PINMUX_GPIO48__FUNC_SCP_SPI0_CK (MTK_PIN_NO(48) | 6) 35262306a36Sopenharmony_ci 35362306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_GPIO49 (MTK_PIN_NO(49) | 0) 35462306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_SPI3_CSB (MTK_PIN_NO(49) | 1) 35562306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_TP_UTXD1_AO (MTK_PIN_NO(49) | 2) 35662306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_TP_UTXD2_AO (MTK_PIN_NO(49) | 3) 35762306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_UTXD1 (MTK_PIN_NO(49) | 4) 35862306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_I2S2_BCK (MTK_PIN_NO(49) | 5) 35962306a36Sopenharmony_ci#define PINMUX_GPIO49__FUNC_SCP_SPI0_CS (MTK_PIN_NO(49) | 6) 36062306a36Sopenharmony_ci 36162306a36Sopenharmony_ci#define PINMUX_GPIO50__FUNC_GPIO50 (MTK_PIN_NO(50) | 0) 36262306a36Sopenharmony_ci#define PINMUX_GPIO50__FUNC_SPI3_MO (MTK_PIN_NO(50) | 1) 36362306a36Sopenharmony_ci#define PINMUX_GPIO50__FUNC_I2S2_LRCK (MTK_PIN_NO(50) | 5) 36462306a36Sopenharmony_ci#define PINMUX_GPIO50__FUNC_SCP_SPI0_MO (MTK_PIN_NO(50) | 6) 36562306a36Sopenharmony_ci 36662306a36Sopenharmony_ci#define PINMUX_GPIO51__FUNC_GPIO51 (MTK_PIN_NO(51) | 0) 36762306a36Sopenharmony_ci#define PINMUX_GPIO51__FUNC_SPI3_MI (MTK_PIN_NO(51) | 1) 36862306a36Sopenharmony_ci#define PINMUX_GPIO51__FUNC_I2S2_DI (MTK_PIN_NO(51) | 5) 36962306a36Sopenharmony_ci#define PINMUX_GPIO51__FUNC_SCP_SPI0_MI (MTK_PIN_NO(51) | 6) 37062306a36Sopenharmony_ci 37162306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_GPIO52 (MTK_PIN_NO(52) | 0) 37262306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_SPI5_CLK (MTK_PIN_NO(52) | 1) 37362306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_I2S2_MCK (MTK_PIN_NO(52) | 2) 37462306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_I2S1_MCK (MTK_PIN_NO(52) | 3) 37562306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_SCP_SPI1_CK (MTK_PIN_NO(52) | 4) 37662306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_LVTS_26M (MTK_PIN_NO(52) | 5) 37762306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_DFD_TCK_XI (MTK_PIN_NO(52) | 6) 37862306a36Sopenharmony_ci#define PINMUX_GPIO52__FUNC_DBG_MON_B30 (MTK_PIN_NO(52) | 7) 37962306a36Sopenharmony_ci 38062306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_GPIO53 (MTK_PIN_NO(53) | 0) 38162306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_SPI5_CSB (MTK_PIN_NO(53) | 1) 38262306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_I2S2_BCK (MTK_PIN_NO(53) | 2) 38362306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_I2S1_BCK (MTK_PIN_NO(53) | 3) 38462306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_SCP_SPI1_CS (MTK_PIN_NO(53) | 4) 38562306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_LVTS_FOUT (MTK_PIN_NO(53) | 5) 38662306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_DFD_TDI (MTK_PIN_NO(53) | 6) 38762306a36Sopenharmony_ci#define PINMUX_GPIO53__FUNC_DBG_MON_B31 (MTK_PIN_NO(53) | 7) 38862306a36Sopenharmony_ci 38962306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_GPIO54 (MTK_PIN_NO(54) | 0) 39062306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_SPI5_MO (MTK_PIN_NO(54) | 1) 39162306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_I2S2_LRCK (MTK_PIN_NO(54) | 2) 39262306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_I2S1_LRCK (MTK_PIN_NO(54) | 3) 39362306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_SCP_SPI1_MO (MTK_PIN_NO(54) | 4) 39462306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_LVTS_SCK (MTK_PIN_NO(54) | 5) 39562306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_DFD_TDO (MTK_PIN_NO(54) | 6) 39662306a36Sopenharmony_ci#define PINMUX_GPIO54__FUNC_DBG_MON_A1 (MTK_PIN_NO(54) | 7) 39762306a36Sopenharmony_ci 39862306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_GPIO55 (MTK_PIN_NO(55) | 0) 39962306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_SPI5_MI (MTK_PIN_NO(55) | 1) 40062306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_I2S2_DI (MTK_PIN_NO(55) | 2) 40162306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_I2S1_DO (MTK_PIN_NO(55) | 3) 40262306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_SCP_SPI1_MI (MTK_PIN_NO(55) | 4) 40362306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_LVTS_SDO (MTK_PIN_NO(55) | 5) 40462306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_DFD_TMS (MTK_PIN_NO(55) | 6) 40562306a36Sopenharmony_ci#define PINMUX_GPIO55__FUNC_DBG_MON_B32 (MTK_PIN_NO(55) | 7) 40662306a36Sopenharmony_ci 40762306a36Sopenharmony_ci#define PINMUX_GPIO56__FUNC_GPIO56 (MTK_PIN_NO(56) | 0) 40862306a36Sopenharmony_ci#define PINMUX_GPIO56__FUNC_I2S1_DO (MTK_PIN_NO(56) | 1) 40962306a36Sopenharmony_ci#define PINMUX_GPIO56__FUNC_I2S3_DO (MTK_PIN_NO(56) | 2) 41062306a36Sopenharmony_ci#define PINMUX_GPIO56__FUNC_DBG_MON_A23 (MTK_PIN_NO(56) | 7) 41162306a36Sopenharmony_ci 41262306a36Sopenharmony_ci#define PINMUX_GPIO57__FUNC_GPIO57 (MTK_PIN_NO(57) | 0) 41362306a36Sopenharmony_ci#define PINMUX_GPIO57__FUNC_I2S1_BCK (MTK_PIN_NO(57) | 1) 41462306a36Sopenharmony_ci#define PINMUX_GPIO57__FUNC_I2S3_BCK (MTK_PIN_NO(57) | 2) 41562306a36Sopenharmony_ci#define PINMUX_GPIO57__FUNC_DBG_MON_A24 (MTK_PIN_NO(57) | 7) 41662306a36Sopenharmony_ci 41762306a36Sopenharmony_ci#define PINMUX_GPIO58__FUNC_GPIO58 (MTK_PIN_NO(58) | 0) 41862306a36Sopenharmony_ci#define PINMUX_GPIO58__FUNC_I2S1_LRCK (MTK_PIN_NO(58) | 1) 41962306a36Sopenharmony_ci#define PINMUX_GPIO58__FUNC_I2S3_LRCK (MTK_PIN_NO(58) | 2) 42062306a36Sopenharmony_ci#define PINMUX_GPIO58__FUNC_DBG_MON_A25 (MTK_PIN_NO(58) | 7) 42162306a36Sopenharmony_ci 42262306a36Sopenharmony_ci#define PINMUX_GPIO59__FUNC_GPIO59 (MTK_PIN_NO(59) | 0) 42362306a36Sopenharmony_ci#define PINMUX_GPIO59__FUNC_I2S1_MCK (MTK_PIN_NO(59) | 1) 42462306a36Sopenharmony_ci#define PINMUX_GPIO59__FUNC_I2S3_MCK (MTK_PIN_NO(59) | 2) 42562306a36Sopenharmony_ci#define PINMUX_GPIO59__FUNC_DBG_MON_A27 (MTK_PIN_NO(59) | 7) 42662306a36Sopenharmony_ci 42762306a36Sopenharmony_ci#define PINMUX_GPIO60__FUNC_GPIO60 (MTK_PIN_NO(60) | 0) 42862306a36Sopenharmony_ci#define PINMUX_GPIO60__FUNC_TDM_RX_LRCK (MTK_PIN_NO(60) | 1) 42962306a36Sopenharmony_ci#define PINMUX_GPIO60__FUNC_ANT_SEL3 (MTK_PIN_NO(60) | 2) 43062306a36Sopenharmony_ci#define PINMUX_GPIO60__FUNC_CONN_MCU_DBGACK_N (MTK_PIN_NO(60) | 5) 43162306a36Sopenharmony_ci 43262306a36Sopenharmony_ci#define PINMUX_GPIO61__FUNC_GPIO61 (MTK_PIN_NO(61) | 0) 43362306a36Sopenharmony_ci#define PINMUX_GPIO61__FUNC_TDM_RX_BCK (MTK_PIN_NO(61) | 1) 43462306a36Sopenharmony_ci#define PINMUX_GPIO61__FUNC_ANT_SEL4 (MTK_PIN_NO(61) | 2) 43562306a36Sopenharmony_ci#define PINMUX_GPIO61__FUNC_SPINOR_CK (MTK_PIN_NO(61) | 4) 43662306a36Sopenharmony_ci#define PINMUX_GPIO61__FUNC_CONN_MCU_DBGI_N (MTK_PIN_NO(61) | 5) 43762306a36Sopenharmony_ci 43862306a36Sopenharmony_ci#define PINMUX_GPIO62__FUNC_GPIO62 (MTK_PIN_NO(62) | 0) 43962306a36Sopenharmony_ci#define PINMUX_GPIO62__FUNC_TDM_RX_MCK (MTK_PIN_NO(62) | 1) 44062306a36Sopenharmony_ci#define PINMUX_GPIO62__FUNC_ANT_SEL5 (MTK_PIN_NO(62) | 2) 44162306a36Sopenharmony_ci#define PINMUX_GPIO62__FUNC_SPINOR_CS (MTK_PIN_NO(62) | 4) 44262306a36Sopenharmony_ci#define PINMUX_GPIO62__FUNC_CONN_MCU_TDI (MTK_PIN_NO(62) | 5) 44362306a36Sopenharmony_ci 44462306a36Sopenharmony_ci#define PINMUX_GPIO63__FUNC_GPIO63 (MTK_PIN_NO(63) | 0) 44562306a36Sopenharmony_ci#define PINMUX_GPIO63__FUNC_TDM_RX_DATA0 (MTK_PIN_NO(63) | 1) 44662306a36Sopenharmony_ci#define PINMUX_GPIO63__FUNC_ANT_SEL6 (MTK_PIN_NO(63) | 2) 44762306a36Sopenharmony_ci#define PINMUX_GPIO63__FUNC_SPINOR_IO0 (MTK_PIN_NO(63) | 4) 44862306a36Sopenharmony_ci#define PINMUX_GPIO63__FUNC_CONN_MCU_TRST_B (MTK_PIN_NO(63) | 5) 44962306a36Sopenharmony_ci 45062306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_GPIO64 (MTK_PIN_NO(64) | 0) 45162306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_TDM_RX_DATA1 (MTK_PIN_NO(64) | 1) 45262306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_ANT_SEL7 (MTK_PIN_NO(64) | 2) 45362306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_PWM0 (MTK_PIN_NO(64) | 3) 45462306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_SPINOR_IO1 (MTK_PIN_NO(64) | 4) 45562306a36Sopenharmony_ci#define PINMUX_GPIO64__FUNC_CONN_MCU_TCK (MTK_PIN_NO(64) | 5) 45662306a36Sopenharmony_ci 45762306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_GPIO65 (MTK_PIN_NO(65) | 0) 45862306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_TDM_RX_DATA2 (MTK_PIN_NO(65) | 1) 45962306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_UCTS0 (MTK_PIN_NO(65) | 2) 46062306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_PWM1 (MTK_PIN_NO(65) | 3) 46162306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_SPINOR_IO2 (MTK_PIN_NO(65) | 4) 46262306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_CONN_MCU_TDO (MTK_PIN_NO(65) | 5) 46362306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_TP_UCTS1_AO (MTK_PIN_NO(65) | 6) 46462306a36Sopenharmony_ci#define PINMUX_GPIO65__FUNC_TP_UCTS2_AO (MTK_PIN_NO(65) | 7) 46562306a36Sopenharmony_ci 46662306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_GPIO66 (MTK_PIN_NO(66) | 0) 46762306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_TDM_RX_DATA3 (MTK_PIN_NO(66) | 1) 46862306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_URTS0 (MTK_PIN_NO(66) | 2) 46962306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_PWM2 (MTK_PIN_NO(66) | 3) 47062306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_SPINOR_IO3 (MTK_PIN_NO(66) | 4) 47162306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_CONN_MCU_TMS (MTK_PIN_NO(66) | 5) 47262306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_TP_URTS1_AO (MTK_PIN_NO(66) | 6) 47362306a36Sopenharmony_ci#define PINMUX_GPIO66__FUNC_TP_URTS2_AO (MTK_PIN_NO(66) | 7) 47462306a36Sopenharmony_ci 47562306a36Sopenharmony_ci#define PINMUX_GPIO67__FUNC_GPIO67 (MTK_PIN_NO(67) | 0) 47662306a36Sopenharmony_ci#define PINMUX_GPIO67__FUNC_MSDC0_DSL (MTK_PIN_NO(67) | 1) 47762306a36Sopenharmony_ci 47862306a36Sopenharmony_ci#define PINMUX_GPIO68__FUNC_GPIO68 (MTK_PIN_NO(68) | 0) 47962306a36Sopenharmony_ci#define PINMUX_GPIO68__FUNC_MSDC0_CLK (MTK_PIN_NO(68) | 1) 48062306a36Sopenharmony_ci 48162306a36Sopenharmony_ci#define PINMUX_GPIO69__FUNC_GPIO69 (MTK_PIN_NO(69) | 0) 48262306a36Sopenharmony_ci#define PINMUX_GPIO69__FUNC_MSDC0_CMD (MTK_PIN_NO(69) | 1) 48362306a36Sopenharmony_ci 48462306a36Sopenharmony_ci#define PINMUX_GPIO70__FUNC_GPIO70 (MTK_PIN_NO(70) | 0) 48562306a36Sopenharmony_ci#define PINMUX_GPIO70__FUNC_MSDC0_RSTB (MTK_PIN_NO(70) | 1) 48662306a36Sopenharmony_ci 48762306a36Sopenharmony_ci#define PINMUX_GPIO71__FUNC_GPIO71 (MTK_PIN_NO(71) | 0) 48862306a36Sopenharmony_ci#define PINMUX_GPIO71__FUNC_MSDC0_DAT0 (MTK_PIN_NO(71) | 1) 48962306a36Sopenharmony_ci 49062306a36Sopenharmony_ci#define PINMUX_GPIO72__FUNC_GPIO72 (MTK_PIN_NO(72) | 0) 49162306a36Sopenharmony_ci#define PINMUX_GPIO72__FUNC_MSDC0_DAT1 (MTK_PIN_NO(72) | 1) 49262306a36Sopenharmony_ci 49362306a36Sopenharmony_ci#define PINMUX_GPIO73__FUNC_GPIO73 (MTK_PIN_NO(73) | 0) 49462306a36Sopenharmony_ci#define PINMUX_GPIO73__FUNC_MSDC0_DAT2 (MTK_PIN_NO(73) | 1) 49562306a36Sopenharmony_ci 49662306a36Sopenharmony_ci#define PINMUX_GPIO74__FUNC_GPIO74 (MTK_PIN_NO(74) | 0) 49762306a36Sopenharmony_ci#define PINMUX_GPIO74__FUNC_MSDC0_DAT3 (MTK_PIN_NO(74) | 1) 49862306a36Sopenharmony_ci 49962306a36Sopenharmony_ci#define PINMUX_GPIO75__FUNC_GPIO75 (MTK_PIN_NO(75) | 0) 50062306a36Sopenharmony_ci#define PINMUX_GPIO75__FUNC_MSDC0_DAT4 (MTK_PIN_NO(75) | 1) 50162306a36Sopenharmony_ci 50262306a36Sopenharmony_ci#define PINMUX_GPIO76__FUNC_GPIO76 (MTK_PIN_NO(76) | 0) 50362306a36Sopenharmony_ci#define PINMUX_GPIO76__FUNC_MSDC0_DAT5 (MTK_PIN_NO(76) | 1) 50462306a36Sopenharmony_ci 50562306a36Sopenharmony_ci#define PINMUX_GPIO77__FUNC_GPIO77 (MTK_PIN_NO(77) | 0) 50662306a36Sopenharmony_ci#define PINMUX_GPIO77__FUNC_MSDC0_DAT6 (MTK_PIN_NO(77) | 1) 50762306a36Sopenharmony_ci 50862306a36Sopenharmony_ci#define PINMUX_GPIO78__FUNC_GPIO78 (MTK_PIN_NO(78) | 0) 50962306a36Sopenharmony_ci#define PINMUX_GPIO78__FUNC_MSDC0_DAT7 (MTK_PIN_NO(78) | 1) 51062306a36Sopenharmony_ci 51162306a36Sopenharmony_ci#define PINMUX_GPIO79__FUNC_GPIO79 (MTK_PIN_NO(79) | 0) 51262306a36Sopenharmony_ci#define PINMUX_GPIO79__FUNC_KPCOL0 (MTK_PIN_NO(79) | 1) 51362306a36Sopenharmony_ci 51462306a36Sopenharmony_ci#define PINMUX_GPIO80__FUNC_GPIO80 (MTK_PIN_NO(80) | 0) 51562306a36Sopenharmony_ci#define PINMUX_GPIO80__FUNC_KPCOL1 (MTK_PIN_NO(80) | 1) 51662306a36Sopenharmony_ci#define PINMUX_GPIO80__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(80) | 2) 51762306a36Sopenharmony_ci#define PINMUX_GPIO80__FUNC_PWM0 (MTK_PIN_NO(80) | 3) 51862306a36Sopenharmony_ci#define PINMUX_GPIO80__FUNC_CLKM0 (MTK_PIN_NO(80) | 4) 51962306a36Sopenharmony_ci 52062306a36Sopenharmony_ci#define PINMUX_GPIO81__FUNC_GPIO81 (MTK_PIN_NO(81) | 0) 52162306a36Sopenharmony_ci#define PINMUX_GPIO81__FUNC_KPROW0 (MTK_PIN_NO(81) | 1) 52262306a36Sopenharmony_ci#define PINMUX_GPIO81__FUNC_PWM1 (MTK_PIN_NO(81) | 3) 52362306a36Sopenharmony_ci#define PINMUX_GPIO81__FUNC_CLKM1 (MTK_PIN_NO(81) | 4) 52462306a36Sopenharmony_ci 52562306a36Sopenharmony_ci#define PINMUX_GPIO82__FUNC_GPIO82 (MTK_PIN_NO(82) | 0) 52662306a36Sopenharmony_ci#define PINMUX_GPIO82__FUNC_KPROW1 (MTK_PIN_NO(82) | 1) 52762306a36Sopenharmony_ci#define PINMUX_GPIO82__FUNC_PWM2 (MTK_PIN_NO(82) | 3) 52862306a36Sopenharmony_ci#define PINMUX_GPIO82__FUNC_CLKM2 (MTK_PIN_NO(82) | 4) 52962306a36Sopenharmony_ci 53062306a36Sopenharmony_ci#define PINMUX_GPIO83__FUNC_GPIO83 (MTK_PIN_NO(83) | 0) 53162306a36Sopenharmony_ci#define PINMUX_GPIO83__FUNC_AP_GOOD (MTK_PIN_NO(83) | 1) 53262306a36Sopenharmony_ci#define PINMUX_GPIO83__FUNC_GPS_PPS (MTK_PIN_NO(83) | 2) 53362306a36Sopenharmony_ci#define PINMUX_GPIO83__FUNC_EXT_FRAME_SYNC (MTK_PIN_NO(83) | 4) 53462306a36Sopenharmony_ci#define PINMUX_GPIO83__FUNC_DBG_MON_A28 (MTK_PIN_NO(83) | 7) 53562306a36Sopenharmony_ci 53662306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_GPIO84 (MTK_PIN_NO(84) | 0) 53762306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_MSDC1_CLK (MTK_PIN_NO(84) | 1) 53862306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_ADSP_JTAG_TCK (MTK_PIN_NO(84) | 2) 53962306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_UDI_TCK (MTK_PIN_NO(84) | 4) 54062306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_CONN_DSP_JCK (MTK_PIN_NO(84) | 5) 54162306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(84) | 6) 54262306a36Sopenharmony_ci#define PINMUX_GPIO84__FUNC_DFD_TCK_XI (MTK_PIN_NO(84) | 7) 54362306a36Sopenharmony_ci 54462306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_GPIO85 (MTK_PIN_NO(85) | 0) 54562306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_MSDC1_CMD (MTK_PIN_NO(85) | 1) 54662306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_ADSP_JTAG_TMS (MTK_PIN_NO(85) | 2) 54762306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_CONN_MCU_AICE_TMSC (MTK_PIN_NO(85) | 3) 54862306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_UDI_TMS (MTK_PIN_NO(85) | 4) 54962306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_CONN_DSP_JMS (MTK_PIN_NO(85) | 5) 55062306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(85) | 6) 55162306a36Sopenharmony_ci#define PINMUX_GPIO85__FUNC_DFD_TMS (MTK_PIN_NO(85) | 7) 55262306a36Sopenharmony_ci 55362306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_GPIO86 (MTK_PIN_NO(86) | 0) 55462306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_MSDC1_DAT0 (MTK_PIN_NO(86) | 1) 55562306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_ADSP_JTAG_TDI (MTK_PIN_NO(86) | 2) 55662306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_UDI_TDI (MTK_PIN_NO(86) | 4) 55762306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_CONN_DSP_JDI (MTK_PIN_NO(86) | 5) 55862306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(86) | 6) 55962306a36Sopenharmony_ci#define PINMUX_GPIO86__FUNC_DFD_TDI (MTK_PIN_NO(86) | 7) 56062306a36Sopenharmony_ci 56162306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_GPIO87 (MTK_PIN_NO(87) | 0) 56262306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_MSDC1_DAT1 (MTK_PIN_NO(87) | 1) 56362306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_ADSP_JTAG_TDO (MTK_PIN_NO(87) | 2) 56462306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_UDI_TDO (MTK_PIN_NO(87) | 4) 56562306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_CONN_DSP_JDO (MTK_PIN_NO(87) | 5) 56662306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(87) | 6) 56762306a36Sopenharmony_ci#define PINMUX_GPIO87__FUNC_DFD_TDO (MTK_PIN_NO(87) | 7) 56862306a36Sopenharmony_ci 56962306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_GPIO88 (MTK_PIN_NO(88) | 0) 57062306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_MSDC1_DAT2 (MTK_PIN_NO(88) | 1) 57162306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_ADSP_JTAG_TRSTN (MTK_PIN_NO(88) | 2) 57262306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_CONN_MCU_AICE_TCKC (MTK_PIN_NO(88) | 3) 57362306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_UDI_NTRST (MTK_PIN_NO(88) | 4) 57462306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_CONN_WIFI_TXD (MTK_PIN_NO(88) | 5) 57562306a36Sopenharmony_ci#define PINMUX_GPIO88__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(88) | 6) 57662306a36Sopenharmony_ci 57762306a36Sopenharmony_ci#define PINMUX_GPIO89__FUNC_GPIO89 (MTK_PIN_NO(89) | 0) 57862306a36Sopenharmony_ci#define PINMUX_GPIO89__FUNC_MSDC1_DAT3 (MTK_PIN_NO(89) | 1) 57962306a36Sopenharmony_ci#define PINMUX_GPIO89__FUNC_CONN_DSP_JINTP (MTK_PIN_NO(89) | 5) 58062306a36Sopenharmony_ci 58162306a36Sopenharmony_ci#define PINMUX_GPIO90__FUNC_GPIO90 (MTK_PIN_NO(90) | 0) 58262306a36Sopenharmony_ci#define PINMUX_GPIO90__FUNC_IDDIG_P0 (MTK_PIN_NO(90) | 1) 58362306a36Sopenharmony_ci#define PINMUX_GPIO90__FUNC_PGD_HV_HSC_PWR4 (MTK_PIN_NO(90) | 4) 58462306a36Sopenharmony_ci#define PINMUX_GPIO90__FUNC_GDU_SUM_TROOP2_2 (MTK_PIN_NO(90) | 5) 58562306a36Sopenharmony_ci 58662306a36Sopenharmony_ci#define PINMUX_GPIO91__FUNC_GPIO91 (MTK_PIN_NO(91) | 0) 58762306a36Sopenharmony_ci#define PINMUX_GPIO91__FUNC_USB_DRVVBUS_P0 (MTK_PIN_NO(91) | 1) 58862306a36Sopenharmony_ci#define PINMUX_GPIO91__FUNC_PGD_HV_HSC_PWR5 (MTK_PIN_NO(91) | 4) 58962306a36Sopenharmony_ci#define PINMUX_GPIO91__FUNC_GDU_TROOPS_DET0 (MTK_PIN_NO(91) | 5) 59062306a36Sopenharmony_ci 59162306a36Sopenharmony_ci#define PINMUX_GPIO92__FUNC_GPIO92 (MTK_PIN_NO(92) | 0) 59262306a36Sopenharmony_ci#define PINMUX_GPIO92__FUNC_VBUS_VALID_P0 (MTK_PIN_NO(92) | 1) 59362306a36Sopenharmony_ci#define PINMUX_GPIO92__FUNC_PGD_DA_EFUSE_RDY (MTK_PIN_NO(92) | 4) 59462306a36Sopenharmony_ci#define PINMUX_GPIO92__FUNC_GDU_TROOPS_DET1 (MTK_PIN_NO(92) | 5) 59562306a36Sopenharmony_ci 59662306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_GPIO93 (MTK_PIN_NO(93) | 0) 59762306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_IDDIG_P1 (MTK_PIN_NO(93) | 1) 59862306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_PWM0 (MTK_PIN_NO(93) | 2) 59962306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_CLKM0 (MTK_PIN_NO(93) | 3) 60062306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_PGD_DA_EFUSE_RDY_PRE (MTK_PIN_NO(93) | 4) 60162306a36Sopenharmony_ci#define PINMUX_GPIO93__FUNC_GDU_TROOPS_DET2 (MTK_PIN_NO(93) | 5) 60262306a36Sopenharmony_ci 60362306a36Sopenharmony_ci#define PINMUX_GPIO94__FUNC_GPIO94 (MTK_PIN_NO(94) | 0) 60462306a36Sopenharmony_ci#define PINMUX_GPIO94__FUNC_USB_DRVVBUS_P1 (MTK_PIN_NO(94) | 1) 60562306a36Sopenharmony_ci#define PINMUX_GPIO94__FUNC_PWM1 (MTK_PIN_NO(94) | 2) 60662306a36Sopenharmony_ci#define PINMUX_GPIO94__FUNC_CLKM1 (MTK_PIN_NO(94) | 3) 60762306a36Sopenharmony_ci#define PINMUX_GPIO94__FUNC_PGD_DA_PWRGD_RESET (MTK_PIN_NO(94) | 4) 60862306a36Sopenharmony_ci 60962306a36Sopenharmony_ci#define PINMUX_GPIO95__FUNC_GPIO95 (MTK_PIN_NO(95) | 0) 61062306a36Sopenharmony_ci#define PINMUX_GPIO95__FUNC_VBUS_VALID_P1 (MTK_PIN_NO(95) | 1) 61162306a36Sopenharmony_ci#define PINMUX_GPIO95__FUNC_PWM2 (MTK_PIN_NO(95) | 2) 61262306a36Sopenharmony_ci#define PINMUX_GPIO95__FUNC_CLKM2 (MTK_PIN_NO(95) | 3) 61362306a36Sopenharmony_ci#define PINMUX_GPIO95__FUNC_PGD_DA_PWRGD_ENB (MTK_PIN_NO(95) | 4) 61462306a36Sopenharmony_ci 61562306a36Sopenharmony_ci#define PINMUX_GPIO96__FUNC_GPIO96 (MTK_PIN_NO(96) | 0) 61662306a36Sopenharmony_ci#define PINMUX_GPIO96__FUNC_DSI_TE (MTK_PIN_NO(96) | 1) 61762306a36Sopenharmony_ci#define PINMUX_GPIO96__FUNC_DBG_MON_A29 (MTK_PIN_NO(96) | 7) 61862306a36Sopenharmony_ci 61962306a36Sopenharmony_ci#define PINMUX_GPIO97__FUNC_GPIO97 (MTK_PIN_NO(97) | 0) 62062306a36Sopenharmony_ci#define PINMUX_GPIO97__FUNC_DISP_PWM (MTK_PIN_NO(97) | 1) 62162306a36Sopenharmony_ci#define PINMUX_GPIO97__FUNC_DBG_MON_A30 (MTK_PIN_NO(97) | 7) 62262306a36Sopenharmony_ci 62362306a36Sopenharmony_ci#define PINMUX_GPIO98__FUNC_GPIO98 (MTK_PIN_NO(98) | 0) 62462306a36Sopenharmony_ci#define PINMUX_GPIO98__FUNC_LCM_RST (MTK_PIN_NO(98) | 1) 62562306a36Sopenharmony_ci 62662306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_GPIO99 (MTK_PIN_NO(99) | 0) 62762306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_DPI_PCLK (MTK_PIN_NO(99) | 1) 62862306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(99) | 2) 62962306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_SSPM_JTAG_TCK (MTK_PIN_NO(99) | 3) 63062306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_ANT_SEL0 (MTK_PIN_NO(99) | 5) 63162306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_TP_GPIO0_AO (MTK_PIN_NO(99) | 6) 63262306a36Sopenharmony_ci#define PINMUX_GPIO99__FUNC_PGD_LV_LSC_PWR0 (MTK_PIN_NO(99) | 7) 63362306a36Sopenharmony_ci 63462306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_GPIO100 (MTK_PIN_NO(100) | 0) 63562306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_DPI_VSYNC (MTK_PIN_NO(100) | 1) 63662306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_KPCOL2 (MTK_PIN_NO(100) | 2) 63762306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_SSPM_JTAG_TMS (MTK_PIN_NO(100) | 3) 63862306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_ANT_SEL1 (MTK_PIN_NO(100) | 5) 63962306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_TP_GPIO1_AO (MTK_PIN_NO(100) | 6) 64062306a36Sopenharmony_ci#define PINMUX_GPIO100__FUNC_PGD_LV_LSC_PWR1 (MTK_PIN_NO(100) | 7) 64162306a36Sopenharmony_ci 64262306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_GPIO101 (MTK_PIN_NO(101) | 0) 64362306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_DPI_HSYNC (MTK_PIN_NO(101) | 1) 64462306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_KPROW2 (MTK_PIN_NO(101) | 2) 64562306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_SSPM_JTAG_TDI (MTK_PIN_NO(101) | 3) 64662306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_ANT_SEL2 (MTK_PIN_NO(101) | 5) 64762306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_TP_GPIO2_AO (MTK_PIN_NO(101) | 6) 64862306a36Sopenharmony_ci#define PINMUX_GPIO101__FUNC_PGD_LV_LSC_PWR2 (MTK_PIN_NO(101) | 7) 64962306a36Sopenharmony_ci 65062306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_GPIO102 (MTK_PIN_NO(102) | 0) 65162306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_DPI_DE (MTK_PIN_NO(102) | 1) 65262306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_SSPM_JTAG_TDO (MTK_PIN_NO(102) | 3) 65362306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_ANT_SEL3 (MTK_PIN_NO(102) | 5) 65462306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_TP_GPIO3_AO (MTK_PIN_NO(102) | 6) 65562306a36Sopenharmony_ci#define PINMUX_GPIO102__FUNC_PGD_LV_LSC_PWR3 (MTK_PIN_NO(102) | 7) 65662306a36Sopenharmony_ci 65762306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_GPIO103 (MTK_PIN_NO(103) | 0) 65862306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_DPI_DATA0 (MTK_PIN_NO(103) | 1) 65962306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_SSPM_JTAG_TRSTN (MTK_PIN_NO(103) | 3) 66062306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_CLKM0 (MTK_PIN_NO(103) | 4) 66162306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_ANT_SEL4 (MTK_PIN_NO(103) | 5) 66262306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_TP_GPIO4_AO (MTK_PIN_NO(103) | 6) 66362306a36Sopenharmony_ci#define PINMUX_GPIO103__FUNC_PGD_LV_LSC_PWR4 (MTK_PIN_NO(103) | 7) 66462306a36Sopenharmony_ci 66562306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_GPIO104 (MTK_PIN_NO(104) | 0) 66662306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_DPI_DATA1 (MTK_PIN_NO(104) | 1) 66762306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_GPS_PPS (MTK_PIN_NO(104) | 2) 66862306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_UCTS2 (MTK_PIN_NO(104) | 3) 66962306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_CLKM1 (MTK_PIN_NO(104) | 4) 67062306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_ANT_SEL5 (MTK_PIN_NO(104) | 5) 67162306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_TP_GPIO5_AO (MTK_PIN_NO(104) | 6) 67262306a36Sopenharmony_ci#define PINMUX_GPIO104__FUNC_PGD_LV_LSC_PWR5 (MTK_PIN_NO(104) | 7) 67362306a36Sopenharmony_ci 67462306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_GPIO105 (MTK_PIN_NO(105) | 0) 67562306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_DPI_DATA2 (MTK_PIN_NO(105) | 1) 67662306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(105) | 2) 67762306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_URTS2 (MTK_PIN_NO(105) | 3) 67862306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_CLKM2 (MTK_PIN_NO(105) | 4) 67962306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_ANT_SEL6 (MTK_PIN_NO(105) | 5) 68062306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_TP_GPIO6_AO (MTK_PIN_NO(105) | 6) 68162306a36Sopenharmony_ci#define PINMUX_GPIO105__FUNC_PGD_LV_HSC_PWR0 (MTK_PIN_NO(105) | 7) 68262306a36Sopenharmony_ci 68362306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_GPIO106 (MTK_PIN_NO(106) | 0) 68462306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_DPI_DATA3 (MTK_PIN_NO(106) | 1) 68562306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_TP_UTXD1_AO (MTK_PIN_NO(106) | 2) 68662306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_UTXD2 (MTK_PIN_NO(106) | 3) 68762306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_PWM0 (MTK_PIN_NO(106) | 4) 68862306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_ANT_SEL7 (MTK_PIN_NO(106) | 5) 68962306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_TP_GPIO7_AO (MTK_PIN_NO(106) | 6) 69062306a36Sopenharmony_ci#define PINMUX_GPIO106__FUNC_PGD_LV_HSC_PWR1 (MTK_PIN_NO(106) | 7) 69162306a36Sopenharmony_ci 69262306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_GPIO107 (MTK_PIN_NO(107) | 0) 69362306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_DPI_DATA4 (MTK_PIN_NO(107) | 1) 69462306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_TP_URXD1_AO (MTK_PIN_NO(107) | 2) 69562306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_URXD2 (MTK_PIN_NO(107) | 3) 69662306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_PWM1 (MTK_PIN_NO(107) | 4) 69762306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_GDU_SUM_TROOP0_0 (MTK_PIN_NO(107) | 6) 69862306a36Sopenharmony_ci#define PINMUX_GPIO107__FUNC_PGD_LV_HSC_PWR2 (MTK_PIN_NO(107) | 7) 69962306a36Sopenharmony_ci 70062306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_GPIO108 (MTK_PIN_NO(108) | 0) 70162306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_DPI_DATA5 (MTK_PIN_NO(108) | 1) 70262306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_TP_UCTS1_AO (MTK_PIN_NO(108) | 2) 70362306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_UCTS0 (MTK_PIN_NO(108) | 3) 70462306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_PWM2 (MTK_PIN_NO(108) | 4) 70562306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_GDU_SUM_TROOP0_1 (MTK_PIN_NO(108) | 6) 70662306a36Sopenharmony_ci#define PINMUX_GPIO108__FUNC_PGD_LV_HSC_PWR3 (MTK_PIN_NO(108) | 7) 70762306a36Sopenharmony_ci 70862306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_GPIO109 (MTK_PIN_NO(109) | 0) 70962306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_DPI_DATA6 (MTK_PIN_NO(109) | 1) 71062306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_TP_URTS1_AO (MTK_PIN_NO(109) | 2) 71162306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_URTS0 (MTK_PIN_NO(109) | 3) 71262306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_I2S0_DI (MTK_PIN_NO(109) | 4) 71362306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_I2S2_DI (MTK_PIN_NO(109) | 5) 71462306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_GDU_SUM_TROOP0_2 (MTK_PIN_NO(109) | 6) 71562306a36Sopenharmony_ci#define PINMUX_GPIO109__FUNC_PGD_LV_HSC_PWR4 (MTK_PIN_NO(109) | 7) 71662306a36Sopenharmony_ci 71762306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_GPIO110 (MTK_PIN_NO(110) | 0) 71862306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_DPI_DATA7 (MTK_PIN_NO(110) | 1) 71962306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_TP_UCTS2_AO (MTK_PIN_NO(110) | 2) 72062306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_UCTS1 (MTK_PIN_NO(110) | 3) 72162306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_I2S3_BCK (MTK_PIN_NO(110) | 4) 72262306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_I2S1_BCK (MTK_PIN_NO(110) | 5) 72362306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_GDU_SUM_TROOP1_0 (MTK_PIN_NO(110) | 6) 72462306a36Sopenharmony_ci#define PINMUX_GPIO110__FUNC_PGD_LV_HSC_PWR5 (MTK_PIN_NO(110) | 7) 72562306a36Sopenharmony_ci 72662306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_GPIO111 (MTK_PIN_NO(111) | 0) 72762306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_DPI_DATA8 (MTK_PIN_NO(111) | 1) 72862306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_TP_URTS2_AO (MTK_PIN_NO(111) | 2) 72962306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_URTS1 (MTK_PIN_NO(111) | 3) 73062306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_I2S3_MCK (MTK_PIN_NO(111) | 4) 73162306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_I2S1_MCK (MTK_PIN_NO(111) | 5) 73262306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_GDU_SUM_TROOP1_1 (MTK_PIN_NO(111) | 6) 73362306a36Sopenharmony_ci#define PINMUX_GPIO111__FUNC_PGD_HV_HSC_PWR0 (MTK_PIN_NO(111) | 7) 73462306a36Sopenharmony_ci 73562306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_GPIO112 (MTK_PIN_NO(112) | 0) 73662306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_DPI_DATA9 (MTK_PIN_NO(112) | 1) 73762306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_TP_URXD2_AO (MTK_PIN_NO(112) | 2) 73862306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_URXD1 (MTK_PIN_NO(112) | 3) 73962306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_I2S3_LRCK (MTK_PIN_NO(112) | 4) 74062306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_I2S1_LRCK (MTK_PIN_NO(112) | 5) 74162306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_GDU_SUM_TROOP1_2 (MTK_PIN_NO(112) | 6) 74262306a36Sopenharmony_ci#define PINMUX_GPIO112__FUNC_PGD_HV_HSC_PWR1 (MTK_PIN_NO(112) | 7) 74362306a36Sopenharmony_ci 74462306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_GPIO113 (MTK_PIN_NO(113) | 0) 74562306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_DPI_DATA10 (MTK_PIN_NO(113) | 1) 74662306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_TP_UTXD2_AO (MTK_PIN_NO(113) | 2) 74762306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_UTXD1 (MTK_PIN_NO(113) | 3) 74862306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_I2S3_DO (MTK_PIN_NO(113) | 4) 74962306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_I2S1_DO (MTK_PIN_NO(113) | 5) 75062306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_GDU_SUM_TROOP2_0 (MTK_PIN_NO(113) | 6) 75162306a36Sopenharmony_ci#define PINMUX_GPIO113__FUNC_PGD_HV_HSC_PWR2 (MTK_PIN_NO(113) | 7) 75262306a36Sopenharmony_ci 75362306a36Sopenharmony_ci#define PINMUX_GPIO114__FUNC_GPIO114 (MTK_PIN_NO(114) | 0) 75462306a36Sopenharmony_ci#define PINMUX_GPIO114__FUNC_DPI_DATA11 (MTK_PIN_NO(114) | 1) 75562306a36Sopenharmony_ci#define PINMUX_GPIO114__FUNC_GDU_SUM_TROOP2_1 (MTK_PIN_NO(114) | 6) 75662306a36Sopenharmony_ci#define PINMUX_GPIO114__FUNC_PGD_HV_HSC_PWR3 (MTK_PIN_NO(114) | 7) 75762306a36Sopenharmony_ci 75862306a36Sopenharmony_ci#define PINMUX_GPIO115__FUNC_GPIO115 (MTK_PIN_NO(115) | 0) 75962306a36Sopenharmony_ci#define PINMUX_GPIO115__FUNC_PCM_CLK (MTK_PIN_NO(115) | 1) 76062306a36Sopenharmony_ci#define PINMUX_GPIO115__FUNC_I2S0_BCK (MTK_PIN_NO(115) | 2) 76162306a36Sopenharmony_ci#define PINMUX_GPIO115__FUNC_I2S2_BCK (MTK_PIN_NO(115) | 3) 76262306a36Sopenharmony_ci 76362306a36Sopenharmony_ci#define PINMUX_GPIO116__FUNC_GPIO116 (MTK_PIN_NO(116) | 0) 76462306a36Sopenharmony_ci#define PINMUX_GPIO116__FUNC_PCM_SYNC (MTK_PIN_NO(116) | 1) 76562306a36Sopenharmony_ci#define PINMUX_GPIO116__FUNC_I2S0_LRCK (MTK_PIN_NO(116) | 2) 76662306a36Sopenharmony_ci#define PINMUX_GPIO116__FUNC_I2S2_LRCK (MTK_PIN_NO(116) | 3) 76762306a36Sopenharmony_ci 76862306a36Sopenharmony_ci#define PINMUX_GPIO117__FUNC_GPIO117 (MTK_PIN_NO(117) | 0) 76962306a36Sopenharmony_ci#define PINMUX_GPIO117__FUNC_PCM_DI (MTK_PIN_NO(117) | 1) 77062306a36Sopenharmony_ci#define PINMUX_GPIO117__FUNC_I2S0_DI (MTK_PIN_NO(117) | 2) 77162306a36Sopenharmony_ci#define PINMUX_GPIO117__FUNC_I2S2_DI (MTK_PIN_NO(117) | 3) 77262306a36Sopenharmony_ci 77362306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_GPIO118 (MTK_PIN_NO(118) | 0) 77462306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_PCM_DO (MTK_PIN_NO(118) | 1) 77562306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_I2S0_MCK (MTK_PIN_NO(118) | 2) 77662306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_I2S2_MCK (MTK_PIN_NO(118) | 3) 77762306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_I2S3_DO (MTK_PIN_NO(118) | 4) 77862306a36Sopenharmony_ci#define PINMUX_GPIO118__FUNC_I2S1_DO (MTK_PIN_NO(118) | 5) 77962306a36Sopenharmony_ci 78062306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_GPIO119 (MTK_PIN_NO(119) | 0) 78162306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_JTMS_SEL1 (MTK_PIN_NO(119) | 1) 78262306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_UDI_TMS (MTK_PIN_NO(119) | 2) 78362306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_DFD_TMS (MTK_PIN_NO(119) | 3) 78462306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_SPM_JTAG_TMS (MTK_PIN_NO(119) | 4) 78562306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_SCP_JTAG_TMS (MTK_PIN_NO(119) | 5) 78662306a36Sopenharmony_ci#define PINMUX_GPIO119__FUNC_ADSP_JTAG_TMS (MTK_PIN_NO(119) | 6) 78762306a36Sopenharmony_ci 78862306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_GPIO120 (MTK_PIN_NO(120) | 0) 78962306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_JTCK_SEL1 (MTK_PIN_NO(120) | 1) 79062306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_UDI_TCK (MTK_PIN_NO(120) | 2) 79162306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_DFD_TCK_XI (MTK_PIN_NO(120) | 3) 79262306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_SPM_JTAG_TCK (MTK_PIN_NO(120) | 4) 79362306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_SCP_JTAG_TCK (MTK_PIN_NO(120) | 5) 79462306a36Sopenharmony_ci#define PINMUX_GPIO120__FUNC_ADSP_JTAG_TCK (MTK_PIN_NO(120) | 6) 79562306a36Sopenharmony_ci 79662306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_GPIO121 (MTK_PIN_NO(121) | 0) 79762306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_JTDI_SEL1 (MTK_PIN_NO(121) | 1) 79862306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_UDI_TDI (MTK_PIN_NO(121) | 2) 79962306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_DFD_TDI (MTK_PIN_NO(121) | 3) 80062306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_SPM_JTAG_TDI (MTK_PIN_NO(121) | 4) 80162306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_SCP_JTAG_TDI (MTK_PIN_NO(121) | 5) 80262306a36Sopenharmony_ci#define PINMUX_GPIO121__FUNC_ADSP_JTAG_TDI (MTK_PIN_NO(121) | 6) 80362306a36Sopenharmony_ci 80462306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_GPIO122 (MTK_PIN_NO(122) | 0) 80562306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_JTDO_SEL1 (MTK_PIN_NO(122) | 1) 80662306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_UDI_TDO (MTK_PIN_NO(122) | 2) 80762306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_DFD_TDO (MTK_PIN_NO(122) | 3) 80862306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_SPM_JTAG_TDO (MTK_PIN_NO(122) | 4) 80962306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_SCP_JTAG_TDO (MTK_PIN_NO(122) | 5) 81062306a36Sopenharmony_ci#define PINMUX_GPIO122__FUNC_ADSP_JTAG_TDO (MTK_PIN_NO(122) | 6) 81162306a36Sopenharmony_ci 81262306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_GPIO123 (MTK_PIN_NO(123) | 0) 81362306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_JTRSTN_SEL1 (MTK_PIN_NO(123) | 1) 81462306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_UDI_NTRST (MTK_PIN_NO(123) | 2) 81562306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_SPM_JTAG_TRSTN (MTK_PIN_NO(123) | 4) 81662306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_SCP_JTAG_TRSTN (MTK_PIN_NO(123) | 5) 81762306a36Sopenharmony_ci#define PINMUX_GPIO123__FUNC_ADSP_JTAG_TRSTN (MTK_PIN_NO(123) | 6) 81862306a36Sopenharmony_ci 81962306a36Sopenharmony_ci#define PINMUX_GPIO124__FUNC_GPIO124 (MTK_PIN_NO(124) | 0) 82062306a36Sopenharmony_ci#define PINMUX_GPIO124__FUNC_CMMCLK0 (MTK_PIN_NO(124) | 1) 82162306a36Sopenharmony_ci#define PINMUX_GPIO124__FUNC_CLKM0 (MTK_PIN_NO(124) | 2) 82262306a36Sopenharmony_ci#define PINMUX_GPIO124__FUNC_PWM0 (MTK_PIN_NO(124) | 3) 82362306a36Sopenharmony_ci 82462306a36Sopenharmony_ci#define PINMUX_GPIO125__FUNC_GPIO125 (MTK_PIN_NO(125) | 0) 82562306a36Sopenharmony_ci#define PINMUX_GPIO125__FUNC_CMMCLK1 (MTK_PIN_NO(125) | 1) 82662306a36Sopenharmony_ci#define PINMUX_GPIO125__FUNC_CLKM1 (MTK_PIN_NO(125) | 2) 82762306a36Sopenharmony_ci#define PINMUX_GPIO125__FUNC_PWM1 (MTK_PIN_NO(125) | 3) 82862306a36Sopenharmony_ci#define PINMUX_GPIO125__FUNC_DBG_MON_B0 (MTK_PIN_NO(125) | 7) 82962306a36Sopenharmony_ci 83062306a36Sopenharmony_ci#define PINMUX_GPIO126__FUNC_GPIO126 (MTK_PIN_NO(126) | 0) 83162306a36Sopenharmony_ci#define PINMUX_GPIO126__FUNC_CMMCLK2 (MTK_PIN_NO(126) | 1) 83262306a36Sopenharmony_ci#define PINMUX_GPIO126__FUNC_CLKM2 (MTK_PIN_NO(126) | 2) 83362306a36Sopenharmony_ci#define PINMUX_GPIO126__FUNC_PWM2 (MTK_PIN_NO(126) | 3) 83462306a36Sopenharmony_ci#define PINMUX_GPIO126__FUNC_DBG_MON_B1 (MTK_PIN_NO(126) | 7) 83562306a36Sopenharmony_ci 83662306a36Sopenharmony_ci#define PINMUX_GPIO127__FUNC_GPIO127 (MTK_PIN_NO(127) | 0) 83762306a36Sopenharmony_ci#define PINMUX_GPIO127__FUNC_SCL0 (MTK_PIN_NO(127) | 1) 83862306a36Sopenharmony_ci#define PINMUX_GPIO127__FUNC_SCP_SCL0 (MTK_PIN_NO(127) | 4) 83962306a36Sopenharmony_ci#define PINMUX_GPIO127__FUNC_SCP_SCL1 (MTK_PIN_NO(127) | 5) 84062306a36Sopenharmony_ci 84162306a36Sopenharmony_ci#define PINMUX_GPIO128__FUNC_GPIO128 (MTK_PIN_NO(128) | 0) 84262306a36Sopenharmony_ci#define PINMUX_GPIO128__FUNC_SDA0 (MTK_PIN_NO(128) | 1) 84362306a36Sopenharmony_ci#define PINMUX_GPIO128__FUNC_SCP_SDA0 (MTK_PIN_NO(128) | 4) 84462306a36Sopenharmony_ci#define PINMUX_GPIO128__FUNC_SCP_SDA1 (MTK_PIN_NO(128) | 5) 84562306a36Sopenharmony_ci 84662306a36Sopenharmony_ci#define PINMUX_GPIO129__FUNC_GPIO129 (MTK_PIN_NO(129) | 0) 84762306a36Sopenharmony_ci#define PINMUX_GPIO129__FUNC_SCL1 (MTK_PIN_NO(129) | 1) 84862306a36Sopenharmony_ci#define PINMUX_GPIO129__FUNC_SCP_SCL0 (MTK_PIN_NO(129) | 4) 84962306a36Sopenharmony_ci#define PINMUX_GPIO129__FUNC_SCP_SCL1 (MTK_PIN_NO(129) | 5) 85062306a36Sopenharmony_ci#define PINMUX_GPIO129__FUNC_DBG_MON_B4 (MTK_PIN_NO(129) | 7) 85162306a36Sopenharmony_ci 85262306a36Sopenharmony_ci#define PINMUX_GPIO130__FUNC_GPIO130 (MTK_PIN_NO(130) | 0) 85362306a36Sopenharmony_ci#define PINMUX_GPIO130__FUNC_SDA1 (MTK_PIN_NO(130) | 1) 85462306a36Sopenharmony_ci#define PINMUX_GPIO130__FUNC_SCP_SDA0 (MTK_PIN_NO(130) | 4) 85562306a36Sopenharmony_ci#define PINMUX_GPIO130__FUNC_SCP_SDA1 (MTK_PIN_NO(130) | 5) 85662306a36Sopenharmony_ci#define PINMUX_GPIO130__FUNC_DBG_MON_B5 (MTK_PIN_NO(130) | 7) 85762306a36Sopenharmony_ci 85862306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_GPIO131 (MTK_PIN_NO(131) | 0) 85962306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_SCL2 (MTK_PIN_NO(131) | 1) 86062306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_SSPM_UTXD_AO (MTK_PIN_NO(131) | 2) 86162306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_CONN_UART0_TXD (MTK_PIN_NO(131) | 3) 86262306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_SCP_SCL0 (MTK_PIN_NO(131) | 4) 86362306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_SCP_SCL1 (MTK_PIN_NO(131) | 5) 86462306a36Sopenharmony_ci#define PINMUX_GPIO131__FUNC_DBG_MON_B6 (MTK_PIN_NO(131) | 7) 86562306a36Sopenharmony_ci 86662306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_GPIO132 (MTK_PIN_NO(132) | 0) 86762306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_SDA2 (MTK_PIN_NO(132) | 1) 86862306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_SSPM_URXD_AO (MTK_PIN_NO(132) | 2) 86962306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_CONN_UART0_RXD (MTK_PIN_NO(132) | 3) 87062306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_SCP_SDA0 (MTK_PIN_NO(132) | 4) 87162306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_SCP_SDA1 (MTK_PIN_NO(132) | 5) 87262306a36Sopenharmony_ci#define PINMUX_GPIO132__FUNC_DBG_MON_B7 (MTK_PIN_NO(132) | 7) 87362306a36Sopenharmony_ci 87462306a36Sopenharmony_ci#define PINMUX_GPIO133__FUNC_GPIO133 (MTK_PIN_NO(133) | 0) 87562306a36Sopenharmony_ci#define PINMUX_GPIO133__FUNC_SCL3 (MTK_PIN_NO(133) | 1) 87662306a36Sopenharmony_ci#define PINMUX_GPIO133__FUNC_SCP_SCL0 (MTK_PIN_NO(133) | 4) 87762306a36Sopenharmony_ci#define PINMUX_GPIO133__FUNC_SCP_SCL1 (MTK_PIN_NO(133) | 5) 87862306a36Sopenharmony_ci#define PINMUX_GPIO133__FUNC_DBG_MON_B8 (MTK_PIN_NO(133) | 7) 87962306a36Sopenharmony_ci 88062306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_GPIO134 (MTK_PIN_NO(134) | 0) 88162306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_SDA3 (MTK_PIN_NO(134) | 1) 88262306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_GPS_PPS (MTK_PIN_NO(134) | 3) 88362306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_SCP_SDA0 (MTK_PIN_NO(134) | 4) 88462306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_SCP_SDA1 (MTK_PIN_NO(134) | 5) 88562306a36Sopenharmony_ci#define PINMUX_GPIO134__FUNC_DBG_MON_B9 (MTK_PIN_NO(134) | 7) 88662306a36Sopenharmony_ci 88762306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_GPIO135 (MTK_PIN_NO(135) | 0) 88862306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_SCL4 (MTK_PIN_NO(135) | 1) 88962306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_TP_UTXD1_AO (MTK_PIN_NO(135) | 2) 89062306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_UTXD1 (MTK_PIN_NO(135) | 3) 89162306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_SCP_SCL0 (MTK_PIN_NO(135) | 4) 89262306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_SCP_SCL1 (MTK_PIN_NO(135) | 5) 89362306a36Sopenharmony_ci#define PINMUX_GPIO135__FUNC_DBG_MON_B10 (MTK_PIN_NO(135) | 7) 89462306a36Sopenharmony_ci 89562306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_GPIO136 (MTK_PIN_NO(136) | 0) 89662306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_SDA4 (MTK_PIN_NO(136) | 1) 89762306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_TP_URXD1_AO (MTK_PIN_NO(136) | 2) 89862306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_URXD1 (MTK_PIN_NO(136) | 3) 89962306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_SCP_SDA0 (MTK_PIN_NO(136) | 4) 90062306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_SCP_SDA1 (MTK_PIN_NO(136) | 5) 90162306a36Sopenharmony_ci#define PINMUX_GPIO136__FUNC_DBG_MON_B11 (MTK_PIN_NO(136) | 7) 90262306a36Sopenharmony_ci 90362306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_GPIO137 (MTK_PIN_NO(137) | 0) 90462306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_SCL5 (MTK_PIN_NO(137) | 1) 90562306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_UTXD2 (MTK_PIN_NO(137) | 2) 90662306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_UCTS1 (MTK_PIN_NO(137) | 3) 90762306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_SCP_SCL0 (MTK_PIN_NO(137) | 4) 90862306a36Sopenharmony_ci#define PINMUX_GPIO137__FUNC_SCP_SCL1 (MTK_PIN_NO(137) | 5) 90962306a36Sopenharmony_ci 91062306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_GPIO138 (MTK_PIN_NO(138) | 0) 91162306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_SDA5 (MTK_PIN_NO(138) | 1) 91262306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_URXD2 (MTK_PIN_NO(138) | 2) 91362306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_URTS1 (MTK_PIN_NO(138) | 3) 91462306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_SCP_SDA0 (MTK_PIN_NO(138) | 4) 91562306a36Sopenharmony_ci#define PINMUX_GPIO138__FUNC_SCP_SDA1 (MTK_PIN_NO(138) | 5) 91662306a36Sopenharmony_ci 91762306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_GPIO139 (MTK_PIN_NO(139) | 0) 91862306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_SCL6 (MTK_PIN_NO(139) | 1) 91962306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_UTXD1 (MTK_PIN_NO(139) | 2) 92062306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_TP_UTXD1_AO (MTK_PIN_NO(139) | 3) 92162306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_SCP_SCL0 (MTK_PIN_NO(139) | 4) 92262306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_SCP_SCL1 (MTK_PIN_NO(139) | 5) 92362306a36Sopenharmony_ci#define PINMUX_GPIO139__FUNC_DBG_MON_B12 (MTK_PIN_NO(139) | 7) 92462306a36Sopenharmony_ci 92562306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_GPIO140 (MTK_PIN_NO(140) | 0) 92662306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_SDA6 (MTK_PIN_NO(140) | 1) 92762306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_URXD1 (MTK_PIN_NO(140) | 2) 92862306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_TP_URXD1_AO (MTK_PIN_NO(140) | 3) 92962306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_SCP_SDA0 (MTK_PIN_NO(140) | 4) 93062306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_SCP_SDA1 (MTK_PIN_NO(140) | 5) 93162306a36Sopenharmony_ci#define PINMUX_GPIO140__FUNC_DBG_MON_B13 (MTK_PIN_NO(140) | 7) 93262306a36Sopenharmony_ci 93362306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_GPIO141 (MTK_PIN_NO(141) | 0) 93462306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_SCL7 (MTK_PIN_NO(141) | 1) 93562306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_URTS0 (MTK_PIN_NO(141) | 2) 93662306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_TP_URTS1_AO (MTK_PIN_NO(141) | 3) 93762306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_SCP_SCL0 (MTK_PIN_NO(141) | 4) 93862306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_SCP_SCL1 (MTK_PIN_NO(141) | 5) 93962306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_UDI_TCK (MTK_PIN_NO(141) | 6) 94062306a36Sopenharmony_ci#define PINMUX_GPIO141__FUNC_DBG_MON_B14 (MTK_PIN_NO(141) | 7) 94162306a36Sopenharmony_ci 94262306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_GPIO142 (MTK_PIN_NO(142) | 0) 94362306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_SDA7 (MTK_PIN_NO(142) | 1) 94462306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_UCTS0 (MTK_PIN_NO(142) | 2) 94562306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_TP_UCTS1_AO (MTK_PIN_NO(142) | 3) 94662306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_SCP_SDA0 (MTK_PIN_NO(142) | 4) 94762306a36Sopenharmony_ci#define PINMUX_GPIO142__FUNC_SCP_SDA1 (MTK_PIN_NO(142) | 5) 94862306a36Sopenharmony_ci 94962306a36Sopenharmony_ci#define PINMUX_GPIO143__FUNC_GPIO143 (MTK_PIN_NO(143) | 0) 95062306a36Sopenharmony_ci#define PINMUX_GPIO143__FUNC_SCL8 (MTK_PIN_NO(143) | 1) 95162306a36Sopenharmony_ci#define PINMUX_GPIO143__FUNC_SCP_SCL0 (MTK_PIN_NO(143) | 4) 95262306a36Sopenharmony_ci#define PINMUX_GPIO143__FUNC_SCP_SCL1 (MTK_PIN_NO(143) | 5) 95362306a36Sopenharmony_ci#define PINMUX_GPIO143__FUNC_DBG_MON_B16 (MTK_PIN_NO(143) | 7) 95462306a36Sopenharmony_ci 95562306a36Sopenharmony_ci#define PINMUX_GPIO144__FUNC_GPIO144 (MTK_PIN_NO(144) | 0) 95662306a36Sopenharmony_ci#define PINMUX_GPIO144__FUNC_SDA8 (MTK_PIN_NO(144) | 1) 95762306a36Sopenharmony_ci#define PINMUX_GPIO144__FUNC_SCP_SDA0 (MTK_PIN_NO(144) | 4) 95862306a36Sopenharmony_ci#define PINMUX_GPIO144__FUNC_SCP_SDA1 (MTK_PIN_NO(144) | 5) 95962306a36Sopenharmony_ci#define PINMUX_GPIO144__FUNC_DBG_MON_B17 (MTK_PIN_NO(144) | 7) 96062306a36Sopenharmony_ci 96162306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_GPIO145 (MTK_PIN_NO(145) | 0) 96262306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_SCL9 (MTK_PIN_NO(145) | 1) 96362306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_CMVREF1 (MTK_PIN_NO(145) | 2) 96462306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_GPS_PPS (MTK_PIN_NO(145) | 3) 96562306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_SCP_SCL0 (MTK_PIN_NO(145) | 4) 96662306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_SCP_SCL1 (MTK_PIN_NO(145) | 5) 96762306a36Sopenharmony_ci#define PINMUX_GPIO145__FUNC_DBG_MON_B18 (MTK_PIN_NO(145) | 7) 96862306a36Sopenharmony_ci 96962306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_GPIO146 (MTK_PIN_NO(146) | 0) 97062306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_SDA9 (MTK_PIN_NO(146) | 1) 97162306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_CMVREF0 (MTK_PIN_NO(146) | 2) 97262306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_SCP_SDA0 (MTK_PIN_NO(146) | 4) 97362306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_SCP_SDA1 (MTK_PIN_NO(146) | 5) 97462306a36Sopenharmony_ci#define PINMUX_GPIO146__FUNC_DBG_MON_B19 (MTK_PIN_NO(146) | 7) 97562306a36Sopenharmony_ci 97662306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_GPIO147 (MTK_PIN_NO(147) | 0) 97762306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_CMFLASH0 (MTK_PIN_NO(147) | 1) 97862306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_LVTS_SDI (MTK_PIN_NO(147) | 2) 97962306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_DPI_DATA12 (MTK_PIN_NO(147) | 3) 98062306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_TP_GPIO0_AO (MTK_PIN_NO(147) | 4) 98162306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_ANT_SEL3 (MTK_PIN_NO(147) | 5) 98262306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_DFD_TCK_XI (MTK_PIN_NO(147) | 6) 98362306a36Sopenharmony_ci#define PINMUX_GPIO147__FUNC_DBG_MON_B20 (MTK_PIN_NO(147) | 7) 98462306a36Sopenharmony_ci 98562306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_GPIO148 (MTK_PIN_NO(148) | 0) 98662306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_CMFLASH1 (MTK_PIN_NO(148) | 1) 98762306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_LVTS_SCF (MTK_PIN_NO(148) | 2) 98862306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_DPI_DATA13 (MTK_PIN_NO(148) | 3) 98962306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_TP_GPIO1_AO (MTK_PIN_NO(148) | 4) 99062306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_ANT_SEL4 (MTK_PIN_NO(148) | 5) 99162306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_DFD_TMS (MTK_PIN_NO(148) | 6) 99262306a36Sopenharmony_ci#define PINMUX_GPIO148__FUNC_DBG_MON_B21 (MTK_PIN_NO(148) | 7) 99362306a36Sopenharmony_ci 99462306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_GPIO149 (MTK_PIN_NO(149) | 0) 99562306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_CMFLASH2 (MTK_PIN_NO(149) | 1) 99662306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_CLKM0 (MTK_PIN_NO(149) | 2) 99762306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_DPI_DATA14 (MTK_PIN_NO(149) | 3) 99862306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_TP_GPIO2_AO (MTK_PIN_NO(149) | 4) 99962306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_ANT_SEL5 (MTK_PIN_NO(149) | 5) 100062306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_DFD_TDI (MTK_PIN_NO(149) | 6) 100162306a36Sopenharmony_ci#define PINMUX_GPIO149__FUNC_DBG_MON_B22 (MTK_PIN_NO(149) | 7) 100262306a36Sopenharmony_ci 100362306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_GPIO150 (MTK_PIN_NO(150) | 0) 100462306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_CLKM1 (MTK_PIN_NO(150) | 2) 100562306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_DPI_DATA15 (MTK_PIN_NO(150) | 3) 100662306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_TP_GPIO3_AO (MTK_PIN_NO(150) | 4) 100762306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_ANT_SEL6 (MTK_PIN_NO(150) | 5) 100862306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_DFD_TDO (MTK_PIN_NO(150) | 6) 100962306a36Sopenharmony_ci#define PINMUX_GPIO150__FUNC_DBG_MON_B23 (MTK_PIN_NO(150) | 7) 101062306a36Sopenharmony_ci 101162306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_GPIO151 (MTK_PIN_NO(151) | 0) 101262306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_GPS_L1_ELNA_EN (MTK_PIN_NO(151) | 1) 101362306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_CLKM2 (MTK_PIN_NO(151) | 2) 101462306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_DPI_DATA16 (MTK_PIN_NO(151) | 3) 101562306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_TP_GPIO4_AO (MTK_PIN_NO(151) | 4) 101662306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_ANT_SEL7 (MTK_PIN_NO(151) | 5) 101762306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_UDI_TMS (MTK_PIN_NO(151) | 6) 101862306a36Sopenharmony_ci#define PINMUX_GPIO151__FUNC_DBG_MON_B24 (MTK_PIN_NO(151) | 7) 101962306a36Sopenharmony_ci 102062306a36Sopenharmony_ci#define PINMUX_GPIO152__FUNC_GPIO152 (MTK_PIN_NO(152) | 0) 102162306a36Sopenharmony_ci#define PINMUX_GPIO152__FUNC_CLKM3 (MTK_PIN_NO(152) | 2) 102262306a36Sopenharmony_ci#define PINMUX_GPIO152__FUNC_DPI_DATA17 (MTK_PIN_NO(152) | 3) 102362306a36Sopenharmony_ci#define PINMUX_GPIO152__FUNC_TP_GPIO5_AO (MTK_PIN_NO(152) | 4) 102462306a36Sopenharmony_ci 102562306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_GPIO153 (MTK_PIN_NO(153) | 0) 102662306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_CONN_TCXOENA_REQ (MTK_PIN_NO(153) | 1) 102762306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_DPI_DATA18 (MTK_PIN_NO(153) | 3) 102862306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_TP_GPIO6_AO (MTK_PIN_NO(153) | 4) 102962306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_UDI_TDI (MTK_PIN_NO(153) | 6) 103062306a36Sopenharmony_ci#define PINMUX_GPIO153__FUNC_DBG_MON_B26 (MTK_PIN_NO(153) | 7) 103162306a36Sopenharmony_ci 103262306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_GPIO154 (MTK_PIN_NO(154) | 0) 103362306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_PWM0 (MTK_PIN_NO(154) | 1) 103462306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_CMVREF2 (MTK_PIN_NO(154) | 2) 103562306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_DPI_DATA19 (MTK_PIN_NO(154) | 3) 103662306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_TP_GPIO7_AO (MTK_PIN_NO(154) | 4) 103762306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_UDI_TDO (MTK_PIN_NO(154) | 6) 103862306a36Sopenharmony_ci#define PINMUX_GPIO154__FUNC_DBG_MON_B27 (MTK_PIN_NO(154) | 7) 103962306a36Sopenharmony_ci 104062306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_GPIO155 (MTK_PIN_NO(155) | 0) 104162306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_PWM1 (MTK_PIN_NO(155) | 1) 104262306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_CMVREF1 (MTK_PIN_NO(155) | 2) 104362306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_DPI_DATA20 (MTK_PIN_NO(155) | 3) 104462306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_UDI_NTRST (MTK_PIN_NO(155) | 6) 104562306a36Sopenharmony_ci#define PINMUX_GPIO155__FUNC_DBG_MON_B28 (MTK_PIN_NO(155) | 7) 104662306a36Sopenharmony_ci 104762306a36Sopenharmony_ci#define PINMUX_GPIO156__FUNC_GPIO156 (MTK_PIN_NO(156) | 0) 104862306a36Sopenharmony_ci#define PINMUX_GPIO156__FUNC_PWM2 (MTK_PIN_NO(156) | 1) 104962306a36Sopenharmony_ci#define PINMUX_GPIO156__FUNC_CMVREF0 (MTK_PIN_NO(156) | 2) 105062306a36Sopenharmony_ci#define PINMUX_GPIO156__FUNC_DPI_DATA21 (MTK_PIN_NO(156) | 3) 105162306a36Sopenharmony_ci 105262306a36Sopenharmony_ci#define PINMUX_GPIO157__FUNC_GPIO157 (MTK_PIN_NO(157) | 0) 105362306a36Sopenharmony_ci#define PINMUX_GPIO157__FUNC_PWRAP_SPI0_CSN (MTK_PIN_NO(157) | 1) 105462306a36Sopenharmony_ci 105562306a36Sopenharmony_ci#define PINMUX_GPIO158__FUNC_GPIO158 (MTK_PIN_NO(158) | 0) 105662306a36Sopenharmony_ci#define PINMUX_GPIO158__FUNC_PWRAP_SPI0_CK (MTK_PIN_NO(158) | 1) 105762306a36Sopenharmony_ci 105862306a36Sopenharmony_ci#define PINMUX_GPIO159__FUNC_GPIO159 (MTK_PIN_NO(159) | 0) 105962306a36Sopenharmony_ci#define PINMUX_GPIO159__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(159) | 1) 106062306a36Sopenharmony_ci#define PINMUX_GPIO159__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(159) | 2) 106162306a36Sopenharmony_ci 106262306a36Sopenharmony_ci#define PINMUX_GPIO160__FUNC_GPIO160 (MTK_PIN_NO(160) | 0) 106362306a36Sopenharmony_ci#define PINMUX_GPIO160__FUNC_PWRAP_SPI0_MI (MTK_PIN_NO(160) | 1) 106462306a36Sopenharmony_ci#define PINMUX_GPIO160__FUNC_PWRAP_SPI0_MO (MTK_PIN_NO(160) | 2) 106562306a36Sopenharmony_ci 106662306a36Sopenharmony_ci#define PINMUX_GPIO161__FUNC_GPIO161 (MTK_PIN_NO(161) | 0) 106762306a36Sopenharmony_ci#define PINMUX_GPIO161__FUNC_SRCLKENA0 (MTK_PIN_NO(161) | 1) 106862306a36Sopenharmony_ci 106962306a36Sopenharmony_ci#define PINMUX_GPIO162__FUNC_GPIO162 (MTK_PIN_NO(162) | 0) 107062306a36Sopenharmony_ci#define PINMUX_GPIO162__FUNC_SRCLKENA1 (MTK_PIN_NO(162) | 1) 107162306a36Sopenharmony_ci#define PINMUX_GPIO162__FUNC_DBG_MON_A31 (MTK_PIN_NO(162) | 7) 107262306a36Sopenharmony_ci 107362306a36Sopenharmony_ci#define PINMUX_GPIO163__FUNC_GPIO163 (MTK_PIN_NO(163) | 0) 107462306a36Sopenharmony_ci#define PINMUX_GPIO163__FUNC_SCP_VREQ_VAO (MTK_PIN_NO(163) | 1) 107562306a36Sopenharmony_ci#define PINMUX_GPIO163__FUNC_DVFSRC_EXT_REQ (MTK_PIN_NO(163) | 2) 107662306a36Sopenharmony_ci 107762306a36Sopenharmony_ci#define PINMUX_GPIO164__FUNC_GPIO164 (MTK_PIN_NO(164) | 0) 107862306a36Sopenharmony_ci#define PINMUX_GPIO164__FUNC_RTC32K_CK (MTK_PIN_NO(164) | 1) 107962306a36Sopenharmony_ci 108062306a36Sopenharmony_ci#define PINMUX_GPIO165__FUNC_GPIO165 (MTK_PIN_NO(165) | 0) 108162306a36Sopenharmony_ci#define PINMUX_GPIO165__FUNC_WATCHDOG (MTK_PIN_NO(165) | 1) 108262306a36Sopenharmony_ci 108362306a36Sopenharmony_ci#define PINMUX_GPIO166__FUNC_GPIO166 (MTK_PIN_NO(166) | 0) 108462306a36Sopenharmony_ci#define PINMUX_GPIO166__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(166) | 1) 108562306a36Sopenharmony_ci#define PINMUX_GPIO166__FUNC_AUD_CLK_MISO (MTK_PIN_NO(166) | 2) 108662306a36Sopenharmony_ci#define PINMUX_GPIO166__FUNC_I2S1_MCK (MTK_PIN_NO(166) | 3) 108762306a36Sopenharmony_ci 108862306a36Sopenharmony_ci#define PINMUX_GPIO167__FUNC_GPIO167 (MTK_PIN_NO(167) | 0) 108962306a36Sopenharmony_ci#define PINMUX_GPIO167__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(167) | 1) 109062306a36Sopenharmony_ci#define PINMUX_GPIO167__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(167) | 2) 109162306a36Sopenharmony_ci#define PINMUX_GPIO167__FUNC_I2S1_BCK (MTK_PIN_NO(167) | 3) 109262306a36Sopenharmony_ci 109362306a36Sopenharmony_ci#define PINMUX_GPIO168__FUNC_GPIO168 (MTK_PIN_NO(168) | 0) 109462306a36Sopenharmony_ci#define PINMUX_GPIO168__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(168) | 1) 109562306a36Sopenharmony_ci#define PINMUX_GPIO168__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(168) | 2) 109662306a36Sopenharmony_ci#define PINMUX_GPIO168__FUNC_I2S1_LRCK (MTK_PIN_NO(168) | 3) 109762306a36Sopenharmony_ci 109862306a36Sopenharmony_ci#define PINMUX_GPIO169__FUNC_GPIO169 (MTK_PIN_NO(169) | 0) 109962306a36Sopenharmony_ci#define PINMUX_GPIO169__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(169) | 1) 110062306a36Sopenharmony_ci#define PINMUX_GPIO169__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(169) | 2) 110162306a36Sopenharmony_ci#define PINMUX_GPIO169__FUNC_I2S1_DO (MTK_PIN_NO(169) | 3) 110262306a36Sopenharmony_ci 110362306a36Sopenharmony_ci#define PINMUX_GPIO170__FUNC_GPIO170 (MTK_PIN_NO(170) | 0) 110462306a36Sopenharmony_ci#define PINMUX_GPIO170__FUNC_AUD_CLK_MISO (MTK_PIN_NO(170) | 1) 110562306a36Sopenharmony_ci#define PINMUX_GPIO170__FUNC_AUD_CLK_MOSI (MTK_PIN_NO(170) | 2) 110662306a36Sopenharmony_ci#define PINMUX_GPIO170__FUNC_I2S2_MCK (MTK_PIN_NO(170) | 3) 110762306a36Sopenharmony_ci 110862306a36Sopenharmony_ci#define PINMUX_GPIO171__FUNC_GPIO171 (MTK_PIN_NO(171) | 0) 110962306a36Sopenharmony_ci#define PINMUX_GPIO171__FUNC_AUD_SYNC_MISO (MTK_PIN_NO(171) | 1) 111062306a36Sopenharmony_ci#define PINMUX_GPIO171__FUNC_AUD_SYNC_MOSI (MTK_PIN_NO(171) | 2) 111162306a36Sopenharmony_ci#define PINMUX_GPIO171__FUNC_I2S2_BCK (MTK_PIN_NO(171) | 3) 111262306a36Sopenharmony_ci 111362306a36Sopenharmony_ci#define PINMUX_GPIO172__FUNC_GPIO172 (MTK_PIN_NO(172) | 0) 111462306a36Sopenharmony_ci#define PINMUX_GPIO172__FUNC_AUD_DAT_MISO0 (MTK_PIN_NO(172) | 1) 111562306a36Sopenharmony_ci#define PINMUX_GPIO172__FUNC_AUD_DAT_MOSI0 (MTK_PIN_NO(172) | 2) 111662306a36Sopenharmony_ci#define PINMUX_GPIO172__FUNC_I2S2_LRCK (MTK_PIN_NO(172) | 3) 111762306a36Sopenharmony_ci#define PINMUX_GPIO172__FUNC_VOW_DAT_MISO (MTK_PIN_NO(172) | 4) 111862306a36Sopenharmony_ci 111962306a36Sopenharmony_ci#define PINMUX_GPIO173__FUNC_GPIO173 (MTK_PIN_NO(173) | 0) 112062306a36Sopenharmony_ci#define PINMUX_GPIO173__FUNC_AUD_DAT_MISO1 (MTK_PIN_NO(173) | 1) 112162306a36Sopenharmony_ci#define PINMUX_GPIO173__FUNC_AUD_DAT_MOSI1 (MTK_PIN_NO(173) | 2) 112262306a36Sopenharmony_ci#define PINMUX_GPIO173__FUNC_I2S2_DI (MTK_PIN_NO(173) | 3) 112362306a36Sopenharmony_ci#define PINMUX_GPIO173__FUNC_VOW_CLK_MISO (MTK_PIN_NO(173) | 4) 112462306a36Sopenharmony_ci 112562306a36Sopenharmony_ci#define PINMUX_GPIO174__FUNC_GPIO174 (MTK_PIN_NO(174) | 0) 112662306a36Sopenharmony_ci#define PINMUX_GPIO174__FUNC_CONN_TOP_CLK (MTK_PIN_NO(174) | 1) 112762306a36Sopenharmony_ci#define PINMUX_GPIO174__FUNC_AUXIF_CLK (MTK_PIN_NO(174) | 2) 112862306a36Sopenharmony_ci#define PINMUX_GPIO174__FUNC_DFD_TCK_XI (MTK_PIN_NO(174) | 3) 112962306a36Sopenharmony_ci#define PINMUX_GPIO174__FUNC_DBG_MON_B3 (MTK_PIN_NO(174) | 7) 113062306a36Sopenharmony_ci 113162306a36Sopenharmony_ci#define PINMUX_GPIO175__FUNC_GPIO175 (MTK_PIN_NO(175) | 0) 113262306a36Sopenharmony_ci#define PINMUX_GPIO175__FUNC_CONN_TOP_DATA (MTK_PIN_NO(175) | 1) 113362306a36Sopenharmony_ci#define PINMUX_GPIO175__FUNC_AUXIF_ST (MTK_PIN_NO(175) | 2) 113462306a36Sopenharmony_ci#define PINMUX_GPIO175__FUNC_DFD_TMS (MTK_PIN_NO(175) | 3) 113562306a36Sopenharmony_ci#define PINMUX_GPIO175__FUNC_DBG_MON_B15 (MTK_PIN_NO(175) | 7) 113662306a36Sopenharmony_ci 113762306a36Sopenharmony_ci#define PINMUX_GPIO176__FUNC_GPIO176 (MTK_PIN_NO(176) | 0) 113862306a36Sopenharmony_ci#define PINMUX_GPIO176__FUNC_CONN_BT_CLK (MTK_PIN_NO(176) | 1) 113962306a36Sopenharmony_ci#define PINMUX_GPIO176__FUNC_DFD_TDI (MTK_PIN_NO(176) | 3) 114062306a36Sopenharmony_ci#define PINMUX_GPIO176__FUNC_DBG_MON_B2 (MTK_PIN_NO(176) | 7) 114162306a36Sopenharmony_ci 114262306a36Sopenharmony_ci#define PINMUX_GPIO177__FUNC_GPIO177 (MTK_PIN_NO(177) | 0) 114362306a36Sopenharmony_ci#define PINMUX_GPIO177__FUNC_CONN_BT_DATA (MTK_PIN_NO(177) | 1) 114462306a36Sopenharmony_ci#define PINMUX_GPIO177__FUNC_DFD_TDO (MTK_PIN_NO(177) | 3) 114562306a36Sopenharmony_ci 114662306a36Sopenharmony_ci#define PINMUX_GPIO178__FUNC_GPIO178 (MTK_PIN_NO(178) | 0) 114762306a36Sopenharmony_ci#define PINMUX_GPIO178__FUNC_CONN_HRST_B (MTK_PIN_NO(178) | 1) 114862306a36Sopenharmony_ci#define PINMUX_GPIO178__FUNC_UDI_TMS (MTK_PIN_NO(178) | 3) 114962306a36Sopenharmony_ci#define PINMUX_GPIO178__FUNC_DBG_MON_B25 (MTK_PIN_NO(178) | 7) 115062306a36Sopenharmony_ci 115162306a36Sopenharmony_ci#define PINMUX_GPIO179__FUNC_GPIO179 (MTK_PIN_NO(179) | 0) 115262306a36Sopenharmony_ci#define PINMUX_GPIO179__FUNC_CONN_WB_PTA (MTK_PIN_NO(179) | 1) 115362306a36Sopenharmony_ci#define PINMUX_GPIO179__FUNC_UDI_TCK (MTK_PIN_NO(179) | 3) 115462306a36Sopenharmony_ci#define PINMUX_GPIO179__FUNC_DBG_MON_B29 (MTK_PIN_NO(179) | 7) 115562306a36Sopenharmony_ci 115662306a36Sopenharmony_ci#define PINMUX_GPIO180__FUNC_GPIO180 (MTK_PIN_NO(180) | 0) 115762306a36Sopenharmony_ci#define PINMUX_GPIO180__FUNC_CONN_WF_CTRL0 (MTK_PIN_NO(180) | 1) 115862306a36Sopenharmony_ci#define PINMUX_GPIO180__FUNC_UDI_TDI (MTK_PIN_NO(180) | 3) 115962306a36Sopenharmony_ci 116062306a36Sopenharmony_ci#define PINMUX_GPIO181__FUNC_GPIO181 (MTK_PIN_NO(181) | 0) 116162306a36Sopenharmony_ci#define PINMUX_GPIO181__FUNC_CONN_WF_CTRL1 (MTK_PIN_NO(181) | 1) 116262306a36Sopenharmony_ci#define PINMUX_GPIO181__FUNC_UDI_TDO (MTK_PIN_NO(181) | 3) 116362306a36Sopenharmony_ci 116462306a36Sopenharmony_ci#define PINMUX_GPIO182__FUNC_GPIO182 (MTK_PIN_NO(182) | 0) 116562306a36Sopenharmony_ci#define PINMUX_GPIO182__FUNC_CONN_WF_CTRL2 (MTK_PIN_NO(182) | 1) 116662306a36Sopenharmony_ci#define PINMUX_GPIO182__FUNC_UDI_NTRST (MTK_PIN_NO(182) | 3) 116762306a36Sopenharmony_ci 116862306a36Sopenharmony_ci#define PINMUX_GPIO183__FUNC_GPIO183 (MTK_PIN_NO(183) | 0) 116962306a36Sopenharmony_ci#define PINMUX_GPIO183__FUNC_SPMI_SCL (MTK_PIN_NO(183) | 1) 117062306a36Sopenharmony_ci 117162306a36Sopenharmony_ci#define PINMUX_GPIO184__FUNC_GPIO184 (MTK_PIN_NO(184) | 0) 117262306a36Sopenharmony_ci#define PINMUX_GPIO184__FUNC_SPMI_SDA (MTK_PIN_NO(184) | 1) 117362306a36Sopenharmony_ci 117462306a36Sopenharmony_ci#endif /* __MT8186_PINFUNC_H */ 1175