18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * r8a7791/r8a7743 processor support - PFC hardware block. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2013 Renesas Electronics Corporation 68c2ecf20Sopenharmony_ci * Copyright (C) 2014-2017 Cogent Embedded, Inc. 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <linux/errno.h> 108c2ecf20Sopenharmony_ci#include <linux/kernel.h> 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include "sh_pfc.h" 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci/* 158c2ecf20Sopenharmony_ci * Pins 0-23 assigned to GPIO bank 6 can be used for SD interfaces in 168c2ecf20Sopenharmony_ci * which case they support both 3.3V and 1.8V signalling. 178c2ecf20Sopenharmony_ci */ 188c2ecf20Sopenharmony_ci#define CPU_ALL_GP(fn, sfx) \ 198c2ecf20Sopenharmony_ci PORT_GP_32(0, fn, sfx), \ 208c2ecf20Sopenharmony_ci PORT_GP_26(1, fn, sfx), \ 218c2ecf20Sopenharmony_ci PORT_GP_32(2, fn, sfx), \ 228c2ecf20Sopenharmony_ci PORT_GP_32(3, fn, sfx), \ 238c2ecf20Sopenharmony_ci PORT_GP_32(4, fn, sfx), \ 248c2ecf20Sopenharmony_ci PORT_GP_32(5, fn, sfx), \ 258c2ecf20Sopenharmony_ci PORT_GP_CFG_24(6, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 268c2ecf20Sopenharmony_ci PORT_GP_1(6, 24, fn, sfx), \ 278c2ecf20Sopenharmony_ci PORT_GP_1(6, 25, fn, sfx), \ 288c2ecf20Sopenharmony_ci PORT_GP_1(6, 26, fn, sfx), \ 298c2ecf20Sopenharmony_ci PORT_GP_1(6, 27, fn, sfx), \ 308c2ecf20Sopenharmony_ci PORT_GP_1(6, 28, fn, sfx), \ 318c2ecf20Sopenharmony_ci PORT_GP_1(6, 29, fn, sfx), \ 328c2ecf20Sopenharmony_ci PORT_GP_1(6, 30, fn, sfx), \ 338c2ecf20Sopenharmony_ci PORT_GP_1(6, 31, fn, sfx), \ 348c2ecf20Sopenharmony_ci PORT_GP_26(7, fn, sfx) 358c2ecf20Sopenharmony_ci 368c2ecf20Sopenharmony_cienum { 378c2ecf20Sopenharmony_ci PINMUX_RESERVED = 0, 388c2ecf20Sopenharmony_ci 398c2ecf20Sopenharmony_ci PINMUX_DATA_BEGIN, 408c2ecf20Sopenharmony_ci GP_ALL(DATA), 418c2ecf20Sopenharmony_ci PINMUX_DATA_END, 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ci PINMUX_FUNCTION_BEGIN, 448c2ecf20Sopenharmony_ci GP_ALL(FN), 458c2ecf20Sopenharmony_ci 468c2ecf20Sopenharmony_ci /* GPSR0 */ 478c2ecf20Sopenharmony_ci FN_IP0_0, FN_IP0_1, FN_IP0_2, FN_IP0_3, FN_IP0_4, FN_IP0_5, 488c2ecf20Sopenharmony_ci FN_IP0_6, FN_IP0_7, FN_IP0_8, FN_IP0_9, FN_IP0_10, FN_IP0_11, 498c2ecf20Sopenharmony_ci FN_IP0_12, FN_IP0_13, FN_IP0_14, FN_IP0_15, FN_IP0_18_16, FN_IP0_20_19, 508c2ecf20Sopenharmony_ci FN_IP0_22_21, FN_IP0_24_23, FN_IP0_26_25, FN_IP0_28_27, FN_IP0_30_29, 518c2ecf20Sopenharmony_ci FN_IP1_1_0, FN_IP1_3_2, FN_IP1_5_4, FN_IP1_7_6, FN_IP1_10_8, 528c2ecf20Sopenharmony_ci FN_IP1_13_11, FN_IP1_16_14, FN_IP1_19_17, FN_IP1_22_20, 538c2ecf20Sopenharmony_ci 548c2ecf20Sopenharmony_ci /* GPSR1 */ 558c2ecf20Sopenharmony_ci FN_IP1_25_23, FN_IP1_28_26, FN_IP1_31_29, FN_IP2_2_0, FN_IP2_4_3, 568c2ecf20Sopenharmony_ci FN_IP2_6_5, FN_IP2_9_7, FN_IP2_12_10, FN_IP2_15_13, FN_IP2_18_16, 578c2ecf20Sopenharmony_ci FN_IP2_20_19, FN_IP2_22_21, FN_EX_CS0_N, FN_IP2_24_23, FN_IP2_26_25, 588c2ecf20Sopenharmony_ci FN_IP2_29_27, FN_IP3_2_0, FN_IP3_5_3, FN_IP3_8_6, FN_RD_N, 598c2ecf20Sopenharmony_ci FN_IP3_11_9, FN_IP3_13_12, FN_IP3_15_14 , FN_IP3_17_16 , FN_IP3_19_18, 608c2ecf20Sopenharmony_ci FN_IP3_21_20, 618c2ecf20Sopenharmony_ci 628c2ecf20Sopenharmony_ci /* GPSR2 */ 638c2ecf20Sopenharmony_ci FN_IP3_27_25, FN_IP3_30_28, FN_IP4_1_0, FN_IP4_4_2, FN_IP4_7_5, 648c2ecf20Sopenharmony_ci FN_IP4_9_8, FN_IP4_12_10, FN_IP4_15_13, FN_IP4_18_16, FN_IP4_19, 658c2ecf20Sopenharmony_ci FN_IP4_20, FN_IP4_21, FN_IP4_23_22, FN_IP4_25_24, FN_IP4_27_26, 668c2ecf20Sopenharmony_ci FN_IP4_30_28, FN_IP5_2_0, FN_IP5_5_3, FN_IP5_8_6, FN_IP5_11_9, 678c2ecf20Sopenharmony_ci FN_IP5_14_12, FN_IP5_16_15, FN_IP5_19_17, FN_IP5_21_20, FN_IP5_23_22, 688c2ecf20Sopenharmony_ci FN_IP5_25_24, FN_IP5_28_26, FN_IP5_31_29, FN_AUDIO_CLKA, FN_IP6_2_0, 698c2ecf20Sopenharmony_ci FN_IP6_5_3, FN_IP6_7_6, 708c2ecf20Sopenharmony_ci 718c2ecf20Sopenharmony_ci /* GPSR3 */ 728c2ecf20Sopenharmony_ci FN_IP7_5_3, FN_IP7_8_6, FN_IP7_10_9, FN_IP7_12_11, FN_IP7_14_13, 738c2ecf20Sopenharmony_ci FN_IP7_16_15, FN_IP7_18_17, FN_IP7_20_19, FN_IP7_23_21, FN_IP7_26_24, 748c2ecf20Sopenharmony_ci FN_IP7_29_27, FN_IP8_2_0, FN_IP8_5_3, FN_IP8_8_6, FN_IP8_11_9, 758c2ecf20Sopenharmony_ci FN_IP8_14_12, FN_IP8_17_15, FN_IP8_20_18, FN_IP8_23_21, FN_IP8_25_24, 768c2ecf20Sopenharmony_ci FN_IP8_27_26, FN_IP8_30_28, FN_IP9_2_0, FN_IP9_5_3, FN_IP9_6, FN_IP9_7, 778c2ecf20Sopenharmony_ci FN_IP9_10_8, FN_IP9_11, FN_IP9_12, FN_IP9_15_13, FN_IP9_16, 788c2ecf20Sopenharmony_ci FN_IP9_18_17, 798c2ecf20Sopenharmony_ci 808c2ecf20Sopenharmony_ci /* GPSR4 */ 818c2ecf20Sopenharmony_ci FN_VI0_CLK, FN_IP9_20_19, FN_IP9_22_21, FN_IP9_24_23, FN_IP9_26_25, 828c2ecf20Sopenharmony_ci FN_VI0_DATA0_VI0_B0, FN_VI0_DATA1_VI0_B1, FN_VI0_DATA2_VI0_B2, 838c2ecf20Sopenharmony_ci FN_IP9_28_27, FN_VI0_DATA4_VI0_B4, FN_VI0_DATA5_VI0_B5, 848c2ecf20Sopenharmony_ci FN_VI0_DATA6_VI0_B6, FN_VI0_DATA7_VI0_B7, FN_IP9_31_29, FN_IP10_2_0, 858c2ecf20Sopenharmony_ci FN_IP10_5_3, FN_IP10_8_6, FN_IP10_11_9, FN_IP10_14_12, FN_IP10_16_15, 868c2ecf20Sopenharmony_ci FN_IP10_18_17, FN_IP10_21_19, FN_IP10_24_22, FN_IP10_26_25, 878c2ecf20Sopenharmony_ci FN_IP10_28_27, FN_IP10_31_29, FN_IP11_2_0, FN_IP11_5_3, FN_IP11_8_6, 888c2ecf20Sopenharmony_ci FN_IP15_1_0, FN_IP15_3_2, FN_IP15_5_4, 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_ci /* GPSR5 */ 918c2ecf20Sopenharmony_ci FN_IP11_11_9, FN_IP11_14_12, FN_IP11_16_15, FN_IP11_18_17, FN_IP11_19, 928c2ecf20Sopenharmony_ci FN_IP11_20, FN_IP11_21, FN_IP11_22, FN_IP11_23, FN_IP11_24, 938c2ecf20Sopenharmony_ci FN_IP11_25, FN_IP11_26, FN_IP11_27, FN_IP11_29_28, FN_IP11_31_30, 948c2ecf20Sopenharmony_ci FN_IP12_1_0, FN_IP12_3_2, FN_IP12_6_4, FN_IP12_9_7, FN_IP12_12_10, 958c2ecf20Sopenharmony_ci FN_IP12_15_13, FN_IP12_17_16, FN_IP12_19_18, FN_IP12_21_20, 968c2ecf20Sopenharmony_ci FN_IP12_23_22, FN_IP12_26_24, FN_IP12_29_27, FN_IP13_2_0, FN_IP13_4_3, 978c2ecf20Sopenharmony_ci FN_IP13_6_5, FN_IP13_9_7, FN_IP3_24_22, 988c2ecf20Sopenharmony_ci 998c2ecf20Sopenharmony_ci /* GPSR6 */ 1008c2ecf20Sopenharmony_ci FN_IP13_10, FN_IP13_11, FN_IP13_12, FN_IP13_13, FN_IP13_14, 1018c2ecf20Sopenharmony_ci FN_IP13_15, FN_IP13_18_16, FN_IP13_21_19, 1028c2ecf20Sopenharmony_ci FN_IP13_22, FN_IP13_24_23, FN_SD1_CLK, 1038c2ecf20Sopenharmony_ci FN_IP13_25, FN_IP13_26, FN_IP13_27, FN_IP13_30_28, FN_IP14_1_0, 1048c2ecf20Sopenharmony_ci FN_IP14_2, FN_IP14_3, FN_IP14_4, FN_IP14_5, FN_IP14_6, FN_IP14_7, 1058c2ecf20Sopenharmony_ci FN_IP14_10_8, FN_IP14_13_11, FN_IP14_16_14, FN_IP14_19_17, 1068c2ecf20Sopenharmony_ci FN_IP14_22_20, FN_IP14_25_23, FN_IP14_28_26, FN_IP14_31_29, 1078c2ecf20Sopenharmony_ci FN_USB1_OVC, FN_DU0_DOTCLKIN, 1088c2ecf20Sopenharmony_ci 1098c2ecf20Sopenharmony_ci /* GPSR7 */ 1108c2ecf20Sopenharmony_ci FN_IP15_17_15, FN_IP15_20_18, FN_IP15_23_21, FN_IP15_26_24, 1118c2ecf20Sopenharmony_ci FN_IP15_29_27, FN_IP16_2_0, FN_IP16_5_3, FN_IP16_7_6, FN_IP16_9_8, 1128c2ecf20Sopenharmony_ci FN_IP16_11_10, FN_IP6_9_8, FN_IP6_11_10, FN_IP6_13_12, FN_IP6_15_14, 1138c2ecf20Sopenharmony_ci FN_IP6_18_16, FN_IP6_20_19, FN_IP6_23_21, FN_IP6_26_24, FN_IP6_29_27, 1148c2ecf20Sopenharmony_ci FN_IP7_2_0, FN_IP15_8_6, FN_IP15_11_9, FN_IP15_14_12, 1158c2ecf20Sopenharmony_ci FN_USB0_PWEN, FN_USB0_OVC, FN_USB1_PWEN, 1168c2ecf20Sopenharmony_ci 1178c2ecf20Sopenharmony_ci /* IPSR0 */ 1188c2ecf20Sopenharmony_ci FN_D0, FN_D1, FN_D2, FN_D3, FN_D4, FN_D5, FN_D6, FN_D7, FN_D8, 1198c2ecf20Sopenharmony_ci FN_D9, FN_D10, FN_D11, FN_D12, FN_D13, FN_D14, FN_D15, 1208c2ecf20Sopenharmony_ci FN_A0, FN_ATAWR0_N_C, FN_MSIOF0_SCK_B, FN_I2C0_SCL_C, FN_PWM2_B, 1218c2ecf20Sopenharmony_ci FN_A1, FN_MSIOF0_SYNC_B, FN_A2, FN_MSIOF0_SS1_B, 1228c2ecf20Sopenharmony_ci FN_A3, FN_MSIOF0_SS2_B, FN_A4, FN_MSIOF0_TXD_B, 1238c2ecf20Sopenharmony_ci FN_A5, FN_MSIOF0_RXD_B, FN_A6, FN_MSIOF1_SCK, 1248c2ecf20Sopenharmony_ci 1258c2ecf20Sopenharmony_ci /* IPSR1 */ 1268c2ecf20Sopenharmony_ci FN_A7, FN_MSIOF1_SYNC, FN_A8, FN_MSIOF1_SS1, FN_I2C0_SCL, 1278c2ecf20Sopenharmony_ci FN_A9, FN_MSIOF1_SS2, FN_I2C0_SDA, 1288c2ecf20Sopenharmony_ci FN_A10, FN_MSIOF1_TXD, FN_MSIOF1_TXD_D, 1298c2ecf20Sopenharmony_ci FN_A11, FN_MSIOF1_RXD, FN_I2C3_SCL_D, FN_MSIOF1_RXD_D, 1308c2ecf20Sopenharmony_ci FN_A12, FN_FMCLK, FN_I2C3_SDA_D, FN_MSIOF1_SCK_D, 1318c2ecf20Sopenharmony_ci FN_A13, FN_ATAG0_N_C, FN_BPFCLK, FN_MSIOF1_SS1_D, 1328c2ecf20Sopenharmony_ci FN_A14, FN_ATADIR0_N_C, FN_FMIN, FN_FMIN_C, FN_MSIOF1_SYNC_D, 1338c2ecf20Sopenharmony_ci FN_A15, FN_BPFCLK_C, 1348c2ecf20Sopenharmony_ci FN_A16, FN_DREQ2_B, FN_FMCLK_C, FN_SCIFA1_SCK_B, 1358c2ecf20Sopenharmony_ci FN_A17, FN_DACK2_B, FN_I2C0_SDA_C, 1368c2ecf20Sopenharmony_ci FN_A18, FN_DREQ1, FN_SCIFA1_RXD_C, FN_SCIFB1_RXD_C, 1378c2ecf20Sopenharmony_ci 1388c2ecf20Sopenharmony_ci /* IPSR2 */ 1398c2ecf20Sopenharmony_ci FN_A19, FN_DACK1, FN_SCIFA1_TXD_C, FN_SCIFB1_TXD_C, FN_SCIFB1_SCK_B, 1408c2ecf20Sopenharmony_ci FN_A20, FN_SPCLK, 1418c2ecf20Sopenharmony_ci FN_A21, FN_ATAWR0_N_B, FN_MOSI_IO0, 1428c2ecf20Sopenharmony_ci FN_A22, FN_MISO_IO1, FN_FMCLK_B, FN_TX0, FN_SCIFA0_TXD, 1438c2ecf20Sopenharmony_ci FN_A23, FN_IO2, FN_BPFCLK_B, FN_RX0, FN_SCIFA0_RXD, 1448c2ecf20Sopenharmony_ci FN_A24, FN_DREQ2, FN_IO3, FN_TX1, FN_SCIFA1_TXD, 1458c2ecf20Sopenharmony_ci FN_A25, FN_DACK2, FN_SSL, FN_DREQ1_C, FN_RX1, FN_SCIFA1_RXD, 1468c2ecf20Sopenharmony_ci FN_CS0_N, FN_ATAG0_N_B, FN_I2C1_SCL, 1478c2ecf20Sopenharmony_ci FN_CS1_N_A26, FN_ATADIR0_N_B, FN_I2C1_SDA, 1488c2ecf20Sopenharmony_ci FN_EX_CS1_N, FN_MSIOF2_SCK, 1498c2ecf20Sopenharmony_ci FN_EX_CS2_N, FN_ATAWR0_N, FN_MSIOF2_SYNC, 1508c2ecf20Sopenharmony_ci FN_EX_CS3_N, FN_ATADIR0_N, FN_MSIOF2_TXD, FN_ATAG0_N, FN_EX_WAIT1, 1518c2ecf20Sopenharmony_ci 1528c2ecf20Sopenharmony_ci /* IPSR3 */ 1538c2ecf20Sopenharmony_ci FN_EX_CS4_N, FN_ATARD0_N, FN_MSIOF2_RXD, FN_EX_WAIT2, 1548c2ecf20Sopenharmony_ci FN_EX_CS5_N, FN_ATACS00_N, FN_MSIOF2_SS1, FN_HRX1_B, 1558c2ecf20Sopenharmony_ci FN_SCIFB1_RXD_B, FN_PWM1, FN_TPU_TO1, 1568c2ecf20Sopenharmony_ci FN_BS_N, FN_ATACS10_N, FN_MSIOF2_SS2, FN_HTX1_B, 1578c2ecf20Sopenharmony_ci FN_SCIFB1_TXD_B, FN_PWM2, FN_TPU_TO2, 1588c2ecf20Sopenharmony_ci FN_RD_WR_N, FN_HRX2_B, FN_FMIN_B, FN_SCIFB0_RXD_B, FN_DREQ1_D, 1598c2ecf20Sopenharmony_ci FN_WE0_N, FN_HCTS2_N_B, FN_SCIFB0_TXD_B, 1608c2ecf20Sopenharmony_ci FN_WE1_N, FN_ATARD0_N_B, FN_HTX2_B, FN_SCIFB0_RTS_N_B, 1618c2ecf20Sopenharmony_ci FN_EX_WAIT0, FN_HRTS2_N_B, FN_SCIFB0_CTS_N_B, 1628c2ecf20Sopenharmony_ci FN_DREQ0, FN_PWM3, FN_TPU_TO3, 1638c2ecf20Sopenharmony_ci FN_DACK0, FN_DRACK0, FN_REMOCON, 1648c2ecf20Sopenharmony_ci FN_SPEEDIN, FN_HSCK0_C, FN_HSCK2_C, FN_SCIFB0_SCK_B, 1658c2ecf20Sopenharmony_ci FN_SCIFB2_SCK_B, FN_DREQ2_C, FN_HTX2_D, 1668c2ecf20Sopenharmony_ci FN_SSI_SCK0129, FN_HRX0_C, FN_HRX2_C, FN_SCIFB0_RXD_C, FN_SCIFB2_RXD_C, 1678c2ecf20Sopenharmony_ci FN_SSI_WS0129, FN_HTX0_C, FN_HTX2_C, FN_SCIFB0_TXD_C, FN_SCIFB2_TXD_C, 1688c2ecf20Sopenharmony_ci 1698c2ecf20Sopenharmony_ci /* IPSR4 */ 1708c2ecf20Sopenharmony_ci FN_SSI_SDATA0, FN_I2C0_SCL_B, FN_IIC0_SCL_B, FN_MSIOF2_SCK_C, 1718c2ecf20Sopenharmony_ci FN_SSI_SCK1, FN_I2C0_SDA_B, FN_IIC0_SDA_B, FN_MSIOF2_SYNC_C, 1728c2ecf20Sopenharmony_ci FN_GLO_I0_D, 1738c2ecf20Sopenharmony_ci FN_SSI_WS1, FN_I2C1_SCL_B, FN_IIC1_SCL_B, FN_MSIOF2_TXD_C, FN_GLO_I1_D, 1748c2ecf20Sopenharmony_ci FN_SSI_SDATA1, FN_I2C1_SDA_B, FN_IIC1_SDA_B, FN_MSIOF2_RXD_C, 1758c2ecf20Sopenharmony_ci FN_SSI_SCK2, FN_I2C2_SCL, FN_GPS_CLK_B, FN_GLO_Q0_D, FN_HSCK1_E, 1768c2ecf20Sopenharmony_ci FN_SSI_WS2, FN_I2C2_SDA, FN_GPS_SIGN_B, FN_RX2_E, 1778c2ecf20Sopenharmony_ci FN_GLO_Q1_D, FN_HCTS1_N_E, 1788c2ecf20Sopenharmony_ci FN_SSI_SDATA2, FN_GPS_MAG_B, FN_TX2_E, FN_HRTS1_N_E, 1798c2ecf20Sopenharmony_ci FN_SSI_SCK34, FN_SSI_WS34, FN_SSI_SDATA3, 1808c2ecf20Sopenharmony_ci FN_SSI_SCK4, FN_GLO_SS_D, 1818c2ecf20Sopenharmony_ci FN_SSI_WS4, FN_GLO_RFON_D, 1828c2ecf20Sopenharmony_ci FN_SSI_SDATA4, FN_MSIOF2_SCK_D, 1838c2ecf20Sopenharmony_ci FN_SSI_SCK5, FN_MSIOF1_SCK_C, FN_TS_SDATA0, FN_GLO_I0, 1848c2ecf20Sopenharmony_ci FN_MSIOF2_SYNC_D, FN_VI1_R2_B, 1858c2ecf20Sopenharmony_ci 1868c2ecf20Sopenharmony_ci /* IPSR5 */ 1878c2ecf20Sopenharmony_ci FN_SSI_WS5, FN_MSIOF1_SYNC_C, FN_TS_SCK0, FN_GLO_I1, 1888c2ecf20Sopenharmony_ci FN_MSIOF2_TXD_D, FN_VI1_R3_B, 1898c2ecf20Sopenharmony_ci FN_SSI_SDATA5, FN_MSIOF1_TXD_C, FN_TS_SDEN0, FN_GLO_Q0, 1908c2ecf20Sopenharmony_ci FN_MSIOF2_SS1_D, FN_VI1_R4_B, 1918c2ecf20Sopenharmony_ci FN_SSI_SCK6, FN_MSIOF1_RXD_C, FN_TS_SPSYNC0, FN_GLO_Q1, 1928c2ecf20Sopenharmony_ci FN_MSIOF2_RXD_D, FN_VI1_R5_B, 1938c2ecf20Sopenharmony_ci FN_SSI_WS6, FN_GLO_SCLK, FN_MSIOF2_SS2_D, FN_VI1_R6_B, 1948c2ecf20Sopenharmony_ci FN_SSI_SDATA6, FN_STP_IVCXO27_0_B, FN_GLO_SDATA, FN_VI1_R7_B, 1958c2ecf20Sopenharmony_ci FN_SSI_SCK78, FN_STP_ISCLK_0_B, FN_GLO_SS, 1968c2ecf20Sopenharmony_ci FN_SSI_WS78, FN_TX0_D, FN_STP_ISD_0_B, FN_GLO_RFON, 1978c2ecf20Sopenharmony_ci FN_SSI_SDATA7, FN_RX0_D, FN_STP_ISEN_0_B, 1988c2ecf20Sopenharmony_ci FN_SSI_SDATA8, FN_TX1_D, FN_STP_ISSYNC_0_B, 1998c2ecf20Sopenharmony_ci FN_SSI_SCK9, FN_RX1_D, FN_GLO_SCLK_D, 2008c2ecf20Sopenharmony_ci FN_SSI_WS9, FN_TX3_D, FN_CAN0_TX_D, FN_GLO_SDATA_D, 2018c2ecf20Sopenharmony_ci FN_SSI_SDATA9, FN_RX3_D, FN_CAN0_RX_D, 2028c2ecf20Sopenharmony_ci 2038c2ecf20Sopenharmony_ci /* IPSR6 */ 2048c2ecf20Sopenharmony_ci FN_AUDIO_CLKB, FN_STP_OPWM_0_B, FN_MSIOF1_SCK_B, 2058c2ecf20Sopenharmony_ci FN_SCIF_CLK, FN_DVC_MUTE, FN_BPFCLK_E, 2068c2ecf20Sopenharmony_ci FN_AUDIO_CLKC, FN_SCIFB0_SCK_C, FN_MSIOF1_SYNC_B, FN_RX2, 2078c2ecf20Sopenharmony_ci FN_SCIFA2_RXD, FN_FMIN_E, 2088c2ecf20Sopenharmony_ci FN_AUDIO_CLKOUT, FN_MSIOF1_SS1_B, FN_TX2, FN_SCIFA2_TXD, 2098c2ecf20Sopenharmony_ci FN_IRQ0, FN_SCIFB1_RXD_D, FN_INTC_IRQ0_N, 2108c2ecf20Sopenharmony_ci FN_IRQ1, FN_SCIFB1_SCK_C, FN_INTC_IRQ1_N, 2118c2ecf20Sopenharmony_ci FN_IRQ2, FN_SCIFB1_TXD_D, FN_INTC_IRQ2_N, 2128c2ecf20Sopenharmony_ci FN_IRQ3, FN_I2C4_SCL_C, FN_MSIOF2_TXD_E, FN_INTC_IRQ3_N, 2138c2ecf20Sopenharmony_ci FN_IRQ4, FN_HRX1_C, FN_I2C4_SDA_C, FN_MSIOF2_RXD_E, FN_INTC_IRQ4_N, 2148c2ecf20Sopenharmony_ci FN_IRQ5, FN_HTX1_C, FN_I2C1_SCL_E, FN_MSIOF2_SCK_E, 2158c2ecf20Sopenharmony_ci FN_IRQ6, FN_HSCK1_C, FN_MSIOF1_SS2_B, FN_I2C1_SDA_E, FN_MSIOF2_SYNC_E, 2168c2ecf20Sopenharmony_ci FN_IRQ7, FN_HCTS1_N_C, FN_MSIOF1_TXD_B, FN_GPS_CLK_C, FN_GPS_CLK_D, 2178c2ecf20Sopenharmony_ci FN_IRQ8, FN_HRTS1_N_C, FN_MSIOF1_RXD_B, FN_GPS_SIGN_C, FN_GPS_SIGN_D, 2188c2ecf20Sopenharmony_ci 2198c2ecf20Sopenharmony_ci /* IPSR7 */ 2208c2ecf20Sopenharmony_ci FN_IRQ9, FN_DU1_DOTCLKIN_B, FN_CAN_CLK_D, FN_GPS_MAG_C, 2218c2ecf20Sopenharmony_ci FN_SCIF_CLK_B, FN_GPS_MAG_D, 2228c2ecf20Sopenharmony_ci FN_DU1_DR0, FN_LCDOUT0, FN_VI1_DATA0_B, FN_TX0_B, 2238c2ecf20Sopenharmony_ci FN_SCIFA0_TXD_B, FN_MSIOF2_SCK_B, 2248c2ecf20Sopenharmony_ci FN_DU1_DR1, FN_LCDOUT1, FN_VI1_DATA1_B, FN_RX0_B, 2258c2ecf20Sopenharmony_ci FN_SCIFA0_RXD_B, FN_MSIOF2_SYNC_B, 2268c2ecf20Sopenharmony_ci FN_DU1_DR2, FN_LCDOUT2, FN_SSI_SCK0129_B, 2278c2ecf20Sopenharmony_ci FN_DU1_DR3, FN_LCDOUT3, FN_SSI_WS0129_B, 2288c2ecf20Sopenharmony_ci FN_DU1_DR4, FN_LCDOUT4, FN_SSI_SDATA0_B, 2298c2ecf20Sopenharmony_ci FN_DU1_DR5, FN_LCDOUT5, FN_SSI_SCK1_B, 2308c2ecf20Sopenharmony_ci FN_DU1_DR6, FN_LCDOUT6, FN_SSI_WS1_B, 2318c2ecf20Sopenharmony_ci FN_DU1_DR7, FN_LCDOUT7, FN_SSI_SDATA1_B, 2328c2ecf20Sopenharmony_ci FN_DU1_DG0, FN_LCDOUT8, FN_VI1_DATA2_B, FN_TX1_B, 2338c2ecf20Sopenharmony_ci FN_SCIFA1_TXD_B, FN_MSIOF2_SS1_B, 2348c2ecf20Sopenharmony_ci FN_DU1_DG1, FN_LCDOUT9, FN_VI1_DATA3_B, FN_RX1_B, 2358c2ecf20Sopenharmony_ci FN_SCIFA1_RXD_B, FN_MSIOF2_SS2_B, 2368c2ecf20Sopenharmony_ci FN_DU1_DG2, FN_LCDOUT10, FN_VI1_DATA4_B, FN_SCIF1_SCK_B, 2378c2ecf20Sopenharmony_ci FN_SCIFA1_SCK, FN_SSI_SCK78_B, 2388c2ecf20Sopenharmony_ci 2398c2ecf20Sopenharmony_ci /* IPSR8 */ 2408c2ecf20Sopenharmony_ci FN_DU1_DG3, FN_LCDOUT11, FN_VI1_DATA5_B, FN_SSI_WS78_B, 2418c2ecf20Sopenharmony_ci FN_DU1_DG4, FN_LCDOUT12, FN_VI1_DATA6_B, FN_HRX0_B, 2428c2ecf20Sopenharmony_ci FN_SCIFB2_RXD_B, FN_SSI_SDATA7_B, 2438c2ecf20Sopenharmony_ci FN_DU1_DG5, FN_LCDOUT13, FN_VI1_DATA7_B, FN_HCTS0_N_B, 2448c2ecf20Sopenharmony_ci FN_SCIFB2_TXD_B, FN_SSI_SDATA8_B, 2458c2ecf20Sopenharmony_ci FN_DU1_DG6, FN_LCDOUT14, FN_HRTS0_N_B, 2468c2ecf20Sopenharmony_ci FN_SCIFB2_CTS_N_B, FN_SSI_SCK9_B, 2478c2ecf20Sopenharmony_ci FN_DU1_DG7, FN_LCDOUT15, FN_HTX0_B, FN_SCIFB2_RTS_N_B, FN_SSI_WS9_B, 2488c2ecf20Sopenharmony_ci FN_DU1_DB0, FN_LCDOUT16, FN_VI1_CLK_B, FN_TX2_B, 2498c2ecf20Sopenharmony_ci FN_SCIFA2_TXD_B, FN_MSIOF2_TXD_B, 2508c2ecf20Sopenharmony_ci FN_DU1_DB1, FN_LCDOUT17, FN_VI1_HSYNC_N_B, FN_RX2_B, 2518c2ecf20Sopenharmony_ci FN_SCIFA2_RXD_B, FN_MSIOF2_RXD_B, 2528c2ecf20Sopenharmony_ci FN_DU1_DB2, FN_LCDOUT18, FN_VI1_VSYNC_N_B, FN_SCIF2_SCK_B, 2538c2ecf20Sopenharmony_ci FN_SCIFA2_SCK, FN_SSI_SDATA9_B, 2548c2ecf20Sopenharmony_ci FN_DU1_DB3, FN_LCDOUT19, FN_VI1_CLKENB_B, 2558c2ecf20Sopenharmony_ci FN_DU1_DB4, FN_LCDOUT20, FN_VI1_FIELD_B, FN_CAN1_RX, 2568c2ecf20Sopenharmony_ci FN_DU1_DB5, FN_LCDOUT21, FN_TX3, FN_SCIFA3_TXD, FN_CAN1_TX, 2578c2ecf20Sopenharmony_ci 2588c2ecf20Sopenharmony_ci /* IPSR9 */ 2598c2ecf20Sopenharmony_ci FN_DU1_DB6, FN_LCDOUT22, FN_I2C3_SCL_C, FN_RX3, FN_SCIFA3_RXD, 2608c2ecf20Sopenharmony_ci FN_DU1_DB7, FN_LCDOUT23, FN_I2C3_SDA_C, FN_SCIF3_SCK, FN_SCIFA3_SCK, 2618c2ecf20Sopenharmony_ci FN_DU1_DOTCLKIN, FN_QSTVA_QVS, 2628c2ecf20Sopenharmony_ci FN_DU1_DOTCLKOUT0, FN_QCLK, 2638c2ecf20Sopenharmony_ci FN_DU1_DOTCLKOUT1, FN_QSTVB_QVE, FN_CAN0_TX, 2648c2ecf20Sopenharmony_ci FN_TX3_B, FN_I2C2_SCL_B, FN_PWM4, 2658c2ecf20Sopenharmony_ci FN_DU1_EXHSYNC_DU1_HSYNC, FN_QSTH_QHS, 2668c2ecf20Sopenharmony_ci FN_DU1_EXVSYNC_DU1_VSYNC, FN_QSTB_QHE, 2678c2ecf20Sopenharmony_ci FN_DU1_EXODDF_DU1_ODDF_DISP_CDE, FN_QCPV_QDE, 2688c2ecf20Sopenharmony_ci FN_CAN0_RX, FN_RX3_B, FN_I2C2_SDA_B, 2698c2ecf20Sopenharmony_ci FN_DU1_DISP, FN_QPOLA, 2708c2ecf20Sopenharmony_ci FN_DU1_CDE, FN_QPOLB, FN_PWM4_B, 2718c2ecf20Sopenharmony_ci FN_VI0_CLKENB, FN_TX4, FN_SCIFA4_TXD, FN_TS_SDATA0_D, 2728c2ecf20Sopenharmony_ci FN_VI0_FIELD, FN_RX4, FN_SCIFA4_RXD, FN_TS_SCK0_D, 2738c2ecf20Sopenharmony_ci FN_VI0_HSYNC_N, FN_TX5, FN_SCIFA5_TXD, FN_TS_SDEN0_D, 2748c2ecf20Sopenharmony_ci FN_VI0_VSYNC_N, FN_RX5, FN_SCIFA5_RXD, FN_TS_SPSYNC0_D, 2758c2ecf20Sopenharmony_ci FN_VI0_DATA3_VI0_B3, FN_SCIF3_SCK_B, FN_SCIFA3_SCK_B, 2768c2ecf20Sopenharmony_ci FN_VI0_G0, FN_IIC1_SCL, FN_STP_IVCXO27_0_C, FN_I2C4_SCL, 2778c2ecf20Sopenharmony_ci FN_HCTS2_N, FN_SCIFB2_CTS_N, FN_ATAWR1_N, 2788c2ecf20Sopenharmony_ci 2798c2ecf20Sopenharmony_ci /* IPSR10 */ 2808c2ecf20Sopenharmony_ci FN_VI0_G1, FN_IIC1_SDA, FN_STP_ISCLK_0_C, FN_I2C4_SDA, 2818c2ecf20Sopenharmony_ci FN_HRTS2_N, FN_SCIFB2_RTS_N, FN_ATADIR1_N, 2828c2ecf20Sopenharmony_ci FN_VI0_G2, FN_VI2_HSYNC_N, FN_STP_ISD_0_C, FN_I2C3_SCL_B, 2838c2ecf20Sopenharmony_ci FN_HSCK2, FN_SCIFB2_SCK, FN_ATARD1_N, 2848c2ecf20Sopenharmony_ci FN_VI0_G3, FN_VI2_VSYNC_N, FN_STP_ISEN_0_C, FN_I2C3_SDA_B, 2858c2ecf20Sopenharmony_ci FN_HRX2, FN_SCIFB2_RXD, FN_ATACS01_N, 2868c2ecf20Sopenharmony_ci FN_VI0_G4, FN_VI2_CLKENB, FN_STP_ISSYNC_0_C, 2878c2ecf20Sopenharmony_ci FN_HTX2, FN_SCIFB2_TXD, FN_SCIFB0_SCK_D, 2888c2ecf20Sopenharmony_ci FN_VI0_G5, FN_VI2_FIELD, FN_STP_OPWM_0_C, FN_FMCLK_D, 2898c2ecf20Sopenharmony_ci FN_CAN0_TX_E, FN_HTX1_D, FN_SCIFB0_TXD_D, 2908c2ecf20Sopenharmony_ci FN_VI0_G6, FN_VI2_CLK, FN_BPFCLK_D, 2918c2ecf20Sopenharmony_ci FN_VI0_G7, FN_VI2_DATA0, FN_FMIN_D, 2928c2ecf20Sopenharmony_ci FN_VI0_R0, FN_VI2_DATA1, FN_GLO_I0_B, 2938c2ecf20Sopenharmony_ci FN_TS_SDATA0_C, FN_ATACS11_N, 2948c2ecf20Sopenharmony_ci FN_VI0_R1, FN_VI2_DATA2, FN_GLO_I1_B, 2958c2ecf20Sopenharmony_ci FN_TS_SCK0_C, FN_ATAG1_N, 2968c2ecf20Sopenharmony_ci FN_VI0_R2, FN_VI2_DATA3, FN_GLO_Q0_B, FN_TS_SDEN0_C, 2978c2ecf20Sopenharmony_ci FN_VI0_R3, FN_VI2_DATA4, FN_GLO_Q1_B, FN_TS_SPSYNC0_C, 2988c2ecf20Sopenharmony_ci FN_VI0_R4, FN_VI2_DATA5, FN_GLO_SCLK_B, FN_TX0_C, FN_I2C1_SCL_D, 2998c2ecf20Sopenharmony_ci 3008c2ecf20Sopenharmony_ci /* IPSR11 */ 3018c2ecf20Sopenharmony_ci FN_VI0_R5, FN_VI2_DATA6, FN_GLO_SDATA_B, FN_RX0_C, FN_I2C1_SDA_D, 3028c2ecf20Sopenharmony_ci FN_VI0_R6, FN_VI2_DATA7, FN_GLO_SS_B, FN_TX1_C, FN_I2C4_SCL_B, 3038c2ecf20Sopenharmony_ci FN_VI0_R7, FN_GLO_RFON_B, FN_RX1_C, FN_CAN0_RX_E, 3048c2ecf20Sopenharmony_ci FN_I2C4_SDA_B, FN_HRX1_D, FN_SCIFB0_RXD_D, 3058c2ecf20Sopenharmony_ci FN_VI1_HSYNC_N, FN_AVB_RXD0, FN_TS_SDATA0_B, FN_TX4_B, FN_SCIFA4_TXD_B, 3068c2ecf20Sopenharmony_ci FN_VI1_VSYNC_N, FN_AVB_RXD1, FN_TS_SCK0_B, FN_RX4_B, FN_SCIFA4_RXD_B, 3078c2ecf20Sopenharmony_ci FN_VI1_CLKENB, FN_AVB_RXD2, FN_TS_SDEN0_B, 3088c2ecf20Sopenharmony_ci FN_VI1_FIELD, FN_AVB_RXD3, FN_TS_SPSYNC0_B, 3098c2ecf20Sopenharmony_ci FN_VI1_CLK, FN_AVB_RXD4, FN_VI1_DATA0, FN_AVB_RXD5, 3108c2ecf20Sopenharmony_ci FN_VI1_DATA1, FN_AVB_RXD6, FN_VI1_DATA2, FN_AVB_RXD7, 3118c2ecf20Sopenharmony_ci FN_VI1_DATA3, FN_AVB_RX_ER, FN_VI1_DATA4, FN_AVB_MDIO, 3128c2ecf20Sopenharmony_ci FN_VI1_DATA5, FN_AVB_RX_DV, FN_VI1_DATA6, FN_AVB_MAGIC, 3138c2ecf20Sopenharmony_ci FN_VI1_DATA7, FN_AVB_MDC, 3148c2ecf20Sopenharmony_ci FN_ETH_MDIO, FN_AVB_RX_CLK, FN_I2C2_SCL_C, 3158c2ecf20Sopenharmony_ci FN_ETH_CRS_DV, FN_AVB_LINK, FN_I2C2_SDA_C, 3168c2ecf20Sopenharmony_ci 3178c2ecf20Sopenharmony_ci /* IPSR12 */ 3188c2ecf20Sopenharmony_ci FN_ETH_RX_ER, FN_AVB_CRS, FN_I2C3_SCL, FN_IIC0_SCL, 3198c2ecf20Sopenharmony_ci FN_ETH_RXD0, FN_AVB_PHY_INT, FN_I2C3_SDA, FN_IIC0_SDA, 3208c2ecf20Sopenharmony_ci FN_ETH_RXD1, FN_AVB_GTXREFCLK, FN_CAN0_TX_C, 3218c2ecf20Sopenharmony_ci FN_I2C2_SCL_D, FN_MSIOF1_RXD_E, 3228c2ecf20Sopenharmony_ci FN_ETH_LINK, FN_AVB_TXD0, FN_CAN0_RX_C, FN_I2C2_SDA_D, FN_MSIOF1_SCK_E, 3238c2ecf20Sopenharmony_ci FN_ETH_REFCLK, FN_AVB_TXD1, FN_SCIFA3_RXD_B, 3248c2ecf20Sopenharmony_ci FN_CAN1_RX_C, FN_MSIOF1_SYNC_E, 3258c2ecf20Sopenharmony_ci FN_ETH_TXD1, FN_AVB_TXD2, FN_SCIFA3_TXD_B, 3268c2ecf20Sopenharmony_ci FN_CAN1_TX_C, FN_MSIOF1_TXD_E, 3278c2ecf20Sopenharmony_ci FN_ETH_TX_EN, FN_AVB_TXD3, FN_TCLK1_B, FN_CAN_CLK_B, 3288c2ecf20Sopenharmony_ci FN_ETH_MAGIC, FN_AVB_TXD4, FN_IETX_C, 3298c2ecf20Sopenharmony_ci FN_ETH_TXD0, FN_AVB_TXD5, FN_IECLK_C, 3308c2ecf20Sopenharmony_ci FN_ETH_MDC, FN_AVB_TXD6, FN_IERX_C, 3318c2ecf20Sopenharmony_ci FN_STP_IVCXO27_0, FN_AVB_TXD7, FN_SCIFB2_TXD_D, 3328c2ecf20Sopenharmony_ci FN_ADIDATA_B, FN_MSIOF0_SYNC_C, 3338c2ecf20Sopenharmony_ci FN_STP_ISCLK_0, FN_AVB_TX_EN, FN_SCIFB2_RXD_D, 3348c2ecf20Sopenharmony_ci FN_ADICS_SAMP_B, FN_MSIOF0_SCK_C, 3358c2ecf20Sopenharmony_ci 3368c2ecf20Sopenharmony_ci /* IPSR13 */ 3378c2ecf20Sopenharmony_ci FN_STP_ISD_0, FN_AVB_TX_ER, FN_SCIFB2_SCK_C, 3388c2ecf20Sopenharmony_ci FN_ADICLK_B, FN_MSIOF0_SS1_C, 3398c2ecf20Sopenharmony_ci FN_STP_ISEN_0, FN_AVB_TX_CLK, FN_ADICHS0_B, FN_MSIOF0_SS2_C, 3408c2ecf20Sopenharmony_ci FN_STP_ISSYNC_0, FN_AVB_COL, FN_ADICHS1_B, FN_MSIOF0_RXD_C, 3418c2ecf20Sopenharmony_ci FN_STP_OPWM_0, FN_AVB_GTX_CLK, FN_PWM0_B, 3428c2ecf20Sopenharmony_ci FN_ADICHS2_B, FN_MSIOF0_TXD_C, 3438c2ecf20Sopenharmony_ci FN_SD0_CLK, FN_SPCLK_B, FN_SD0_CMD, FN_MOSI_IO0_B, 3448c2ecf20Sopenharmony_ci FN_SD0_DATA0, FN_MISO_IO1_B, FN_SD0_DATA1, FN_IO2_B, 3458c2ecf20Sopenharmony_ci FN_SD0_DATA2, FN_IO3_B, FN_SD0_DATA3, FN_SSL_B, 3468c2ecf20Sopenharmony_ci FN_SD0_CD, FN_MMC_D6_B, FN_SIM0_RST_B, FN_CAN0_RX_F, 3478c2ecf20Sopenharmony_ci FN_SCIFA5_TXD_B, FN_TX3_C, 3488c2ecf20Sopenharmony_ci FN_SD0_WP, FN_MMC_D7_B, FN_SIM0_D_B, FN_CAN0_TX_F, 3498c2ecf20Sopenharmony_ci FN_SCIFA5_RXD_B, FN_RX3_C, 3508c2ecf20Sopenharmony_ci FN_SD1_CMD, FN_REMOCON_B, FN_SD1_DATA0, FN_SPEEDIN_B, 3518c2ecf20Sopenharmony_ci FN_SD1_DATA1, FN_IETX_B, FN_SD1_DATA2, FN_IECLK_B, 3528c2ecf20Sopenharmony_ci FN_SD1_DATA3, FN_IERX_B, 3538c2ecf20Sopenharmony_ci FN_SD1_CD, FN_PWM0, FN_TPU_TO0, FN_I2C1_SCL_C, 3548c2ecf20Sopenharmony_ci 3558c2ecf20Sopenharmony_ci /* IPSR14 */ 3568c2ecf20Sopenharmony_ci FN_SD1_WP, FN_PWM1_B, FN_I2C1_SDA_C, 3578c2ecf20Sopenharmony_ci FN_SD2_CLK, FN_MMC_CLK, FN_SD2_CMD, FN_MMC_CMD, 3588c2ecf20Sopenharmony_ci FN_SD2_DATA0, FN_MMC_D0, FN_SD2_DATA1, FN_MMC_D1, 3598c2ecf20Sopenharmony_ci FN_SD2_DATA2, FN_MMC_D2, FN_SD2_DATA3, FN_MMC_D3, 3608c2ecf20Sopenharmony_ci FN_SD2_CD, FN_MMC_D4, FN_IIC1_SCL_C, FN_TX5_B, FN_SCIFA5_TXD_C, 3618c2ecf20Sopenharmony_ci FN_SD2_WP, FN_MMC_D5, FN_IIC1_SDA_C, FN_RX5_B, FN_SCIFA5_RXD_C, 3628c2ecf20Sopenharmony_ci FN_MSIOF0_SCK, FN_RX2_C, FN_ADIDATA, FN_VI1_CLK_C, FN_VI1_G0_B, 3638c2ecf20Sopenharmony_ci FN_MSIOF0_SYNC, FN_TX2_C, FN_ADICS_SAMP, FN_VI1_CLKENB_C, FN_VI1_G1_B, 3648c2ecf20Sopenharmony_ci FN_MSIOF0_TXD, FN_ADICLK, FN_VI1_FIELD_C, FN_VI1_G2_B, 3658c2ecf20Sopenharmony_ci FN_MSIOF0_RXD, FN_ADICHS0, FN_VI1_DATA0_C, FN_VI1_G3_B, 3668c2ecf20Sopenharmony_ci FN_MSIOF0_SS1, FN_MMC_D6, FN_ADICHS1, FN_TX0_E, 3678c2ecf20Sopenharmony_ci FN_VI1_HSYNC_N_C, FN_IIC0_SCL_C, FN_VI1_G4_B, 3688c2ecf20Sopenharmony_ci FN_MSIOF0_SS2, FN_MMC_D7, FN_ADICHS2, FN_RX0_E, 3698c2ecf20Sopenharmony_ci FN_VI1_VSYNC_N_C, FN_IIC0_SDA_C, FN_VI1_G5_B, 3708c2ecf20Sopenharmony_ci 3718c2ecf20Sopenharmony_ci /* IPSR15 */ 3728c2ecf20Sopenharmony_ci FN_SIM0_RST, FN_IETX, FN_CAN1_TX_D, 3738c2ecf20Sopenharmony_ci FN_SIM0_CLK, FN_IECLK, FN_CAN_CLK_C, 3748c2ecf20Sopenharmony_ci FN_SIM0_D, FN_IERX, FN_CAN1_RX_D, 3758c2ecf20Sopenharmony_ci FN_GPS_CLK, FN_DU1_DOTCLKIN_C, FN_AUDIO_CLKB_B, 3768c2ecf20Sopenharmony_ci FN_PWM5_B, FN_SCIFA3_TXD_C, 3778c2ecf20Sopenharmony_ci FN_GPS_SIGN, FN_TX4_C, FN_SCIFA4_TXD_C, FN_PWM5, 3788c2ecf20Sopenharmony_ci FN_VI1_G6_B, FN_SCIFA3_RXD_C, 3798c2ecf20Sopenharmony_ci FN_GPS_MAG, FN_RX4_C, FN_SCIFA4_RXD_C, FN_PWM6, 3808c2ecf20Sopenharmony_ci FN_VI1_G7_B, FN_SCIFA3_SCK_C, 3818c2ecf20Sopenharmony_ci FN_HCTS0_N, FN_SCIFB0_CTS_N, FN_GLO_I0_C, FN_TCLK1, FN_VI1_DATA1_C, 3828c2ecf20Sopenharmony_ci FN_HRTS0_N, FN_SCIFB0_RTS_N, FN_GLO_I1_C, FN_VI1_DATA2_C, 3838c2ecf20Sopenharmony_ci FN_HSCK0, FN_SCIFB0_SCK, FN_GLO_Q0_C, FN_CAN_CLK, 3848c2ecf20Sopenharmony_ci FN_TCLK2, FN_VI1_DATA3_C, 3858c2ecf20Sopenharmony_ci FN_HRX0, FN_SCIFB0_RXD, FN_GLO_Q1_C, FN_CAN0_RX_B, FN_VI1_DATA4_C, 3868c2ecf20Sopenharmony_ci FN_HTX0, FN_SCIFB0_TXD, FN_GLO_SCLK_C, FN_CAN0_TX_B, FN_VI1_DATA5_C, 3878c2ecf20Sopenharmony_ci 3888c2ecf20Sopenharmony_ci /* IPSR16 */ 3898c2ecf20Sopenharmony_ci FN_HRX1, FN_SCIFB1_RXD, FN_VI1_R0_B, FN_GLO_SDATA_C, FN_VI1_DATA6_C, 3908c2ecf20Sopenharmony_ci FN_HTX1, FN_SCIFB1_TXD, FN_VI1_R1_B, FN_GLO_SS_C, FN_VI1_DATA7_C, 3918c2ecf20Sopenharmony_ci FN_HSCK1, FN_SCIFB1_SCK, FN_MLB_CLK, FN_GLO_RFON_C, 3928c2ecf20Sopenharmony_ci FN_HCTS1_N, FN_SCIFB1_CTS_N, FN_MLB_SIG, FN_CAN1_TX_B, 3938c2ecf20Sopenharmony_ci FN_HRTS1_N, FN_SCIFB1_RTS_N, FN_MLB_DAT, FN_CAN1_RX_B, 3948c2ecf20Sopenharmony_ci 3958c2ecf20Sopenharmony_ci /* MOD_SEL */ 3968c2ecf20Sopenharmony_ci FN_SEL_SCIF1_0, FN_SEL_SCIF1_1, FN_SEL_SCIF1_2, FN_SEL_SCIF1_3, 3978c2ecf20Sopenharmony_ci FN_SEL_SCIFB_0, FN_SEL_SCIFB_1, FN_SEL_SCIFB_2, FN_SEL_SCIFB_3, 3988c2ecf20Sopenharmony_ci FN_SEL_SCIFB2_0, FN_SEL_SCIFB2_1, FN_SEL_SCIFB2_2, FN_SEL_SCIFB2_3, 3998c2ecf20Sopenharmony_ci FN_SEL_SCIFB1_0, FN_SEL_SCIFB1_1, FN_SEL_SCIFB1_2, FN_SEL_SCIFB1_3, 4008c2ecf20Sopenharmony_ci FN_SEL_SCIFA1_0, FN_SEL_SCIFA1_1, FN_SEL_SCIFA1_2, 4018c2ecf20Sopenharmony_ci FN_SEL_SSI9_0, FN_SEL_SSI9_1, 4028c2ecf20Sopenharmony_ci FN_SEL_SCFA_0, FN_SEL_SCFA_1, 4038c2ecf20Sopenharmony_ci FN_SEL_QSP_0, FN_SEL_QSP_1, 4048c2ecf20Sopenharmony_ci FN_SEL_SSI7_0, FN_SEL_SSI7_1, 4058c2ecf20Sopenharmony_ci FN_SEL_HSCIF1_0, FN_SEL_HSCIF1_1, FN_SEL_HSCIF1_2, FN_SEL_HSCIF1_3, 4068c2ecf20Sopenharmony_ci FN_SEL_HSCIF1_4, 4078c2ecf20Sopenharmony_ci FN_SEL_VI1_0, FN_SEL_VI1_1, FN_SEL_VI1_2, 4088c2ecf20Sopenharmony_ci FN_SEL_TMU1_0, FN_SEL_TMU1_1, 4098c2ecf20Sopenharmony_ci FN_SEL_LBS_0, FN_SEL_LBS_1, FN_SEL_LBS_2, FN_SEL_LBS_3, 4108c2ecf20Sopenharmony_ci FN_SEL_TSIF0_0, FN_SEL_TSIF0_1, FN_SEL_TSIF0_2, FN_SEL_TSIF0_3, 4118c2ecf20Sopenharmony_ci FN_SEL_SOF0_0, FN_SEL_SOF0_1, FN_SEL_SOF0_2, 4128c2ecf20Sopenharmony_ci 4138c2ecf20Sopenharmony_ci /* MOD_SEL2 */ 4148c2ecf20Sopenharmony_ci FN_SEL_SCIF0_0, FN_SEL_SCIF0_1, FN_SEL_SCIF0_2, FN_SEL_SCIF0_3, 4158c2ecf20Sopenharmony_ci FN_SEL_SCIF0_4, 4168c2ecf20Sopenharmony_ci FN_SEL_SCIF_0, FN_SEL_SCIF_1, 4178c2ecf20Sopenharmony_ci FN_SEL_CAN0_0, FN_SEL_CAN0_1, FN_SEL_CAN0_2, FN_SEL_CAN0_3, 4188c2ecf20Sopenharmony_ci FN_SEL_CAN0_4, FN_SEL_CAN0_5, 4198c2ecf20Sopenharmony_ci FN_SEL_CAN1_0, FN_SEL_CAN1_1, FN_SEL_CAN1_2, FN_SEL_CAN1_3, 4208c2ecf20Sopenharmony_ci FN_SEL_SCIFA2_0, FN_SEL_SCIFA2_1, 4218c2ecf20Sopenharmony_ci FN_SEL_SCIF4_0, FN_SEL_SCIF4_1, FN_SEL_SCIF4_2, 4228c2ecf20Sopenharmony_ci FN_SEL_ADG_0, FN_SEL_ADG_1, 4238c2ecf20Sopenharmony_ci FN_SEL_FM_0, FN_SEL_FM_1, FN_SEL_FM_2, FN_SEL_FM_3, FN_SEL_FM_4, 4248c2ecf20Sopenharmony_ci FN_SEL_SCIFA5_0, FN_SEL_SCIFA5_1, FN_SEL_SCIFA5_2, 4258c2ecf20Sopenharmony_ci FN_SEL_GPS_0, FN_SEL_GPS_1, FN_SEL_GPS_2, FN_SEL_GPS_3, 4268c2ecf20Sopenharmony_ci FN_SEL_SCIFA4_0, FN_SEL_SCIFA4_1, FN_SEL_SCIFA4_2, 4278c2ecf20Sopenharmony_ci FN_SEL_SCIFA3_0, FN_SEL_SCIFA3_1, FN_SEL_SCIFA3_2, 4288c2ecf20Sopenharmony_ci FN_SEL_SIM_0, FN_SEL_SIM_1, 4298c2ecf20Sopenharmony_ci FN_SEL_SSI8_0, FN_SEL_SSI8_1, 4308c2ecf20Sopenharmony_ci 4318c2ecf20Sopenharmony_ci /* MOD_SEL3 */ 4328c2ecf20Sopenharmony_ci FN_SEL_HSCIF2_0, FN_SEL_HSCIF2_1, FN_SEL_HSCIF2_2, FN_SEL_HSCIF2_3, 4338c2ecf20Sopenharmony_ci FN_SEL_CANCLK_0, FN_SEL_CANCLK_1, FN_SEL_CANCLK_2, FN_SEL_CANCLK_3, 4348c2ecf20Sopenharmony_ci FN_SEL_IIC1_0, FN_SEL_IIC1_1, FN_SEL_IIC1_2, 4358c2ecf20Sopenharmony_ci FN_SEL_IIC0_0, FN_SEL_IIC0_1, FN_SEL_IIC0_2, 4368c2ecf20Sopenharmony_ci FN_SEL_I2C4_0, FN_SEL_I2C4_1, FN_SEL_I2C4_2, 4378c2ecf20Sopenharmony_ci FN_SEL_I2C3_0, FN_SEL_I2C3_1, FN_SEL_I2C3_2, FN_SEL_I2C3_3, 4388c2ecf20Sopenharmony_ci FN_SEL_SCIF3_0, FN_SEL_SCIF3_1, FN_SEL_SCIF3_2, FN_SEL_SCIF3_3, 4398c2ecf20Sopenharmony_ci FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 4408c2ecf20Sopenharmony_ci FN_SEL_MMC_0, FN_SEL_MMC_1, 4418c2ecf20Sopenharmony_ci FN_SEL_SCIF5_0, FN_SEL_SCIF5_1, 4428c2ecf20Sopenharmony_ci FN_SEL_I2C2_0, FN_SEL_I2C2_1, FN_SEL_I2C2_2, FN_SEL_I2C2_3, 4438c2ecf20Sopenharmony_ci FN_SEL_I2C1_0, FN_SEL_I2C1_1, FN_SEL_I2C1_2, FN_SEL_I2C1_3, 4448c2ecf20Sopenharmony_ci FN_SEL_I2C1_4, 4458c2ecf20Sopenharmony_ci FN_SEL_I2C0_0, FN_SEL_I2C0_1, FN_SEL_I2C0_2, 4468c2ecf20Sopenharmony_ci 4478c2ecf20Sopenharmony_ci /* MOD_SEL4 */ 4488c2ecf20Sopenharmony_ci FN_SEL_SOF1_0, FN_SEL_SOF1_1, FN_SEL_SOF1_2, FN_SEL_SOF1_3, 4498c2ecf20Sopenharmony_ci FN_SEL_SOF1_4, 4508c2ecf20Sopenharmony_ci FN_SEL_HSCIF0_0, FN_SEL_HSCIF0_1, FN_SEL_HSCIF0_2, 4518c2ecf20Sopenharmony_ci FN_SEL_DIS_0, FN_SEL_DIS_1, FN_SEL_DIS_2, 4528c2ecf20Sopenharmony_ci FN_SEL_RAD_0, FN_SEL_RAD_1, 4538c2ecf20Sopenharmony_ci FN_SEL_RCN_0, FN_SEL_RCN_1, 4548c2ecf20Sopenharmony_ci FN_SEL_RSP_0, FN_SEL_RSP_1, 4558c2ecf20Sopenharmony_ci FN_SEL_SCIF2_0, FN_SEL_SCIF2_1, FN_SEL_SCIF2_2, FN_SEL_SCIF2_3, 4568c2ecf20Sopenharmony_ci FN_SEL_SCIF2_4, 4578c2ecf20Sopenharmony_ci FN_SEL_SOF2_0, FN_SEL_SOF2_1, FN_SEL_SOF2_2, FN_SEL_SOF2_3, 4588c2ecf20Sopenharmony_ci FN_SEL_SOF2_4, 4598c2ecf20Sopenharmony_ci FN_SEL_SSI1_0, FN_SEL_SSI1_1, 4608c2ecf20Sopenharmony_ci FN_SEL_SSI0_0, FN_SEL_SSI0_1, 4618c2ecf20Sopenharmony_ci FN_SEL_SSP_0, FN_SEL_SSP_1, FN_SEL_SSP_2, 4628c2ecf20Sopenharmony_ci PINMUX_FUNCTION_END, 4638c2ecf20Sopenharmony_ci 4648c2ecf20Sopenharmony_ci PINMUX_MARK_BEGIN, 4658c2ecf20Sopenharmony_ci 4668c2ecf20Sopenharmony_ci EX_CS0_N_MARK, RD_N_MARK, 4678c2ecf20Sopenharmony_ci 4688c2ecf20Sopenharmony_ci AUDIO_CLKA_MARK, 4698c2ecf20Sopenharmony_ci 4708c2ecf20Sopenharmony_ci VI0_CLK_MARK, VI0_DATA0_VI0_B0_MARK, VI0_DATA1_VI0_B1_MARK, 4718c2ecf20Sopenharmony_ci VI0_DATA2_VI0_B2_MARK, VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK, 4728c2ecf20Sopenharmony_ci VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK, 4738c2ecf20Sopenharmony_ci 4748c2ecf20Sopenharmony_ci SD1_CLK_MARK, 4758c2ecf20Sopenharmony_ci 4768c2ecf20Sopenharmony_ci USB0_PWEN_MARK, USB0_OVC_MARK, USB1_PWEN_MARK, USB1_OVC_MARK, 4778c2ecf20Sopenharmony_ci DU0_DOTCLKIN_MARK, 4788c2ecf20Sopenharmony_ci 4798c2ecf20Sopenharmony_ci /* IPSR0 */ 4808c2ecf20Sopenharmony_ci D0_MARK, D1_MARK, D2_MARK, D3_MARK, D4_MARK, D5_MARK, 4818c2ecf20Sopenharmony_ci D6_MARK, D7_MARK, D8_MARK, 4828c2ecf20Sopenharmony_ci D9_MARK, D10_MARK, D11_MARK, D12_MARK, D13_MARK, D14_MARK, D15_MARK, 4838c2ecf20Sopenharmony_ci A0_MARK, ATAWR0_N_C_MARK, MSIOF0_SCK_B_MARK, I2C0_SCL_C_MARK, 4848c2ecf20Sopenharmony_ci PWM2_B_MARK, 4858c2ecf20Sopenharmony_ci A1_MARK, MSIOF0_SYNC_B_MARK, A2_MARK, MSIOF0_SS1_B_MARK, 4868c2ecf20Sopenharmony_ci A3_MARK, MSIOF0_SS2_B_MARK, A4_MARK, MSIOF0_TXD_B_MARK, 4878c2ecf20Sopenharmony_ci A5_MARK, MSIOF0_RXD_B_MARK, A6_MARK, MSIOF1_SCK_MARK, 4888c2ecf20Sopenharmony_ci 4898c2ecf20Sopenharmony_ci /* IPSR1 */ 4908c2ecf20Sopenharmony_ci A7_MARK, MSIOF1_SYNC_MARK, A8_MARK, MSIOF1_SS1_MARK, I2C0_SCL_MARK, 4918c2ecf20Sopenharmony_ci A9_MARK, MSIOF1_SS2_MARK, I2C0_SDA_MARK, 4928c2ecf20Sopenharmony_ci A10_MARK, MSIOF1_TXD_MARK, MSIOF1_TXD_D_MARK, 4938c2ecf20Sopenharmony_ci A11_MARK, MSIOF1_RXD_MARK, I2C3_SCL_D_MARK, MSIOF1_RXD_D_MARK, 4948c2ecf20Sopenharmony_ci A12_MARK, FMCLK_MARK, I2C3_SDA_D_MARK, MSIOF1_SCK_D_MARK, 4958c2ecf20Sopenharmony_ci A13_MARK, ATAG0_N_C_MARK, BPFCLK_MARK, MSIOF1_SS1_D_MARK, 4968c2ecf20Sopenharmony_ci A14_MARK, ATADIR0_N_C_MARK, FMIN_MARK, FMIN_C_MARK, MSIOF1_SYNC_D_MARK, 4978c2ecf20Sopenharmony_ci A15_MARK, BPFCLK_C_MARK, 4988c2ecf20Sopenharmony_ci A16_MARK, DREQ2_B_MARK, FMCLK_C_MARK, SCIFA1_SCK_B_MARK, 4998c2ecf20Sopenharmony_ci A17_MARK, DACK2_B_MARK, I2C0_SDA_C_MARK, 5008c2ecf20Sopenharmony_ci A18_MARK, DREQ1_MARK, SCIFA1_RXD_C_MARK, SCIFB1_RXD_C_MARK, 5018c2ecf20Sopenharmony_ci 5028c2ecf20Sopenharmony_ci /* IPSR2 */ 5038c2ecf20Sopenharmony_ci A19_MARK, DACK1_MARK, SCIFA1_TXD_C_MARK, 5048c2ecf20Sopenharmony_ci SCIFB1_TXD_C_MARK, SCIFB1_SCK_B_MARK, 5058c2ecf20Sopenharmony_ci A20_MARK, SPCLK_MARK, 5068c2ecf20Sopenharmony_ci A21_MARK, ATAWR0_N_B_MARK, MOSI_IO0_MARK, 5078c2ecf20Sopenharmony_ci A22_MARK, MISO_IO1_MARK, FMCLK_B_MARK, TX0_MARK, SCIFA0_TXD_MARK, 5088c2ecf20Sopenharmony_ci A23_MARK, IO2_MARK, BPFCLK_B_MARK, RX0_MARK, SCIFA0_RXD_MARK, 5098c2ecf20Sopenharmony_ci A24_MARK, DREQ2_MARK, IO3_MARK, TX1_MARK, SCIFA1_TXD_MARK, 5108c2ecf20Sopenharmony_ci A25_MARK, DACK2_MARK, SSL_MARK, DREQ1_C_MARK, 5118c2ecf20Sopenharmony_ci RX1_MARK, SCIFA1_RXD_MARK, 5128c2ecf20Sopenharmony_ci CS0_N_MARK, ATAG0_N_B_MARK, I2C1_SCL_MARK, 5138c2ecf20Sopenharmony_ci CS1_N_A26_MARK, ATADIR0_N_B_MARK, I2C1_SDA_MARK, 5148c2ecf20Sopenharmony_ci EX_CS1_N_MARK, MSIOF2_SCK_MARK, 5158c2ecf20Sopenharmony_ci EX_CS2_N_MARK, ATAWR0_N_MARK, MSIOF2_SYNC_MARK, 5168c2ecf20Sopenharmony_ci EX_CS3_N_MARK, ATADIR0_N_MARK, MSIOF2_TXD_MARK, 5178c2ecf20Sopenharmony_ci ATAG0_N_MARK, EX_WAIT1_MARK, 5188c2ecf20Sopenharmony_ci 5198c2ecf20Sopenharmony_ci /* IPSR3 */ 5208c2ecf20Sopenharmony_ci EX_CS4_N_MARK, ATARD0_N_MARK, MSIOF2_RXD_MARK, EX_WAIT2_MARK, 5218c2ecf20Sopenharmony_ci EX_CS5_N_MARK, ATACS00_N_MARK, MSIOF2_SS1_MARK, HRX1_B_MARK, 5228c2ecf20Sopenharmony_ci SCIFB1_RXD_B_MARK, PWM1_MARK, TPU_TO1_MARK, 5238c2ecf20Sopenharmony_ci BS_N_MARK, ATACS10_N_MARK, MSIOF2_SS2_MARK, HTX1_B_MARK, 5248c2ecf20Sopenharmony_ci SCIFB1_TXD_B_MARK, PWM2_MARK, TPU_TO2_MARK, 5258c2ecf20Sopenharmony_ci RD_WR_N_MARK, HRX2_B_MARK, FMIN_B_MARK, 5268c2ecf20Sopenharmony_ci SCIFB0_RXD_B_MARK, DREQ1_D_MARK, 5278c2ecf20Sopenharmony_ci WE0_N_MARK, HCTS2_N_B_MARK, SCIFB0_TXD_B_MARK, 5288c2ecf20Sopenharmony_ci WE1_N_MARK, ATARD0_N_B_MARK, HTX2_B_MARK, SCIFB0_RTS_N_B_MARK, 5298c2ecf20Sopenharmony_ci EX_WAIT0_MARK, HRTS2_N_B_MARK, SCIFB0_CTS_N_B_MARK, 5308c2ecf20Sopenharmony_ci DREQ0_MARK, PWM3_MARK, TPU_TO3_MARK, 5318c2ecf20Sopenharmony_ci DACK0_MARK, DRACK0_MARK, REMOCON_MARK, 5328c2ecf20Sopenharmony_ci SPEEDIN_MARK, HSCK0_C_MARK, HSCK2_C_MARK, SCIFB0_SCK_B_MARK, 5338c2ecf20Sopenharmony_ci SCIFB2_SCK_B_MARK, DREQ2_C_MARK, HTX2_D_MARK, 5348c2ecf20Sopenharmony_ci SSI_SCK0129_MARK, HRX0_C_MARK, HRX2_C_MARK, 5358c2ecf20Sopenharmony_ci SCIFB0_RXD_C_MARK, SCIFB2_RXD_C_MARK, 5368c2ecf20Sopenharmony_ci SSI_WS0129_MARK, HTX0_C_MARK, HTX2_C_MARK, 5378c2ecf20Sopenharmony_ci SCIFB0_TXD_C_MARK, SCIFB2_TXD_C_MARK, 5388c2ecf20Sopenharmony_ci 5398c2ecf20Sopenharmony_ci /* IPSR4 */ 5408c2ecf20Sopenharmony_ci SSI_SDATA0_MARK, I2C0_SCL_B_MARK, IIC0_SCL_B_MARK, MSIOF2_SCK_C_MARK, 5418c2ecf20Sopenharmony_ci SSI_SCK1_MARK, I2C0_SDA_B_MARK, IIC0_SDA_B_MARK, 5428c2ecf20Sopenharmony_ci MSIOF2_SYNC_C_MARK, GLO_I0_D_MARK, 5438c2ecf20Sopenharmony_ci SSI_WS1_MARK, I2C1_SCL_B_MARK, IIC1_SCL_B_MARK, 5448c2ecf20Sopenharmony_ci MSIOF2_TXD_C_MARK, GLO_I1_D_MARK, 5458c2ecf20Sopenharmony_ci SSI_SDATA1_MARK, I2C1_SDA_B_MARK, IIC1_SDA_B_MARK, MSIOF2_RXD_C_MARK, 5468c2ecf20Sopenharmony_ci SSI_SCK2_MARK, I2C2_SCL_MARK, GPS_CLK_B_MARK, GLO_Q0_D_MARK, 5478c2ecf20Sopenharmony_ci HSCK1_E_MARK, 5488c2ecf20Sopenharmony_ci SSI_WS2_MARK, I2C2_SDA_MARK, GPS_SIGN_B_MARK, RX2_E_MARK, 5498c2ecf20Sopenharmony_ci GLO_Q1_D_MARK, HCTS1_N_E_MARK, 5508c2ecf20Sopenharmony_ci SSI_SDATA2_MARK, GPS_MAG_B_MARK, TX2_E_MARK, HRTS1_N_E_MARK, 5518c2ecf20Sopenharmony_ci SSI_SCK34_MARK, SSI_WS34_MARK, SSI_SDATA3_MARK, 5528c2ecf20Sopenharmony_ci SSI_SCK4_MARK, GLO_SS_D_MARK, 5538c2ecf20Sopenharmony_ci SSI_WS4_MARK, GLO_RFON_D_MARK, 5548c2ecf20Sopenharmony_ci SSI_SDATA4_MARK, MSIOF2_SCK_D_MARK, 5558c2ecf20Sopenharmony_ci SSI_SCK5_MARK, MSIOF1_SCK_C_MARK, TS_SDATA0_MARK, GLO_I0_MARK, 5568c2ecf20Sopenharmony_ci MSIOF2_SYNC_D_MARK, VI1_R2_B_MARK, 5578c2ecf20Sopenharmony_ci 5588c2ecf20Sopenharmony_ci /* IPSR5 */ 5598c2ecf20Sopenharmony_ci SSI_WS5_MARK, MSIOF1_SYNC_C_MARK, TS_SCK0_MARK, GLO_I1_MARK, 5608c2ecf20Sopenharmony_ci MSIOF2_TXD_D_MARK, VI1_R3_B_MARK, 5618c2ecf20Sopenharmony_ci SSI_SDATA5_MARK, MSIOF1_TXD_C_MARK, TS_SDEN0_MARK, GLO_Q0_MARK, 5628c2ecf20Sopenharmony_ci MSIOF2_SS1_D_MARK, VI1_R4_B_MARK, 5638c2ecf20Sopenharmony_ci SSI_SCK6_MARK, MSIOF1_RXD_C_MARK, TS_SPSYNC0_MARK, GLO_Q1_MARK, 5648c2ecf20Sopenharmony_ci MSIOF2_RXD_D_MARK, VI1_R5_B_MARK, 5658c2ecf20Sopenharmony_ci SSI_WS6_MARK, GLO_SCLK_MARK, MSIOF2_SS2_D_MARK, VI1_R6_B_MARK, 5668c2ecf20Sopenharmony_ci SSI_SDATA6_MARK, STP_IVCXO27_0_B_MARK, GLO_SDATA_MARK, VI1_R7_B_MARK, 5678c2ecf20Sopenharmony_ci SSI_SCK78_MARK, STP_ISCLK_0_B_MARK, GLO_SS_MARK, 5688c2ecf20Sopenharmony_ci SSI_WS78_MARK, TX0_D_MARK, STP_ISD_0_B_MARK, GLO_RFON_MARK, 5698c2ecf20Sopenharmony_ci SSI_SDATA7_MARK, RX0_D_MARK, STP_ISEN_0_B_MARK, 5708c2ecf20Sopenharmony_ci SSI_SDATA8_MARK, TX1_D_MARK, STP_ISSYNC_0_B_MARK, 5718c2ecf20Sopenharmony_ci SSI_SCK9_MARK, RX1_D_MARK, GLO_SCLK_D_MARK, 5728c2ecf20Sopenharmony_ci SSI_WS9_MARK, TX3_D_MARK, CAN0_TX_D_MARK, GLO_SDATA_D_MARK, 5738c2ecf20Sopenharmony_ci SSI_SDATA9_MARK, RX3_D_MARK, CAN0_RX_D_MARK, 5748c2ecf20Sopenharmony_ci 5758c2ecf20Sopenharmony_ci /* IPSR6 */ 5768c2ecf20Sopenharmony_ci AUDIO_CLKB_MARK, STP_OPWM_0_B_MARK, MSIOF1_SCK_B_MARK, 5778c2ecf20Sopenharmony_ci SCIF_CLK_MARK, DVC_MUTE_MARK, BPFCLK_E_MARK, 5788c2ecf20Sopenharmony_ci AUDIO_CLKC_MARK, SCIFB0_SCK_C_MARK, MSIOF1_SYNC_B_MARK, RX2_MARK, 5798c2ecf20Sopenharmony_ci SCIFA2_RXD_MARK, FMIN_E_MARK, 5808c2ecf20Sopenharmony_ci AUDIO_CLKOUT_MARK, MSIOF1_SS1_B_MARK, TX2_MARK, SCIFA2_TXD_MARK, 5818c2ecf20Sopenharmony_ci IRQ0_MARK, SCIFB1_RXD_D_MARK, INTC_IRQ0_N_MARK, 5828c2ecf20Sopenharmony_ci IRQ1_MARK, SCIFB1_SCK_C_MARK, INTC_IRQ1_N_MARK, 5838c2ecf20Sopenharmony_ci IRQ2_MARK, SCIFB1_TXD_D_MARK, INTC_IRQ2_N_MARK, 5848c2ecf20Sopenharmony_ci IRQ3_MARK, I2C4_SCL_C_MARK, MSIOF2_TXD_E_MARK, INTC_IRQ3_N_MARK, 5858c2ecf20Sopenharmony_ci IRQ4_MARK, HRX1_C_MARK, I2C4_SDA_C_MARK, 5868c2ecf20Sopenharmony_ci MSIOF2_RXD_E_MARK, INTC_IRQ4_N_MARK, 5878c2ecf20Sopenharmony_ci IRQ5_MARK, HTX1_C_MARK, I2C1_SCL_E_MARK, MSIOF2_SCK_E_MARK, 5888c2ecf20Sopenharmony_ci IRQ6_MARK, HSCK1_C_MARK, MSIOF1_SS2_B_MARK, 5898c2ecf20Sopenharmony_ci I2C1_SDA_E_MARK, MSIOF2_SYNC_E_MARK, 5908c2ecf20Sopenharmony_ci IRQ7_MARK, HCTS1_N_C_MARK, MSIOF1_TXD_B_MARK, 5918c2ecf20Sopenharmony_ci GPS_CLK_C_MARK, GPS_CLK_D_MARK, 5928c2ecf20Sopenharmony_ci IRQ8_MARK, HRTS1_N_C_MARK, MSIOF1_RXD_B_MARK, 5938c2ecf20Sopenharmony_ci GPS_SIGN_C_MARK, GPS_SIGN_D_MARK, 5948c2ecf20Sopenharmony_ci 5958c2ecf20Sopenharmony_ci /* IPSR7 */ 5968c2ecf20Sopenharmony_ci IRQ9_MARK, DU1_DOTCLKIN_B_MARK, CAN_CLK_D_MARK, GPS_MAG_C_MARK, 5978c2ecf20Sopenharmony_ci SCIF_CLK_B_MARK, GPS_MAG_D_MARK, 5988c2ecf20Sopenharmony_ci DU1_DR0_MARK, LCDOUT0_MARK, VI1_DATA0_B_MARK, TX0_B_MARK, 5998c2ecf20Sopenharmony_ci SCIFA0_TXD_B_MARK, MSIOF2_SCK_B_MARK, 6008c2ecf20Sopenharmony_ci DU1_DR1_MARK, LCDOUT1_MARK, VI1_DATA1_B_MARK, RX0_B_MARK, 6018c2ecf20Sopenharmony_ci SCIFA0_RXD_B_MARK, MSIOF2_SYNC_B_MARK, 6028c2ecf20Sopenharmony_ci DU1_DR2_MARK, LCDOUT2_MARK, SSI_SCK0129_B_MARK, 6038c2ecf20Sopenharmony_ci DU1_DR3_MARK, LCDOUT3_MARK, SSI_WS0129_B_MARK, 6048c2ecf20Sopenharmony_ci DU1_DR4_MARK, LCDOUT4_MARK, SSI_SDATA0_B_MARK, 6058c2ecf20Sopenharmony_ci DU1_DR5_MARK, LCDOUT5_MARK, SSI_SCK1_B_MARK, 6068c2ecf20Sopenharmony_ci DU1_DR6_MARK, LCDOUT6_MARK, SSI_WS1_B_MARK, 6078c2ecf20Sopenharmony_ci DU1_DR7_MARK, LCDOUT7_MARK, SSI_SDATA1_B_MARK, 6088c2ecf20Sopenharmony_ci DU1_DG0_MARK, LCDOUT8_MARK, VI1_DATA2_B_MARK, TX1_B_MARK, 6098c2ecf20Sopenharmony_ci SCIFA1_TXD_B_MARK, MSIOF2_SS1_B_MARK, 6108c2ecf20Sopenharmony_ci DU1_DG1_MARK, LCDOUT9_MARK, VI1_DATA3_B_MARK, RX1_B_MARK, 6118c2ecf20Sopenharmony_ci SCIFA1_RXD_B_MARK, MSIOF2_SS2_B_MARK, 6128c2ecf20Sopenharmony_ci DU1_DG2_MARK, LCDOUT10_MARK, VI1_DATA4_B_MARK, SCIF1_SCK_B_MARK, 6138c2ecf20Sopenharmony_ci SCIFA1_SCK_MARK, SSI_SCK78_B_MARK, 6148c2ecf20Sopenharmony_ci 6158c2ecf20Sopenharmony_ci /* IPSR8 */ 6168c2ecf20Sopenharmony_ci DU1_DG3_MARK, LCDOUT11_MARK, VI1_DATA5_B_MARK, SSI_WS78_B_MARK, 6178c2ecf20Sopenharmony_ci DU1_DG4_MARK, LCDOUT12_MARK, VI1_DATA6_B_MARK, HRX0_B_MARK, 6188c2ecf20Sopenharmony_ci SCIFB2_RXD_B_MARK, SSI_SDATA7_B_MARK, 6198c2ecf20Sopenharmony_ci DU1_DG5_MARK, LCDOUT13_MARK, VI1_DATA7_B_MARK, HCTS0_N_B_MARK, 6208c2ecf20Sopenharmony_ci SCIFB2_TXD_B_MARK, SSI_SDATA8_B_MARK, 6218c2ecf20Sopenharmony_ci DU1_DG6_MARK, LCDOUT14_MARK, HRTS0_N_B_MARK, 6228c2ecf20Sopenharmony_ci SCIFB2_CTS_N_B_MARK, SSI_SCK9_B_MARK, 6238c2ecf20Sopenharmony_ci DU1_DG7_MARK, LCDOUT15_MARK, HTX0_B_MARK, 6248c2ecf20Sopenharmony_ci SCIFB2_RTS_N_B_MARK, SSI_WS9_B_MARK, 6258c2ecf20Sopenharmony_ci DU1_DB0_MARK, LCDOUT16_MARK, VI1_CLK_B_MARK, TX2_B_MARK, 6268c2ecf20Sopenharmony_ci SCIFA2_TXD_B_MARK, MSIOF2_TXD_B_MARK, 6278c2ecf20Sopenharmony_ci DU1_DB1_MARK, LCDOUT17_MARK, VI1_HSYNC_N_B_MARK, RX2_B_MARK, 6288c2ecf20Sopenharmony_ci SCIFA2_RXD_B_MARK, MSIOF2_RXD_B_MARK, 6298c2ecf20Sopenharmony_ci DU1_DB2_MARK, LCDOUT18_MARK, VI1_VSYNC_N_B_MARK, SCIF2_SCK_B_MARK, 6308c2ecf20Sopenharmony_ci SCIFA2_SCK_MARK, SSI_SDATA9_B_MARK, 6318c2ecf20Sopenharmony_ci DU1_DB3_MARK, LCDOUT19_MARK, VI1_CLKENB_B_MARK, 6328c2ecf20Sopenharmony_ci DU1_DB4_MARK, LCDOUT20_MARK, VI1_FIELD_B_MARK, CAN1_RX_MARK, 6338c2ecf20Sopenharmony_ci DU1_DB5_MARK, LCDOUT21_MARK, TX3_MARK, SCIFA3_TXD_MARK, CAN1_TX_MARK, 6348c2ecf20Sopenharmony_ci 6358c2ecf20Sopenharmony_ci /* IPSR9 */ 6368c2ecf20Sopenharmony_ci DU1_DB6_MARK, LCDOUT22_MARK, I2C3_SCL_C_MARK, RX3_MARK, SCIFA3_RXD_MARK, 6378c2ecf20Sopenharmony_ci DU1_DB7_MARK, LCDOUT23_MARK, I2C3_SDA_C_MARK, 6388c2ecf20Sopenharmony_ci SCIF3_SCK_MARK, SCIFA3_SCK_MARK, 6398c2ecf20Sopenharmony_ci DU1_DOTCLKIN_MARK, QSTVA_QVS_MARK, 6408c2ecf20Sopenharmony_ci DU1_DOTCLKOUT0_MARK, QCLK_MARK, 6418c2ecf20Sopenharmony_ci DU1_DOTCLKOUT1_MARK, QSTVB_QVE_MARK, CAN0_TX_MARK, 6428c2ecf20Sopenharmony_ci TX3_B_MARK, I2C2_SCL_B_MARK, PWM4_MARK, 6438c2ecf20Sopenharmony_ci DU1_EXHSYNC_DU1_HSYNC_MARK, QSTH_QHS_MARK, 6448c2ecf20Sopenharmony_ci DU1_EXVSYNC_DU1_VSYNC_MARK, QSTB_QHE_MARK, 6458c2ecf20Sopenharmony_ci DU1_EXODDF_DU1_ODDF_DISP_CDE_MARK, QCPV_QDE_MARK, 6468c2ecf20Sopenharmony_ci CAN0_RX_MARK, RX3_B_MARK, I2C2_SDA_B_MARK, 6478c2ecf20Sopenharmony_ci DU1_DISP_MARK, QPOLA_MARK, 6488c2ecf20Sopenharmony_ci DU1_CDE_MARK, QPOLB_MARK, PWM4_B_MARK, 6498c2ecf20Sopenharmony_ci VI0_CLKENB_MARK, TX4_MARK, SCIFA4_TXD_MARK, TS_SDATA0_D_MARK, 6508c2ecf20Sopenharmony_ci VI0_FIELD_MARK, RX4_MARK, SCIFA4_RXD_MARK, TS_SCK0_D_MARK, 6518c2ecf20Sopenharmony_ci VI0_HSYNC_N_MARK, TX5_MARK, SCIFA5_TXD_MARK, TS_SDEN0_D_MARK, 6528c2ecf20Sopenharmony_ci VI0_VSYNC_N_MARK, RX5_MARK, SCIFA5_RXD_MARK, TS_SPSYNC0_D_MARK, 6538c2ecf20Sopenharmony_ci VI0_DATA3_VI0_B3_MARK, SCIF3_SCK_B_MARK, SCIFA3_SCK_B_MARK, 6548c2ecf20Sopenharmony_ci VI0_G0_MARK, IIC1_SCL_MARK, STP_IVCXO27_0_C_MARK, I2C4_SCL_MARK, 6558c2ecf20Sopenharmony_ci HCTS2_N_MARK, SCIFB2_CTS_N_MARK, ATAWR1_N_MARK, 6568c2ecf20Sopenharmony_ci 6578c2ecf20Sopenharmony_ci /* IPSR10 */ 6588c2ecf20Sopenharmony_ci VI0_G1_MARK, IIC1_SDA_MARK, STP_ISCLK_0_C_MARK, I2C4_SDA_MARK, 6598c2ecf20Sopenharmony_ci HRTS2_N_MARK, SCIFB2_RTS_N_MARK, ATADIR1_N_MARK, 6608c2ecf20Sopenharmony_ci VI0_G2_MARK, VI2_HSYNC_N_MARK, STP_ISD_0_C_MARK, I2C3_SCL_B_MARK, 6618c2ecf20Sopenharmony_ci HSCK2_MARK, SCIFB2_SCK_MARK, ATARD1_N_MARK, 6628c2ecf20Sopenharmony_ci VI0_G3_MARK, VI2_VSYNC_N_MARK, STP_ISEN_0_C_MARK, I2C3_SDA_B_MARK, 6638c2ecf20Sopenharmony_ci HRX2_MARK, SCIFB2_RXD_MARK, ATACS01_N_MARK, 6648c2ecf20Sopenharmony_ci VI0_G4_MARK, VI2_CLKENB_MARK, STP_ISSYNC_0_C_MARK, 6658c2ecf20Sopenharmony_ci HTX2_MARK, SCIFB2_TXD_MARK, SCIFB0_SCK_D_MARK, 6668c2ecf20Sopenharmony_ci VI0_G5_MARK, VI2_FIELD_MARK, STP_OPWM_0_C_MARK, FMCLK_D_MARK, 6678c2ecf20Sopenharmony_ci CAN0_TX_E_MARK, HTX1_D_MARK, SCIFB0_TXD_D_MARK, 6688c2ecf20Sopenharmony_ci VI0_G6_MARK, VI2_CLK_MARK, BPFCLK_D_MARK, 6698c2ecf20Sopenharmony_ci VI0_G7_MARK, VI2_DATA0_MARK, FMIN_D_MARK, 6708c2ecf20Sopenharmony_ci VI0_R0_MARK, VI2_DATA1_MARK, GLO_I0_B_MARK, 6718c2ecf20Sopenharmony_ci TS_SDATA0_C_MARK, ATACS11_N_MARK, 6728c2ecf20Sopenharmony_ci VI0_R1_MARK, VI2_DATA2_MARK, GLO_I1_B_MARK, 6738c2ecf20Sopenharmony_ci TS_SCK0_C_MARK, ATAG1_N_MARK, 6748c2ecf20Sopenharmony_ci VI0_R2_MARK, VI2_DATA3_MARK, GLO_Q0_B_MARK, TS_SDEN0_C_MARK, 6758c2ecf20Sopenharmony_ci VI0_R3_MARK, VI2_DATA4_MARK, GLO_Q1_B_MARK, TS_SPSYNC0_C_MARK, 6768c2ecf20Sopenharmony_ci VI0_R4_MARK, VI2_DATA5_MARK, GLO_SCLK_B_MARK, TX0_C_MARK, 6778c2ecf20Sopenharmony_ci I2C1_SCL_D_MARK, 6788c2ecf20Sopenharmony_ci 6798c2ecf20Sopenharmony_ci /* IPSR11 */ 6808c2ecf20Sopenharmony_ci VI0_R5_MARK, VI2_DATA6_MARK, GLO_SDATA_B_MARK, RX0_C_MARK, 6818c2ecf20Sopenharmony_ci I2C1_SDA_D_MARK, 6828c2ecf20Sopenharmony_ci VI0_R6_MARK, VI2_DATA7_MARK, GLO_SS_B_MARK, TX1_C_MARK, I2C4_SCL_B_MARK, 6838c2ecf20Sopenharmony_ci VI0_R7_MARK, GLO_RFON_B_MARK, RX1_C_MARK, CAN0_RX_E_MARK, 6848c2ecf20Sopenharmony_ci I2C4_SDA_B_MARK, HRX1_D_MARK, SCIFB0_RXD_D_MARK, 6858c2ecf20Sopenharmony_ci VI1_HSYNC_N_MARK, AVB_RXD0_MARK, TS_SDATA0_B_MARK, 6868c2ecf20Sopenharmony_ci TX4_B_MARK, SCIFA4_TXD_B_MARK, 6878c2ecf20Sopenharmony_ci VI1_VSYNC_N_MARK, AVB_RXD1_MARK, TS_SCK0_B_MARK, 6888c2ecf20Sopenharmony_ci RX4_B_MARK, SCIFA4_RXD_B_MARK, 6898c2ecf20Sopenharmony_ci VI1_CLKENB_MARK, AVB_RXD2_MARK, TS_SDEN0_B_MARK, 6908c2ecf20Sopenharmony_ci VI1_FIELD_MARK, AVB_RXD3_MARK, TS_SPSYNC0_B_MARK, 6918c2ecf20Sopenharmony_ci VI1_CLK_MARK, AVB_RXD4_MARK, VI1_DATA0_MARK, AVB_RXD5_MARK, 6928c2ecf20Sopenharmony_ci VI1_DATA1_MARK, AVB_RXD6_MARK, VI1_DATA2_MARK, AVB_RXD7_MARK, 6938c2ecf20Sopenharmony_ci VI1_DATA3_MARK, AVB_RX_ER_MARK, VI1_DATA4_MARK, AVB_MDIO_MARK, 6948c2ecf20Sopenharmony_ci VI1_DATA5_MARK, AVB_RX_DV_MARK, VI1_DATA6_MARK, AVB_MAGIC_MARK, 6958c2ecf20Sopenharmony_ci VI1_DATA7_MARK, AVB_MDC_MARK, 6968c2ecf20Sopenharmony_ci ETH_MDIO_MARK, AVB_RX_CLK_MARK, I2C2_SCL_C_MARK, 6978c2ecf20Sopenharmony_ci ETH_CRS_DV_MARK, AVB_LINK_MARK, I2C2_SDA_C_MARK, 6988c2ecf20Sopenharmony_ci 6998c2ecf20Sopenharmony_ci /* IPSR12 */ 7008c2ecf20Sopenharmony_ci ETH_RX_ER_MARK, AVB_CRS_MARK, I2C3_SCL_MARK, IIC0_SCL_MARK, 7018c2ecf20Sopenharmony_ci ETH_RXD0_MARK, AVB_PHY_INT_MARK, I2C3_SDA_MARK, IIC0_SDA_MARK, 7028c2ecf20Sopenharmony_ci ETH_RXD1_MARK, AVB_GTXREFCLK_MARK, CAN0_TX_C_MARK, 7038c2ecf20Sopenharmony_ci I2C2_SCL_D_MARK, MSIOF1_RXD_E_MARK, 7048c2ecf20Sopenharmony_ci ETH_LINK_MARK, AVB_TXD0_MARK, CAN0_RX_C_MARK, 7058c2ecf20Sopenharmony_ci I2C2_SDA_D_MARK, MSIOF1_SCK_E_MARK, 7068c2ecf20Sopenharmony_ci ETH_REFCLK_MARK, AVB_TXD1_MARK, SCIFA3_RXD_B_MARK, 7078c2ecf20Sopenharmony_ci CAN1_RX_C_MARK, MSIOF1_SYNC_E_MARK, 7088c2ecf20Sopenharmony_ci ETH_TXD1_MARK, AVB_TXD2_MARK, SCIFA3_TXD_B_MARK, 7098c2ecf20Sopenharmony_ci CAN1_TX_C_MARK, MSIOF1_TXD_E_MARK, 7108c2ecf20Sopenharmony_ci ETH_TX_EN_MARK, AVB_TXD3_MARK, TCLK1_B_MARK, CAN_CLK_B_MARK, 7118c2ecf20Sopenharmony_ci ETH_MAGIC_MARK, AVB_TXD4_MARK, IETX_C_MARK, 7128c2ecf20Sopenharmony_ci ETH_TXD0_MARK, AVB_TXD5_MARK, IECLK_C_MARK, 7138c2ecf20Sopenharmony_ci ETH_MDC_MARK, AVB_TXD6_MARK, IERX_C_MARK, 7148c2ecf20Sopenharmony_ci STP_IVCXO27_0_MARK, AVB_TXD7_MARK, SCIFB2_TXD_D_MARK, 7158c2ecf20Sopenharmony_ci ADIDATA_B_MARK, MSIOF0_SYNC_C_MARK, 7168c2ecf20Sopenharmony_ci STP_ISCLK_0_MARK, AVB_TX_EN_MARK, SCIFB2_RXD_D_MARK, 7178c2ecf20Sopenharmony_ci ADICS_SAMP_B_MARK, MSIOF0_SCK_C_MARK, 7188c2ecf20Sopenharmony_ci 7198c2ecf20Sopenharmony_ci /* IPSR13 */ 7208c2ecf20Sopenharmony_ci STP_ISD_0_MARK, AVB_TX_ER_MARK, SCIFB2_SCK_C_MARK, 7218c2ecf20Sopenharmony_ci ADICLK_B_MARK, MSIOF0_SS1_C_MARK, 7228c2ecf20Sopenharmony_ci STP_ISEN_0_MARK, AVB_TX_CLK_MARK, ADICHS0_B_MARK, MSIOF0_SS2_C_MARK, 7238c2ecf20Sopenharmony_ci STP_ISSYNC_0_MARK, AVB_COL_MARK, ADICHS1_B_MARK, MSIOF0_RXD_C_MARK, 7248c2ecf20Sopenharmony_ci STP_OPWM_0_MARK, AVB_GTX_CLK_MARK, PWM0_B_MARK, 7258c2ecf20Sopenharmony_ci ADICHS2_B_MARK, MSIOF0_TXD_C_MARK, 7268c2ecf20Sopenharmony_ci SD0_CLK_MARK, SPCLK_B_MARK, SD0_CMD_MARK, MOSI_IO0_B_MARK, 7278c2ecf20Sopenharmony_ci SD0_DATA0_MARK, MISO_IO1_B_MARK, SD0_DATA1_MARK, IO2_B_MARK, 7288c2ecf20Sopenharmony_ci SD0_DATA2_MARK, IO3_B_MARK, SD0_DATA3_MARK, SSL_B_MARK, 7298c2ecf20Sopenharmony_ci SD0_CD_MARK, MMC_D6_B_MARK, SIM0_RST_B_MARK, CAN0_RX_F_MARK, 7308c2ecf20Sopenharmony_ci SCIFA5_TXD_B_MARK, TX3_C_MARK, 7318c2ecf20Sopenharmony_ci SD0_WP_MARK, MMC_D7_B_MARK, SIM0_D_B_MARK, CAN0_TX_F_MARK, 7328c2ecf20Sopenharmony_ci SCIFA5_RXD_B_MARK, RX3_C_MARK, 7338c2ecf20Sopenharmony_ci SD1_CMD_MARK, REMOCON_B_MARK, SD1_DATA0_MARK, SPEEDIN_B_MARK, 7348c2ecf20Sopenharmony_ci SD1_DATA1_MARK, IETX_B_MARK, SD1_DATA2_MARK, IECLK_B_MARK, 7358c2ecf20Sopenharmony_ci SD1_DATA3_MARK, IERX_B_MARK, 7368c2ecf20Sopenharmony_ci SD1_CD_MARK, PWM0_MARK, TPU_TO0_MARK, I2C1_SCL_C_MARK, 7378c2ecf20Sopenharmony_ci 7388c2ecf20Sopenharmony_ci /* IPSR14 */ 7398c2ecf20Sopenharmony_ci SD1_WP_MARK, PWM1_B_MARK, I2C1_SDA_C_MARK, 7408c2ecf20Sopenharmony_ci SD2_CLK_MARK, MMC_CLK_MARK, SD2_CMD_MARK, MMC_CMD_MARK, 7418c2ecf20Sopenharmony_ci SD2_DATA0_MARK, MMC_D0_MARK, SD2_DATA1_MARK, MMC_D1_MARK, 7428c2ecf20Sopenharmony_ci SD2_DATA2_MARK, MMC_D2_MARK, SD2_DATA3_MARK, MMC_D3_MARK, 7438c2ecf20Sopenharmony_ci SD2_CD_MARK, MMC_D4_MARK, IIC1_SCL_C_MARK, TX5_B_MARK, 7448c2ecf20Sopenharmony_ci SCIFA5_TXD_C_MARK, 7458c2ecf20Sopenharmony_ci SD2_WP_MARK, MMC_D5_MARK, IIC1_SDA_C_MARK, RX5_B_MARK, 7468c2ecf20Sopenharmony_ci SCIFA5_RXD_C_MARK, 7478c2ecf20Sopenharmony_ci MSIOF0_SCK_MARK, RX2_C_MARK, ADIDATA_MARK, 7488c2ecf20Sopenharmony_ci VI1_CLK_C_MARK, VI1_G0_B_MARK, 7498c2ecf20Sopenharmony_ci MSIOF0_SYNC_MARK, TX2_C_MARK, ADICS_SAMP_MARK, 7508c2ecf20Sopenharmony_ci VI1_CLKENB_C_MARK, VI1_G1_B_MARK, 7518c2ecf20Sopenharmony_ci MSIOF0_TXD_MARK, ADICLK_MARK, VI1_FIELD_C_MARK, VI1_G2_B_MARK, 7528c2ecf20Sopenharmony_ci MSIOF0_RXD_MARK, ADICHS0_MARK, VI1_DATA0_C_MARK, VI1_G3_B_MARK, 7538c2ecf20Sopenharmony_ci MSIOF0_SS1_MARK, MMC_D6_MARK, ADICHS1_MARK, TX0_E_MARK, 7548c2ecf20Sopenharmony_ci VI1_HSYNC_N_C_MARK, IIC0_SCL_C_MARK, VI1_G4_B_MARK, 7558c2ecf20Sopenharmony_ci MSIOF0_SS2_MARK, MMC_D7_MARK, ADICHS2_MARK, RX0_E_MARK, 7568c2ecf20Sopenharmony_ci VI1_VSYNC_N_C_MARK, IIC0_SDA_C_MARK, VI1_G5_B_MARK, 7578c2ecf20Sopenharmony_ci 7588c2ecf20Sopenharmony_ci /* IPSR15 */ 7598c2ecf20Sopenharmony_ci SIM0_RST_MARK, IETX_MARK, CAN1_TX_D_MARK, 7608c2ecf20Sopenharmony_ci SIM0_CLK_MARK, IECLK_MARK, CAN_CLK_C_MARK, 7618c2ecf20Sopenharmony_ci SIM0_D_MARK, IERX_MARK, CAN1_RX_D_MARK, 7628c2ecf20Sopenharmony_ci GPS_CLK_MARK, DU1_DOTCLKIN_C_MARK, AUDIO_CLKB_B_MARK, 7638c2ecf20Sopenharmony_ci PWM5_B_MARK, SCIFA3_TXD_C_MARK, 7648c2ecf20Sopenharmony_ci GPS_SIGN_MARK, TX4_C_MARK, SCIFA4_TXD_C_MARK, PWM5_MARK, 7658c2ecf20Sopenharmony_ci VI1_G6_B_MARK, SCIFA3_RXD_C_MARK, 7668c2ecf20Sopenharmony_ci GPS_MAG_MARK, RX4_C_MARK, SCIFA4_RXD_C_MARK, PWM6_MARK, 7678c2ecf20Sopenharmony_ci VI1_G7_B_MARK, SCIFA3_SCK_C_MARK, 7688c2ecf20Sopenharmony_ci HCTS0_N_MARK, SCIFB0_CTS_N_MARK, GLO_I0_C_MARK, 7698c2ecf20Sopenharmony_ci TCLK1_MARK, VI1_DATA1_C_MARK, 7708c2ecf20Sopenharmony_ci HRTS0_N_MARK, SCIFB0_RTS_N_MARK, GLO_I1_C_MARK, VI1_DATA2_C_MARK, 7718c2ecf20Sopenharmony_ci HSCK0_MARK, SCIFB0_SCK_MARK, GLO_Q0_C_MARK, CAN_CLK_MARK, 7728c2ecf20Sopenharmony_ci TCLK2_MARK, VI1_DATA3_C_MARK, 7738c2ecf20Sopenharmony_ci HRX0_MARK, SCIFB0_RXD_MARK, GLO_Q1_C_MARK, 7748c2ecf20Sopenharmony_ci CAN0_RX_B_MARK, VI1_DATA4_C_MARK, 7758c2ecf20Sopenharmony_ci HTX0_MARK, SCIFB0_TXD_MARK, GLO_SCLK_C_MARK, 7768c2ecf20Sopenharmony_ci CAN0_TX_B_MARK, VI1_DATA5_C_MARK, 7778c2ecf20Sopenharmony_ci 7788c2ecf20Sopenharmony_ci /* IPSR16 */ 7798c2ecf20Sopenharmony_ci HRX1_MARK, SCIFB1_RXD_MARK, VI1_R0_B_MARK, 7808c2ecf20Sopenharmony_ci GLO_SDATA_C_MARK, VI1_DATA6_C_MARK, 7818c2ecf20Sopenharmony_ci HTX1_MARK, SCIFB1_TXD_MARK, VI1_R1_B_MARK, 7828c2ecf20Sopenharmony_ci GLO_SS_C_MARK, VI1_DATA7_C_MARK, 7838c2ecf20Sopenharmony_ci HSCK1_MARK, SCIFB1_SCK_MARK, MLB_CLK_MARK, GLO_RFON_C_MARK, 7848c2ecf20Sopenharmony_ci HCTS1_N_MARK, SCIFB1_CTS_N_MARK, MLB_SIG_MARK, CAN1_TX_B_MARK, 7858c2ecf20Sopenharmony_ci HRTS1_N_MARK, SCIFB1_RTS_N_MARK, MLB_DAT_MARK, CAN1_RX_B_MARK, 7868c2ecf20Sopenharmony_ci PINMUX_MARK_END, 7878c2ecf20Sopenharmony_ci}; 7888c2ecf20Sopenharmony_ci 7898c2ecf20Sopenharmony_cistatic const u16 pinmux_data[] = { 7908c2ecf20Sopenharmony_ci PINMUX_DATA_GP_ALL(), /* PINMUX_DATA(GP_M_N_DATA, GP_M_N_FN...), */ 7918c2ecf20Sopenharmony_ci 7928c2ecf20Sopenharmony_ci PINMUX_SINGLE(EX_CS0_N), 7938c2ecf20Sopenharmony_ci PINMUX_SINGLE(RD_N), 7948c2ecf20Sopenharmony_ci PINMUX_SINGLE(AUDIO_CLKA), 7958c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_CLK), 7968c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA0_VI0_B0), 7978c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA1_VI0_B1), 7988c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA2_VI0_B2), 7998c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA4_VI0_B4), 8008c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA5_VI0_B5), 8018c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA6_VI0_B6), 8028c2ecf20Sopenharmony_ci PINMUX_SINGLE(VI0_DATA7_VI0_B7), 8038c2ecf20Sopenharmony_ci PINMUX_SINGLE(USB0_PWEN), 8048c2ecf20Sopenharmony_ci PINMUX_SINGLE(USB0_OVC), 8058c2ecf20Sopenharmony_ci PINMUX_SINGLE(USB1_PWEN), 8068c2ecf20Sopenharmony_ci PINMUX_SINGLE(USB1_OVC), 8078c2ecf20Sopenharmony_ci PINMUX_SINGLE(DU0_DOTCLKIN), 8088c2ecf20Sopenharmony_ci PINMUX_SINGLE(SD1_CLK), 8098c2ecf20Sopenharmony_ci 8108c2ecf20Sopenharmony_ci /* IPSR0 */ 8118c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_0, D0), 8128c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_1, D1), 8138c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_2, D2), 8148c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_3, D3), 8158c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_4, D4), 8168c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_5, D5), 8178c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_6, D6), 8188c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_7, D7), 8198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_8, D8), 8208c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_9, D9), 8218c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_10, D10), 8228c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_11, D11), 8238c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_12, D12), 8248c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_13, D13), 8258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_14, D14), 8268c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_15, D15), 8278c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_18_16, A0), 8288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_18_16, ATAWR0_N_C, SEL_LBS_2), 8298c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_18_16, MSIOF0_SCK_B, SEL_SOF0_1), 8308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_18_16, I2C0_SCL_C, SEL_I2C0_2), 8318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_18_16, PWM2_B), 8328c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_20_19, A1), 8338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_20_19, MSIOF0_SYNC_B, SEL_SOF0_1), 8348c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_22_21, A2), 8358c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_22_21, MSIOF0_SS1_B, SEL_SOF0_1), 8368c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_24_23, A3), 8378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_24_23, MSIOF0_SS2_B, SEL_SOF0_1), 8388c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_26_25, A4), 8398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_26_25, MSIOF0_TXD_B, SEL_SOF0_1), 8408c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_28_27, A5), 8418c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_28_27, MSIOF0_RXD_B, SEL_SOF0_1), 8428c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP0_30_29, A6), 8438c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP0_30_29, MSIOF1_SCK, SEL_SOF1_0), 8448c2ecf20Sopenharmony_ci 8458c2ecf20Sopenharmony_ci /* IPSR1 */ 8468c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_1_0, A7), 8478c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_1_0, MSIOF1_SYNC, SEL_SOF1_0), 8488c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_3_2, A8), 8498c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_3_2, MSIOF1_SS1, SEL_SOF1_0), 8508c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_3_2, I2C0_SCL, SEL_I2C0_0), 8518c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_5_4, A9), 8528c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_5_4, MSIOF1_SS2, SEL_SOF1_0), 8538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_5_4, I2C0_SDA, SEL_I2C0_0), 8548c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_7_6, A10), 8558c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_7_6, MSIOF1_TXD, SEL_SOF1_0), 8568c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_7_6, MSIOF1_TXD_D, SEL_SOF1_3), 8578c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_10_8, A11), 8588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_10_8, MSIOF1_RXD, SEL_SOF1_0), 8598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_10_8, I2C3_SCL_D, SEL_I2C3_3), 8608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_10_8, MSIOF1_RXD_D, SEL_SOF1_3), 8618c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_13_11, A12), 8628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_13_11, FMCLK, SEL_FM_0), 8638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_13_11, I2C3_SDA_D, SEL_I2C3_3), 8648c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_13_11, MSIOF1_SCK_D, SEL_SOF1_3), 8658c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_16_14, A13), 8668c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_16_14, ATAG0_N_C, SEL_LBS_2), 8678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_16_14, BPFCLK, SEL_FM_0), 8688c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_16_14, MSIOF1_SS1_D, SEL_SOF1_3), 8698c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_19_17, A14), 8708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_19_17, ATADIR0_N_C, SEL_LBS_2), 8718c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_19_17, FMIN, SEL_FM_0), 8728c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_19_17, FMIN_C, SEL_FM_2), 8738c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_19_17, MSIOF1_SYNC_D, SEL_SOF1_3), 8748c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_22_20, A15), 8758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_22_20, BPFCLK_C, SEL_FM_2), 8768c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_25_23, A16), 8778c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_25_23, DREQ2_B, SEL_LBS_1), 8788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_25_23, FMCLK_C, SEL_FM_2), 8798c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_25_23, SCIFA1_SCK_B, SEL_SCIFA1_1), 8808c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_28_26, A17), 8818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_28_26, DACK2_B, SEL_LBS_1), 8828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_28_26, I2C0_SDA_C, SEL_I2C0_2), 8838c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP1_31_29, A18), 8848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_31_29, DREQ1, SEL_LBS_0), 8858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_31_29, SCIFA1_RXD_C, SEL_SCIFA1_2), 8868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP1_31_29, SCIFB1_RXD_C, SEL_SCIFB1_2), 8878c2ecf20Sopenharmony_ci 8888c2ecf20Sopenharmony_ci /* IPSR2 */ 8898c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_2_0, A19), 8908c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_2_0, DACK1), 8918c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_2_0, SCIFA1_TXD_C, SEL_SCIFA1_2), 8928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_2_0, SCIFB1_TXD_C, SEL_SCIFB1_2), 8938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_2_0, SCIFB1_SCK_B, SEL_SCIFB1_1), 8948c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_2_0, A20), 8958c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_4_3, SPCLK, SEL_QSP_0), 8968c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_6_5, A21), 8978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_6_5, ATAWR0_N_B, SEL_LBS_1), 8988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_6_5, MOSI_IO0, SEL_QSP_0), 8998c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_9_7, A22), 9008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_9_7, MISO_IO1, SEL_QSP_0), 9018c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_9_7, FMCLK_B, SEL_FM_1), 9028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_9_7, TX0, SEL_SCIF0_0), 9038c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_9_7, SCIFA0_TXD, SEL_SCFA_0), 9048c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_12_10, A23), 9058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_12_10, IO2, SEL_QSP_0), 9068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_12_10, BPFCLK_B, SEL_FM_1), 9078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_12_10, RX0, SEL_SCIF0_0), 9088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_12_10, SCIFA0_RXD, SEL_SCFA_0), 9098c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_15_13, A24), 9108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_15_13, DREQ2, SEL_LBS_0), 9118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_15_13, IO3, SEL_QSP_0), 9128c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_15_13, TX1, SEL_SCIF1_0), 9138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_15_13, SCIFA1_TXD, SEL_SCIFA1_0), 9148c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_18_16, A25), 9158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_18_16, DACK2, SEL_LBS_0), 9168c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_18_16, SSL, SEL_QSP_0), 9178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_18_16, DREQ1_C, SEL_LBS_2), 9188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_18_16, RX1, SEL_SCIF1_0), 9198c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_18_16, SCIFA1_RXD, SEL_SCIFA1_0), 9208c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_20_19, CS0_N), 9218c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_20_19, ATAG0_N_B, SEL_LBS_1), 9228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_20_19, I2C1_SCL, SEL_I2C1_0), 9238c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_22_21, CS1_N_A26), 9248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_22_21, ATADIR0_N_B, SEL_LBS_1), 9258c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_22_21, I2C1_SDA, SEL_I2C1_0), 9268c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_24_23, EX_CS1_N), 9278c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_24_23, MSIOF2_SCK, SEL_SOF2_0), 9288c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_26_25, EX_CS2_N), 9298c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_26_25, ATAWR0_N, SEL_LBS_0), 9308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_26_25, MSIOF2_SYNC, SEL_SOF2_0), 9318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_29_27, EX_CS3_N), 9328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_29_27, ATADIR0_N, SEL_LBS_0), 9338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_29_27, MSIOF2_TXD, SEL_SOF2_0), 9348c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP2_29_27, ATAG0_N, SEL_LBS_0), 9358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP2_29_27, EX_WAIT1), 9368c2ecf20Sopenharmony_ci 9378c2ecf20Sopenharmony_ci /* IPSR3 */ 9388c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_2_0, EX_CS4_N), 9398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_2_0, ATARD0_N, SEL_LBS_0), 9408c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_2_0, MSIOF2_RXD, SEL_SOF2_0), 9418c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_2_0, EX_WAIT2), 9428c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_5_3, EX_CS5_N), 9438c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_5_3, ATACS00_N), 9448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_5_3, MSIOF2_SS1, SEL_SOF2_0), 9458c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_5_3, HRX1_B, SEL_HSCIF1_1), 9468c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_5_3, SCIFB1_RXD_B, SEL_SCIFB1_1), 9478c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_5_3, PWM1), 9488c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_5_3, TPU_TO1), 9498c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_8_6, BS_N), 9508c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_8_6, ATACS10_N), 9518c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_8_6, MSIOF2_SS2, SEL_SOF2_0), 9528c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_8_6, HTX1_B, SEL_HSCIF1_1), 9538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_8_6, SCIFB1_TXD_B, SEL_SCIFB1_1), 9548c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_8_6, PWM2), 9558c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_8_6, TPU_TO2), 9568c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_11_9, RD_WR_N), 9578c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_11_9, HRX2_B, SEL_HSCIF2_1), 9588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_11_9, FMIN_B, SEL_FM_1), 9598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_11_9, SCIFB0_RXD_B, SEL_SCIFB_1), 9608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_11_9, DREQ1_D, SEL_LBS_1), 9618c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_13_12, WE0_N), 9628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_13_12, HCTS2_N_B, SEL_HSCIF2_1), 9638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_13_12, SCIFB0_TXD_B, SEL_SCIFB_1), 9648c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_15_14, WE1_N), 9658c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_15_14, ATARD0_N_B, SEL_LBS_1), 9668c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_15_14, HTX2_B, SEL_HSCIF2_1), 9678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_15_14, SCIFB0_RTS_N_B, SEL_SCIFB_1), 9688c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_17_16, EX_WAIT0), 9698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_17_16, HRTS2_N_B, SEL_HSCIF2_1), 9708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_17_16, SCIFB0_CTS_N_B, SEL_SCIFB_1), 9718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_19_18, DREQ0), 9728c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_19_18, PWM3), 9738c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_19_18, TPU_TO3), 9748c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_21_20, DACK0), 9758c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP3_21_20, DRACK0), 9768c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_21_20, REMOCON, SEL_RCN_0), 9778c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, SPEEDIN, SEL_RSP_0), 9788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, HSCK0_C, SEL_HSCIF0_2), 9798c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, HSCK2_C, SEL_HSCIF2_2), 9808c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, SCIFB0_SCK_B, SEL_SCIFB_1), 9818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, SCIFB2_SCK_B, SEL_SCIFB2_1), 9828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_24_22, DREQ2_C, SEL_LBS_2), 9838c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, HTX2_C, SEL_HSCIF2_2), 9848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_27_25, SSI_SCK0129, SEL_SSI0_0), 9858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_27_25, HRX0_C, SEL_HSCIF0_2), 9868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_27_25, HRX2_C, SEL_HSCIF2_2), 9878c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_27_25, SCIFB0_RXD_C, SEL_SCIFB_2), 9888c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_27_25, SCIFB2_RXD_C, SEL_SCIFB2_2), 9898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, SSI_WS0129, SEL_SSI0_0), 9908c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, HTX0_C, SEL_HSCIF0_2), 9918c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, HTX2_C, SEL_HSCIF2_2), 9928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, SCIFB0_TXD_C, SEL_SCIFB_2), 9938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP3_30_28, SCIFB2_TXD_C, SEL_SCIFB2_2), 9948c2ecf20Sopenharmony_ci 9958c2ecf20Sopenharmony_ci /* IPSR4 */ 9968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_1_0, SSI_SDATA0, SEL_SSI0_0), 9978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_1_0, I2C0_SCL_B, SEL_I2C0_1), 9988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_1_0, IIC0_SCL_B, SEL_IIC0_1), 9998c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_1_0, MSIOF2_SCK_C, SEL_SOF2_2), 10008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_4_2, SSI_SCK1, SEL_SSI1_0), 10018c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_4_2, I2C0_SDA_B, SEL_I2C0_1), 10028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_4_2, IIC0_SDA_B, SEL_IIC0_1), 10038c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_4_2, MSIOF2_SYNC_C, SEL_SOF2_2), 10048c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_4_2, GLO_I0_D, SEL_GPS_3), 10058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_7_5, SSI_WS1, SEL_SSI1_0), 10068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_7_5, I2C1_SCL_B, SEL_I2C1_1), 10078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_7_5, IIC1_SCL_B, SEL_IIC1_1), 10088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_7_5, MSIOF2_TXD_C, SEL_SOF2_2), 10098c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_7_5, GLO_I1_D, SEL_GPS_3), 10108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_9_8, SSI_SDATA1, SEL_SSI1_0), 10118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_9_8, I2C1_SDA_B, SEL_I2C1_1), 10128c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_9_8, IIC1_SDA_B, SEL_IIC1_1), 10138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_9_8, MSIOF2_RXD_C, SEL_SOF2_2), 10148c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_12_10, SSI_SCK2), 10158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_12_10, I2C2_SCL, SEL_I2C2_0), 10168c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_12_10, GPS_CLK_B, SEL_GPS_1), 10178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_12_10, GLO_Q0_D, SEL_GPS_3), 10188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_12_10, HSCK1_E, SEL_HSCIF1_4), 10198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_15_13, SSI_WS2), 10208c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_15_13, I2C2_SDA, SEL_I2C2_0), 10218c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_15_13, GPS_SIGN_B, SEL_GPS_1), 10228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_15_13, RX2_E, SEL_SCIF2_4), 10238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_15_13, GLO_Q1_D, SEL_GPS_3), 10248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_15_13, HCTS1_N_E, SEL_HSCIF1_4), 10258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_18_16, SSI_SDATA2), 10268c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_18_16, GPS_MAG_B, SEL_GPS_1), 10278c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_18_16, TX2_E, SEL_SCIF2_4), 10288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_18_16, HRTS1_N_E, SEL_HSCIF1_4), 10298c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_19, SSI_SCK34), 10308c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_20, SSI_WS34), 10318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_21, SSI_SDATA3), 10328c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_23_22, SSI_SCK4), 10338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_23_22, GLO_SS_D, SEL_GPS_3), 10348c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_25_24, SSI_WS4), 10358c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_25_24, GLO_RFON_D, SEL_GPS_3), 10368c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_27_26, SSI_SDATA4), 10378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_27_26, MSIOF2_SCK_D, SEL_SOF2_3), 10388c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_30_28, SSI_SCK5), 10398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_30_28, MSIOF1_SCK_C, SEL_SOF1_2), 10408c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_30_28, TS_SDATA0, SEL_TSIF0_0), 10418c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_30_28, GLO_I0, SEL_GPS_0), 10428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP4_30_28, MSIOF2_SYNC_D, SEL_SOF2_3), 10438c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP4_30_28, VI1_R2_B), 10448c2ecf20Sopenharmony_ci 10458c2ecf20Sopenharmony_ci /* IPSR5 */ 10468c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_2_0, SSI_WS5), 10478c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_2_0, MSIOF1_SYNC_C, SEL_SOF1_2), 10488c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_2_0, TS_SCK0, SEL_TSIF0_0), 10498c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_2_0, GLO_I1, SEL_GPS_0), 10508c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_2_0, MSIOF2_TXD_D, SEL_SOF2_3), 10518c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_2_0, VI1_R3_B), 10528c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_5_3, SSI_SDATA5), 10538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_5_3, MSIOF1_TXD_C, SEL_SOF1_2), 10548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_5_3, TS_SDEN0, SEL_TSIF0_0), 10558c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_5_3, GLO_Q0, SEL_GPS_0), 10568c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_5_3, MSIOF2_SS1_D, SEL_SOF2_3), 10578c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_5_3, VI1_R4_B), 10588c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_8_6, SSI_SCK6), 10598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_8_6, MSIOF1_RXD_C, SEL_SOF1_2), 10608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_8_6, TS_SPSYNC0, SEL_TSIF0_0), 10618c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_8_6, GLO_Q1, SEL_GPS_0), 10628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_8_6, MSIOF2_RXD_D, SEL_SOF2_3), 10638c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_8_6, VI1_R5_B), 10648c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_11_9, SSI_WS6), 10658c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_11_9, GLO_SCLK, SEL_GPS_0), 10668c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_11_9, MSIOF2_SS2_D, SEL_SOF2_3), 10678c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_11_9, VI1_R6_B), 10688c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_14_12, SSI_SDATA6), 10698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_14_12, STP_IVCXO27_0_B, SEL_SSP_1), 10708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_14_12, GLO_SDATA, SEL_GPS_0), 10718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP5_14_12, VI1_R7_B), 10728c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_16_15, SSI_SCK78, SEL_SSI7_0), 10738c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_16_15, STP_ISCLK_0_B, SEL_SSP_1), 10748c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_16_15, GLO_SS, SEL_GPS_0), 10758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_19_17, SSI_WS78, SEL_SSI7_0), 10768c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_19_17, TX0_D, SEL_SCIF0_3), 10778c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_19_17, STP_ISD_0_B, SEL_SSP_1), 10788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_19_17, GLO_RFON, SEL_GPS_0), 10798c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_21_20, SSI_SDATA7, SEL_SSI7_0), 10808c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_21_20, RX0_D, SEL_SCIF0_3), 10818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_21_20, STP_ISEN_0_B, SEL_SSP_1), 10828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_23_22, SSI_SDATA8, SEL_SSI8_0), 10838c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_23_22, TX1_D, SEL_SCIF1_3), 10848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_23_22, STP_ISSYNC_0_B, SEL_SSP_1), 10858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_25_24, SSI_SCK9, SEL_SSI9_0), 10868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_25_24, RX1_D, SEL_SCIF1_3), 10878c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_25_24, GLO_SCLK_D, SEL_GPS_3), 10888c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_28_26, SSI_WS9, SEL_SSI9_0), 10898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_28_26, TX3_D, SEL_SCIF3_3), 10908c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_28_26, CAN0_TX_D, SEL_CAN0_3), 10918c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_28_26, GLO_SDATA_D, SEL_GPS_3), 10928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_31_29, SSI_SDATA9, SEL_SSI9_0), 10938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_31_29, RX3_D, SEL_SCIF3_3), 10948c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP5_31_29, CAN0_RX_D, SEL_CAN0_3), 10958c2ecf20Sopenharmony_ci 10968c2ecf20Sopenharmony_ci /* IPSR6 */ 10978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_2_0, AUDIO_CLKB, SEL_ADG_0), 10988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_2_0, STP_OPWM_0_B, SEL_SSP_1), 10998c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_2_0, MSIOF1_SCK_B, SEL_SOF1_1), 11008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_2_0, SCIF_CLK, SEL_SCIF_0), 11018c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_2_0, DVC_MUTE), 11028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_2_0, BPFCLK_E, SEL_FM_4), 11038c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_5_3, AUDIO_CLKC), 11048c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_5_3, SCIFB0_SCK_C, SEL_SCIFB_2), 11058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_5_3, MSIOF1_SYNC_B, SEL_SOF1_1), 11068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_5_3, RX2, SEL_SCIF2_0), 11078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_5_3, SCIFA2_RXD, SEL_SCIFA2_0), 11088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_5_3, FMIN_E, SEL_FM_4), 11098c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_7_6, AUDIO_CLKOUT), 11108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_7_6, MSIOF1_SS1_B, SEL_SOF1_1), 11118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_7_6, TX2, SEL_SCIF2_0), 11128c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_7_6, SCIFA2_TXD, SEL_SCIFA2_0), 11138c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_9_8, IRQ0), 11148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_9_8, SCIFB1_RXD_D, SEL_SCIFB1_3), 11158c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_9_8, INTC_IRQ0_N), 11168c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_11_10, IRQ1), 11178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_11_10, SCIFB1_SCK_C, SEL_SCIFB1_2), 11188c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_11_10, INTC_IRQ1_N), 11198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_13_12, IRQ2), 11208c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_13_12, SCIFB1_TXD_D, SEL_SCIFB1_3), 11218c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_13_12, INTC_IRQ2_N), 11228c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_15_14, IRQ3), 11238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_15_14, I2C4_SCL_C, SEL_I2C4_2), 11248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_15_14, MSIOF2_TXD_E, SEL_SOF2_4), 11258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_15_14, INTC_IRQ4_N), 11268c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_18_16, IRQ4), 11278c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_18_16, HRX1_C, SEL_HSCIF1_2), 11288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_18_16, I2C4_SDA_C, SEL_I2C4_2), 11298c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_18_16, MSIOF2_RXD_E, SEL_SOF2_4), 11308c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_18_16, INTC_IRQ4_N), 11318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_20_19, IRQ5), 11328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_20_19, HTX1_C, SEL_HSCIF1_2), 11338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_20_19, I2C1_SCL_E, SEL_I2C1_4), 11348c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_20_19, MSIOF2_SCK_E, SEL_SOF2_4), 11358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_23_21, IRQ6), 11368c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_23_21, HSCK1_C, SEL_HSCIF1_2), 11378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_23_21, MSIOF1_SS2_B, SEL_SOF1_1), 11388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_23_21, I2C1_SDA_E, SEL_I2C1_4), 11398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_23_21, MSIOF2_SYNC_E, SEL_SOF2_4), 11408c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_26_24, IRQ7), 11418c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_26_24, HCTS1_N_C, SEL_HSCIF1_2), 11428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_26_24, MSIOF1_TXD_B, SEL_SOF1_1), 11438c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_26_24, GPS_CLK_C, SEL_GPS_2), 11448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_26_24, GPS_CLK_D, SEL_GPS_3), 11458c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP6_29_27, IRQ8), 11468c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_29_27, HRTS1_N_C, SEL_HSCIF1_2), 11478c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_29_27, MSIOF1_RXD_B, SEL_SOF1_1), 11488c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_29_27, GPS_SIGN_C, SEL_GPS_2), 11498c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP6_29_27, GPS_SIGN_D, SEL_GPS_3), 11508c2ecf20Sopenharmony_ci 11518c2ecf20Sopenharmony_ci /* IPSR7 */ 11528c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_2_0, IRQ9), 11538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_2_0, DU1_DOTCLKIN_B, SEL_DIS_1), 11548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_2_0, CAN_CLK_D, SEL_CANCLK_3), 11558c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_2_0, GPS_MAG_C, SEL_GPS_2), 11568c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_2_0, SCIF_CLK_B, SEL_SCIF_1), 11578c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_2_0, GPS_MAG_D, SEL_GPS_3), 11588c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_5_3, DU1_DR0), 11598c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_5_3, LCDOUT0), 11608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_5_3, VI1_DATA0_B, SEL_VI1_1), 11618c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_5_3, TX0_B, SEL_SCIF0_1), 11628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_5_3, SCIFA0_TXD_B, SEL_SCFA_1), 11638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_5_3, MSIOF2_SCK_B, SEL_SOF2_1), 11648c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_8_6, DU1_DR1), 11658c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_8_6, LCDOUT1), 11668c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_8_6, VI1_DATA1_B, SEL_VI1_1), 11678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_8_6, RX0_B, SEL_SCIF0_1), 11688c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_8_6, SCIFA0_RXD_B, SEL_SCFA_1), 11698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_8_6, MSIOF2_SYNC_B, SEL_SOF2_1), 11708c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_10_9, DU1_DR2), 11718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_10_9, LCDOUT2), 11728c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_10_9, SSI_SCK0129_B, SEL_SSI0_1), 11738c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_12_11, DU1_DR3), 11748c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_12_11, LCDOUT3), 11758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_12_11, SSI_WS0129_B, SEL_SSI0_1), 11768c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_14_13, DU1_DR4), 11778c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_14_13, LCDOUT4), 11788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_14_13, SSI_SDATA0_B, SEL_SSI0_1), 11798c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_16_15, DU1_DR5), 11808c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_16_15, LCDOUT5), 11818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_16_15, SSI_SCK1_B, SEL_SSI1_1), 11828c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_18_17, DU1_DR6), 11838c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_18_17, LCDOUT6), 11848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_18_17, SSI_WS1_B, SEL_SSI1_1), 11858c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_20_19, DU1_DR7), 11868c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_20_19, LCDOUT7), 11878c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_20_19, SSI_SDATA1_B, SEL_SSI1_1), 11888c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_23_21, DU1_DG0), 11898c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_23_21, LCDOUT8), 11908c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_23_21, VI1_DATA2_B, SEL_VI1_1), 11918c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_23_21, TX1_B, SEL_SCIF1_1), 11928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_23_21, SCIFA1_TXD_B, SEL_SCIFA1_1), 11938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_23_21, MSIOF2_SS1_B, SEL_SOF2_1), 11948c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_26_24, DU1_DG1), 11958c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_26_24, LCDOUT9), 11968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_26_24, VI1_DATA3_B, SEL_VI1_1), 11978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_26_24, RX1_B, SEL_SCIF1_1), 11988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_26_24, SCIFA1_RXD_B, SEL_SCIFA1_1), 11998c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_26_24, MSIOF2_SS2_B, SEL_SOF2_1), 12008c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_29_27, DU1_DG2), 12018c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_29_27, LCDOUT10), 12028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_29_27, VI1_DATA4_B, SEL_VI1_1), 12038c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP7_29_27, SCIF1_SCK_B), 12048c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_29_27, SCIFA1_SCK, SEL_SCIFA1_0), 12058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP7_29_27, SSI_SCK78_B, SEL_SSI7_1), 12068c2ecf20Sopenharmony_ci 12078c2ecf20Sopenharmony_ci /* IPSR8 */ 12088c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_2_0, DU1_DG3), 12098c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_2_0, LCDOUT11), 12108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_2_0, VI1_DATA5_B, SEL_VI1_1), 12118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_2_0, SSI_WS78_B, SEL_SSI7_1), 12128c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_5_3, DU1_DG4), 12138c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_5_3, LCDOUT12), 12148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_5_3, VI1_DATA6_B, SEL_VI1_1), 12158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_5_3, HRX0_B, SEL_HSCIF0_1), 12168c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_5_3, SCIFB2_RXD_B, SEL_SCIFB2_1), 12178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_5_3, SSI_SDATA7_B, SEL_SSI7_1), 12188c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_8_6, DU1_DG5), 12198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_8_6, LCDOUT13), 12208c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_8_6, VI1_DATA7_B, SEL_VI1_1), 12218c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_8_6, HCTS0_N_B, SEL_HSCIF0_1), 12228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_8_6, SCIFB2_TXD_B, SEL_SCIFB2_1), 12238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_8_6, SSI_SDATA8_B, SEL_SSI8_1), 12248c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_11_9, DU1_DG6), 12258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_11_9, LCDOUT14), 12268c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_11_9, HRTS0_N_B, SEL_HSCIF0_1), 12278c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_11_9, SCIFB2_CTS_N_B, SEL_SCIFB2_1), 12288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_11_9, SSI_SCK9_B, SEL_SSI9_1), 12298c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_14_12, DU1_DG7), 12308c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_14_12, LCDOUT15), 12318c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_14_12, HTX0_B, SEL_HSCIF0_1), 12328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_14_12, SCIFB2_RTS_N_B, SEL_SCIFB2_1), 12338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_14_12, SSI_WS9_B, SEL_SSI9_1), 12348c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_17_15, DU1_DB0), 12358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_17_15, LCDOUT16), 12368c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_17_15, VI1_CLK_B, SEL_VI1_1), 12378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_17_15, TX2_B, SEL_SCIF2_1), 12388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_17_15, SCIFA2_TXD_B, SEL_SCIFA2_1), 12398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_17_15, MSIOF2_TXD_B, SEL_SOF2_1), 12408c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_20_18, DU1_DB1), 12418c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_20_18, LCDOUT17), 12428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_20_18, VI1_HSYNC_N_B, SEL_VI1_1), 12438c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_20_18, RX2_B, SEL_SCIF2_1), 12448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_20_18, SCIFA2_RXD_B, SEL_SCIFA2_1), 12458c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_20_18, MSIOF2_RXD_B, SEL_SOF2_1), 12468c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_23_21, DU1_DB2), 12478c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_23_21, LCDOUT18), 12488c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_23_21, VI1_VSYNC_N_B, SEL_VI1_1), 12498c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_23_21, SCIF2_SCK_B), 12508c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_23_21, SCIFA2_SCK, SEL_SCIFA2_1), 12518c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_23_21, SSI_SDATA9_B, SEL_SSI9_1), 12528c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_25_24, DU1_DB3), 12538c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_25_24, LCDOUT19), 12548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_25_24, VI1_CLKENB_B, SEL_VI1_1), 12558c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_27_26, DU1_DB4), 12568c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_27_26, LCDOUT20), 12578c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_27_26, VI1_FIELD_B, SEL_VI1_1), 12588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_27_26, CAN1_RX, SEL_CAN1_0), 12598c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_30_28, DU1_DB5), 12608c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP8_30_28, LCDOUT21), 12618c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_30_28, TX3, SEL_SCIF3_0), 12628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_30_28, SCIFA3_TXD, SEL_SCIFA3_0), 12638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP8_30_28, CAN1_TX, SEL_CAN1_0), 12648c2ecf20Sopenharmony_ci 12658c2ecf20Sopenharmony_ci /* IPSR9 */ 12668c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_2_0, DU1_DB6), 12678c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_2_0, LCDOUT22), 12688c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_2_0, I2C3_SCL_C, SEL_I2C3_2), 12698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_2_0, RX3, SEL_SCIF3_0), 12708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_2_0, SCIFA3_RXD, SEL_SCIFA3_0), 12718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_5_3, DU1_DB7), 12728c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_5_3, LCDOUT23), 12738c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_5_3, I2C3_SDA_C, SEL_I2C3_2), 12748c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_5_3, SCIF3_SCK, SEL_SCIF3_0), 12758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_5_3, SCIFA3_SCK, SEL_SCIFA3_0), 12768c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_6, DU1_DOTCLKIN, SEL_DIS_0), 12778c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_6, QSTVA_QVS), 12788c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_7, DU1_DOTCLKOUT0), 12798c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_7, QCLK), 12808c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_10_8, DU1_DOTCLKOUT1), 12818c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_10_8, QSTVB_QVE), 12828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_10_8, CAN0_TX, SEL_CAN0_0), 12838c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_10_8, TX3_B, SEL_SCIF3_1), 12848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_10_8, I2C2_SCL_B, SEL_I2C2_1), 12858c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_10_8, PWM4), 12868c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_11, DU1_EXHSYNC_DU1_HSYNC), 12878c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_11, QSTH_QHS), 12888c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_12, DU1_EXVSYNC_DU1_VSYNC), 12898c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_12, QSTB_QHE), 12908c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_15_13, DU1_EXODDF_DU1_ODDF_DISP_CDE), 12918c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_15_13, QCPV_QDE), 12928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_15_13, CAN0_RX, SEL_CAN0_0), 12938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_15_13, RX3_B, SEL_SCIF3_1), 12948c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_15_13, I2C2_SDA_B, SEL_I2C2_1), 12958c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_16, DU1_DISP), 12968c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_16, QPOLA), 12978c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_18_17, DU1_CDE), 12988c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_18_17, QPOLB), 12998c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_18_17, PWM4_B), 13008c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_20_19, VI0_CLKENB), 13018c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_20_19, TX4, SEL_SCIF4_0), 13028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_20_19, SCIFA4_TXD, SEL_SCIFA4_0), 13038c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_20_19, TS_SDATA0_D, SEL_TSIF0_3), 13048c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_22_21, VI0_FIELD), 13058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_22_21, RX4, SEL_SCIF4_0), 13068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_22_21, SCIFA4_RXD, SEL_SCIFA4_0), 13078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_22_21, TS_SCK0_D, SEL_TSIF0_3), 13088c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_24_23, VI0_HSYNC_N), 13098c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_24_23, TX5, SEL_SCIF5_0), 13108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_24_23, SCIFA5_TXD, SEL_SCIFA5_0), 13118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_24_23, TS_SDEN0_D, SEL_TSIF0_3), 13128c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_26_25, VI0_VSYNC_N), 13138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_26_25, RX5, SEL_SCIF5_0), 13148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_26_25, SCIFA5_RXD, SEL_SCIFA5_0), 13158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_26_25, TS_SPSYNC0_D, SEL_TSIF0_3), 13168c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_28_27, VI0_DATA3_VI0_B3), 13178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_28_27, SCIF3_SCK_B, SEL_SCIF3_1), 13188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_28_27, SCIFA3_SCK_B, SEL_SCIFA3_1), 13198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_31_29, VI0_G0), 13208c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_31_29, IIC1_SCL, SEL_IIC1_0), 13218c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_31_29, STP_IVCXO27_0_C, SEL_SSP_2), 13228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_31_29, I2C4_SCL, SEL_I2C4_0), 13238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_31_29, HCTS2_N, SEL_HSCIF2_0), 13248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP9_31_29, SCIFB2_CTS_N, SEL_SCIFB2_0), 13258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP9_31_29, ATAWR1_N), 13268c2ecf20Sopenharmony_ci 13278c2ecf20Sopenharmony_ci /* IPSR10 */ 13288c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_2_0, VI0_G1), 13298c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_2_0, IIC1_SDA, SEL_IIC1_0), 13308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_2_0, STP_ISCLK_0_C, SEL_SSP_2), 13318c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_2_0, I2C4_SDA, SEL_I2C4_0), 13328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_2_0, HRTS2_N, SEL_HSCIF2_0), 13338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_2_0, SCIFB2_RTS_N, SEL_SCIFB2_0), 13348c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_2_0, ATADIR1_N), 13358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_5_3, VI0_G2), 13368c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_5_3, VI2_HSYNC_N), 13378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_5_3, STP_ISD_0_C, SEL_SSP_2), 13388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_5_3, I2C3_SCL_B, SEL_I2C3_1), 13398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_5_3, HSCK2, SEL_HSCIF2_0), 13408c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_5_3, SCIFB2_SCK, SEL_SCIFB2_0), 13418c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_5_3, ATARD1_N), 13428c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_8_6, VI0_G3), 13438c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_8_6, VI2_VSYNC_N), 13448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_8_6, STP_ISEN_0_C, SEL_SSP_2), 13458c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_8_6, I2C3_SDA_B, SEL_I2C3_1), 13468c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_8_6, HRX2, SEL_HSCIF2_0), 13478c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_8_6, SCIFB2_RXD, SEL_SCIFB2_0), 13488c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_8_6, ATACS01_N), 13498c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_11_9, VI0_G4), 13508c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_11_9, VI2_CLKENB), 13518c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_11_9, STP_ISSYNC_0_C, SEL_SSP_2), 13528c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_11_9, HTX2, SEL_HSCIF2_0), 13538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_11_9, SCIFB2_TXD, SEL_SCIFB2_0), 13548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_11_9, SCIFB0_SCK_D, SEL_SCIFB_3), 13558c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_14_12, VI0_G5), 13568c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_14_12, VI2_FIELD), 13578c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_14_12, STP_OPWM_0_C, SEL_SSP_2), 13588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_14_12, FMCLK_D, SEL_FM_3), 13598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_14_12, CAN0_TX_E, SEL_CAN0_4), 13608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_14_12, HTX1_D, SEL_HSCIF1_3), 13618c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_14_12, SCIFB0_TXD_D, SEL_SCIFB_3), 13628c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_16_15, VI0_G6), 13638c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_16_15, VI2_CLK), 13648c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_16_15, BPFCLK_D, SEL_FM_3), 13658c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_18_17, VI0_G7), 13668c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_18_17, VI2_DATA0), 13678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_18_17, FMIN_D, SEL_FM_3), 13688c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_21_19, VI0_R0), 13698c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_21_19, VI2_DATA1), 13708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_21_19, GLO_I0_B, SEL_GPS_1), 13718c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_21_19, TS_SDATA0_C, SEL_TSIF0_2), 13728c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_21_19, ATACS11_N), 13738c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_24_22, VI0_R1), 13748c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_24_22, VI2_DATA2), 13758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_24_22, GLO_I1_B, SEL_GPS_1), 13768c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_24_22, TS_SCK0_C, SEL_TSIF0_2), 13778c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_24_22, ATAG1_N), 13788c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_26_25, VI0_R2), 13798c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_26_25, VI2_DATA3), 13808c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_26_25, GLO_Q0_B, SEL_GPS_1), 13818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_26_25, TS_SDEN0_C, SEL_TSIF0_2), 13828c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_28_27, VI0_R3), 13838c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_28_27, VI2_DATA4), 13848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_28_27, GLO_Q1_B, SEL_GPS_1), 13858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_28_27, TS_SPSYNC0_C, SEL_TSIF0_2), 13868c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_31_29, VI0_R4), 13878c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP10_31_29, VI2_DATA5), 13888c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_31_29, GLO_SCLK_B, SEL_GPS_1), 13898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_31_29, TX0_C, SEL_SCIF0_2), 13908c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP10_31_29, I2C1_SCL_D, SEL_I2C1_3), 13918c2ecf20Sopenharmony_ci 13928c2ecf20Sopenharmony_ci /* IPSR11 */ 13938c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_2_0, VI0_R5), 13948c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_2_0, VI2_DATA6), 13958c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_2_0, GLO_SDATA_B, SEL_GPS_1), 13968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_2_0, RX0_C, SEL_SCIF0_2), 13978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_2_0, I2C1_SDA_D, SEL_I2C1_3), 13988c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_5_3, VI0_R6), 13998c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_5_3, VI2_DATA7), 14008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_5_3, GLO_SS_B, SEL_GPS_1), 14018c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_5_3, TX1_C, SEL_SCIF1_2), 14028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_5_3, I2C4_SCL_B, SEL_I2C4_1), 14038c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_8_6, VI0_R7), 14048c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, GLO_RFON_B, SEL_GPS_1), 14058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, RX1_C, SEL_SCIF1_2), 14068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, CAN0_RX_E, SEL_CAN0_4), 14078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, I2C4_SDA_B, SEL_I2C4_1), 14088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, HRX1_D, SEL_HSCIF1_3), 14098c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_8_6, SCIFB0_RXD_D, SEL_SCIFB_3), 14108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_11_9, VI1_HSYNC_N, SEL_VI1_0), 14118c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_11_9, AVB_RXD0), 14128c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_11_9, TS_SDATA0_B, SEL_TSIF0_1), 14138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_11_9, TX4_B, SEL_SCIF4_1), 14148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_11_9, SCIFA4_TXD_B, SEL_SCIFA4_1), 14158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_14_12, VI1_VSYNC_N, SEL_VI1_0), 14168c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_14_12, AVB_RXD1), 14178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_14_12, TS_SCK0_B, SEL_TSIF0_1), 14188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_14_12, RX4_B, SEL_SCIF4_1), 14198c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_14_12, SCIFA4_RXD_B, SEL_SCIFA4_1), 14208c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_16_15, VI1_CLKENB, SEL_VI1_0), 14218c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_16_15, AVB_RXD2), 14228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_16_15, TS_SDEN0_B, SEL_TSIF0_1), 14238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_18_17, VI1_FIELD, SEL_VI1_0), 14248c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_18_17, AVB_RXD3), 14258c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_18_17, TS_SPSYNC0_B, SEL_TSIF0_1), 14268c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_19, VI1_CLK, SEL_VI1_0), 14278c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_19, AVB_RXD4), 14288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_20, VI1_DATA0, SEL_VI1_0), 14298c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_20, AVB_RXD5), 14308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_21, VI1_DATA1, SEL_VI1_0), 14318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_21, AVB_RXD6), 14328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_22, VI1_DATA2, SEL_VI1_0), 14338c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_22, AVB_RXD7), 14348c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_23, VI1_DATA3, SEL_VI1_0), 14358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_23, AVB_RX_ER), 14368c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_24, VI1_DATA4, SEL_VI1_0), 14378c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_24, AVB_MDIO), 14388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_25, VI1_DATA5, SEL_VI1_0), 14398c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_25, AVB_RX_DV), 14408c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_26, VI1_DATA6, SEL_VI1_0), 14418c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_26, AVB_MAGIC), 14428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_27, VI1_DATA7, SEL_VI1_0), 14438c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_27, AVB_MDC), 14448c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_29_28, ETH_MDIO), 14458c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_29_28, AVB_RX_CLK), 14468c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_29_28, I2C2_SCL_C, SEL_I2C2_2), 14478c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_31_30, ETH_CRS_DV), 14488c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP11_31_30, AVB_LINK), 14498c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP11_31_30, I2C2_SDA_C, SEL_I2C2_2), 14508c2ecf20Sopenharmony_ci 14518c2ecf20Sopenharmony_ci /* IPSR12 */ 14528c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_1_0, ETH_RX_ER), 14538c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_1_0, AVB_CRS), 14548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_1_0, I2C3_SCL, SEL_I2C3_0), 14558c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_1_0, IIC0_SCL, SEL_IIC0_0), 14568c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_3_2, ETH_RXD0), 14578c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_3_2, AVB_PHY_INT), 14588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_3_2, I2C3_SDA, SEL_I2C3_0), 14598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_3_2, IIC0_SDA, SEL_IIC0_0), 14608c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_6_4, ETH_RXD1), 14618c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_6_4, AVB_GTXREFCLK), 14628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_6_4, CAN0_TX_C, SEL_CAN0_2), 14638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_6_4, I2C2_SCL_D, SEL_I2C2_3), 14648c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_6_4, MSIOF1_RXD_E, SEL_SOF1_4), 14658c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_9_7, ETH_LINK), 14668c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_9_7, AVB_TXD0), 14678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_9_7, CAN0_RX_C, SEL_CAN0_2), 14688c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_9_7, I2C2_SDA_D, SEL_I2C2_3), 14698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_9_7, MSIOF1_SCK_E, SEL_SOF1_4), 14708c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_12_10, ETH_REFCLK), 14718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_12_10, AVB_TXD1), 14728c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_12_10, SCIFA3_RXD_B, SEL_SCIFA3_1), 14738c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_12_10, CAN1_RX_C, SEL_CAN1_2), 14748c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_12_10, MSIOF1_SYNC_E, SEL_SOF1_4), 14758c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_15_13, ETH_TXD1), 14768c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_15_13, AVB_TXD2), 14778c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_15_13, SCIFA3_TXD_B, SEL_SCIFA3_1), 14788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_15_13, CAN1_TX_C, SEL_CAN1_2), 14798c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_15_13, MSIOF1_TXD_E, SEL_SOF1_4), 14808c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_17_16, ETH_TX_EN), 14818c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_17_16, AVB_TXD3), 14828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_17_16, TCLK1_B, SEL_TMU1_0), 14838c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_17_16, CAN_CLK_B, SEL_CANCLK_1), 14848c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_19_18, ETH_MAGIC), 14858c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_19_18, AVB_TXD4), 14868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_19_18, IETX_C, SEL_IEB_2), 14878c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_21_20, ETH_TXD0), 14888c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_21_20, AVB_TXD5), 14898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_21_20, IECLK_C, SEL_IEB_2), 14908c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_23_22, ETH_MDC), 14918c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_23_22, AVB_TXD6), 14928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_23_22, IERX_C, SEL_IEB_2), 14938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_26_24, STP_IVCXO27_0, SEL_SSP_0), 14948c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_26_24, AVB_TXD7), 14958c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_26_24, SCIFB2_TXD_D, SEL_SCIFB2_3), 14968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_26_24, ADIDATA_B, SEL_RAD_1), 14978c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_26_24, MSIOF0_SYNC_C, SEL_SOF0_2), 14988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_29_27, STP_ISCLK_0, SEL_SSP_0), 14998c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP12_29_27, AVB_TX_EN), 15008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_29_27, SCIFB2_RXD_D, SEL_SCIFB2_3), 15018c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_29_27, ADICS_SAMP_B, SEL_RAD_1), 15028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP12_29_27, MSIOF0_SCK_C, SEL_SOF0_2), 15038c2ecf20Sopenharmony_ci 15048c2ecf20Sopenharmony_ci /* IPSR13 */ 15058c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_2_0, STP_ISD_0, SEL_SSP_0), 15068c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_2_0, AVB_TX_ER), 15078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_2_0, SCIFB2_SCK_C, SEL_SCIFB2_2), 15088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_2_0, ADICLK_B, SEL_RAD_1), 15098c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_2_0, MSIOF0_SS1_C, SEL_SOF0_2), 15108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_4_3, STP_ISEN_0, SEL_SSP_0), 15118c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_4_3, AVB_TX_CLK), 15128c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_4_3, ADICHS0_B, SEL_RAD_1), 15138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_4_3, MSIOF0_SS2_C, SEL_SOF0_2), 15148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_6_5, STP_ISSYNC_0, SEL_SSP_0), 15158c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_6_5, AVB_COL), 15168c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_6_5, ADICHS1_B, SEL_RAD_1), 15178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_6_5, MSIOF0_RXD_C, SEL_SOF0_2), 15188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_9_7, STP_OPWM_0, SEL_SSP_0), 15198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_9_7, AVB_GTX_CLK), 15208c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_9_7, PWM0_B), 15218c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_9_7, ADICHS2_B, SEL_RAD_1), 15228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_9_7, MSIOF0_TXD_C, SEL_SOF0_2), 15238c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_10, SD0_CLK), 15248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_10, SPCLK_B, SEL_QSP_1), 15258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_11, SD0_CMD), 15268c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_11, MOSI_IO0_B, SEL_QSP_1), 15278c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_12, SD0_DATA0), 15288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_12, MISO_IO1_B, SEL_QSP_1), 15298c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_13, SD0_DATA1), 15308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_13, IO2_B, SEL_QSP_1), 15318c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_14, SD0_DATA2), 15328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_14, IO3_B, SEL_QSP_1), 15338c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_15, SD0_DATA3), 15348c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_15, SSL_B, SEL_QSP_1), 15358c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_18_16, SD0_CD), 15368c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_18_16, MMC_D6_B, SEL_MMC_1), 15378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_18_16, SIM0_RST_B, SEL_SIM_1), 15388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_18_16, CAN0_RX_F, SEL_CAN0_5), 15398c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_18_16, SCIFA5_TXD_B, SEL_SCIFA5_1), 15408c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_18_16, TX3_C, SEL_SCIF3_2), 15418c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_21_19, SD0_WP), 15428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_21_19, MMC_D7_B, SEL_MMC_1), 15438c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_21_19, SIM0_D_B, SEL_SIM_1), 15448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_21_19, CAN0_TX_F, SEL_CAN0_5), 15458c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_21_19, SCIFA5_RXD_B, SEL_SCIFA5_1), 15468c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_21_19, RX3_C, SEL_SCIF3_2), 15478c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_22, SD1_CMD), 15488c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_22, REMOCON_B, SEL_RCN_1), 15498c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_24_23, SD1_DATA0), 15508c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_24_23, SPEEDIN_B, SEL_RSP_1), 15518c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_25, SD1_DATA1), 15528c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_25, IETX_B, SEL_IEB_1), 15538c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_26, SD1_DATA2), 15548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_26, IECLK_B, SEL_IEB_1), 15558c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_27, SD1_DATA3), 15568c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_27, IERX_B, SEL_IEB_1), 15578c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_30_28, SD1_CD), 15588c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_30_28, PWM0), 15598c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP13_30_28, TPU_TO0), 15608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP13_30_28, I2C1_SCL_C, SEL_I2C1_2), 15618c2ecf20Sopenharmony_ci 15628c2ecf20Sopenharmony_ci /* IPSR14 */ 15638c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_1_0, SD1_WP), 15648c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_1_0, PWM1_B), 15658c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_1_0, I2C1_SDA_C, SEL_I2C1_2), 15668c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_2, SD2_CLK), 15678c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_2, MMC_CLK), 15688c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_3, SD2_CMD), 15698c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_3, MMC_CMD), 15708c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_4, SD2_DATA0), 15718c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_4, MMC_D0), 15728c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_5, SD2_DATA1), 15738c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_5, MMC_D1), 15748c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_6, SD2_DATA2), 15758c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_6, MMC_D2), 15768c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_7, SD2_DATA3), 15778c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_7, MMC_D3), 15788c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_10_8, SD2_CD), 15798c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_10_8, MMC_D4), 15808c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_10_8, IIC1_SCL_C, SEL_IIC1_2), 15818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_10_8, TX5_B, SEL_SCIF5_1), 15828c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_10_8, SCIFA5_TXD_C, SEL_SCIFA5_2), 15838c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_13_11, SD2_WP), 15848c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_13_11, MMC_D5), 15858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_13_11, IIC1_SDA_C, SEL_IIC1_2), 15868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_13_11, RX5_B, SEL_SCIF5_1), 15878c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_13_11, SCIFA5_RXD_C, SEL_SCIFA5_2), 15888c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_16_14, MSIOF0_SCK, SEL_SOF0_0), 15898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_16_14, RX2_C, SEL_SCIF2_2), 15908c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_16_14, ADIDATA, SEL_RAD_0), 15918c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_16_14, VI1_CLK_C, SEL_VI1_2), 15928c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_16_14, VI1_G0_B), 15938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_19_17, MSIOF0_SYNC, SEL_SOF0_0), 15948c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_19_17, TX2_C, SEL_SCIF2_2), 15958c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_19_17, ADICS_SAMP, SEL_RAD_0), 15968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_19_17, VI1_CLKENB_C, SEL_VI1_2), 15978c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_19_17, VI1_G1_B), 15988c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_22_20, MSIOF0_TXD, SEL_SOF0_0), 15998c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_22_20, ADICLK, SEL_RAD_0), 16008c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_22_20, VI1_FIELD_C, SEL_VI1_2), 16018c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_22_20, VI1_G2_B), 16028c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_25_23, MSIOF0_RXD, SEL_SOF0_0), 16038c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_25_23, ADICHS0, SEL_RAD_0), 16048c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_25_23, VI1_DATA0_C, SEL_VI1_2), 16058c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_25_23, VI1_G3_B), 16068c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, MSIOF0_SS1, SEL_SOF0_0), 16078c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, MMC_D6, SEL_MMC_0), 16088c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, ADICHS1, SEL_RAD_0), 16098c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, TX0_E, SEL_SCIF0_4), 16108c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, VI1_HSYNC_N_C, SEL_VI1_2), 16118c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_28_26, IIC0_SCL_C, SEL_IIC0_2), 16128c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_28_26, VI1_G4_B), 16138c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, MSIOF0_SS2, SEL_SOF0_0), 16148c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, MMC_D7, SEL_MMC_0), 16158c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, ADICHS2, SEL_RAD_0), 16168c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, RX0_E, SEL_SCIF0_4), 16178c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, VI1_VSYNC_N_C, SEL_VI1_2), 16188c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP14_31_29, IIC0_SDA_C, SEL_IIC0_2), 16198c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP14_31_29, VI1_G5_B), 16208c2ecf20Sopenharmony_ci 16218c2ecf20Sopenharmony_ci /* IPSR15 */ 16228c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_1_0, SIM0_RST, SEL_SIM_0), 16238c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_1_0, IETX, SEL_IEB_0), 16248c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_1_0, CAN1_TX_D, SEL_CAN1_3), 16258c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_3_2, SIM0_CLK), 16268c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_3_2, IECLK, SEL_IEB_0), 16278c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_3_2, CAN_CLK_C, SEL_CANCLK_2), 16288c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_5_4, SIM0_D, SEL_SIM_0), 16298c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_5_4, IERX, SEL_IEB_0), 16308c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_5_4, CAN1_RX_D, SEL_CAN1_3), 16318c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_8_6, GPS_CLK, SEL_GPS_0), 16328c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_8_6, DU1_DOTCLKIN_C, SEL_DIS_2), 16338c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_8_6, AUDIO_CLKB_B, SEL_ADG_1), 16348c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_8_6, PWM5_B), 16358c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_8_6, SCIFA3_TXD_C, SEL_SCIFA3_2), 16368c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_11_9, GPS_SIGN, SEL_GPS_0), 16378c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_11_9, TX4_C, SEL_SCIF4_2), 16388c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_11_9, SCIFA4_TXD_C, SEL_SCIFA4_2), 16398c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_11_9, PWM5), 16408c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_11_9, VI1_G6_B), 16418c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_11_9, SCIFA3_RXD_C, SEL_SCIFA3_2), 16428c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_14_12, GPS_MAG, SEL_GPS_0), 16438c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_14_12, RX4_C, SEL_SCIF4_2), 16448c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_14_12, SCIFA4_RXD_C, SEL_SCIFA4_2), 16458c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_14_12, PWM6), 16468c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_14_12, VI1_G7_B), 16478c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_14_12, SCIFA3_SCK_C, SEL_SCIFA3_2), 16488c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_17_15, HCTS0_N, SEL_HSCIF0_0), 16498c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_17_15, SCIFB0_CTS_N, SEL_SCIFB_0), 16508c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_17_15, GLO_I0_C, SEL_GPS_2), 16518c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_17_15, TCLK1, SEL_TMU1_0), 16528c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_17_15, VI1_DATA1_C, SEL_VI1_2), 16538c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_20_18, HRTS0_N, SEL_HSCIF0_0), 16548c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_20_18, SCIFB0_RTS_N, SEL_SCIFB_0), 16558c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_20_18, GLO_I1_C, SEL_GPS_2), 16568c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_20_18, VI1_DATA2_C, SEL_VI1_2), 16578c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_23_21, HSCK0, SEL_HSCIF0_0), 16588c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_23_21, SCIFB0_SCK, SEL_SCIFB_0), 16598c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_23_21, GLO_Q0_C, SEL_GPS_2), 16608c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_23_21, CAN_CLK, SEL_CANCLK_0), 16618c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP15_23_21, TCLK2), 16628c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_23_21, VI1_DATA3_C, SEL_VI1_2), 16638c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_26_24, HRX0, SEL_HSCIF0_0), 16648c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_26_24, SCIFB0_RXD, SEL_SCIFB_0), 16658c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_26_24, GLO_Q1_C, SEL_GPS_2), 16668c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_26_24, CAN0_RX_B, SEL_CAN0_1), 16678c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_26_24, VI1_DATA4_C, SEL_VI1_2), 16688c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_29_27, HTX0, SEL_HSCIF0_0), 16698c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_29_27, SCIFB0_TXD, SEL_SCIFB_0), 16708c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_29_27, GLO_SCLK_C, SEL_GPS_2), 16718c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_29_27, CAN0_TX_B, SEL_CAN0_1), 16728c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP15_29_27, VI1_DATA5_C, SEL_VI1_2), 16738c2ecf20Sopenharmony_ci 16748c2ecf20Sopenharmony_ci /* IPSR16 */ 16758c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_2_0, HRX1, SEL_HSCIF1_0), 16768c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_2_0, SCIFB1_RXD, SEL_SCIFB1_0), 16778c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_2_0, VI1_R0_B), 16788c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_2_0, GLO_SDATA_C, SEL_GPS_2), 16798c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_2_0, VI1_DATA6_C, SEL_VI1_2), 16808c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_5_3, HTX1, SEL_HSCIF1_0), 16818c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_5_3, SCIFB1_TXD, SEL_SCIFB1_0), 16828c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_5_3, VI1_R1_B), 16838c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_5_3, GLO_SS_C, SEL_GPS_2), 16848c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_5_3, VI1_DATA7_C, SEL_VI1_2), 16858c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_7_6, HSCK1, SEL_HSCIF1_0), 16868c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_7_6, SCIFB1_SCK, SEL_SCIFB1_0), 16878c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_7_6, MLB_CLK), 16888c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_7_6, GLO_RFON_C, SEL_GPS_2), 16898c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_9_8, HCTS1_N, SEL_HSCIF1_0), 16908c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_9_8, SCIFB1_CTS_N), 16918c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_9_8, MLB_SIG), 16928c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_9_8, CAN1_TX_B, SEL_CAN1_1), 16938c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_11_10, HRTS1_N, SEL_HSCIF1_0), 16948c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_11_10, SCIFB1_RTS_N), 16958c2ecf20Sopenharmony_ci PINMUX_IPSR_GPSR(IP16_11_10, MLB_DAT), 16968c2ecf20Sopenharmony_ci PINMUX_IPSR_MSEL(IP16_11_10, CAN1_RX_B, SEL_CAN1_1), 16978c2ecf20Sopenharmony_ci}; 16988c2ecf20Sopenharmony_ci 16998c2ecf20Sopenharmony_cistatic const struct sh_pfc_pin pinmux_pins[] = { 17008c2ecf20Sopenharmony_ci PINMUX_GPIO_GP_ALL(), 17018c2ecf20Sopenharmony_ci}; 17028c2ecf20Sopenharmony_ci 17038c2ecf20Sopenharmony_ci/* - ADI -------------------------------------------------------------------- */ 17048c2ecf20Sopenharmony_cistatic const unsigned int adi_common_pins[] = { 17058c2ecf20Sopenharmony_ci /* ADIDATA, ADICS/SAMP, ADICLK */ 17068c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 24), RCAR_GP_PIN(6, 25), RCAR_GP_PIN(6, 26), 17078c2ecf20Sopenharmony_ci}; 17088c2ecf20Sopenharmony_cistatic const unsigned int adi_common_mux[] = { 17098c2ecf20Sopenharmony_ci /* ADIDATA, ADICS/SAMP, ADICLK */ 17108c2ecf20Sopenharmony_ci ADIDATA_MARK, ADICS_SAMP_MARK, ADICLK_MARK, 17118c2ecf20Sopenharmony_ci}; 17128c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel0_pins[] = { 17138c2ecf20Sopenharmony_ci /* ADICHS 0 */ 17148c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 27), 17158c2ecf20Sopenharmony_ci}; 17168c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel0_mux[] = { 17178c2ecf20Sopenharmony_ci /* ADICHS 0 */ 17188c2ecf20Sopenharmony_ci ADICHS0_MARK, 17198c2ecf20Sopenharmony_ci}; 17208c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel1_pins[] = { 17218c2ecf20Sopenharmony_ci /* ADICHS 1 */ 17228c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), 17238c2ecf20Sopenharmony_ci}; 17248c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel1_mux[] = { 17258c2ecf20Sopenharmony_ci /* ADICHS 1 */ 17268c2ecf20Sopenharmony_ci ADICHS1_MARK, 17278c2ecf20Sopenharmony_ci}; 17288c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel2_pins[] = { 17298c2ecf20Sopenharmony_ci /* ADICHS 2 */ 17308c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 29), 17318c2ecf20Sopenharmony_ci}; 17328c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel2_mux[] = { 17338c2ecf20Sopenharmony_ci /* ADICHS 2 */ 17348c2ecf20Sopenharmony_ci ADICHS2_MARK, 17358c2ecf20Sopenharmony_ci}; 17368c2ecf20Sopenharmony_cistatic const unsigned int adi_common_b_pins[] = { 17378c2ecf20Sopenharmony_ci /* ADIDATA B, ADICS/SAMP B, ADICLK B */ 17388c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 25), RCAR_GP_PIN(5, 26), RCAR_GP_PIN(5, 27), 17398c2ecf20Sopenharmony_ci}; 17408c2ecf20Sopenharmony_cistatic const unsigned int adi_common_b_mux[] = { 17418c2ecf20Sopenharmony_ci /* ADIDATA B, ADICS/SAMP B, ADICLK B */ 17428c2ecf20Sopenharmony_ci ADIDATA_B_MARK, ADICS_SAMP_B_MARK, ADICLK_B_MARK, 17438c2ecf20Sopenharmony_ci}; 17448c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel0_b_pins[] = { 17458c2ecf20Sopenharmony_ci /* ADICHS B 0 */ 17468c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 28), 17478c2ecf20Sopenharmony_ci}; 17488c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel0_b_mux[] = { 17498c2ecf20Sopenharmony_ci /* ADICHS B 0 */ 17508c2ecf20Sopenharmony_ci ADICHS0_B_MARK, 17518c2ecf20Sopenharmony_ci}; 17528c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel1_b_pins[] = { 17538c2ecf20Sopenharmony_ci /* ADICHS B 1 */ 17548c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 29), 17558c2ecf20Sopenharmony_ci}; 17568c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel1_b_mux[] = { 17578c2ecf20Sopenharmony_ci /* ADICHS B 1 */ 17588c2ecf20Sopenharmony_ci ADICHS1_B_MARK, 17598c2ecf20Sopenharmony_ci}; 17608c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel2_b_pins[] = { 17618c2ecf20Sopenharmony_ci /* ADICHS B 2 */ 17628c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 30), 17638c2ecf20Sopenharmony_ci}; 17648c2ecf20Sopenharmony_cistatic const unsigned int adi_chsel2_b_mux[] = { 17658c2ecf20Sopenharmony_ci /* ADICHS B 2 */ 17668c2ecf20Sopenharmony_ci ADICHS2_B_MARK, 17678c2ecf20Sopenharmony_ci}; 17688c2ecf20Sopenharmony_ci 17698c2ecf20Sopenharmony_ci/* - Audio Clock ------------------------------------------------------------ */ 17708c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_a_pins[] = { 17718c2ecf20Sopenharmony_ci /* CLK */ 17728c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 28), 17738c2ecf20Sopenharmony_ci}; 17748c2ecf20Sopenharmony_ci 17758c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_a_mux[] = { 17768c2ecf20Sopenharmony_ci AUDIO_CLKA_MARK, 17778c2ecf20Sopenharmony_ci}; 17788c2ecf20Sopenharmony_ci 17798c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_b_pins[] = { 17808c2ecf20Sopenharmony_ci /* CLK */ 17818c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 29), 17828c2ecf20Sopenharmony_ci}; 17838c2ecf20Sopenharmony_ci 17848c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_b_mux[] = { 17858c2ecf20Sopenharmony_ci AUDIO_CLKB_MARK, 17868c2ecf20Sopenharmony_ci}; 17878c2ecf20Sopenharmony_ci 17888c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_b_b_pins[] = { 17898c2ecf20Sopenharmony_ci /* CLK */ 17908c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 20), 17918c2ecf20Sopenharmony_ci}; 17928c2ecf20Sopenharmony_ci 17938c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_b_b_mux[] = { 17948c2ecf20Sopenharmony_ci AUDIO_CLKB_B_MARK, 17958c2ecf20Sopenharmony_ci}; 17968c2ecf20Sopenharmony_ci 17978c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_c_pins[] = { 17988c2ecf20Sopenharmony_ci /* CLK */ 17998c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 30), 18008c2ecf20Sopenharmony_ci}; 18018c2ecf20Sopenharmony_ci 18028c2ecf20Sopenharmony_cistatic const unsigned int audio_clk_c_mux[] = { 18038c2ecf20Sopenharmony_ci AUDIO_CLKC_MARK, 18048c2ecf20Sopenharmony_ci}; 18058c2ecf20Sopenharmony_ci 18068c2ecf20Sopenharmony_cistatic const unsigned int audio_clkout_pins[] = { 18078c2ecf20Sopenharmony_ci /* CLK */ 18088c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 31), 18098c2ecf20Sopenharmony_ci}; 18108c2ecf20Sopenharmony_ci 18118c2ecf20Sopenharmony_cistatic const unsigned int audio_clkout_mux[] = { 18128c2ecf20Sopenharmony_ci AUDIO_CLKOUT_MARK, 18138c2ecf20Sopenharmony_ci}; 18148c2ecf20Sopenharmony_ci 18158c2ecf20Sopenharmony_ci/* - AVB -------------------------------------------------------------------- */ 18168c2ecf20Sopenharmony_cistatic const unsigned int avb_link_pins[] = { 18178c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 14), 18188c2ecf20Sopenharmony_ci}; 18198c2ecf20Sopenharmony_cistatic const unsigned int avb_link_mux[] = { 18208c2ecf20Sopenharmony_ci AVB_LINK_MARK, 18218c2ecf20Sopenharmony_ci}; 18228c2ecf20Sopenharmony_cistatic const unsigned int avb_magic_pins[] = { 18238c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 11), 18248c2ecf20Sopenharmony_ci}; 18258c2ecf20Sopenharmony_cistatic const unsigned int avb_magic_mux[] = { 18268c2ecf20Sopenharmony_ci AVB_MAGIC_MARK, 18278c2ecf20Sopenharmony_ci}; 18288c2ecf20Sopenharmony_cistatic const unsigned int avb_phy_int_pins[] = { 18298c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 16), 18308c2ecf20Sopenharmony_ci}; 18318c2ecf20Sopenharmony_cistatic const unsigned int avb_phy_int_mux[] = { 18328c2ecf20Sopenharmony_ci AVB_PHY_INT_MARK, 18338c2ecf20Sopenharmony_ci}; 18348c2ecf20Sopenharmony_cistatic const unsigned int avb_mdio_pins[] = { 18358c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 12), RCAR_GP_PIN(5, 9), 18368c2ecf20Sopenharmony_ci}; 18378c2ecf20Sopenharmony_cistatic const unsigned int avb_mdio_mux[] = { 18388c2ecf20Sopenharmony_ci AVB_MDC_MARK, AVB_MDIO_MARK, 18398c2ecf20Sopenharmony_ci}; 18408c2ecf20Sopenharmony_cistatic const unsigned int avb_mii_pins[] = { 18418c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 18), RCAR_GP_PIN(5, 19), RCAR_GP_PIN(5, 20), 18428c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 21), 18438c2ecf20Sopenharmony_ci 18448c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 0), RCAR_GP_PIN(5, 1), RCAR_GP_PIN(5, 2), 18458c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 3), 18468c2ecf20Sopenharmony_ci 18478c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 8), RCAR_GP_PIN(5, 13), RCAR_GP_PIN(5, 10), 18488c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 15), RCAR_GP_PIN(5, 26), RCAR_GP_PIN(5, 27), 18498c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 28), RCAR_GP_PIN(5, 29), 18508c2ecf20Sopenharmony_ci}; 18518c2ecf20Sopenharmony_cistatic const unsigned int avb_mii_mux[] = { 18528c2ecf20Sopenharmony_ci AVB_TXD0_MARK, AVB_TXD1_MARK, AVB_TXD2_MARK, 18538c2ecf20Sopenharmony_ci AVB_TXD3_MARK, 18548c2ecf20Sopenharmony_ci 18558c2ecf20Sopenharmony_ci AVB_RXD0_MARK, AVB_RXD1_MARK, AVB_RXD2_MARK, 18568c2ecf20Sopenharmony_ci AVB_RXD3_MARK, 18578c2ecf20Sopenharmony_ci 18588c2ecf20Sopenharmony_ci AVB_RX_ER_MARK, AVB_RX_CLK_MARK, AVB_RX_DV_MARK, 18598c2ecf20Sopenharmony_ci AVB_CRS_MARK, AVB_TX_EN_MARK, AVB_TX_ER_MARK, 18608c2ecf20Sopenharmony_ci AVB_TX_CLK_MARK, AVB_COL_MARK, 18618c2ecf20Sopenharmony_ci}; 18628c2ecf20Sopenharmony_cistatic const unsigned int avb_gmii_pins[] = { 18638c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 18), RCAR_GP_PIN(5, 19), RCAR_GP_PIN(5, 20), 18648c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 21), RCAR_GP_PIN(5, 22), RCAR_GP_PIN(5, 23), 18658c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 24), RCAR_GP_PIN(5, 25), 18668c2ecf20Sopenharmony_ci 18678c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 0), RCAR_GP_PIN(5, 1), RCAR_GP_PIN(5, 2), 18688c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 3), RCAR_GP_PIN(5, 4), RCAR_GP_PIN(5, 5), 18698c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 6), RCAR_GP_PIN(5, 7), 18708c2ecf20Sopenharmony_ci 18718c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 8), RCAR_GP_PIN(5, 13), RCAR_GP_PIN(5, 10), 18728c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 15), RCAR_GP_PIN(5, 30), RCAR_GP_PIN(5, 17), 18738c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 26), RCAR_GP_PIN(5, 27), RCAR_GP_PIN(5, 28), 18748c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 29), 18758c2ecf20Sopenharmony_ci}; 18768c2ecf20Sopenharmony_cistatic const unsigned int avb_gmii_mux[] = { 18778c2ecf20Sopenharmony_ci AVB_TXD0_MARK, AVB_TXD1_MARK, AVB_TXD2_MARK, 18788c2ecf20Sopenharmony_ci AVB_TXD3_MARK, AVB_TXD4_MARK, AVB_TXD5_MARK, 18798c2ecf20Sopenharmony_ci AVB_TXD6_MARK, AVB_TXD7_MARK, 18808c2ecf20Sopenharmony_ci 18818c2ecf20Sopenharmony_ci AVB_RXD0_MARK, AVB_RXD1_MARK, AVB_RXD2_MARK, 18828c2ecf20Sopenharmony_ci AVB_RXD3_MARK, AVB_RXD4_MARK, AVB_RXD5_MARK, 18838c2ecf20Sopenharmony_ci AVB_RXD6_MARK, AVB_RXD7_MARK, 18848c2ecf20Sopenharmony_ci 18858c2ecf20Sopenharmony_ci AVB_RX_ER_MARK, AVB_RX_CLK_MARK, AVB_RX_DV_MARK, 18868c2ecf20Sopenharmony_ci AVB_CRS_MARK, AVB_GTX_CLK_MARK, AVB_GTXREFCLK_MARK, 18878c2ecf20Sopenharmony_ci AVB_TX_EN_MARK, AVB_TX_ER_MARK, AVB_TX_CLK_MARK, 18888c2ecf20Sopenharmony_ci AVB_COL_MARK, 18898c2ecf20Sopenharmony_ci}; 18908c2ecf20Sopenharmony_ci 18918c2ecf20Sopenharmony_ci/* - CAN -------------------------------------------------------------------- */ 18928c2ecf20Sopenharmony_ci 18938c2ecf20Sopenharmony_cistatic const unsigned int can0_data_pins[] = { 18948c2ecf20Sopenharmony_ci /* TX, RX */ 18958c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 26), RCAR_GP_PIN(3, 29), 18968c2ecf20Sopenharmony_ci}; 18978c2ecf20Sopenharmony_ci 18988c2ecf20Sopenharmony_cistatic const unsigned int can0_data_mux[] = { 18998c2ecf20Sopenharmony_ci CAN0_TX_MARK, CAN0_RX_MARK, 19008c2ecf20Sopenharmony_ci}; 19018c2ecf20Sopenharmony_ci 19028c2ecf20Sopenharmony_cistatic const unsigned int can0_data_b_pins[] = { 19038c2ecf20Sopenharmony_ci /* TX, RX */ 19048c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 4), RCAR_GP_PIN(7, 3), 19058c2ecf20Sopenharmony_ci}; 19068c2ecf20Sopenharmony_ci 19078c2ecf20Sopenharmony_cistatic const unsigned int can0_data_b_mux[] = { 19088c2ecf20Sopenharmony_ci CAN0_TX_B_MARK, CAN0_RX_B_MARK, 19098c2ecf20Sopenharmony_ci}; 19108c2ecf20Sopenharmony_ci 19118c2ecf20Sopenharmony_cistatic const unsigned int can0_data_c_pins[] = { 19128c2ecf20Sopenharmony_ci /* TX, RX */ 19138c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 17), RCAR_GP_PIN(5, 18), 19148c2ecf20Sopenharmony_ci}; 19158c2ecf20Sopenharmony_ci 19168c2ecf20Sopenharmony_cistatic const unsigned int can0_data_c_mux[] = { 19178c2ecf20Sopenharmony_ci CAN0_TX_C_MARK, CAN0_RX_C_MARK, 19188c2ecf20Sopenharmony_ci}; 19198c2ecf20Sopenharmony_ci 19208c2ecf20Sopenharmony_cistatic const unsigned int can0_data_d_pins[] = { 19218c2ecf20Sopenharmony_ci /* TX, RX */ 19228c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 26), RCAR_GP_PIN(2, 27), 19238c2ecf20Sopenharmony_ci}; 19248c2ecf20Sopenharmony_ci 19258c2ecf20Sopenharmony_cistatic const unsigned int can0_data_d_mux[] = { 19268c2ecf20Sopenharmony_ci CAN0_TX_D_MARK, CAN0_RX_D_MARK, 19278c2ecf20Sopenharmony_ci}; 19288c2ecf20Sopenharmony_ci 19298c2ecf20Sopenharmony_cistatic const unsigned int can0_data_e_pins[] = { 19308c2ecf20Sopenharmony_ci /* TX, RX */ 19318c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 18), RCAR_GP_PIN(4, 28), 19328c2ecf20Sopenharmony_ci}; 19338c2ecf20Sopenharmony_ci 19348c2ecf20Sopenharmony_cistatic const unsigned int can0_data_e_mux[] = { 19358c2ecf20Sopenharmony_ci CAN0_TX_E_MARK, CAN0_RX_E_MARK, 19368c2ecf20Sopenharmony_ci}; 19378c2ecf20Sopenharmony_ci 19388c2ecf20Sopenharmony_cistatic const unsigned int can0_data_f_pins[] = { 19398c2ecf20Sopenharmony_ci /* TX, RX */ 19408c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 7), RCAR_GP_PIN(6, 6), 19418c2ecf20Sopenharmony_ci}; 19428c2ecf20Sopenharmony_ci 19438c2ecf20Sopenharmony_cistatic const unsigned int can0_data_f_mux[] = { 19448c2ecf20Sopenharmony_ci CAN0_TX_F_MARK, CAN0_RX_F_MARK, 19458c2ecf20Sopenharmony_ci}; 19468c2ecf20Sopenharmony_ci 19478c2ecf20Sopenharmony_cistatic const unsigned int can1_data_pins[] = { 19488c2ecf20Sopenharmony_ci /* TX, RX */ 19498c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 21), RCAR_GP_PIN(3, 20), 19508c2ecf20Sopenharmony_ci}; 19518c2ecf20Sopenharmony_ci 19528c2ecf20Sopenharmony_cistatic const unsigned int can1_data_mux[] = { 19538c2ecf20Sopenharmony_ci CAN1_TX_MARK, CAN1_RX_MARK, 19548c2ecf20Sopenharmony_ci}; 19558c2ecf20Sopenharmony_ci 19568c2ecf20Sopenharmony_cistatic const unsigned int can1_data_b_pins[] = { 19578c2ecf20Sopenharmony_ci /* TX, RX */ 19588c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 8), RCAR_GP_PIN(7, 9), 19598c2ecf20Sopenharmony_ci}; 19608c2ecf20Sopenharmony_ci 19618c2ecf20Sopenharmony_cistatic const unsigned int can1_data_b_mux[] = { 19628c2ecf20Sopenharmony_ci CAN1_TX_B_MARK, CAN1_RX_B_MARK, 19638c2ecf20Sopenharmony_ci}; 19648c2ecf20Sopenharmony_ci 19658c2ecf20Sopenharmony_cistatic const unsigned int can1_data_c_pins[] = { 19668c2ecf20Sopenharmony_ci /* TX, RX */ 19678c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 20), RCAR_GP_PIN(5, 19), 19688c2ecf20Sopenharmony_ci}; 19698c2ecf20Sopenharmony_ci 19708c2ecf20Sopenharmony_cistatic const unsigned int can1_data_c_mux[] = { 19718c2ecf20Sopenharmony_ci CAN1_TX_C_MARK, CAN1_RX_C_MARK, 19728c2ecf20Sopenharmony_ci}; 19738c2ecf20Sopenharmony_ci 19748c2ecf20Sopenharmony_cistatic const unsigned int can1_data_d_pins[] = { 19758c2ecf20Sopenharmony_ci /* TX, RX */ 19768c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 29), RCAR_GP_PIN(4, 31), 19778c2ecf20Sopenharmony_ci}; 19788c2ecf20Sopenharmony_ci 19798c2ecf20Sopenharmony_cistatic const unsigned int can1_data_d_mux[] = { 19808c2ecf20Sopenharmony_ci CAN1_TX_D_MARK, CAN1_RX_D_MARK, 19818c2ecf20Sopenharmony_ci}; 19828c2ecf20Sopenharmony_ci 19838c2ecf20Sopenharmony_cistatic const unsigned int can_clk_pins[] = { 19848c2ecf20Sopenharmony_ci /* CLK */ 19858c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 2), 19868c2ecf20Sopenharmony_ci}; 19878c2ecf20Sopenharmony_ci 19888c2ecf20Sopenharmony_cistatic const unsigned int can_clk_mux[] = { 19898c2ecf20Sopenharmony_ci CAN_CLK_MARK, 19908c2ecf20Sopenharmony_ci}; 19918c2ecf20Sopenharmony_ci 19928c2ecf20Sopenharmony_cistatic const unsigned int can_clk_b_pins[] = { 19938c2ecf20Sopenharmony_ci /* CLK */ 19948c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 21), 19958c2ecf20Sopenharmony_ci}; 19968c2ecf20Sopenharmony_ci 19978c2ecf20Sopenharmony_cistatic const unsigned int can_clk_b_mux[] = { 19988c2ecf20Sopenharmony_ci CAN_CLK_B_MARK, 19998c2ecf20Sopenharmony_ci}; 20008c2ecf20Sopenharmony_ci 20018c2ecf20Sopenharmony_cistatic const unsigned int can_clk_c_pins[] = { 20028c2ecf20Sopenharmony_ci /* CLK */ 20038c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 30), 20048c2ecf20Sopenharmony_ci}; 20058c2ecf20Sopenharmony_ci 20068c2ecf20Sopenharmony_cistatic const unsigned int can_clk_c_mux[] = { 20078c2ecf20Sopenharmony_ci CAN_CLK_C_MARK, 20088c2ecf20Sopenharmony_ci}; 20098c2ecf20Sopenharmony_ci 20108c2ecf20Sopenharmony_cistatic const unsigned int can_clk_d_pins[] = { 20118c2ecf20Sopenharmony_ci /* CLK */ 20128c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 19), 20138c2ecf20Sopenharmony_ci}; 20148c2ecf20Sopenharmony_ci 20158c2ecf20Sopenharmony_cistatic const unsigned int can_clk_d_mux[] = { 20168c2ecf20Sopenharmony_ci CAN_CLK_D_MARK, 20178c2ecf20Sopenharmony_ci}; 20188c2ecf20Sopenharmony_ci 20198c2ecf20Sopenharmony_ci/* - DU --------------------------------------------------------------------- */ 20208c2ecf20Sopenharmony_cistatic const unsigned int du_rgb666_pins[] = { 20218c2ecf20Sopenharmony_ci /* R[7:2], G[7:2], B[7:2] */ 20228c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 7), RCAR_GP_PIN(3, 6), RCAR_GP_PIN(3, 5), 20238c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 3), RCAR_GP_PIN(3, 2), 20248c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 15), RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 13), 20258c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 11), RCAR_GP_PIN(3, 10), 20268c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 23), RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 21), 20278c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 20), RCAR_GP_PIN(3, 19), RCAR_GP_PIN(3, 18), 20288c2ecf20Sopenharmony_ci}; 20298c2ecf20Sopenharmony_cistatic const unsigned int du_rgb666_mux[] = { 20308c2ecf20Sopenharmony_ci DU1_DR7_MARK, DU1_DR6_MARK, DU1_DR5_MARK, DU1_DR4_MARK, 20318c2ecf20Sopenharmony_ci DU1_DR3_MARK, DU1_DR2_MARK, 20328c2ecf20Sopenharmony_ci DU1_DG7_MARK, DU1_DG6_MARK, DU1_DG5_MARK, DU1_DG4_MARK, 20338c2ecf20Sopenharmony_ci DU1_DG3_MARK, DU1_DG2_MARK, 20348c2ecf20Sopenharmony_ci DU1_DB7_MARK, DU1_DB6_MARK, DU1_DB5_MARK, DU1_DB4_MARK, 20358c2ecf20Sopenharmony_ci DU1_DB3_MARK, DU1_DB2_MARK, 20368c2ecf20Sopenharmony_ci}; 20378c2ecf20Sopenharmony_cistatic const unsigned int du_rgb888_pins[] = { 20388c2ecf20Sopenharmony_ci /* R[7:0], G[7:0], B[7:0] */ 20398c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 7), RCAR_GP_PIN(3, 6), RCAR_GP_PIN(3, 5), 20408c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 3), RCAR_GP_PIN(3, 2), 20418c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 1), RCAR_GP_PIN(3, 0), 20428c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 15), RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 13), 20438c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 11), RCAR_GP_PIN(3, 10), 20448c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 9), RCAR_GP_PIN(3, 8), 20458c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 23), RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 21), 20468c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 20), RCAR_GP_PIN(3, 19), RCAR_GP_PIN(3, 18), 20478c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 17), RCAR_GP_PIN(3, 16), 20488c2ecf20Sopenharmony_ci}; 20498c2ecf20Sopenharmony_cistatic const unsigned int du_rgb888_mux[] = { 20508c2ecf20Sopenharmony_ci DU1_DR7_MARK, DU1_DR6_MARK, DU1_DR5_MARK, DU1_DR4_MARK, 20518c2ecf20Sopenharmony_ci DU1_DR3_MARK, DU1_DR2_MARK, DU1_DR1_MARK, DU1_DR0_MARK, 20528c2ecf20Sopenharmony_ci DU1_DG7_MARK, DU1_DG6_MARK, DU1_DG5_MARK, DU1_DG4_MARK, 20538c2ecf20Sopenharmony_ci DU1_DG3_MARK, DU1_DG2_MARK, DU1_DG1_MARK, DU1_DG0_MARK, 20548c2ecf20Sopenharmony_ci DU1_DB7_MARK, DU1_DB6_MARK, DU1_DB5_MARK, DU1_DB4_MARK, 20558c2ecf20Sopenharmony_ci DU1_DB3_MARK, DU1_DB2_MARK, DU1_DB1_MARK, DU1_DB0_MARK, 20568c2ecf20Sopenharmony_ci}; 20578c2ecf20Sopenharmony_cistatic const unsigned int du_clk_out_0_pins[] = { 20588c2ecf20Sopenharmony_ci /* CLKOUT */ 20598c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 25), 20608c2ecf20Sopenharmony_ci}; 20618c2ecf20Sopenharmony_cistatic const unsigned int du_clk_out_0_mux[] = { 20628c2ecf20Sopenharmony_ci DU1_DOTCLKOUT0_MARK 20638c2ecf20Sopenharmony_ci}; 20648c2ecf20Sopenharmony_cistatic const unsigned int du_clk_out_1_pins[] = { 20658c2ecf20Sopenharmony_ci /* CLKOUT */ 20668c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 26), 20678c2ecf20Sopenharmony_ci}; 20688c2ecf20Sopenharmony_cistatic const unsigned int du_clk_out_1_mux[] = { 20698c2ecf20Sopenharmony_ci DU1_DOTCLKOUT1_MARK 20708c2ecf20Sopenharmony_ci}; 20718c2ecf20Sopenharmony_cistatic const unsigned int du_sync_pins[] = { 20728c2ecf20Sopenharmony_ci /* EXVSYNC/VSYNC, EXHSYNC/HSYNC */ 20738c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 28), RCAR_GP_PIN(3, 27), 20748c2ecf20Sopenharmony_ci}; 20758c2ecf20Sopenharmony_cistatic const unsigned int du_sync_mux[] = { 20768c2ecf20Sopenharmony_ci DU1_EXVSYNC_DU1_VSYNC_MARK, DU1_EXHSYNC_DU1_HSYNC_MARK 20778c2ecf20Sopenharmony_ci}; 20788c2ecf20Sopenharmony_cistatic const unsigned int du_oddf_pins[] = { 20798c2ecf20Sopenharmony_ci /* EXDISP/EXODDF/EXCDE */ 20808c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 29), 20818c2ecf20Sopenharmony_ci}; 20828c2ecf20Sopenharmony_cistatic const unsigned int du_oddf_mux[] = { 20838c2ecf20Sopenharmony_ci DU1_EXODDF_DU1_ODDF_DISP_CDE_MARK, 20848c2ecf20Sopenharmony_ci}; 20858c2ecf20Sopenharmony_cistatic const unsigned int du_cde_pins[] = { 20868c2ecf20Sopenharmony_ci /* CDE */ 20878c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 31), 20888c2ecf20Sopenharmony_ci}; 20898c2ecf20Sopenharmony_cistatic const unsigned int du_cde_mux[] = { 20908c2ecf20Sopenharmony_ci DU1_CDE_MARK, 20918c2ecf20Sopenharmony_ci}; 20928c2ecf20Sopenharmony_cistatic const unsigned int du_disp_pins[] = { 20938c2ecf20Sopenharmony_ci /* DISP */ 20948c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 30), 20958c2ecf20Sopenharmony_ci}; 20968c2ecf20Sopenharmony_cistatic const unsigned int du_disp_mux[] = { 20978c2ecf20Sopenharmony_ci DU1_DISP_MARK, 20988c2ecf20Sopenharmony_ci}; 20998c2ecf20Sopenharmony_cistatic const unsigned int du0_clk_in_pins[] = { 21008c2ecf20Sopenharmony_ci /* CLKIN */ 21018c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 31), 21028c2ecf20Sopenharmony_ci}; 21038c2ecf20Sopenharmony_cistatic const unsigned int du0_clk_in_mux[] = { 21048c2ecf20Sopenharmony_ci DU0_DOTCLKIN_MARK 21058c2ecf20Sopenharmony_ci}; 21068c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_pins[] = { 21078c2ecf20Sopenharmony_ci /* CLKIN */ 21088c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 24), 21098c2ecf20Sopenharmony_ci}; 21108c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_mux[] = { 21118c2ecf20Sopenharmony_ci DU1_DOTCLKIN_MARK 21128c2ecf20Sopenharmony_ci}; 21138c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_b_pins[] = { 21148c2ecf20Sopenharmony_ci /* CLKIN */ 21158c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 19), 21168c2ecf20Sopenharmony_ci}; 21178c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_b_mux[] = { 21188c2ecf20Sopenharmony_ci DU1_DOTCLKIN_B_MARK, 21198c2ecf20Sopenharmony_ci}; 21208c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_c_pins[] = { 21218c2ecf20Sopenharmony_ci /* CLKIN */ 21228c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 20), 21238c2ecf20Sopenharmony_ci}; 21248c2ecf20Sopenharmony_cistatic const unsigned int du1_clk_in_c_mux[] = { 21258c2ecf20Sopenharmony_ci DU1_DOTCLKIN_C_MARK, 21268c2ecf20Sopenharmony_ci}; 21278c2ecf20Sopenharmony_ci/* - ETH -------------------------------------------------------------------- */ 21288c2ecf20Sopenharmony_cistatic const unsigned int eth_link_pins[] = { 21298c2ecf20Sopenharmony_ci /* LINK */ 21308c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 18), 21318c2ecf20Sopenharmony_ci}; 21328c2ecf20Sopenharmony_cistatic const unsigned int eth_link_mux[] = { 21338c2ecf20Sopenharmony_ci ETH_LINK_MARK, 21348c2ecf20Sopenharmony_ci}; 21358c2ecf20Sopenharmony_cistatic const unsigned int eth_magic_pins[] = { 21368c2ecf20Sopenharmony_ci /* MAGIC */ 21378c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 22), 21388c2ecf20Sopenharmony_ci}; 21398c2ecf20Sopenharmony_cistatic const unsigned int eth_magic_mux[] = { 21408c2ecf20Sopenharmony_ci ETH_MAGIC_MARK, 21418c2ecf20Sopenharmony_ci}; 21428c2ecf20Sopenharmony_cistatic const unsigned int eth_mdio_pins[] = { 21438c2ecf20Sopenharmony_ci /* MDC, MDIO */ 21448c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 24), RCAR_GP_PIN(5, 13), 21458c2ecf20Sopenharmony_ci}; 21468c2ecf20Sopenharmony_cistatic const unsigned int eth_mdio_mux[] = { 21478c2ecf20Sopenharmony_ci ETH_MDC_MARK, ETH_MDIO_MARK, 21488c2ecf20Sopenharmony_ci}; 21498c2ecf20Sopenharmony_cistatic const unsigned int eth_rmii_pins[] = { 21508c2ecf20Sopenharmony_ci /* RXD[0:1], RX_ER, CRS_DV, TXD[0:1], TX_EN, REF_CLK */ 21518c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 16), RCAR_GP_PIN(5, 17), RCAR_GP_PIN(5, 15), 21528c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 14), RCAR_GP_PIN(5, 23), RCAR_GP_PIN(5, 20), 21538c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 21), RCAR_GP_PIN(5, 19), 21548c2ecf20Sopenharmony_ci}; 21558c2ecf20Sopenharmony_cistatic const unsigned int eth_rmii_mux[] = { 21568c2ecf20Sopenharmony_ci ETH_RXD0_MARK, ETH_RXD1_MARK, ETH_RX_ER_MARK, ETH_CRS_DV_MARK, 21578c2ecf20Sopenharmony_ci ETH_TXD0_MARK, ETH_TXD1_MARK, ETH_TX_EN_MARK, ETH_REFCLK_MARK, 21588c2ecf20Sopenharmony_ci}; 21598c2ecf20Sopenharmony_ci 21608c2ecf20Sopenharmony_ci/* - HSCIF0 ----------------------------------------------------------------- */ 21618c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_pins[] = { 21628c2ecf20Sopenharmony_ci /* RX, TX */ 21638c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 3), RCAR_GP_PIN(7, 4), 21648c2ecf20Sopenharmony_ci}; 21658c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_mux[] = { 21668c2ecf20Sopenharmony_ci HRX0_MARK, HTX0_MARK, 21678c2ecf20Sopenharmony_ci}; 21688c2ecf20Sopenharmony_cistatic const unsigned int hscif0_clk_pins[] = { 21698c2ecf20Sopenharmony_ci /* SCK */ 21708c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 2), 21718c2ecf20Sopenharmony_ci}; 21728c2ecf20Sopenharmony_cistatic const unsigned int hscif0_clk_mux[] = { 21738c2ecf20Sopenharmony_ci HSCK0_MARK, 21748c2ecf20Sopenharmony_ci}; 21758c2ecf20Sopenharmony_cistatic const unsigned int hscif0_ctrl_pins[] = { 21768c2ecf20Sopenharmony_ci /* RTS, CTS */ 21778c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 1), RCAR_GP_PIN(7, 0), 21788c2ecf20Sopenharmony_ci}; 21798c2ecf20Sopenharmony_cistatic const unsigned int hscif0_ctrl_mux[] = { 21808c2ecf20Sopenharmony_ci HRTS0_N_MARK, HCTS0_N_MARK, 21818c2ecf20Sopenharmony_ci}; 21828c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_b_pins[] = { 21838c2ecf20Sopenharmony_ci /* RX, TX */ 21848c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 15), 21858c2ecf20Sopenharmony_ci}; 21868c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_b_mux[] = { 21878c2ecf20Sopenharmony_ci HRX0_B_MARK, HTX0_B_MARK, 21888c2ecf20Sopenharmony_ci}; 21898c2ecf20Sopenharmony_cistatic const unsigned int hscif0_ctrl_b_pins[] = { 21908c2ecf20Sopenharmony_ci /* RTS, CTS */ 21918c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 13), 21928c2ecf20Sopenharmony_ci}; 21938c2ecf20Sopenharmony_cistatic const unsigned int hscif0_ctrl_b_mux[] = { 21948c2ecf20Sopenharmony_ci HRTS0_N_B_MARK, HCTS0_N_B_MARK, 21958c2ecf20Sopenharmony_ci}; 21968c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_c_pins[] = { 21978c2ecf20Sopenharmony_ci /* RX, TX */ 21988c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 0), RCAR_GP_PIN(2, 1), 21998c2ecf20Sopenharmony_ci}; 22008c2ecf20Sopenharmony_cistatic const unsigned int hscif0_data_c_mux[] = { 22018c2ecf20Sopenharmony_ci HRX0_C_MARK, HTX0_C_MARK, 22028c2ecf20Sopenharmony_ci}; 22038c2ecf20Sopenharmony_cistatic const unsigned int hscif0_clk_c_pins[] = { 22048c2ecf20Sopenharmony_ci /* SCK */ 22058c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 31), 22068c2ecf20Sopenharmony_ci}; 22078c2ecf20Sopenharmony_cistatic const unsigned int hscif0_clk_c_mux[] = { 22088c2ecf20Sopenharmony_ci HSCK0_C_MARK, 22098c2ecf20Sopenharmony_ci}; 22108c2ecf20Sopenharmony_ci/* - HSCIF1 ----------------------------------------------------------------- */ 22118c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_pins[] = { 22128c2ecf20Sopenharmony_ci /* RX, TX */ 22138c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 5), RCAR_GP_PIN(7, 6), 22148c2ecf20Sopenharmony_ci}; 22158c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_mux[] = { 22168c2ecf20Sopenharmony_ci HRX1_MARK, HTX1_MARK, 22178c2ecf20Sopenharmony_ci}; 22188c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_pins[] = { 22198c2ecf20Sopenharmony_ci /* SCK */ 22208c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 7), 22218c2ecf20Sopenharmony_ci}; 22228c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_mux[] = { 22238c2ecf20Sopenharmony_ci HSCK1_MARK, 22248c2ecf20Sopenharmony_ci}; 22258c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_pins[] = { 22268c2ecf20Sopenharmony_ci /* RTS, CTS */ 22278c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 9), RCAR_GP_PIN(7, 8), 22288c2ecf20Sopenharmony_ci}; 22298c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_mux[] = { 22308c2ecf20Sopenharmony_ci HRTS1_N_MARK, HCTS1_N_MARK, 22318c2ecf20Sopenharmony_ci}; 22328c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_b_pins[] = { 22338c2ecf20Sopenharmony_ci /* RX, TX */ 22348c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 18), 22358c2ecf20Sopenharmony_ci}; 22368c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_b_mux[] = { 22378c2ecf20Sopenharmony_ci HRX1_B_MARK, HTX1_B_MARK, 22388c2ecf20Sopenharmony_ci}; 22398c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_c_pins[] = { 22408c2ecf20Sopenharmony_ci /* RX, TX */ 22418c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 14), RCAR_GP_PIN(7, 15), 22428c2ecf20Sopenharmony_ci}; 22438c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_c_mux[] = { 22448c2ecf20Sopenharmony_ci HRX1_C_MARK, HTX1_C_MARK, 22458c2ecf20Sopenharmony_ci}; 22468c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_c_pins[] = { 22478c2ecf20Sopenharmony_ci /* SCK */ 22488c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 16), 22498c2ecf20Sopenharmony_ci}; 22508c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_c_mux[] = { 22518c2ecf20Sopenharmony_ci HSCK1_C_MARK, 22528c2ecf20Sopenharmony_ci}; 22538c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_c_pins[] = { 22548c2ecf20Sopenharmony_ci /* RTS, CTS */ 22558c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 18), RCAR_GP_PIN(7, 17), 22568c2ecf20Sopenharmony_ci}; 22578c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_c_mux[] = { 22588c2ecf20Sopenharmony_ci HRTS1_N_C_MARK, HCTS1_N_C_MARK, 22598c2ecf20Sopenharmony_ci}; 22608c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_d_pins[] = { 22618c2ecf20Sopenharmony_ci /* RX, TX */ 22628c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 28), RCAR_GP_PIN(4, 18), 22638c2ecf20Sopenharmony_ci}; 22648c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_d_mux[] = { 22658c2ecf20Sopenharmony_ci HRX1_D_MARK, HTX1_D_MARK, 22668c2ecf20Sopenharmony_ci}; 22678c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_e_pins[] = { 22688c2ecf20Sopenharmony_ci /* RX, TX */ 22698c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 14), RCAR_GP_PIN(7, 15), 22708c2ecf20Sopenharmony_ci}; 22718c2ecf20Sopenharmony_cistatic const unsigned int hscif1_data_e_mux[] = { 22728c2ecf20Sopenharmony_ci HRX1_C_MARK, HTX1_C_MARK, 22738c2ecf20Sopenharmony_ci}; 22748c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_e_pins[] = { 22758c2ecf20Sopenharmony_ci /* SCK */ 22768c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 6), 22778c2ecf20Sopenharmony_ci}; 22788c2ecf20Sopenharmony_cistatic const unsigned int hscif1_clk_e_mux[] = { 22798c2ecf20Sopenharmony_ci HSCK1_E_MARK, 22808c2ecf20Sopenharmony_ci}; 22818c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_e_pins[] = { 22828c2ecf20Sopenharmony_ci /* RTS, CTS */ 22838c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 8), RCAR_GP_PIN(2, 7), 22848c2ecf20Sopenharmony_ci}; 22858c2ecf20Sopenharmony_cistatic const unsigned int hscif1_ctrl_e_mux[] = { 22868c2ecf20Sopenharmony_ci HRTS1_N_E_MARK, HCTS1_N_E_MARK, 22878c2ecf20Sopenharmony_ci}; 22888c2ecf20Sopenharmony_ci/* - HSCIF2 ----------------------------------------------------------------- */ 22898c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_pins[] = { 22908c2ecf20Sopenharmony_ci /* RX, TX */ 22918c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 16), RCAR_GP_PIN(4, 17), 22928c2ecf20Sopenharmony_ci}; 22938c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_mux[] = { 22948c2ecf20Sopenharmony_ci HRX2_MARK, HTX2_MARK, 22958c2ecf20Sopenharmony_ci}; 22968c2ecf20Sopenharmony_cistatic const unsigned int hscif2_clk_pins[] = { 22978c2ecf20Sopenharmony_ci /* SCK */ 22988c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), 22998c2ecf20Sopenharmony_ci}; 23008c2ecf20Sopenharmony_cistatic const unsigned int hscif2_clk_mux[] = { 23018c2ecf20Sopenharmony_ci HSCK2_MARK, 23028c2ecf20Sopenharmony_ci}; 23038c2ecf20Sopenharmony_cistatic const unsigned int hscif2_ctrl_pins[] = { 23048c2ecf20Sopenharmony_ci /* RTS, CTS */ 23058c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 14), RCAR_GP_PIN(4, 13), 23068c2ecf20Sopenharmony_ci}; 23078c2ecf20Sopenharmony_cistatic const unsigned int hscif2_ctrl_mux[] = { 23088c2ecf20Sopenharmony_ci HRTS2_N_MARK, HCTS2_N_MARK, 23098c2ecf20Sopenharmony_ci}; 23108c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_b_pins[] = { 23118c2ecf20Sopenharmony_ci /* RX, TX */ 23128c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 20), RCAR_GP_PIN(1, 22), 23138c2ecf20Sopenharmony_ci}; 23148c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_b_mux[] = { 23158c2ecf20Sopenharmony_ci HRX2_B_MARK, HTX2_B_MARK, 23168c2ecf20Sopenharmony_ci}; 23178c2ecf20Sopenharmony_cistatic const unsigned int hscif2_ctrl_b_pins[] = { 23188c2ecf20Sopenharmony_ci /* RTS, CTS */ 23198c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 23), RCAR_GP_PIN(1, 21), 23208c2ecf20Sopenharmony_ci}; 23218c2ecf20Sopenharmony_cistatic const unsigned int hscif2_ctrl_b_mux[] = { 23228c2ecf20Sopenharmony_ci HRTS2_N_B_MARK, HCTS2_N_B_MARK, 23238c2ecf20Sopenharmony_ci}; 23248c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_c_pins[] = { 23258c2ecf20Sopenharmony_ci /* RX, TX */ 23268c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 0), RCAR_GP_PIN(2, 1), 23278c2ecf20Sopenharmony_ci}; 23288c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_c_mux[] = { 23298c2ecf20Sopenharmony_ci HRX2_C_MARK, HTX2_C_MARK, 23308c2ecf20Sopenharmony_ci}; 23318c2ecf20Sopenharmony_cistatic const unsigned int hscif2_clk_c_pins[] = { 23328c2ecf20Sopenharmony_ci /* SCK */ 23338c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 31), 23348c2ecf20Sopenharmony_ci}; 23358c2ecf20Sopenharmony_cistatic const unsigned int hscif2_clk_c_mux[] = { 23368c2ecf20Sopenharmony_ci HSCK2_C_MARK, 23378c2ecf20Sopenharmony_ci}; 23388c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_d_pins[] = { 23398c2ecf20Sopenharmony_ci /* RX, TX */ 23408c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 20), RCAR_GP_PIN(5, 31), 23418c2ecf20Sopenharmony_ci}; 23428c2ecf20Sopenharmony_cistatic const unsigned int hscif2_data_d_mux[] = { 23438c2ecf20Sopenharmony_ci HRX2_B_MARK, HTX2_D_MARK, 23448c2ecf20Sopenharmony_ci}; 23458c2ecf20Sopenharmony_ci/* - I2C0 ------------------------------------------------------------------- */ 23468c2ecf20Sopenharmony_cistatic const unsigned int i2c0_pins[] = { 23478c2ecf20Sopenharmony_ci /* SCL, SDA */ 23488c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25), 23498c2ecf20Sopenharmony_ci}; 23508c2ecf20Sopenharmony_cistatic const unsigned int i2c0_mux[] = { 23518c2ecf20Sopenharmony_ci I2C0_SCL_MARK, I2C0_SDA_MARK, 23528c2ecf20Sopenharmony_ci}; 23538c2ecf20Sopenharmony_cistatic const unsigned int i2c0_b_pins[] = { 23548c2ecf20Sopenharmony_ci /* SCL, SDA */ 23558c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 3), 23568c2ecf20Sopenharmony_ci}; 23578c2ecf20Sopenharmony_cistatic const unsigned int i2c0_b_mux[] = { 23588c2ecf20Sopenharmony_ci I2C0_SCL_B_MARK, I2C0_SDA_B_MARK, 23598c2ecf20Sopenharmony_ci}; 23608c2ecf20Sopenharmony_cistatic const unsigned int i2c0_c_pins[] = { 23618c2ecf20Sopenharmony_ci /* SCL, SDA */ 23628c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 16), RCAR_GP_PIN(1, 1), 23638c2ecf20Sopenharmony_ci}; 23648c2ecf20Sopenharmony_cistatic const unsigned int i2c0_c_mux[] = { 23658c2ecf20Sopenharmony_ci I2C0_SCL_C_MARK, I2C0_SDA_C_MARK, 23668c2ecf20Sopenharmony_ci}; 23678c2ecf20Sopenharmony_ci/* - I2C1 ------------------------------------------------------------------- */ 23688c2ecf20Sopenharmony_cistatic const unsigned int i2c1_pins[] = { 23698c2ecf20Sopenharmony_ci /* SCL, SDA */ 23708c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 10), RCAR_GP_PIN(1, 11), 23718c2ecf20Sopenharmony_ci}; 23728c2ecf20Sopenharmony_cistatic const unsigned int i2c1_mux[] = { 23738c2ecf20Sopenharmony_ci I2C1_SCL_MARK, I2C1_SDA_MARK, 23748c2ecf20Sopenharmony_ci}; 23758c2ecf20Sopenharmony_cistatic const unsigned int i2c1_b_pins[] = { 23768c2ecf20Sopenharmony_ci /* SCL, SDA */ 23778c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 5), 23788c2ecf20Sopenharmony_ci}; 23798c2ecf20Sopenharmony_cistatic const unsigned int i2c1_b_mux[] = { 23808c2ecf20Sopenharmony_ci I2C1_SCL_B_MARK, I2C1_SDA_B_MARK, 23818c2ecf20Sopenharmony_ci}; 23828c2ecf20Sopenharmony_cistatic const unsigned int i2c1_c_pins[] = { 23838c2ecf20Sopenharmony_ci /* SCL, SDA */ 23848c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 14), RCAR_GP_PIN(6, 15), 23858c2ecf20Sopenharmony_ci}; 23868c2ecf20Sopenharmony_cistatic const unsigned int i2c1_c_mux[] = { 23878c2ecf20Sopenharmony_ci I2C1_SCL_C_MARK, I2C1_SDA_C_MARK, 23888c2ecf20Sopenharmony_ci}; 23898c2ecf20Sopenharmony_cistatic const unsigned int i2c1_d_pins[] = { 23908c2ecf20Sopenharmony_ci /* SCL, SDA */ 23918c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26), 23928c2ecf20Sopenharmony_ci}; 23938c2ecf20Sopenharmony_cistatic const unsigned int i2c1_d_mux[] = { 23948c2ecf20Sopenharmony_ci I2C1_SCL_D_MARK, I2C1_SDA_D_MARK, 23958c2ecf20Sopenharmony_ci}; 23968c2ecf20Sopenharmony_cistatic const unsigned int i2c1_e_pins[] = { 23978c2ecf20Sopenharmony_ci /* SCL, SDA */ 23988c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 15), RCAR_GP_PIN(7, 16), 23998c2ecf20Sopenharmony_ci}; 24008c2ecf20Sopenharmony_cistatic const unsigned int i2c1_e_mux[] = { 24018c2ecf20Sopenharmony_ci I2C1_SCL_E_MARK, I2C1_SDA_E_MARK, 24028c2ecf20Sopenharmony_ci}; 24038c2ecf20Sopenharmony_ci/* - I2C2 ------------------------------------------------------------------- */ 24048c2ecf20Sopenharmony_cistatic const unsigned int i2c2_pins[] = { 24058c2ecf20Sopenharmony_ci /* SCL, SDA */ 24068c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 7), 24078c2ecf20Sopenharmony_ci}; 24088c2ecf20Sopenharmony_cistatic const unsigned int i2c2_mux[] = { 24098c2ecf20Sopenharmony_ci I2C2_SCL_MARK, I2C2_SDA_MARK, 24108c2ecf20Sopenharmony_ci}; 24118c2ecf20Sopenharmony_cistatic const unsigned int i2c2_b_pins[] = { 24128c2ecf20Sopenharmony_ci /* SCL, SDA */ 24138c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 26), RCAR_GP_PIN(3, 29), 24148c2ecf20Sopenharmony_ci}; 24158c2ecf20Sopenharmony_cistatic const unsigned int i2c2_b_mux[] = { 24168c2ecf20Sopenharmony_ci I2C2_SCL_B_MARK, I2C2_SDA_B_MARK, 24178c2ecf20Sopenharmony_ci}; 24188c2ecf20Sopenharmony_cistatic const unsigned int i2c2_c_pins[] = { 24198c2ecf20Sopenharmony_ci /* SCL, SDA */ 24208c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 13), RCAR_GP_PIN(5, 14), 24218c2ecf20Sopenharmony_ci}; 24228c2ecf20Sopenharmony_cistatic const unsigned int i2c2_c_mux[] = { 24238c2ecf20Sopenharmony_ci I2C2_SCL_C_MARK, I2C2_SDA_C_MARK, 24248c2ecf20Sopenharmony_ci}; 24258c2ecf20Sopenharmony_cistatic const unsigned int i2c2_d_pins[] = { 24268c2ecf20Sopenharmony_ci /* SCL, SDA */ 24278c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 17), RCAR_GP_PIN(5, 18), 24288c2ecf20Sopenharmony_ci}; 24298c2ecf20Sopenharmony_cistatic const unsigned int i2c2_d_mux[] = { 24308c2ecf20Sopenharmony_ci I2C2_SCL_D_MARK, I2C2_SDA_D_MARK, 24318c2ecf20Sopenharmony_ci}; 24328c2ecf20Sopenharmony_ci/* - I2C3 ------------------------------------------------------------------- */ 24338c2ecf20Sopenharmony_cistatic const unsigned int i2c3_pins[] = { 24348c2ecf20Sopenharmony_ci /* SCL, SDA */ 24358c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 15), RCAR_GP_PIN(5, 16), 24368c2ecf20Sopenharmony_ci}; 24378c2ecf20Sopenharmony_cistatic const unsigned int i2c3_mux[] = { 24388c2ecf20Sopenharmony_ci I2C3_SCL_MARK, I2C3_SDA_MARK, 24398c2ecf20Sopenharmony_ci}; 24408c2ecf20Sopenharmony_cistatic const unsigned int i2c3_b_pins[] = { 24418c2ecf20Sopenharmony_ci /* SCL, SDA */ 24428c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16), 24438c2ecf20Sopenharmony_ci}; 24448c2ecf20Sopenharmony_cistatic const unsigned int i2c3_b_mux[] = { 24458c2ecf20Sopenharmony_ci I2C3_SCL_B_MARK, I2C3_SDA_B_MARK, 24468c2ecf20Sopenharmony_ci}; 24478c2ecf20Sopenharmony_cistatic const unsigned int i2c3_c_pins[] = { 24488c2ecf20Sopenharmony_ci /* SCL, SDA */ 24498c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 23), 24508c2ecf20Sopenharmony_ci}; 24518c2ecf20Sopenharmony_cistatic const unsigned int i2c3_c_mux[] = { 24528c2ecf20Sopenharmony_ci I2C3_SCL_C_MARK, I2C3_SDA_C_MARK, 24538c2ecf20Sopenharmony_ci}; 24548c2ecf20Sopenharmony_cistatic const unsigned int i2c3_d_pins[] = { 24558c2ecf20Sopenharmony_ci /* SCL, SDA */ 24568c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 27), RCAR_GP_PIN(0, 28), 24578c2ecf20Sopenharmony_ci}; 24588c2ecf20Sopenharmony_cistatic const unsigned int i2c3_d_mux[] = { 24598c2ecf20Sopenharmony_ci I2C3_SCL_D_MARK, I2C3_SDA_D_MARK, 24608c2ecf20Sopenharmony_ci}; 24618c2ecf20Sopenharmony_ci/* - I2C4 ------------------------------------------------------------------- */ 24628c2ecf20Sopenharmony_cistatic const unsigned int i2c4_pins[] = { 24638c2ecf20Sopenharmony_ci /* SCL, SDA */ 24648c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 13), RCAR_GP_PIN(4, 14), 24658c2ecf20Sopenharmony_ci}; 24668c2ecf20Sopenharmony_cistatic const unsigned int i2c4_mux[] = { 24678c2ecf20Sopenharmony_ci I2C4_SCL_MARK, I2C4_SDA_MARK, 24688c2ecf20Sopenharmony_ci}; 24698c2ecf20Sopenharmony_cistatic const unsigned int i2c4_b_pins[] = { 24708c2ecf20Sopenharmony_ci /* SCL, SDA */ 24718c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28), 24728c2ecf20Sopenharmony_ci}; 24738c2ecf20Sopenharmony_cistatic const unsigned int i2c4_b_mux[] = { 24748c2ecf20Sopenharmony_ci I2C4_SCL_B_MARK, I2C4_SDA_B_MARK, 24758c2ecf20Sopenharmony_ci}; 24768c2ecf20Sopenharmony_cistatic const unsigned int i2c4_c_pins[] = { 24778c2ecf20Sopenharmony_ci /* SCL, SDA */ 24788c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 13), RCAR_GP_PIN(7, 14), 24798c2ecf20Sopenharmony_ci}; 24808c2ecf20Sopenharmony_cistatic const unsigned int i2c4_c_mux[] = { 24818c2ecf20Sopenharmony_ci I2C4_SCL_C_MARK, I2C4_SDA_C_MARK, 24828c2ecf20Sopenharmony_ci}; 24838c2ecf20Sopenharmony_ci/* - I2C7 ------------------------------------------------------------------- */ 24848c2ecf20Sopenharmony_cistatic const unsigned int i2c7_pins[] = { 24858c2ecf20Sopenharmony_ci /* SCL, SDA */ 24868c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 15), RCAR_GP_PIN(5, 16), 24878c2ecf20Sopenharmony_ci}; 24888c2ecf20Sopenharmony_cistatic const unsigned int i2c7_mux[] = { 24898c2ecf20Sopenharmony_ci IIC0_SCL_MARK, IIC0_SDA_MARK, 24908c2ecf20Sopenharmony_ci}; 24918c2ecf20Sopenharmony_cistatic const unsigned int i2c7_b_pins[] = { 24928c2ecf20Sopenharmony_ci /* SCL, SDA */ 24938c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 3), 24948c2ecf20Sopenharmony_ci}; 24958c2ecf20Sopenharmony_cistatic const unsigned int i2c7_b_mux[] = { 24968c2ecf20Sopenharmony_ci IIC0_SCL_B_MARK, IIC0_SDA_B_MARK, 24978c2ecf20Sopenharmony_ci}; 24988c2ecf20Sopenharmony_cistatic const unsigned int i2c7_c_pins[] = { 24998c2ecf20Sopenharmony_ci /* SCL, SDA */ 25008c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29), 25018c2ecf20Sopenharmony_ci}; 25028c2ecf20Sopenharmony_cistatic const unsigned int i2c7_c_mux[] = { 25038c2ecf20Sopenharmony_ci IIC0_SCL_C_MARK, IIC0_SDA_C_MARK, 25048c2ecf20Sopenharmony_ci}; 25058c2ecf20Sopenharmony_ci/* - I2C8 ------------------------------------------------------------------- */ 25068c2ecf20Sopenharmony_cistatic const unsigned int i2c8_pins[] = { 25078c2ecf20Sopenharmony_ci /* SCL, SDA */ 25088c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 13), RCAR_GP_PIN(4, 14), 25098c2ecf20Sopenharmony_ci}; 25108c2ecf20Sopenharmony_cistatic const unsigned int i2c8_mux[] = { 25118c2ecf20Sopenharmony_ci IIC1_SCL_MARK, IIC1_SDA_MARK, 25128c2ecf20Sopenharmony_ci}; 25138c2ecf20Sopenharmony_cistatic const unsigned int i2c8_b_pins[] = { 25148c2ecf20Sopenharmony_ci /* SCL, SDA */ 25158c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 5), 25168c2ecf20Sopenharmony_ci}; 25178c2ecf20Sopenharmony_cistatic const unsigned int i2c8_b_mux[] = { 25188c2ecf20Sopenharmony_ci IIC1_SCL_B_MARK, IIC1_SDA_B_MARK, 25198c2ecf20Sopenharmony_ci}; 25208c2ecf20Sopenharmony_cistatic const unsigned int i2c8_c_pins[] = { 25218c2ecf20Sopenharmony_ci /* SCL, SDA */ 25228c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 22), RCAR_GP_PIN(6, 23), 25238c2ecf20Sopenharmony_ci}; 25248c2ecf20Sopenharmony_cistatic const unsigned int i2c8_c_mux[] = { 25258c2ecf20Sopenharmony_ci IIC1_SCL_C_MARK, IIC1_SDA_C_MARK, 25268c2ecf20Sopenharmony_ci}; 25278c2ecf20Sopenharmony_ci/* - INTC ------------------------------------------------------------------- */ 25288c2ecf20Sopenharmony_cistatic const unsigned int intc_irq0_pins[] = { 25298c2ecf20Sopenharmony_ci /* IRQ */ 25308c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 10), 25318c2ecf20Sopenharmony_ci}; 25328c2ecf20Sopenharmony_cistatic const unsigned int intc_irq0_mux[] = { 25338c2ecf20Sopenharmony_ci IRQ0_MARK, 25348c2ecf20Sopenharmony_ci}; 25358c2ecf20Sopenharmony_cistatic const unsigned int intc_irq1_pins[] = { 25368c2ecf20Sopenharmony_ci /* IRQ */ 25378c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 11), 25388c2ecf20Sopenharmony_ci}; 25398c2ecf20Sopenharmony_cistatic const unsigned int intc_irq1_mux[] = { 25408c2ecf20Sopenharmony_ci IRQ1_MARK, 25418c2ecf20Sopenharmony_ci}; 25428c2ecf20Sopenharmony_cistatic const unsigned int intc_irq2_pins[] = { 25438c2ecf20Sopenharmony_ci /* IRQ */ 25448c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 12), 25458c2ecf20Sopenharmony_ci}; 25468c2ecf20Sopenharmony_cistatic const unsigned int intc_irq2_mux[] = { 25478c2ecf20Sopenharmony_ci IRQ2_MARK, 25488c2ecf20Sopenharmony_ci}; 25498c2ecf20Sopenharmony_cistatic const unsigned int intc_irq3_pins[] = { 25508c2ecf20Sopenharmony_ci /* IRQ */ 25518c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 13), 25528c2ecf20Sopenharmony_ci}; 25538c2ecf20Sopenharmony_cistatic const unsigned int intc_irq3_mux[] = { 25548c2ecf20Sopenharmony_ci IRQ3_MARK, 25558c2ecf20Sopenharmony_ci}; 25568c2ecf20Sopenharmony_ci/* - MLB+ ------------------------------------------------------------------- */ 25578c2ecf20Sopenharmony_cistatic const unsigned int mlb_3pin_pins[] = { 25588c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 7), RCAR_GP_PIN(7, 8), RCAR_GP_PIN(7, 9), 25598c2ecf20Sopenharmony_ci}; 25608c2ecf20Sopenharmony_cistatic const unsigned int mlb_3pin_mux[] = { 25618c2ecf20Sopenharmony_ci MLB_CLK_MARK, MLB_SIG_MARK, MLB_DAT_MARK, 25628c2ecf20Sopenharmony_ci}; 25638c2ecf20Sopenharmony_ci/* - MMCIF ------------------------------------------------------------------ */ 25648c2ecf20Sopenharmony_cistatic const unsigned int mmc_data1_pins[] = { 25658c2ecf20Sopenharmony_ci /* D[0] */ 25668c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), 25678c2ecf20Sopenharmony_ci}; 25688c2ecf20Sopenharmony_cistatic const unsigned int mmc_data1_mux[] = { 25698c2ecf20Sopenharmony_ci MMC_D0_MARK, 25708c2ecf20Sopenharmony_ci}; 25718c2ecf20Sopenharmony_cistatic const unsigned int mmc_data4_pins[] = { 25728c2ecf20Sopenharmony_ci /* D[0:3] */ 25738c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), RCAR_GP_PIN(6, 19), 25748c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 20), RCAR_GP_PIN(6, 21), 25758c2ecf20Sopenharmony_ci}; 25768c2ecf20Sopenharmony_cistatic const unsigned int mmc_data4_mux[] = { 25778c2ecf20Sopenharmony_ci MMC_D0_MARK, MMC_D1_MARK, MMC_D2_MARK, MMC_D3_MARK, 25788c2ecf20Sopenharmony_ci}; 25798c2ecf20Sopenharmony_cistatic const unsigned int mmc_data8_pins[] = { 25808c2ecf20Sopenharmony_ci /* D[0:7] */ 25818c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), RCAR_GP_PIN(6, 19), 25828c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 20), RCAR_GP_PIN(6, 21), 25838c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 22), RCAR_GP_PIN(6, 23), 25848c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29), 25858c2ecf20Sopenharmony_ci}; 25868c2ecf20Sopenharmony_cistatic const unsigned int mmc_data8_mux[] = { 25878c2ecf20Sopenharmony_ci MMC_D0_MARK, MMC_D1_MARK, MMC_D2_MARK, MMC_D3_MARK, 25888c2ecf20Sopenharmony_ci MMC_D4_MARK, MMC_D5_MARK, MMC_D6_MARK, MMC_D7_MARK, 25898c2ecf20Sopenharmony_ci}; 25908c2ecf20Sopenharmony_cistatic const unsigned int mmc_data8_b_pins[] = { 25918c2ecf20Sopenharmony_ci /* D[0:7] */ 25928c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), RCAR_GP_PIN(6, 19), 25938c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 20), RCAR_GP_PIN(6, 21), 25948c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 22), RCAR_GP_PIN(6, 23), 25958c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 6), RCAR_GP_PIN(6, 7), 25968c2ecf20Sopenharmony_ci}; 25978c2ecf20Sopenharmony_cistatic const unsigned int mmc_data8_b_mux[] = { 25988c2ecf20Sopenharmony_ci MMC_D0_MARK, MMC_D1_MARK, MMC_D2_MARK, MMC_D3_MARK, 25998c2ecf20Sopenharmony_ci MMC_D4_MARK, MMC_D5_MARK, MMC_D6_B_MARK, MMC_D7_B_MARK, 26008c2ecf20Sopenharmony_ci}; 26018c2ecf20Sopenharmony_cistatic const unsigned int mmc_ctrl_pins[] = { 26028c2ecf20Sopenharmony_ci /* CLK, CMD */ 26038c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 16), RCAR_GP_PIN(6, 17), 26048c2ecf20Sopenharmony_ci}; 26058c2ecf20Sopenharmony_cistatic const unsigned int mmc_ctrl_mux[] = { 26068c2ecf20Sopenharmony_ci MMC_CLK_MARK, MMC_CMD_MARK, 26078c2ecf20Sopenharmony_ci}; 26088c2ecf20Sopenharmony_ci/* - MSIOF0 ----------------------------------------------------------------- */ 26098c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_pins[] = { 26108c2ecf20Sopenharmony_ci /* SCK */ 26118c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 24), 26128c2ecf20Sopenharmony_ci}; 26138c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_mux[] = { 26148c2ecf20Sopenharmony_ci MSIOF0_SCK_MARK, 26158c2ecf20Sopenharmony_ci}; 26168c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_pins[] = { 26178c2ecf20Sopenharmony_ci /* SYNC */ 26188c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 25), 26198c2ecf20Sopenharmony_ci}; 26208c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_mux[] = { 26218c2ecf20Sopenharmony_ci MSIOF0_SYNC_MARK, 26228c2ecf20Sopenharmony_ci}; 26238c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_pins[] = { 26248c2ecf20Sopenharmony_ci /* SS1 */ 26258c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), 26268c2ecf20Sopenharmony_ci}; 26278c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_mux[] = { 26288c2ecf20Sopenharmony_ci MSIOF0_SS1_MARK, 26298c2ecf20Sopenharmony_ci}; 26308c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_pins[] = { 26318c2ecf20Sopenharmony_ci /* SS2 */ 26328c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 29), 26338c2ecf20Sopenharmony_ci}; 26348c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_mux[] = { 26358c2ecf20Sopenharmony_ci MSIOF0_SS2_MARK, 26368c2ecf20Sopenharmony_ci}; 26378c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_pins[] = { 26388c2ecf20Sopenharmony_ci /* RXD */ 26398c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 27), 26408c2ecf20Sopenharmony_ci}; 26418c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_mux[] = { 26428c2ecf20Sopenharmony_ci MSIOF0_RXD_MARK, 26438c2ecf20Sopenharmony_ci}; 26448c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_pins[] = { 26458c2ecf20Sopenharmony_ci /* TXD */ 26468c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 26), 26478c2ecf20Sopenharmony_ci}; 26488c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_mux[] = { 26498c2ecf20Sopenharmony_ci MSIOF0_TXD_MARK, 26508c2ecf20Sopenharmony_ci}; 26518c2ecf20Sopenharmony_ci 26528c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_b_pins[] = { 26538c2ecf20Sopenharmony_ci /* SCK */ 26548c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 16), 26558c2ecf20Sopenharmony_ci}; 26568c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_b_mux[] = { 26578c2ecf20Sopenharmony_ci MSIOF0_SCK_B_MARK, 26588c2ecf20Sopenharmony_ci}; 26598c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_b_pins[] = { 26608c2ecf20Sopenharmony_ci /* SYNC */ 26618c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 17), 26628c2ecf20Sopenharmony_ci}; 26638c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_b_mux[] = { 26648c2ecf20Sopenharmony_ci MSIOF0_SYNC_B_MARK, 26658c2ecf20Sopenharmony_ci}; 26668c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_b_pins[] = { 26678c2ecf20Sopenharmony_ci /* SS1 */ 26688c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 18), 26698c2ecf20Sopenharmony_ci}; 26708c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_b_mux[] = { 26718c2ecf20Sopenharmony_ci MSIOF0_SS1_B_MARK, 26728c2ecf20Sopenharmony_ci}; 26738c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_b_pins[] = { 26748c2ecf20Sopenharmony_ci /* SS2 */ 26758c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 19), 26768c2ecf20Sopenharmony_ci}; 26778c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_b_mux[] = { 26788c2ecf20Sopenharmony_ci MSIOF0_SS2_B_MARK, 26798c2ecf20Sopenharmony_ci}; 26808c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_b_pins[] = { 26818c2ecf20Sopenharmony_ci /* RXD */ 26828c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 21), 26838c2ecf20Sopenharmony_ci}; 26848c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_b_mux[] = { 26858c2ecf20Sopenharmony_ci MSIOF0_RXD_B_MARK, 26868c2ecf20Sopenharmony_ci}; 26878c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_b_pins[] = { 26888c2ecf20Sopenharmony_ci /* TXD */ 26898c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 20), 26908c2ecf20Sopenharmony_ci}; 26918c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_b_mux[] = { 26928c2ecf20Sopenharmony_ci MSIOF0_TXD_B_MARK, 26938c2ecf20Sopenharmony_ci}; 26948c2ecf20Sopenharmony_ci 26958c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_c_pins[] = { 26968c2ecf20Sopenharmony_ci /* SCK */ 26978c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 26), 26988c2ecf20Sopenharmony_ci}; 26998c2ecf20Sopenharmony_cistatic const unsigned int msiof0_clk_c_mux[] = { 27008c2ecf20Sopenharmony_ci MSIOF0_SCK_C_MARK, 27018c2ecf20Sopenharmony_ci}; 27028c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_c_pins[] = { 27038c2ecf20Sopenharmony_ci /* SYNC */ 27048c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 25), 27058c2ecf20Sopenharmony_ci}; 27068c2ecf20Sopenharmony_cistatic const unsigned int msiof0_sync_c_mux[] = { 27078c2ecf20Sopenharmony_ci MSIOF0_SYNC_C_MARK, 27088c2ecf20Sopenharmony_ci}; 27098c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_c_pins[] = { 27108c2ecf20Sopenharmony_ci /* SS1 */ 27118c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 27), 27128c2ecf20Sopenharmony_ci}; 27138c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss1_c_mux[] = { 27148c2ecf20Sopenharmony_ci MSIOF0_SS1_C_MARK, 27158c2ecf20Sopenharmony_ci}; 27168c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_c_pins[] = { 27178c2ecf20Sopenharmony_ci /* SS2 */ 27188c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 28), 27198c2ecf20Sopenharmony_ci}; 27208c2ecf20Sopenharmony_cistatic const unsigned int msiof0_ss2_c_mux[] = { 27218c2ecf20Sopenharmony_ci MSIOF0_SS2_C_MARK, 27228c2ecf20Sopenharmony_ci}; 27238c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_c_pins[] = { 27248c2ecf20Sopenharmony_ci /* RXD */ 27258c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 29), 27268c2ecf20Sopenharmony_ci}; 27278c2ecf20Sopenharmony_cistatic const unsigned int msiof0_rx_c_mux[] = { 27288c2ecf20Sopenharmony_ci MSIOF0_RXD_C_MARK, 27298c2ecf20Sopenharmony_ci}; 27308c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_c_pins[] = { 27318c2ecf20Sopenharmony_ci /* TXD */ 27328c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 30), 27338c2ecf20Sopenharmony_ci}; 27348c2ecf20Sopenharmony_cistatic const unsigned int msiof0_tx_c_mux[] = { 27358c2ecf20Sopenharmony_ci MSIOF0_TXD_C_MARK, 27368c2ecf20Sopenharmony_ci}; 27378c2ecf20Sopenharmony_ci/* - MSIOF1 ----------------------------------------------------------------- */ 27388c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_pins[] = { 27398c2ecf20Sopenharmony_ci /* SCK */ 27408c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 22), 27418c2ecf20Sopenharmony_ci}; 27428c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_mux[] = { 27438c2ecf20Sopenharmony_ci MSIOF1_SCK_MARK, 27448c2ecf20Sopenharmony_ci}; 27458c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_pins[] = { 27468c2ecf20Sopenharmony_ci /* SYNC */ 27478c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 23), 27488c2ecf20Sopenharmony_ci}; 27498c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_mux[] = { 27508c2ecf20Sopenharmony_ci MSIOF1_SYNC_MARK, 27518c2ecf20Sopenharmony_ci}; 27528c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_pins[] = { 27538c2ecf20Sopenharmony_ci /* SS1 */ 27548c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 24), 27558c2ecf20Sopenharmony_ci}; 27568c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_mux[] = { 27578c2ecf20Sopenharmony_ci MSIOF1_SS1_MARK, 27588c2ecf20Sopenharmony_ci}; 27598c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss2_pins[] = { 27608c2ecf20Sopenharmony_ci /* SS2 */ 27618c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 25), 27628c2ecf20Sopenharmony_ci}; 27638c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss2_mux[] = { 27648c2ecf20Sopenharmony_ci MSIOF1_SS2_MARK, 27658c2ecf20Sopenharmony_ci}; 27668c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_pins[] = { 27678c2ecf20Sopenharmony_ci /* RXD */ 27688c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 27), 27698c2ecf20Sopenharmony_ci}; 27708c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_mux[] = { 27718c2ecf20Sopenharmony_ci MSIOF1_RXD_MARK, 27728c2ecf20Sopenharmony_ci}; 27738c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_pins[] = { 27748c2ecf20Sopenharmony_ci /* TXD */ 27758c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 26), 27768c2ecf20Sopenharmony_ci}; 27778c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_mux[] = { 27788c2ecf20Sopenharmony_ci MSIOF1_TXD_MARK, 27798c2ecf20Sopenharmony_ci}; 27808c2ecf20Sopenharmony_ci 27818c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_b_pins[] = { 27828c2ecf20Sopenharmony_ci /* SCK */ 27838c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 29), 27848c2ecf20Sopenharmony_ci}; 27858c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_b_mux[] = { 27868c2ecf20Sopenharmony_ci MSIOF1_SCK_B_MARK, 27878c2ecf20Sopenharmony_ci}; 27888c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_b_pins[] = { 27898c2ecf20Sopenharmony_ci /* SYNC */ 27908c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 30), 27918c2ecf20Sopenharmony_ci}; 27928c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_b_mux[] = { 27938c2ecf20Sopenharmony_ci MSIOF1_SYNC_B_MARK, 27948c2ecf20Sopenharmony_ci}; 27958c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_b_pins[] = { 27968c2ecf20Sopenharmony_ci /* SS1 */ 27978c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 31), 27988c2ecf20Sopenharmony_ci}; 27998c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_b_mux[] = { 28008c2ecf20Sopenharmony_ci MSIOF1_SS1_B_MARK, 28018c2ecf20Sopenharmony_ci}; 28028c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss2_b_pins[] = { 28038c2ecf20Sopenharmony_ci /* SS2 */ 28048c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 16), 28058c2ecf20Sopenharmony_ci}; 28068c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss2_b_mux[] = { 28078c2ecf20Sopenharmony_ci MSIOF1_SS2_B_MARK, 28088c2ecf20Sopenharmony_ci}; 28098c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_b_pins[] = { 28108c2ecf20Sopenharmony_ci /* RXD */ 28118c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 18), 28128c2ecf20Sopenharmony_ci}; 28138c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_b_mux[] = { 28148c2ecf20Sopenharmony_ci MSIOF1_RXD_B_MARK, 28158c2ecf20Sopenharmony_ci}; 28168c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_b_pins[] = { 28178c2ecf20Sopenharmony_ci /* TXD */ 28188c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 17), 28198c2ecf20Sopenharmony_ci}; 28208c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_b_mux[] = { 28218c2ecf20Sopenharmony_ci MSIOF1_TXD_B_MARK, 28228c2ecf20Sopenharmony_ci}; 28238c2ecf20Sopenharmony_ci 28248c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_c_pins[] = { 28258c2ecf20Sopenharmony_ci /* SCK */ 28268c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 15), 28278c2ecf20Sopenharmony_ci}; 28288c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_c_mux[] = { 28298c2ecf20Sopenharmony_ci MSIOF1_SCK_C_MARK, 28308c2ecf20Sopenharmony_ci}; 28318c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_c_pins[] = { 28328c2ecf20Sopenharmony_ci /* SYNC */ 28338c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 16), 28348c2ecf20Sopenharmony_ci}; 28358c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_c_mux[] = { 28368c2ecf20Sopenharmony_ci MSIOF1_SYNC_C_MARK, 28378c2ecf20Sopenharmony_ci}; 28388c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_c_pins[] = { 28398c2ecf20Sopenharmony_ci /* RXD */ 28408c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 18), 28418c2ecf20Sopenharmony_ci}; 28428c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_c_mux[] = { 28438c2ecf20Sopenharmony_ci MSIOF1_RXD_C_MARK, 28448c2ecf20Sopenharmony_ci}; 28458c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_c_pins[] = { 28468c2ecf20Sopenharmony_ci /* TXD */ 28478c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 17), 28488c2ecf20Sopenharmony_ci}; 28498c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_c_mux[] = { 28508c2ecf20Sopenharmony_ci MSIOF1_TXD_C_MARK, 28518c2ecf20Sopenharmony_ci}; 28528c2ecf20Sopenharmony_ci 28538c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_d_pins[] = { 28548c2ecf20Sopenharmony_ci /* SCK */ 28558c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 28), 28568c2ecf20Sopenharmony_ci}; 28578c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_d_mux[] = { 28588c2ecf20Sopenharmony_ci MSIOF1_SCK_D_MARK, 28598c2ecf20Sopenharmony_ci}; 28608c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_d_pins[] = { 28618c2ecf20Sopenharmony_ci /* SYNC */ 28628c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 30), 28638c2ecf20Sopenharmony_ci}; 28648c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_d_mux[] = { 28658c2ecf20Sopenharmony_ci MSIOF1_SYNC_D_MARK, 28668c2ecf20Sopenharmony_ci}; 28678c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_d_pins[] = { 28688c2ecf20Sopenharmony_ci /* SS1 */ 28698c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 29), 28708c2ecf20Sopenharmony_ci}; 28718c2ecf20Sopenharmony_cistatic const unsigned int msiof1_ss1_d_mux[] = { 28728c2ecf20Sopenharmony_ci MSIOF1_SS1_D_MARK, 28738c2ecf20Sopenharmony_ci}; 28748c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_d_pins[] = { 28758c2ecf20Sopenharmony_ci /* RXD */ 28768c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 27), 28778c2ecf20Sopenharmony_ci}; 28788c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_d_mux[] = { 28798c2ecf20Sopenharmony_ci MSIOF1_RXD_D_MARK, 28808c2ecf20Sopenharmony_ci}; 28818c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_d_pins[] = { 28828c2ecf20Sopenharmony_ci /* TXD */ 28838c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 26), 28848c2ecf20Sopenharmony_ci}; 28858c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_d_mux[] = { 28868c2ecf20Sopenharmony_ci MSIOF1_TXD_D_MARK, 28878c2ecf20Sopenharmony_ci}; 28888c2ecf20Sopenharmony_ci 28898c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_e_pins[] = { 28908c2ecf20Sopenharmony_ci /* SCK */ 28918c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 18), 28928c2ecf20Sopenharmony_ci}; 28938c2ecf20Sopenharmony_cistatic const unsigned int msiof1_clk_e_mux[] = { 28948c2ecf20Sopenharmony_ci MSIOF1_SCK_E_MARK, 28958c2ecf20Sopenharmony_ci}; 28968c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_e_pins[] = { 28978c2ecf20Sopenharmony_ci /* SYNC */ 28988c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 19), 28998c2ecf20Sopenharmony_ci}; 29008c2ecf20Sopenharmony_cistatic const unsigned int msiof1_sync_e_mux[] = { 29018c2ecf20Sopenharmony_ci MSIOF1_SYNC_E_MARK, 29028c2ecf20Sopenharmony_ci}; 29038c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_e_pins[] = { 29048c2ecf20Sopenharmony_ci /* RXD */ 29058c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 17), 29068c2ecf20Sopenharmony_ci}; 29078c2ecf20Sopenharmony_cistatic const unsigned int msiof1_rx_e_mux[] = { 29088c2ecf20Sopenharmony_ci MSIOF1_RXD_E_MARK, 29098c2ecf20Sopenharmony_ci}; 29108c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_e_pins[] = { 29118c2ecf20Sopenharmony_ci /* TXD */ 29128c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 20), 29138c2ecf20Sopenharmony_ci}; 29148c2ecf20Sopenharmony_cistatic const unsigned int msiof1_tx_e_mux[] = { 29158c2ecf20Sopenharmony_ci MSIOF1_TXD_E_MARK, 29168c2ecf20Sopenharmony_ci}; 29178c2ecf20Sopenharmony_ci/* - MSIOF2 ----------------------------------------------------------------- */ 29188c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_pins[] = { 29198c2ecf20Sopenharmony_ci /* SCK */ 29208c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 13), 29218c2ecf20Sopenharmony_ci}; 29228c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_mux[] = { 29238c2ecf20Sopenharmony_ci MSIOF2_SCK_MARK, 29248c2ecf20Sopenharmony_ci}; 29258c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_pins[] = { 29268c2ecf20Sopenharmony_ci /* SYNC */ 29278c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 14), 29288c2ecf20Sopenharmony_ci}; 29298c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_mux[] = { 29308c2ecf20Sopenharmony_ci MSIOF2_SYNC_MARK, 29318c2ecf20Sopenharmony_ci}; 29328c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_pins[] = { 29338c2ecf20Sopenharmony_ci /* SS1 */ 29348c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 17), 29358c2ecf20Sopenharmony_ci}; 29368c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_mux[] = { 29378c2ecf20Sopenharmony_ci MSIOF2_SS1_MARK, 29388c2ecf20Sopenharmony_ci}; 29398c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_pins[] = { 29408c2ecf20Sopenharmony_ci /* SS2 */ 29418c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 18), 29428c2ecf20Sopenharmony_ci}; 29438c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_mux[] = { 29448c2ecf20Sopenharmony_ci MSIOF2_SS2_MARK, 29458c2ecf20Sopenharmony_ci}; 29468c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_pins[] = { 29478c2ecf20Sopenharmony_ci /* RXD */ 29488c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 16), 29498c2ecf20Sopenharmony_ci}; 29508c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_mux[] = { 29518c2ecf20Sopenharmony_ci MSIOF2_RXD_MARK, 29528c2ecf20Sopenharmony_ci}; 29538c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_pins[] = { 29548c2ecf20Sopenharmony_ci /* TXD */ 29558c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 15), 29568c2ecf20Sopenharmony_ci}; 29578c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_mux[] = { 29588c2ecf20Sopenharmony_ci MSIOF2_TXD_MARK, 29598c2ecf20Sopenharmony_ci}; 29608c2ecf20Sopenharmony_ci 29618c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_b_pins[] = { 29628c2ecf20Sopenharmony_ci /* SCK */ 29638c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 0), 29648c2ecf20Sopenharmony_ci}; 29658c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_b_mux[] = { 29668c2ecf20Sopenharmony_ci MSIOF2_SCK_B_MARK, 29678c2ecf20Sopenharmony_ci}; 29688c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_b_pins[] = { 29698c2ecf20Sopenharmony_ci /* SYNC */ 29708c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 1), 29718c2ecf20Sopenharmony_ci}; 29728c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_b_mux[] = { 29738c2ecf20Sopenharmony_ci MSIOF2_SYNC_B_MARK, 29748c2ecf20Sopenharmony_ci}; 29758c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_b_pins[] = { 29768c2ecf20Sopenharmony_ci /* SS1 */ 29778c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 8), 29788c2ecf20Sopenharmony_ci}; 29798c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_b_mux[] = { 29808c2ecf20Sopenharmony_ci MSIOF2_SS1_B_MARK, 29818c2ecf20Sopenharmony_ci}; 29828c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_b_pins[] = { 29838c2ecf20Sopenharmony_ci /* SS2 */ 29848c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 9), 29858c2ecf20Sopenharmony_ci}; 29868c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_b_mux[] = { 29878c2ecf20Sopenharmony_ci MSIOF2_SS2_B_MARK, 29888c2ecf20Sopenharmony_ci}; 29898c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_b_pins[] = { 29908c2ecf20Sopenharmony_ci /* RXD */ 29918c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 17), 29928c2ecf20Sopenharmony_ci}; 29938c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_b_mux[] = { 29948c2ecf20Sopenharmony_ci MSIOF2_RXD_B_MARK, 29958c2ecf20Sopenharmony_ci}; 29968c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_b_pins[] = { 29978c2ecf20Sopenharmony_ci /* TXD */ 29988c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 16), 29998c2ecf20Sopenharmony_ci}; 30008c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_b_mux[] = { 30018c2ecf20Sopenharmony_ci MSIOF2_TXD_B_MARK, 30028c2ecf20Sopenharmony_ci}; 30038c2ecf20Sopenharmony_ci 30048c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_c_pins[] = { 30058c2ecf20Sopenharmony_ci /* SCK */ 30068c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 2), 30078c2ecf20Sopenharmony_ci}; 30088c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_c_mux[] = { 30098c2ecf20Sopenharmony_ci MSIOF2_SCK_C_MARK, 30108c2ecf20Sopenharmony_ci}; 30118c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_c_pins[] = { 30128c2ecf20Sopenharmony_ci /* SYNC */ 30138c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 3), 30148c2ecf20Sopenharmony_ci}; 30158c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_c_mux[] = { 30168c2ecf20Sopenharmony_ci MSIOF2_SYNC_C_MARK, 30178c2ecf20Sopenharmony_ci}; 30188c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_c_pins[] = { 30198c2ecf20Sopenharmony_ci /* RXD */ 30208c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 5), 30218c2ecf20Sopenharmony_ci}; 30228c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_c_mux[] = { 30238c2ecf20Sopenharmony_ci MSIOF2_RXD_C_MARK, 30248c2ecf20Sopenharmony_ci}; 30258c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_c_pins[] = { 30268c2ecf20Sopenharmony_ci /* TXD */ 30278c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 4), 30288c2ecf20Sopenharmony_ci}; 30298c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_c_mux[] = { 30308c2ecf20Sopenharmony_ci MSIOF2_TXD_C_MARK, 30318c2ecf20Sopenharmony_ci}; 30328c2ecf20Sopenharmony_ci 30338c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_d_pins[] = { 30348c2ecf20Sopenharmony_ci /* SCK */ 30358c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 14), 30368c2ecf20Sopenharmony_ci}; 30378c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_d_mux[] = { 30388c2ecf20Sopenharmony_ci MSIOF2_SCK_D_MARK, 30398c2ecf20Sopenharmony_ci}; 30408c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_d_pins[] = { 30418c2ecf20Sopenharmony_ci /* SYNC */ 30428c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 15), 30438c2ecf20Sopenharmony_ci}; 30448c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_d_mux[] = { 30458c2ecf20Sopenharmony_ci MSIOF2_SYNC_D_MARK, 30468c2ecf20Sopenharmony_ci}; 30478c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_d_pins[] = { 30488c2ecf20Sopenharmony_ci /* SS1 */ 30498c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 17), 30508c2ecf20Sopenharmony_ci}; 30518c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss1_d_mux[] = { 30528c2ecf20Sopenharmony_ci MSIOF2_SS1_D_MARK, 30538c2ecf20Sopenharmony_ci}; 30548c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_d_pins[] = { 30558c2ecf20Sopenharmony_ci /* SS2 */ 30568c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 19), 30578c2ecf20Sopenharmony_ci}; 30588c2ecf20Sopenharmony_cistatic const unsigned int msiof2_ss2_d_mux[] = { 30598c2ecf20Sopenharmony_ci MSIOF2_SS2_D_MARK, 30608c2ecf20Sopenharmony_ci}; 30618c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_d_pins[] = { 30628c2ecf20Sopenharmony_ci /* RXD */ 30638c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 18), 30648c2ecf20Sopenharmony_ci}; 30658c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_d_mux[] = { 30668c2ecf20Sopenharmony_ci MSIOF2_RXD_D_MARK, 30678c2ecf20Sopenharmony_ci}; 30688c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_d_pins[] = { 30698c2ecf20Sopenharmony_ci /* TXD */ 30708c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 16), 30718c2ecf20Sopenharmony_ci}; 30728c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_d_mux[] = { 30738c2ecf20Sopenharmony_ci MSIOF2_TXD_D_MARK, 30748c2ecf20Sopenharmony_ci}; 30758c2ecf20Sopenharmony_ci 30768c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_e_pins[] = { 30778c2ecf20Sopenharmony_ci /* SCK */ 30788c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 15), 30798c2ecf20Sopenharmony_ci}; 30808c2ecf20Sopenharmony_cistatic const unsigned int msiof2_clk_e_mux[] = { 30818c2ecf20Sopenharmony_ci MSIOF2_SCK_E_MARK, 30828c2ecf20Sopenharmony_ci}; 30838c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_e_pins[] = { 30848c2ecf20Sopenharmony_ci /* SYNC */ 30858c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 16), 30868c2ecf20Sopenharmony_ci}; 30878c2ecf20Sopenharmony_cistatic const unsigned int msiof2_sync_e_mux[] = { 30888c2ecf20Sopenharmony_ci MSIOF2_SYNC_E_MARK, 30898c2ecf20Sopenharmony_ci}; 30908c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_e_pins[] = { 30918c2ecf20Sopenharmony_ci /* RXD */ 30928c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 14), 30938c2ecf20Sopenharmony_ci}; 30948c2ecf20Sopenharmony_cistatic const unsigned int msiof2_rx_e_mux[] = { 30958c2ecf20Sopenharmony_ci MSIOF2_RXD_E_MARK, 30968c2ecf20Sopenharmony_ci}; 30978c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_e_pins[] = { 30988c2ecf20Sopenharmony_ci /* TXD */ 30998c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 13), 31008c2ecf20Sopenharmony_ci}; 31018c2ecf20Sopenharmony_cistatic const unsigned int msiof2_tx_e_mux[] = { 31028c2ecf20Sopenharmony_ci MSIOF2_TXD_E_MARK, 31038c2ecf20Sopenharmony_ci}; 31048c2ecf20Sopenharmony_ci/* - PWM -------------------------------------------------------------------- */ 31058c2ecf20Sopenharmony_cistatic const unsigned int pwm0_pins[] = { 31068c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 14), 31078c2ecf20Sopenharmony_ci}; 31088c2ecf20Sopenharmony_cistatic const unsigned int pwm0_mux[] = { 31098c2ecf20Sopenharmony_ci PWM0_MARK, 31108c2ecf20Sopenharmony_ci}; 31118c2ecf20Sopenharmony_cistatic const unsigned int pwm0_b_pins[] = { 31128c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 30), 31138c2ecf20Sopenharmony_ci}; 31148c2ecf20Sopenharmony_cistatic const unsigned int pwm0_b_mux[] = { 31158c2ecf20Sopenharmony_ci PWM0_B_MARK, 31168c2ecf20Sopenharmony_ci}; 31178c2ecf20Sopenharmony_cistatic const unsigned int pwm1_pins[] = { 31188c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 17), 31198c2ecf20Sopenharmony_ci}; 31208c2ecf20Sopenharmony_cistatic const unsigned int pwm1_mux[] = { 31218c2ecf20Sopenharmony_ci PWM1_MARK, 31228c2ecf20Sopenharmony_ci}; 31238c2ecf20Sopenharmony_cistatic const unsigned int pwm1_b_pins[] = { 31248c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 15), 31258c2ecf20Sopenharmony_ci}; 31268c2ecf20Sopenharmony_cistatic const unsigned int pwm1_b_mux[] = { 31278c2ecf20Sopenharmony_ci PWM1_B_MARK, 31288c2ecf20Sopenharmony_ci}; 31298c2ecf20Sopenharmony_cistatic const unsigned int pwm2_pins[] = { 31308c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 18), 31318c2ecf20Sopenharmony_ci}; 31328c2ecf20Sopenharmony_cistatic const unsigned int pwm2_mux[] = { 31338c2ecf20Sopenharmony_ci PWM2_MARK, 31348c2ecf20Sopenharmony_ci}; 31358c2ecf20Sopenharmony_cistatic const unsigned int pwm2_b_pins[] = { 31368c2ecf20Sopenharmony_ci RCAR_GP_PIN(0, 16), 31378c2ecf20Sopenharmony_ci}; 31388c2ecf20Sopenharmony_cistatic const unsigned int pwm2_b_mux[] = { 31398c2ecf20Sopenharmony_ci PWM2_B_MARK, 31408c2ecf20Sopenharmony_ci}; 31418c2ecf20Sopenharmony_cistatic const unsigned int pwm3_pins[] = { 31428c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 24), 31438c2ecf20Sopenharmony_ci}; 31448c2ecf20Sopenharmony_cistatic const unsigned int pwm3_mux[] = { 31458c2ecf20Sopenharmony_ci PWM3_MARK, 31468c2ecf20Sopenharmony_ci}; 31478c2ecf20Sopenharmony_cistatic const unsigned int pwm4_pins[] = { 31488c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 26), 31498c2ecf20Sopenharmony_ci}; 31508c2ecf20Sopenharmony_cistatic const unsigned int pwm4_mux[] = { 31518c2ecf20Sopenharmony_ci PWM4_MARK, 31528c2ecf20Sopenharmony_ci}; 31538c2ecf20Sopenharmony_cistatic const unsigned int pwm4_b_pins[] = { 31548c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 31), 31558c2ecf20Sopenharmony_ci}; 31568c2ecf20Sopenharmony_cistatic const unsigned int pwm4_b_mux[] = { 31578c2ecf20Sopenharmony_ci PWM4_B_MARK, 31588c2ecf20Sopenharmony_ci}; 31598c2ecf20Sopenharmony_cistatic const unsigned int pwm5_pins[] = { 31608c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 21), 31618c2ecf20Sopenharmony_ci}; 31628c2ecf20Sopenharmony_cistatic const unsigned int pwm5_mux[] = { 31638c2ecf20Sopenharmony_ci PWM5_MARK, 31648c2ecf20Sopenharmony_ci}; 31658c2ecf20Sopenharmony_cistatic const unsigned int pwm5_b_pins[] = { 31668c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 20), 31678c2ecf20Sopenharmony_ci}; 31688c2ecf20Sopenharmony_cistatic const unsigned int pwm5_b_mux[] = { 31698c2ecf20Sopenharmony_ci PWM5_B_MARK, 31708c2ecf20Sopenharmony_ci}; 31718c2ecf20Sopenharmony_cistatic const unsigned int pwm6_pins[] = { 31728c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 22), 31738c2ecf20Sopenharmony_ci}; 31748c2ecf20Sopenharmony_cistatic const unsigned int pwm6_mux[] = { 31758c2ecf20Sopenharmony_ci PWM6_MARK, 31768c2ecf20Sopenharmony_ci}; 31778c2ecf20Sopenharmony_ci/* - QSPI ------------------------------------------------------------------- */ 31788c2ecf20Sopenharmony_cistatic const unsigned int qspi_ctrl_pins[] = { 31798c2ecf20Sopenharmony_ci /* SPCLK, SSL */ 31808c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 4), RCAR_GP_PIN(1, 9), 31818c2ecf20Sopenharmony_ci}; 31828c2ecf20Sopenharmony_cistatic const unsigned int qspi_ctrl_mux[] = { 31838c2ecf20Sopenharmony_ci SPCLK_MARK, SSL_MARK, 31848c2ecf20Sopenharmony_ci}; 31858c2ecf20Sopenharmony_cistatic const unsigned int qspi_data2_pins[] = { 31868c2ecf20Sopenharmony_ci /* MOSI_IO0, MISO_IO1 */ 31878c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6), 31888c2ecf20Sopenharmony_ci}; 31898c2ecf20Sopenharmony_cistatic const unsigned int qspi_data2_mux[] = { 31908c2ecf20Sopenharmony_ci MOSI_IO0_MARK, MISO_IO1_MARK, 31918c2ecf20Sopenharmony_ci}; 31928c2ecf20Sopenharmony_cistatic const unsigned int qspi_data4_pins[] = { 31938c2ecf20Sopenharmony_ci /* MOSI_IO0, MISO_IO1, IO2, IO3 */ 31948c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6), RCAR_GP_PIN(1, 7), 31958c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 8), 31968c2ecf20Sopenharmony_ci}; 31978c2ecf20Sopenharmony_cistatic const unsigned int qspi_data4_mux[] = { 31988c2ecf20Sopenharmony_ci MOSI_IO0_MARK, MISO_IO1_MARK, IO2_MARK, IO3_MARK, 31998c2ecf20Sopenharmony_ci}; 32008c2ecf20Sopenharmony_ci 32018c2ecf20Sopenharmony_cistatic const unsigned int qspi_ctrl_b_pins[] = { 32028c2ecf20Sopenharmony_ci /* SPCLK, SSL */ 32038c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 0), RCAR_GP_PIN(6, 5), 32048c2ecf20Sopenharmony_ci}; 32058c2ecf20Sopenharmony_cistatic const unsigned int qspi_ctrl_b_mux[] = { 32068c2ecf20Sopenharmony_ci SPCLK_B_MARK, SSL_B_MARK, 32078c2ecf20Sopenharmony_ci}; 32088c2ecf20Sopenharmony_cistatic const unsigned int qspi_data2_b_pins[] = { 32098c2ecf20Sopenharmony_ci /* MOSI_IO0, MISO_IO1 */ 32108c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 1), RCAR_GP_PIN(6, 2), 32118c2ecf20Sopenharmony_ci}; 32128c2ecf20Sopenharmony_cistatic const unsigned int qspi_data2_b_mux[] = { 32138c2ecf20Sopenharmony_ci MOSI_IO0_B_MARK, MISO_IO1_B_MARK, 32148c2ecf20Sopenharmony_ci}; 32158c2ecf20Sopenharmony_cistatic const unsigned int qspi_data4_b_pins[] = { 32168c2ecf20Sopenharmony_ci /* MOSI_IO0, MISO_IO1, IO2, IO3 */ 32178c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 1), RCAR_GP_PIN(6, 2), RCAR_GP_PIN(6, 3), 32188c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 4), 32198c2ecf20Sopenharmony_ci}; 32208c2ecf20Sopenharmony_cistatic const unsigned int qspi_data4_b_mux[] = { 32218c2ecf20Sopenharmony_ci MOSI_IO0_B_MARK, MISO_IO1_B_MARK, IO2_B_MARK, IO3_B_MARK, 32228c2ecf20Sopenharmony_ci}; 32238c2ecf20Sopenharmony_ci/* - SCIF0 ------------------------------------------------------------------ */ 32248c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_pins[] = { 32258c2ecf20Sopenharmony_ci /* RX, TX */ 32268c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 6), 32278c2ecf20Sopenharmony_ci}; 32288c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_mux[] = { 32298c2ecf20Sopenharmony_ci RX0_MARK, TX0_MARK, 32308c2ecf20Sopenharmony_ci}; 32318c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_b_pins[] = { 32328c2ecf20Sopenharmony_ci /* RX, TX */ 32338c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 1), RCAR_GP_PIN(3, 0), 32348c2ecf20Sopenharmony_ci}; 32358c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_b_mux[] = { 32368c2ecf20Sopenharmony_ci RX0_B_MARK, TX0_B_MARK, 32378c2ecf20Sopenharmony_ci}; 32388c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_c_pins[] = { 32398c2ecf20Sopenharmony_ci /* RX, TX */ 32408c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 26), RCAR_GP_PIN(4, 25), 32418c2ecf20Sopenharmony_ci}; 32428c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_c_mux[] = { 32438c2ecf20Sopenharmony_ci RX0_C_MARK, TX0_C_MARK, 32448c2ecf20Sopenharmony_ci}; 32458c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_d_pins[] = { 32468c2ecf20Sopenharmony_ci /* RX, TX */ 32478c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 23), RCAR_GP_PIN(2, 22), 32488c2ecf20Sopenharmony_ci}; 32498c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_d_mux[] = { 32508c2ecf20Sopenharmony_ci RX0_D_MARK, TX0_D_MARK, 32518c2ecf20Sopenharmony_ci}; 32528c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_e_pins[] = { 32538c2ecf20Sopenharmony_ci /* RX, TX */ 32548c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 29), RCAR_GP_PIN(6, 28), 32558c2ecf20Sopenharmony_ci}; 32568c2ecf20Sopenharmony_cistatic const unsigned int scif0_data_e_mux[] = { 32578c2ecf20Sopenharmony_ci RX0_E_MARK, TX0_E_MARK, 32588c2ecf20Sopenharmony_ci}; 32598c2ecf20Sopenharmony_ci/* - SCIF1 ------------------------------------------------------------------ */ 32608c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_pins[] = { 32618c2ecf20Sopenharmony_ci /* RX, TX */ 32628c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 8), 32638c2ecf20Sopenharmony_ci}; 32648c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_mux[] = { 32658c2ecf20Sopenharmony_ci RX1_MARK, TX1_MARK, 32668c2ecf20Sopenharmony_ci}; 32678c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_b_pins[] = { 32688c2ecf20Sopenharmony_ci /* RX, TX */ 32698c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 9), RCAR_GP_PIN(3, 8), 32708c2ecf20Sopenharmony_ci}; 32718c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_b_mux[] = { 32728c2ecf20Sopenharmony_ci RX1_B_MARK, TX1_B_MARK, 32738c2ecf20Sopenharmony_ci}; 32748c2ecf20Sopenharmony_cistatic const unsigned int scif1_clk_b_pins[] = { 32758c2ecf20Sopenharmony_ci /* SCK */ 32768c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 10), 32778c2ecf20Sopenharmony_ci}; 32788c2ecf20Sopenharmony_cistatic const unsigned int scif1_clk_b_mux[] = { 32798c2ecf20Sopenharmony_ci SCIF1_SCK_B_MARK, 32808c2ecf20Sopenharmony_ci}; 32818c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_c_pins[] = { 32828c2ecf20Sopenharmony_ci /* RX, TX */ 32838c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 28), RCAR_GP_PIN(4, 27), 32848c2ecf20Sopenharmony_ci}; 32858c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_c_mux[] = { 32868c2ecf20Sopenharmony_ci RX1_C_MARK, TX1_C_MARK, 32878c2ecf20Sopenharmony_ci}; 32888c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_d_pins[] = { 32898c2ecf20Sopenharmony_ci /* RX, TX */ 32908c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 25), RCAR_GP_PIN(2, 24), 32918c2ecf20Sopenharmony_ci}; 32928c2ecf20Sopenharmony_cistatic const unsigned int scif1_data_d_mux[] = { 32938c2ecf20Sopenharmony_ci RX1_D_MARK, TX1_D_MARK, 32948c2ecf20Sopenharmony_ci}; 32958c2ecf20Sopenharmony_ci/* - SCIF2 ------------------------------------------------------------------ */ 32968c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_pins[] = { 32978c2ecf20Sopenharmony_ci /* RX, TX */ 32988c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 30), RCAR_GP_PIN(2, 31), 32998c2ecf20Sopenharmony_ci}; 33008c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_mux[] = { 33018c2ecf20Sopenharmony_ci RX2_MARK, TX2_MARK, 33028c2ecf20Sopenharmony_ci}; 33038c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_b_pins[] = { 33048c2ecf20Sopenharmony_ci /* RX, TX */ 33058c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 17), RCAR_GP_PIN(3, 16), 33068c2ecf20Sopenharmony_ci}; 33078c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_b_mux[] = { 33088c2ecf20Sopenharmony_ci RX2_B_MARK, TX2_B_MARK, 33098c2ecf20Sopenharmony_ci}; 33108c2ecf20Sopenharmony_cistatic const unsigned int scif2_clk_b_pins[] = { 33118c2ecf20Sopenharmony_ci /* SCK */ 33128c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 18), 33138c2ecf20Sopenharmony_ci}; 33148c2ecf20Sopenharmony_cistatic const unsigned int scif2_clk_b_mux[] = { 33158c2ecf20Sopenharmony_ci SCIF2_SCK_B_MARK, 33168c2ecf20Sopenharmony_ci}; 33178c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_c_pins[] = { 33188c2ecf20Sopenharmony_ci /* RX, TX */ 33198c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 24), RCAR_GP_PIN(6, 25), 33208c2ecf20Sopenharmony_ci}; 33218c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_c_mux[] = { 33228c2ecf20Sopenharmony_ci RX2_C_MARK, TX2_C_MARK, 33238c2ecf20Sopenharmony_ci}; 33248c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_e_pins[] = { 33258c2ecf20Sopenharmony_ci /* RX, TX */ 33268c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 7), RCAR_GP_PIN(2, 8), 33278c2ecf20Sopenharmony_ci}; 33288c2ecf20Sopenharmony_cistatic const unsigned int scif2_data_e_mux[] = { 33298c2ecf20Sopenharmony_ci RX2_E_MARK, TX2_E_MARK, 33308c2ecf20Sopenharmony_ci}; 33318c2ecf20Sopenharmony_ci/* - SCIF3 ------------------------------------------------------------------ */ 33328c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_pins[] = { 33338c2ecf20Sopenharmony_ci /* RX, TX */ 33348c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 21), 33358c2ecf20Sopenharmony_ci}; 33368c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_mux[] = { 33378c2ecf20Sopenharmony_ci RX3_MARK, TX3_MARK, 33388c2ecf20Sopenharmony_ci}; 33398c2ecf20Sopenharmony_cistatic const unsigned int scif3_clk_pins[] = { 33408c2ecf20Sopenharmony_ci /* SCK */ 33418c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 23), 33428c2ecf20Sopenharmony_ci}; 33438c2ecf20Sopenharmony_cistatic const unsigned int scif3_clk_mux[] = { 33448c2ecf20Sopenharmony_ci SCIF3_SCK_MARK, 33458c2ecf20Sopenharmony_ci}; 33468c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_b_pins[] = { 33478c2ecf20Sopenharmony_ci /* RX, TX */ 33488c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 29), RCAR_GP_PIN(3, 26), 33498c2ecf20Sopenharmony_ci}; 33508c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_b_mux[] = { 33518c2ecf20Sopenharmony_ci RX3_B_MARK, TX3_B_MARK, 33528c2ecf20Sopenharmony_ci}; 33538c2ecf20Sopenharmony_cistatic const unsigned int scif3_clk_b_pins[] = { 33548c2ecf20Sopenharmony_ci /* SCK */ 33558c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 8), 33568c2ecf20Sopenharmony_ci}; 33578c2ecf20Sopenharmony_cistatic const unsigned int scif3_clk_b_mux[] = { 33588c2ecf20Sopenharmony_ci SCIF3_SCK_B_MARK, 33598c2ecf20Sopenharmony_ci}; 33608c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_c_pins[] = { 33618c2ecf20Sopenharmony_ci /* RX, TX */ 33628c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 7), RCAR_GP_PIN(6, 6), 33638c2ecf20Sopenharmony_ci}; 33648c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_c_mux[] = { 33658c2ecf20Sopenharmony_ci RX3_C_MARK, TX3_C_MARK, 33668c2ecf20Sopenharmony_ci}; 33678c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_d_pins[] = { 33688c2ecf20Sopenharmony_ci /* RX, TX */ 33698c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 27), RCAR_GP_PIN(2, 26), 33708c2ecf20Sopenharmony_ci}; 33718c2ecf20Sopenharmony_cistatic const unsigned int scif3_data_d_mux[] = { 33728c2ecf20Sopenharmony_ci RX3_D_MARK, TX3_D_MARK, 33738c2ecf20Sopenharmony_ci}; 33748c2ecf20Sopenharmony_ci/* - SCIF4 ------------------------------------------------------------------ */ 33758c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_pins[] = { 33768c2ecf20Sopenharmony_ci /* RX, TX */ 33778c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 2), RCAR_GP_PIN(4, 1), 33788c2ecf20Sopenharmony_ci}; 33798c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_mux[] = { 33808c2ecf20Sopenharmony_ci RX4_MARK, TX4_MARK, 33818c2ecf20Sopenharmony_ci}; 33828c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_b_pins[] = { 33838c2ecf20Sopenharmony_ci /* RX, TX */ 33848c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 1), RCAR_GP_PIN(5, 0), 33858c2ecf20Sopenharmony_ci}; 33868c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_b_mux[] = { 33878c2ecf20Sopenharmony_ci RX4_B_MARK, TX4_B_MARK, 33888c2ecf20Sopenharmony_ci}; 33898c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_c_pins[] = { 33908c2ecf20Sopenharmony_ci /* RX, TX */ 33918c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 22), RCAR_GP_PIN(7, 21), 33928c2ecf20Sopenharmony_ci}; 33938c2ecf20Sopenharmony_cistatic const unsigned int scif4_data_c_mux[] = { 33948c2ecf20Sopenharmony_ci RX4_C_MARK, TX4_C_MARK, 33958c2ecf20Sopenharmony_ci}; 33968c2ecf20Sopenharmony_ci/* - SCIF5 ------------------------------------------------------------------ */ 33978c2ecf20Sopenharmony_cistatic const unsigned int scif5_data_pins[] = { 33988c2ecf20Sopenharmony_ci /* RX, TX */ 33998c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 4), RCAR_GP_PIN(4, 3), 34008c2ecf20Sopenharmony_ci}; 34018c2ecf20Sopenharmony_cistatic const unsigned int scif5_data_mux[] = { 34028c2ecf20Sopenharmony_ci RX5_MARK, TX5_MARK, 34038c2ecf20Sopenharmony_ci}; 34048c2ecf20Sopenharmony_cistatic const unsigned int scif5_data_b_pins[] = { 34058c2ecf20Sopenharmony_ci /* RX, TX */ 34068c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 23), RCAR_GP_PIN(6, 22), 34078c2ecf20Sopenharmony_ci}; 34088c2ecf20Sopenharmony_cistatic const unsigned int scif5_data_b_mux[] = { 34098c2ecf20Sopenharmony_ci RX5_B_MARK, TX5_B_MARK, 34108c2ecf20Sopenharmony_ci}; 34118c2ecf20Sopenharmony_ci/* - SCIFA0 ----------------------------------------------------------------- */ 34128c2ecf20Sopenharmony_cistatic const unsigned int scifa0_data_pins[] = { 34138c2ecf20Sopenharmony_ci /* RXD, TXD */ 34148c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 6), 34158c2ecf20Sopenharmony_ci}; 34168c2ecf20Sopenharmony_cistatic const unsigned int scifa0_data_mux[] = { 34178c2ecf20Sopenharmony_ci SCIFA0_RXD_MARK, SCIFA0_TXD_MARK, 34188c2ecf20Sopenharmony_ci}; 34198c2ecf20Sopenharmony_cistatic const unsigned int scifa0_data_b_pins[] = { 34208c2ecf20Sopenharmony_ci /* RXD, TXD */ 34218c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 1), RCAR_GP_PIN(3, 0), 34228c2ecf20Sopenharmony_ci}; 34238c2ecf20Sopenharmony_cistatic const unsigned int scifa0_data_b_mux[] = { 34248c2ecf20Sopenharmony_ci SCIFA0_RXD_B_MARK, SCIFA0_TXD_B_MARK 34258c2ecf20Sopenharmony_ci}; 34268c2ecf20Sopenharmony_ci/* - SCIFA1 ----------------------------------------------------------------- */ 34278c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_pins[] = { 34288c2ecf20Sopenharmony_ci /* RXD, TXD */ 34298c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 8), 34308c2ecf20Sopenharmony_ci}; 34318c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_mux[] = { 34328c2ecf20Sopenharmony_ci SCIFA1_RXD_MARK, SCIFA1_TXD_MARK, 34338c2ecf20Sopenharmony_ci}; 34348c2ecf20Sopenharmony_cistatic const unsigned int scifa1_clk_pins[] = { 34358c2ecf20Sopenharmony_ci /* SCK */ 34368c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 10), 34378c2ecf20Sopenharmony_ci}; 34388c2ecf20Sopenharmony_cistatic const unsigned int scifa1_clk_mux[] = { 34398c2ecf20Sopenharmony_ci SCIFA1_SCK_MARK, 34408c2ecf20Sopenharmony_ci}; 34418c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_b_pins[] = { 34428c2ecf20Sopenharmony_ci /* RXD, TXD */ 34438c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 9), RCAR_GP_PIN(3, 8), 34448c2ecf20Sopenharmony_ci}; 34458c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_b_mux[] = { 34468c2ecf20Sopenharmony_ci SCIFA1_RXD_B_MARK, SCIFA1_TXD_B_MARK, 34478c2ecf20Sopenharmony_ci}; 34488c2ecf20Sopenharmony_cistatic const unsigned int scifa1_clk_b_pins[] = { 34498c2ecf20Sopenharmony_ci /* SCK */ 34508c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 0), 34518c2ecf20Sopenharmony_ci}; 34528c2ecf20Sopenharmony_cistatic const unsigned int scifa1_clk_b_mux[] = { 34538c2ecf20Sopenharmony_ci SCIFA1_SCK_B_MARK, 34548c2ecf20Sopenharmony_ci}; 34558c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_c_pins[] = { 34568c2ecf20Sopenharmony_ci /* RXD, TXD */ 34578c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 2), RCAR_GP_PIN(1, 3), 34588c2ecf20Sopenharmony_ci}; 34598c2ecf20Sopenharmony_cistatic const unsigned int scifa1_data_c_mux[] = { 34608c2ecf20Sopenharmony_ci SCIFA1_RXD_C_MARK, SCIFA1_TXD_C_MARK, 34618c2ecf20Sopenharmony_ci}; 34628c2ecf20Sopenharmony_ci/* - SCIFA2 ----------------------------------------------------------------- */ 34638c2ecf20Sopenharmony_cistatic const unsigned int scifa2_data_pins[] = { 34648c2ecf20Sopenharmony_ci /* RXD, TXD */ 34658c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 30), RCAR_GP_PIN(2, 31), 34668c2ecf20Sopenharmony_ci}; 34678c2ecf20Sopenharmony_cistatic const unsigned int scifa2_data_mux[] = { 34688c2ecf20Sopenharmony_ci SCIFA2_RXD_MARK, SCIFA2_TXD_MARK, 34698c2ecf20Sopenharmony_ci}; 34708c2ecf20Sopenharmony_cistatic const unsigned int scifa2_clk_pins[] = { 34718c2ecf20Sopenharmony_ci /* SCK */ 34728c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 18), 34738c2ecf20Sopenharmony_ci}; 34748c2ecf20Sopenharmony_cistatic const unsigned int scifa2_clk_mux[] = { 34758c2ecf20Sopenharmony_ci SCIFA2_SCK_MARK, 34768c2ecf20Sopenharmony_ci}; 34778c2ecf20Sopenharmony_cistatic const unsigned int scifa2_data_b_pins[] = { 34788c2ecf20Sopenharmony_ci /* RXD, TXD */ 34798c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 17), RCAR_GP_PIN(3, 16), 34808c2ecf20Sopenharmony_ci}; 34818c2ecf20Sopenharmony_cistatic const unsigned int scifa2_data_b_mux[] = { 34828c2ecf20Sopenharmony_ci SCIFA2_RXD_B_MARK, SCIFA2_TXD_B_MARK, 34838c2ecf20Sopenharmony_ci}; 34848c2ecf20Sopenharmony_ci/* - SCIFA3 ----------------------------------------------------------------- */ 34858c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_pins[] = { 34868c2ecf20Sopenharmony_ci /* RXD, TXD */ 34878c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 21), 34888c2ecf20Sopenharmony_ci}; 34898c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_mux[] = { 34908c2ecf20Sopenharmony_ci SCIFA3_RXD_MARK, SCIFA3_TXD_MARK, 34918c2ecf20Sopenharmony_ci}; 34928c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_pins[] = { 34938c2ecf20Sopenharmony_ci /* SCK */ 34948c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 23), 34958c2ecf20Sopenharmony_ci}; 34968c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_mux[] = { 34978c2ecf20Sopenharmony_ci SCIFA3_SCK_MARK, 34988c2ecf20Sopenharmony_ci}; 34998c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_b_pins[] = { 35008c2ecf20Sopenharmony_ci /* RXD, TXD */ 35018c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 19), RCAR_GP_PIN(5, 20), 35028c2ecf20Sopenharmony_ci}; 35038c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_b_mux[] = { 35048c2ecf20Sopenharmony_ci SCIFA3_RXD_B_MARK, SCIFA3_TXD_B_MARK, 35058c2ecf20Sopenharmony_ci}; 35068c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_b_pins[] = { 35078c2ecf20Sopenharmony_ci /* SCK */ 35088c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 8), 35098c2ecf20Sopenharmony_ci}; 35108c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_b_mux[] = { 35118c2ecf20Sopenharmony_ci SCIFA3_SCK_B_MARK, 35128c2ecf20Sopenharmony_ci}; 35138c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_c_pins[] = { 35148c2ecf20Sopenharmony_ci /* RXD, TXD */ 35158c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 21), RCAR_GP_PIN(7, 20), 35168c2ecf20Sopenharmony_ci}; 35178c2ecf20Sopenharmony_cistatic const unsigned int scifa3_data_c_mux[] = { 35188c2ecf20Sopenharmony_ci SCIFA3_RXD_C_MARK, SCIFA3_TXD_C_MARK, 35198c2ecf20Sopenharmony_ci}; 35208c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_c_pins[] = { 35218c2ecf20Sopenharmony_ci /* SCK */ 35228c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 22), 35238c2ecf20Sopenharmony_ci}; 35248c2ecf20Sopenharmony_cistatic const unsigned int scifa3_clk_c_mux[] = { 35258c2ecf20Sopenharmony_ci SCIFA3_SCK_C_MARK, 35268c2ecf20Sopenharmony_ci}; 35278c2ecf20Sopenharmony_ci/* - SCIFA4 ----------------------------------------------------------------- */ 35288c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_pins[] = { 35298c2ecf20Sopenharmony_ci /* RXD, TXD */ 35308c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 2), RCAR_GP_PIN(4, 1), 35318c2ecf20Sopenharmony_ci}; 35328c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_mux[] = { 35338c2ecf20Sopenharmony_ci SCIFA4_RXD_MARK, SCIFA4_TXD_MARK, 35348c2ecf20Sopenharmony_ci}; 35358c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_b_pins[] = { 35368c2ecf20Sopenharmony_ci /* RXD, TXD */ 35378c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 1), RCAR_GP_PIN(5, 0), 35388c2ecf20Sopenharmony_ci}; 35398c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_b_mux[] = { 35408c2ecf20Sopenharmony_ci SCIFA4_RXD_B_MARK, SCIFA4_TXD_B_MARK, 35418c2ecf20Sopenharmony_ci}; 35428c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_c_pins[] = { 35438c2ecf20Sopenharmony_ci /* RXD, TXD */ 35448c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 22), RCAR_GP_PIN(7, 21), 35458c2ecf20Sopenharmony_ci}; 35468c2ecf20Sopenharmony_cistatic const unsigned int scifa4_data_c_mux[] = { 35478c2ecf20Sopenharmony_ci SCIFA4_RXD_C_MARK, SCIFA4_TXD_C_MARK, 35488c2ecf20Sopenharmony_ci}; 35498c2ecf20Sopenharmony_ci/* - SCIFA5 ----------------------------------------------------------------- */ 35508c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_pins[] = { 35518c2ecf20Sopenharmony_ci /* RXD, TXD */ 35528c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 4), RCAR_GP_PIN(4, 3), 35538c2ecf20Sopenharmony_ci}; 35548c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_mux[] = { 35558c2ecf20Sopenharmony_ci SCIFA5_RXD_MARK, SCIFA5_TXD_MARK, 35568c2ecf20Sopenharmony_ci}; 35578c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_b_pins[] = { 35588c2ecf20Sopenharmony_ci /* RXD, TXD */ 35598c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 7), RCAR_GP_PIN(6, 6), 35608c2ecf20Sopenharmony_ci}; 35618c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_b_mux[] = { 35628c2ecf20Sopenharmony_ci SCIFA5_RXD_B_MARK, SCIFA5_TXD_B_MARK, 35638c2ecf20Sopenharmony_ci}; 35648c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_c_pins[] = { 35658c2ecf20Sopenharmony_ci /* RXD, TXD */ 35668c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 23), RCAR_GP_PIN(6, 22), 35678c2ecf20Sopenharmony_ci}; 35688c2ecf20Sopenharmony_cistatic const unsigned int scifa5_data_c_mux[] = { 35698c2ecf20Sopenharmony_ci SCIFA5_RXD_C_MARK, SCIFA5_TXD_C_MARK, 35708c2ecf20Sopenharmony_ci}; 35718c2ecf20Sopenharmony_ci/* - SCIFB0 ----------------------------------------------------------------- */ 35728c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_pins[] = { 35738c2ecf20Sopenharmony_ci /* RXD, TXD */ 35748c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 3), RCAR_GP_PIN(7, 4), 35758c2ecf20Sopenharmony_ci}; 35768c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_mux[] = { 35778c2ecf20Sopenharmony_ci SCIFB0_RXD_MARK, SCIFB0_TXD_MARK, 35788c2ecf20Sopenharmony_ci}; 35798c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_pins[] = { 35808c2ecf20Sopenharmony_ci /* SCK */ 35818c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 2), 35828c2ecf20Sopenharmony_ci}; 35838c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_mux[] = { 35848c2ecf20Sopenharmony_ci SCIFB0_SCK_MARK, 35858c2ecf20Sopenharmony_ci}; 35868c2ecf20Sopenharmony_cistatic const unsigned int scifb0_ctrl_pins[] = { 35878c2ecf20Sopenharmony_ci /* RTS, CTS */ 35888c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 1), RCAR_GP_PIN(7, 0), 35898c2ecf20Sopenharmony_ci}; 35908c2ecf20Sopenharmony_cistatic const unsigned int scifb0_ctrl_mux[] = { 35918c2ecf20Sopenharmony_ci SCIFB0_RTS_N_MARK, SCIFB0_CTS_N_MARK, 35928c2ecf20Sopenharmony_ci}; 35938c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_b_pins[] = { 35948c2ecf20Sopenharmony_ci /* RXD, TXD */ 35958c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 20), RCAR_GP_PIN(1, 21), 35968c2ecf20Sopenharmony_ci}; 35978c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_b_mux[] = { 35988c2ecf20Sopenharmony_ci SCIFB0_RXD_B_MARK, SCIFB0_TXD_B_MARK, 35998c2ecf20Sopenharmony_ci}; 36008c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_b_pins[] = { 36018c2ecf20Sopenharmony_ci /* SCK */ 36028c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 31), 36038c2ecf20Sopenharmony_ci}; 36048c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_b_mux[] = { 36058c2ecf20Sopenharmony_ci SCIFB0_SCK_B_MARK, 36068c2ecf20Sopenharmony_ci}; 36078c2ecf20Sopenharmony_cistatic const unsigned int scifb0_ctrl_b_pins[] = { 36088c2ecf20Sopenharmony_ci /* RTS, CTS */ 36098c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 22), RCAR_GP_PIN(1, 23), 36108c2ecf20Sopenharmony_ci}; 36118c2ecf20Sopenharmony_cistatic const unsigned int scifb0_ctrl_b_mux[] = { 36128c2ecf20Sopenharmony_ci SCIFB0_RTS_N_B_MARK, SCIFB0_CTS_N_B_MARK, 36138c2ecf20Sopenharmony_ci}; 36148c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_c_pins[] = { 36158c2ecf20Sopenharmony_ci /* RXD, TXD */ 36168c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 0), RCAR_GP_PIN(2, 1), 36178c2ecf20Sopenharmony_ci}; 36188c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_c_mux[] = { 36198c2ecf20Sopenharmony_ci SCIFB0_RXD_C_MARK, SCIFB0_TXD_C_MARK, 36208c2ecf20Sopenharmony_ci}; 36218c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_c_pins[] = { 36228c2ecf20Sopenharmony_ci /* SCK */ 36238c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 30), 36248c2ecf20Sopenharmony_ci}; 36258c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_c_mux[] = { 36268c2ecf20Sopenharmony_ci SCIFB0_SCK_C_MARK, 36278c2ecf20Sopenharmony_ci}; 36288c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_d_pins[] = { 36298c2ecf20Sopenharmony_ci /* RXD, TXD */ 36308c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 28), RCAR_GP_PIN(4, 18), 36318c2ecf20Sopenharmony_ci}; 36328c2ecf20Sopenharmony_cistatic const unsigned int scifb0_data_d_mux[] = { 36338c2ecf20Sopenharmony_ci SCIFB0_RXD_D_MARK, SCIFB0_TXD_D_MARK, 36348c2ecf20Sopenharmony_ci}; 36358c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_d_pins[] = { 36368c2ecf20Sopenharmony_ci /* SCK */ 36378c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 17), 36388c2ecf20Sopenharmony_ci}; 36398c2ecf20Sopenharmony_cistatic const unsigned int scifb0_clk_d_mux[] = { 36408c2ecf20Sopenharmony_ci SCIFB0_SCK_D_MARK, 36418c2ecf20Sopenharmony_ci}; 36428c2ecf20Sopenharmony_ci/* - SCIFB1 ----------------------------------------------------------------- */ 36438c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_pins[] = { 36448c2ecf20Sopenharmony_ci /* RXD, TXD */ 36458c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 5), RCAR_GP_PIN(7, 6), 36468c2ecf20Sopenharmony_ci}; 36478c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_mux[] = { 36488c2ecf20Sopenharmony_ci SCIFB1_RXD_MARK, SCIFB1_TXD_MARK, 36498c2ecf20Sopenharmony_ci}; 36508c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_pins[] = { 36518c2ecf20Sopenharmony_ci /* SCK */ 36528c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 7), 36538c2ecf20Sopenharmony_ci}; 36548c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_mux[] = { 36558c2ecf20Sopenharmony_ci SCIFB1_SCK_MARK, 36568c2ecf20Sopenharmony_ci}; 36578c2ecf20Sopenharmony_cistatic const unsigned int scifb1_ctrl_pins[] = { 36588c2ecf20Sopenharmony_ci /* RTS, CTS */ 36598c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 9), RCAR_GP_PIN(7, 8), 36608c2ecf20Sopenharmony_ci}; 36618c2ecf20Sopenharmony_cistatic const unsigned int scifb1_ctrl_mux[] = { 36628c2ecf20Sopenharmony_ci SCIFB1_RTS_N_MARK, SCIFB1_CTS_N_MARK, 36638c2ecf20Sopenharmony_ci}; 36648c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_b_pins[] = { 36658c2ecf20Sopenharmony_ci /* RXD, TXD */ 36668c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 18), 36678c2ecf20Sopenharmony_ci}; 36688c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_b_mux[] = { 36698c2ecf20Sopenharmony_ci SCIFB1_RXD_B_MARK, SCIFB1_TXD_B_MARK, 36708c2ecf20Sopenharmony_ci}; 36718c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_b_pins[] = { 36728c2ecf20Sopenharmony_ci /* SCK */ 36738c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 3), 36748c2ecf20Sopenharmony_ci}; 36758c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_b_mux[] = { 36768c2ecf20Sopenharmony_ci SCIFB1_SCK_B_MARK, 36778c2ecf20Sopenharmony_ci}; 36788c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_c_pins[] = { 36798c2ecf20Sopenharmony_ci /* RXD, TXD */ 36808c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 2), RCAR_GP_PIN(1, 3), 36818c2ecf20Sopenharmony_ci}; 36828c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_c_mux[] = { 36838c2ecf20Sopenharmony_ci SCIFB1_RXD_C_MARK, SCIFB1_TXD_C_MARK, 36848c2ecf20Sopenharmony_ci}; 36858c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_c_pins[] = { 36868c2ecf20Sopenharmony_ci /* SCK */ 36878c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 11), 36888c2ecf20Sopenharmony_ci}; 36898c2ecf20Sopenharmony_cistatic const unsigned int scifb1_clk_c_mux[] = { 36908c2ecf20Sopenharmony_ci SCIFB1_SCK_C_MARK, 36918c2ecf20Sopenharmony_ci}; 36928c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_d_pins[] = { 36938c2ecf20Sopenharmony_ci /* RXD, TXD */ 36948c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 10), RCAR_GP_PIN(7, 12), 36958c2ecf20Sopenharmony_ci}; 36968c2ecf20Sopenharmony_cistatic const unsigned int scifb1_data_d_mux[] = { 36978c2ecf20Sopenharmony_ci SCIFB1_RXD_D_MARK, SCIFB1_TXD_D_MARK, 36988c2ecf20Sopenharmony_ci}; 36998c2ecf20Sopenharmony_ci/* - SCIFB2 ----------------------------------------------------------------- */ 37008c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_pins[] = { 37018c2ecf20Sopenharmony_ci /* RXD, TXD */ 37028c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 16), RCAR_GP_PIN(4, 17), 37038c2ecf20Sopenharmony_ci}; 37048c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_mux[] = { 37058c2ecf20Sopenharmony_ci SCIFB2_RXD_MARK, SCIFB2_TXD_MARK, 37068c2ecf20Sopenharmony_ci}; 37078c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_pins[] = { 37088c2ecf20Sopenharmony_ci /* SCK */ 37098c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), 37108c2ecf20Sopenharmony_ci}; 37118c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_mux[] = { 37128c2ecf20Sopenharmony_ci SCIFB2_SCK_MARK, 37138c2ecf20Sopenharmony_ci}; 37148c2ecf20Sopenharmony_cistatic const unsigned int scifb2_ctrl_pins[] = { 37158c2ecf20Sopenharmony_ci /* RTS, CTS */ 37168c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 14), RCAR_GP_PIN(4, 13), 37178c2ecf20Sopenharmony_ci}; 37188c2ecf20Sopenharmony_cistatic const unsigned int scifb2_ctrl_mux[] = { 37198c2ecf20Sopenharmony_ci SCIFB2_RTS_N_MARK, SCIFB2_CTS_N_MARK, 37208c2ecf20Sopenharmony_ci}; 37218c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_b_pins[] = { 37228c2ecf20Sopenharmony_ci /* RXD, TXD */ 37238c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13), 37248c2ecf20Sopenharmony_ci}; 37258c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_b_mux[] = { 37268c2ecf20Sopenharmony_ci SCIFB2_RXD_B_MARK, SCIFB2_TXD_B_MARK, 37278c2ecf20Sopenharmony_ci}; 37288c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_b_pins[] = { 37298c2ecf20Sopenharmony_ci /* SCK */ 37308c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 31), 37318c2ecf20Sopenharmony_ci}; 37328c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_b_mux[] = { 37338c2ecf20Sopenharmony_ci SCIFB2_SCK_B_MARK, 37348c2ecf20Sopenharmony_ci}; 37358c2ecf20Sopenharmony_cistatic const unsigned int scifb2_ctrl_b_pins[] = { 37368c2ecf20Sopenharmony_ci /* RTS, CTS */ 37378c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 15), RCAR_GP_PIN(3, 14), 37388c2ecf20Sopenharmony_ci}; 37398c2ecf20Sopenharmony_cistatic const unsigned int scifb2_ctrl_b_mux[] = { 37408c2ecf20Sopenharmony_ci SCIFB2_RTS_N_B_MARK, SCIFB2_CTS_N_B_MARK, 37418c2ecf20Sopenharmony_ci}; 37428c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_c_pins[] = { 37438c2ecf20Sopenharmony_ci /* RXD, TXD */ 37448c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 0), RCAR_GP_PIN(2, 1), 37458c2ecf20Sopenharmony_ci}; 37468c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_c_mux[] = { 37478c2ecf20Sopenharmony_ci SCIFB2_RXD_C_MARK, SCIFB2_TXD_C_MARK, 37488c2ecf20Sopenharmony_ci}; 37498c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_c_pins[] = { 37508c2ecf20Sopenharmony_ci /* SCK */ 37518c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 27), 37528c2ecf20Sopenharmony_ci}; 37538c2ecf20Sopenharmony_cistatic const unsigned int scifb2_clk_c_mux[] = { 37548c2ecf20Sopenharmony_ci SCIFB2_SCK_C_MARK, 37558c2ecf20Sopenharmony_ci}; 37568c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_d_pins[] = { 37578c2ecf20Sopenharmony_ci /* RXD, TXD */ 37588c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 26), RCAR_GP_PIN(5, 25), 37598c2ecf20Sopenharmony_ci}; 37608c2ecf20Sopenharmony_cistatic const unsigned int scifb2_data_d_mux[] = { 37618c2ecf20Sopenharmony_ci SCIFB2_RXD_D_MARK, SCIFB2_TXD_D_MARK, 37628c2ecf20Sopenharmony_ci}; 37638c2ecf20Sopenharmony_ci 37648c2ecf20Sopenharmony_ci/* - SCIF Clock ------------------------------------------------------------- */ 37658c2ecf20Sopenharmony_cistatic const unsigned int scif_clk_pins[] = { 37668c2ecf20Sopenharmony_ci /* SCIF_CLK */ 37678c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 29), 37688c2ecf20Sopenharmony_ci}; 37698c2ecf20Sopenharmony_cistatic const unsigned int scif_clk_mux[] = { 37708c2ecf20Sopenharmony_ci SCIF_CLK_MARK, 37718c2ecf20Sopenharmony_ci}; 37728c2ecf20Sopenharmony_cistatic const unsigned int scif_clk_b_pins[] = { 37738c2ecf20Sopenharmony_ci /* SCIF_CLK */ 37748c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 19), 37758c2ecf20Sopenharmony_ci}; 37768c2ecf20Sopenharmony_cistatic const unsigned int scif_clk_b_mux[] = { 37778c2ecf20Sopenharmony_ci SCIF_CLK_B_MARK, 37788c2ecf20Sopenharmony_ci}; 37798c2ecf20Sopenharmony_ci 37808c2ecf20Sopenharmony_ci/* - SDHI0 ------------------------------------------------------------------ */ 37818c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_data1_pins[] = { 37828c2ecf20Sopenharmony_ci /* D0 */ 37838c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 2), 37848c2ecf20Sopenharmony_ci}; 37858c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_data1_mux[] = { 37868c2ecf20Sopenharmony_ci SD0_DATA0_MARK, 37878c2ecf20Sopenharmony_ci}; 37888c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_data4_pins[] = { 37898c2ecf20Sopenharmony_ci /* D[0:3] */ 37908c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 2), RCAR_GP_PIN(6, 3), 37918c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 4), RCAR_GP_PIN(6, 5), 37928c2ecf20Sopenharmony_ci}; 37938c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_data4_mux[] = { 37948c2ecf20Sopenharmony_ci SD0_DATA0_MARK, SD0_DATA1_MARK, SD0_DATA2_MARK, SD0_DATA3_MARK, 37958c2ecf20Sopenharmony_ci}; 37968c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_ctrl_pins[] = { 37978c2ecf20Sopenharmony_ci /* CLK, CMD */ 37988c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 0), RCAR_GP_PIN(6, 1), 37998c2ecf20Sopenharmony_ci}; 38008c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_ctrl_mux[] = { 38018c2ecf20Sopenharmony_ci SD0_CLK_MARK, SD0_CMD_MARK, 38028c2ecf20Sopenharmony_ci}; 38038c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_cd_pins[] = { 38048c2ecf20Sopenharmony_ci /* CD */ 38058c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 6), 38068c2ecf20Sopenharmony_ci}; 38078c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_cd_mux[] = { 38088c2ecf20Sopenharmony_ci SD0_CD_MARK, 38098c2ecf20Sopenharmony_ci}; 38108c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_wp_pins[] = { 38118c2ecf20Sopenharmony_ci /* WP */ 38128c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 7), 38138c2ecf20Sopenharmony_ci}; 38148c2ecf20Sopenharmony_cistatic const unsigned int sdhi0_wp_mux[] = { 38158c2ecf20Sopenharmony_ci SD0_WP_MARK, 38168c2ecf20Sopenharmony_ci}; 38178c2ecf20Sopenharmony_ci/* - SDHI1 ------------------------------------------------------------------ */ 38188c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_data1_pins[] = { 38198c2ecf20Sopenharmony_ci /* D0 */ 38208c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 10), 38218c2ecf20Sopenharmony_ci}; 38228c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_data1_mux[] = { 38238c2ecf20Sopenharmony_ci SD1_DATA0_MARK, 38248c2ecf20Sopenharmony_ci}; 38258c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_data4_pins[] = { 38268c2ecf20Sopenharmony_ci /* D[0:3] */ 38278c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 10), RCAR_GP_PIN(6, 11), 38288c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 12), RCAR_GP_PIN(6, 13), 38298c2ecf20Sopenharmony_ci}; 38308c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_data4_mux[] = { 38318c2ecf20Sopenharmony_ci SD1_DATA0_MARK, SD1_DATA1_MARK, SD1_DATA2_MARK, SD1_DATA3_MARK, 38328c2ecf20Sopenharmony_ci}; 38338c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_ctrl_pins[] = { 38348c2ecf20Sopenharmony_ci /* CLK, CMD */ 38358c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 8), RCAR_GP_PIN(6, 9), 38368c2ecf20Sopenharmony_ci}; 38378c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_ctrl_mux[] = { 38388c2ecf20Sopenharmony_ci SD1_CLK_MARK, SD1_CMD_MARK, 38398c2ecf20Sopenharmony_ci}; 38408c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_cd_pins[] = { 38418c2ecf20Sopenharmony_ci /* CD */ 38428c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 14), 38438c2ecf20Sopenharmony_ci}; 38448c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_cd_mux[] = { 38458c2ecf20Sopenharmony_ci SD1_CD_MARK, 38468c2ecf20Sopenharmony_ci}; 38478c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_wp_pins[] = { 38488c2ecf20Sopenharmony_ci /* WP */ 38498c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 15), 38508c2ecf20Sopenharmony_ci}; 38518c2ecf20Sopenharmony_cistatic const unsigned int sdhi1_wp_mux[] = { 38528c2ecf20Sopenharmony_ci SD1_WP_MARK, 38538c2ecf20Sopenharmony_ci}; 38548c2ecf20Sopenharmony_ci/* - SDHI2 ------------------------------------------------------------------ */ 38558c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_data1_pins[] = { 38568c2ecf20Sopenharmony_ci /* D0 */ 38578c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), 38588c2ecf20Sopenharmony_ci}; 38598c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_data1_mux[] = { 38608c2ecf20Sopenharmony_ci SD2_DATA0_MARK, 38618c2ecf20Sopenharmony_ci}; 38628c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_data4_pins[] = { 38638c2ecf20Sopenharmony_ci /* D[0:3] */ 38648c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 18), RCAR_GP_PIN(6, 19), 38658c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 20), RCAR_GP_PIN(6, 21), 38668c2ecf20Sopenharmony_ci}; 38678c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_data4_mux[] = { 38688c2ecf20Sopenharmony_ci SD2_DATA0_MARK, SD2_DATA1_MARK, SD2_DATA2_MARK, SD2_DATA3_MARK, 38698c2ecf20Sopenharmony_ci}; 38708c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_ctrl_pins[] = { 38718c2ecf20Sopenharmony_ci /* CLK, CMD */ 38728c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 16), RCAR_GP_PIN(6, 17), 38738c2ecf20Sopenharmony_ci}; 38748c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_ctrl_mux[] = { 38758c2ecf20Sopenharmony_ci SD2_CLK_MARK, SD2_CMD_MARK, 38768c2ecf20Sopenharmony_ci}; 38778c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_cd_pins[] = { 38788c2ecf20Sopenharmony_ci /* CD */ 38798c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 22), 38808c2ecf20Sopenharmony_ci}; 38818c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_cd_mux[] = { 38828c2ecf20Sopenharmony_ci SD2_CD_MARK, 38838c2ecf20Sopenharmony_ci}; 38848c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_wp_pins[] = { 38858c2ecf20Sopenharmony_ci /* WP */ 38868c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 23), 38878c2ecf20Sopenharmony_ci}; 38888c2ecf20Sopenharmony_cistatic const unsigned int sdhi2_wp_mux[] = { 38898c2ecf20Sopenharmony_ci SD2_WP_MARK, 38908c2ecf20Sopenharmony_ci}; 38918c2ecf20Sopenharmony_ci 38928c2ecf20Sopenharmony_ci/* - SSI -------------------------------------------------------------------- */ 38938c2ecf20Sopenharmony_cistatic const unsigned int ssi0_data_pins[] = { 38948c2ecf20Sopenharmony_ci /* SDATA */ 38958c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 2), 38968c2ecf20Sopenharmony_ci}; 38978c2ecf20Sopenharmony_ci 38988c2ecf20Sopenharmony_cistatic const unsigned int ssi0_data_mux[] = { 38998c2ecf20Sopenharmony_ci SSI_SDATA0_MARK, 39008c2ecf20Sopenharmony_ci}; 39018c2ecf20Sopenharmony_ci 39028c2ecf20Sopenharmony_cistatic const unsigned int ssi0_data_b_pins[] = { 39038c2ecf20Sopenharmony_ci /* SDATA */ 39048c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 4), 39058c2ecf20Sopenharmony_ci}; 39068c2ecf20Sopenharmony_ci 39078c2ecf20Sopenharmony_cistatic const unsigned int ssi0_data_b_mux[] = { 39088c2ecf20Sopenharmony_ci SSI_SDATA0_B_MARK, 39098c2ecf20Sopenharmony_ci}; 39108c2ecf20Sopenharmony_ci 39118c2ecf20Sopenharmony_cistatic const unsigned int ssi0129_ctrl_pins[] = { 39128c2ecf20Sopenharmony_ci /* SCK, WS */ 39138c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 0), RCAR_GP_PIN(2, 1), 39148c2ecf20Sopenharmony_ci}; 39158c2ecf20Sopenharmony_ci 39168c2ecf20Sopenharmony_cistatic const unsigned int ssi0129_ctrl_mux[] = { 39178c2ecf20Sopenharmony_ci SSI_SCK0129_MARK, SSI_WS0129_MARK, 39188c2ecf20Sopenharmony_ci}; 39198c2ecf20Sopenharmony_ci 39208c2ecf20Sopenharmony_cistatic const unsigned int ssi0129_ctrl_b_pins[] = { 39218c2ecf20Sopenharmony_ci /* SCK, WS */ 39228c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 2), RCAR_GP_PIN(3, 3), 39238c2ecf20Sopenharmony_ci}; 39248c2ecf20Sopenharmony_ci 39258c2ecf20Sopenharmony_cistatic const unsigned int ssi0129_ctrl_b_mux[] = { 39268c2ecf20Sopenharmony_ci SSI_SCK0129_B_MARK, SSI_WS0129_B_MARK, 39278c2ecf20Sopenharmony_ci}; 39288c2ecf20Sopenharmony_ci 39298c2ecf20Sopenharmony_cistatic const unsigned int ssi1_data_pins[] = { 39308c2ecf20Sopenharmony_ci /* SDATA */ 39318c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 5), 39328c2ecf20Sopenharmony_ci}; 39338c2ecf20Sopenharmony_ci 39348c2ecf20Sopenharmony_cistatic const unsigned int ssi1_data_mux[] = { 39358c2ecf20Sopenharmony_ci SSI_SDATA1_MARK, 39368c2ecf20Sopenharmony_ci}; 39378c2ecf20Sopenharmony_ci 39388c2ecf20Sopenharmony_cistatic const unsigned int ssi1_data_b_pins[] = { 39398c2ecf20Sopenharmony_ci /* SDATA */ 39408c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 7), 39418c2ecf20Sopenharmony_ci}; 39428c2ecf20Sopenharmony_ci 39438c2ecf20Sopenharmony_cistatic const unsigned int ssi1_data_b_mux[] = { 39448c2ecf20Sopenharmony_ci SSI_SDATA1_B_MARK, 39458c2ecf20Sopenharmony_ci}; 39468c2ecf20Sopenharmony_ci 39478c2ecf20Sopenharmony_cistatic const unsigned int ssi1_ctrl_pins[] = { 39488c2ecf20Sopenharmony_ci /* SCK, WS */ 39498c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 3), RCAR_GP_PIN(2, 4), 39508c2ecf20Sopenharmony_ci}; 39518c2ecf20Sopenharmony_ci 39528c2ecf20Sopenharmony_cistatic const unsigned int ssi1_ctrl_mux[] = { 39538c2ecf20Sopenharmony_ci SSI_SCK1_MARK, SSI_WS1_MARK, 39548c2ecf20Sopenharmony_ci}; 39558c2ecf20Sopenharmony_ci 39568c2ecf20Sopenharmony_cistatic const unsigned int ssi1_ctrl_b_pins[] = { 39578c2ecf20Sopenharmony_ci /* SCK, WS */ 39588c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 5), RCAR_GP_PIN(3, 6), 39598c2ecf20Sopenharmony_ci}; 39608c2ecf20Sopenharmony_ci 39618c2ecf20Sopenharmony_cistatic const unsigned int ssi1_ctrl_b_mux[] = { 39628c2ecf20Sopenharmony_ci SSI_SCK1_B_MARK, SSI_WS1_B_MARK, 39638c2ecf20Sopenharmony_ci}; 39648c2ecf20Sopenharmony_ci 39658c2ecf20Sopenharmony_cistatic const unsigned int ssi2_data_pins[] = { 39668c2ecf20Sopenharmony_ci /* SDATA */ 39678c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 8), 39688c2ecf20Sopenharmony_ci}; 39698c2ecf20Sopenharmony_ci 39708c2ecf20Sopenharmony_cistatic const unsigned int ssi2_data_mux[] = { 39718c2ecf20Sopenharmony_ci SSI_SDATA2_MARK, 39728c2ecf20Sopenharmony_ci}; 39738c2ecf20Sopenharmony_ci 39748c2ecf20Sopenharmony_cistatic const unsigned int ssi2_ctrl_pins[] = { 39758c2ecf20Sopenharmony_ci /* SCK, WS */ 39768c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 7), 39778c2ecf20Sopenharmony_ci}; 39788c2ecf20Sopenharmony_ci 39798c2ecf20Sopenharmony_cistatic const unsigned int ssi2_ctrl_mux[] = { 39808c2ecf20Sopenharmony_ci SSI_SCK2_MARK, SSI_WS2_MARK, 39818c2ecf20Sopenharmony_ci}; 39828c2ecf20Sopenharmony_ci 39838c2ecf20Sopenharmony_cistatic const unsigned int ssi3_data_pins[] = { 39848c2ecf20Sopenharmony_ci /* SDATA */ 39858c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 11), 39868c2ecf20Sopenharmony_ci}; 39878c2ecf20Sopenharmony_ci 39888c2ecf20Sopenharmony_cistatic const unsigned int ssi3_data_mux[] = { 39898c2ecf20Sopenharmony_ci SSI_SDATA3_MARK, 39908c2ecf20Sopenharmony_ci}; 39918c2ecf20Sopenharmony_ci 39928c2ecf20Sopenharmony_cistatic const unsigned int ssi34_ctrl_pins[] = { 39938c2ecf20Sopenharmony_ci /* SCK, WS */ 39948c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 9), RCAR_GP_PIN(2, 10), 39958c2ecf20Sopenharmony_ci}; 39968c2ecf20Sopenharmony_ci 39978c2ecf20Sopenharmony_cistatic const unsigned int ssi34_ctrl_mux[] = { 39988c2ecf20Sopenharmony_ci SSI_SCK34_MARK, SSI_WS34_MARK, 39998c2ecf20Sopenharmony_ci}; 40008c2ecf20Sopenharmony_ci 40018c2ecf20Sopenharmony_cistatic const unsigned int ssi4_data_pins[] = { 40028c2ecf20Sopenharmony_ci /* SDATA */ 40038c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 14), 40048c2ecf20Sopenharmony_ci}; 40058c2ecf20Sopenharmony_ci 40068c2ecf20Sopenharmony_cistatic const unsigned int ssi4_data_mux[] = { 40078c2ecf20Sopenharmony_ci SSI_SDATA4_MARK, 40088c2ecf20Sopenharmony_ci}; 40098c2ecf20Sopenharmony_ci 40108c2ecf20Sopenharmony_cistatic const unsigned int ssi4_ctrl_pins[] = { 40118c2ecf20Sopenharmony_ci /* SCK, WS */ 40128c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 12), RCAR_GP_PIN(2, 13), 40138c2ecf20Sopenharmony_ci}; 40148c2ecf20Sopenharmony_ci 40158c2ecf20Sopenharmony_cistatic const unsigned int ssi4_ctrl_mux[] = { 40168c2ecf20Sopenharmony_ci SSI_SCK4_MARK, SSI_WS4_MARK, 40178c2ecf20Sopenharmony_ci}; 40188c2ecf20Sopenharmony_ci 40198c2ecf20Sopenharmony_cistatic const unsigned int ssi5_data_pins[] = { 40208c2ecf20Sopenharmony_ci /* SDATA */ 40218c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 17), 40228c2ecf20Sopenharmony_ci}; 40238c2ecf20Sopenharmony_ci 40248c2ecf20Sopenharmony_cistatic const unsigned int ssi5_data_mux[] = { 40258c2ecf20Sopenharmony_ci SSI_SDATA5_MARK, 40268c2ecf20Sopenharmony_ci}; 40278c2ecf20Sopenharmony_ci 40288c2ecf20Sopenharmony_cistatic const unsigned int ssi5_ctrl_pins[] = { 40298c2ecf20Sopenharmony_ci /* SCK, WS */ 40308c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 15), RCAR_GP_PIN(2, 16), 40318c2ecf20Sopenharmony_ci}; 40328c2ecf20Sopenharmony_ci 40338c2ecf20Sopenharmony_cistatic const unsigned int ssi5_ctrl_mux[] = { 40348c2ecf20Sopenharmony_ci SSI_SCK5_MARK, SSI_WS5_MARK, 40358c2ecf20Sopenharmony_ci}; 40368c2ecf20Sopenharmony_ci 40378c2ecf20Sopenharmony_cistatic const unsigned int ssi6_data_pins[] = { 40388c2ecf20Sopenharmony_ci /* SDATA */ 40398c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 20), 40408c2ecf20Sopenharmony_ci}; 40418c2ecf20Sopenharmony_ci 40428c2ecf20Sopenharmony_cistatic const unsigned int ssi6_data_mux[] = { 40438c2ecf20Sopenharmony_ci SSI_SDATA6_MARK, 40448c2ecf20Sopenharmony_ci}; 40458c2ecf20Sopenharmony_ci 40468c2ecf20Sopenharmony_cistatic const unsigned int ssi6_ctrl_pins[] = { 40478c2ecf20Sopenharmony_ci /* SCK, WS */ 40488c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 18), RCAR_GP_PIN(2, 19), 40498c2ecf20Sopenharmony_ci}; 40508c2ecf20Sopenharmony_ci 40518c2ecf20Sopenharmony_cistatic const unsigned int ssi6_ctrl_mux[] = { 40528c2ecf20Sopenharmony_ci SSI_SCK6_MARK, SSI_WS6_MARK, 40538c2ecf20Sopenharmony_ci}; 40548c2ecf20Sopenharmony_ci 40558c2ecf20Sopenharmony_cistatic const unsigned int ssi7_data_pins[] = { 40568c2ecf20Sopenharmony_ci /* SDATA */ 40578c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 23), 40588c2ecf20Sopenharmony_ci}; 40598c2ecf20Sopenharmony_ci 40608c2ecf20Sopenharmony_cistatic const unsigned int ssi7_data_mux[] = { 40618c2ecf20Sopenharmony_ci SSI_SDATA7_MARK, 40628c2ecf20Sopenharmony_ci}; 40638c2ecf20Sopenharmony_ci 40648c2ecf20Sopenharmony_cistatic const unsigned int ssi7_data_b_pins[] = { 40658c2ecf20Sopenharmony_ci /* SDATA */ 40668c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), 40678c2ecf20Sopenharmony_ci}; 40688c2ecf20Sopenharmony_ci 40698c2ecf20Sopenharmony_cistatic const unsigned int ssi7_data_b_mux[] = { 40708c2ecf20Sopenharmony_ci SSI_SDATA7_B_MARK, 40718c2ecf20Sopenharmony_ci}; 40728c2ecf20Sopenharmony_ci 40738c2ecf20Sopenharmony_cistatic const unsigned int ssi78_ctrl_pins[] = { 40748c2ecf20Sopenharmony_ci /* SCK, WS */ 40758c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 21), RCAR_GP_PIN(2, 22), 40768c2ecf20Sopenharmony_ci}; 40778c2ecf20Sopenharmony_ci 40788c2ecf20Sopenharmony_cistatic const unsigned int ssi78_ctrl_mux[] = { 40798c2ecf20Sopenharmony_ci SSI_SCK78_MARK, SSI_WS78_MARK, 40808c2ecf20Sopenharmony_ci}; 40818c2ecf20Sopenharmony_ci 40828c2ecf20Sopenharmony_cistatic const unsigned int ssi78_ctrl_b_pins[] = { 40838c2ecf20Sopenharmony_ci /* SCK, WS */ 40848c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11), 40858c2ecf20Sopenharmony_ci}; 40868c2ecf20Sopenharmony_ci 40878c2ecf20Sopenharmony_cistatic const unsigned int ssi78_ctrl_b_mux[] = { 40888c2ecf20Sopenharmony_ci SSI_SCK78_B_MARK, SSI_WS78_B_MARK, 40898c2ecf20Sopenharmony_ci}; 40908c2ecf20Sopenharmony_ci 40918c2ecf20Sopenharmony_cistatic const unsigned int ssi8_data_pins[] = { 40928c2ecf20Sopenharmony_ci /* SDATA */ 40938c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 24), 40948c2ecf20Sopenharmony_ci}; 40958c2ecf20Sopenharmony_ci 40968c2ecf20Sopenharmony_cistatic const unsigned int ssi8_data_mux[] = { 40978c2ecf20Sopenharmony_ci SSI_SDATA8_MARK, 40988c2ecf20Sopenharmony_ci}; 40998c2ecf20Sopenharmony_ci 41008c2ecf20Sopenharmony_cistatic const unsigned int ssi8_data_b_pins[] = { 41018c2ecf20Sopenharmony_ci /* SDATA */ 41028c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 13), 41038c2ecf20Sopenharmony_ci}; 41048c2ecf20Sopenharmony_ci 41058c2ecf20Sopenharmony_cistatic const unsigned int ssi8_data_b_mux[] = { 41068c2ecf20Sopenharmony_ci SSI_SDATA8_B_MARK, 41078c2ecf20Sopenharmony_ci}; 41088c2ecf20Sopenharmony_ci 41098c2ecf20Sopenharmony_cistatic const unsigned int ssi9_data_pins[] = { 41108c2ecf20Sopenharmony_ci /* SDATA */ 41118c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 27), 41128c2ecf20Sopenharmony_ci}; 41138c2ecf20Sopenharmony_ci 41148c2ecf20Sopenharmony_cistatic const unsigned int ssi9_data_mux[] = { 41158c2ecf20Sopenharmony_ci SSI_SDATA9_MARK, 41168c2ecf20Sopenharmony_ci}; 41178c2ecf20Sopenharmony_ci 41188c2ecf20Sopenharmony_cistatic const unsigned int ssi9_data_b_pins[] = { 41198c2ecf20Sopenharmony_ci /* SDATA */ 41208c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 18), 41218c2ecf20Sopenharmony_ci}; 41228c2ecf20Sopenharmony_ci 41238c2ecf20Sopenharmony_cistatic const unsigned int ssi9_data_b_mux[] = { 41248c2ecf20Sopenharmony_ci SSI_SDATA9_B_MARK, 41258c2ecf20Sopenharmony_ci}; 41268c2ecf20Sopenharmony_ci 41278c2ecf20Sopenharmony_cistatic const unsigned int ssi9_ctrl_pins[] = { 41288c2ecf20Sopenharmony_ci /* SCK, WS */ 41298c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 25), RCAR_GP_PIN(2, 26), 41308c2ecf20Sopenharmony_ci}; 41318c2ecf20Sopenharmony_ci 41328c2ecf20Sopenharmony_cistatic const unsigned int ssi9_ctrl_mux[] = { 41338c2ecf20Sopenharmony_ci SSI_SCK9_MARK, SSI_WS9_MARK, 41348c2ecf20Sopenharmony_ci}; 41358c2ecf20Sopenharmony_ci 41368c2ecf20Sopenharmony_cistatic const unsigned int ssi9_ctrl_b_pins[] = { 41378c2ecf20Sopenharmony_ci /* SCK, WS */ 41388c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 15), 41398c2ecf20Sopenharmony_ci}; 41408c2ecf20Sopenharmony_ci 41418c2ecf20Sopenharmony_cistatic const unsigned int ssi9_ctrl_b_mux[] = { 41428c2ecf20Sopenharmony_ci SSI_SCK9_B_MARK, SSI_WS9_B_MARK, 41438c2ecf20Sopenharmony_ci}; 41448c2ecf20Sopenharmony_ci 41458c2ecf20Sopenharmony_ci/* - TPU -------------------------------------------------------------------- */ 41468c2ecf20Sopenharmony_cistatic const unsigned int tpu_to0_pins[] = { 41478c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 14), 41488c2ecf20Sopenharmony_ci}; 41498c2ecf20Sopenharmony_cistatic const unsigned int tpu_to0_mux[] = { 41508c2ecf20Sopenharmony_ci TPU_TO0_MARK, 41518c2ecf20Sopenharmony_ci}; 41528c2ecf20Sopenharmony_cistatic const unsigned int tpu_to1_pins[] = { 41538c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 17), 41548c2ecf20Sopenharmony_ci}; 41558c2ecf20Sopenharmony_cistatic const unsigned int tpu_to1_mux[] = { 41568c2ecf20Sopenharmony_ci TPU_TO1_MARK, 41578c2ecf20Sopenharmony_ci}; 41588c2ecf20Sopenharmony_cistatic const unsigned int tpu_to2_pins[] = { 41598c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 18), 41608c2ecf20Sopenharmony_ci}; 41618c2ecf20Sopenharmony_cistatic const unsigned int tpu_to2_mux[] = { 41628c2ecf20Sopenharmony_ci TPU_TO2_MARK, 41638c2ecf20Sopenharmony_ci}; 41648c2ecf20Sopenharmony_cistatic const unsigned int tpu_to3_pins[] = { 41658c2ecf20Sopenharmony_ci RCAR_GP_PIN(1, 24), 41668c2ecf20Sopenharmony_ci}; 41678c2ecf20Sopenharmony_cistatic const unsigned int tpu_to3_mux[] = { 41688c2ecf20Sopenharmony_ci TPU_TO3_MARK, 41698c2ecf20Sopenharmony_ci}; 41708c2ecf20Sopenharmony_ci 41718c2ecf20Sopenharmony_ci/* - USB0 ------------------------------------------------------------------- */ 41728c2ecf20Sopenharmony_cistatic const unsigned int usb0_pins[] = { 41738c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 23), /* PWEN */ 41748c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 24), /* OVC */ 41758c2ecf20Sopenharmony_ci}; 41768c2ecf20Sopenharmony_cistatic const unsigned int usb0_mux[] = { 41778c2ecf20Sopenharmony_ci USB0_PWEN_MARK, 41788c2ecf20Sopenharmony_ci USB0_OVC_MARK, 41798c2ecf20Sopenharmony_ci}; 41808c2ecf20Sopenharmony_ci/* - USB1 ------------------------------------------------------------------- */ 41818c2ecf20Sopenharmony_cistatic const unsigned int usb1_pins[] = { 41828c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 25), /* PWEN */ 41838c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 30), /* OVC */ 41848c2ecf20Sopenharmony_ci}; 41858c2ecf20Sopenharmony_cistatic const unsigned int usb1_mux[] = { 41868c2ecf20Sopenharmony_ci USB1_PWEN_MARK, 41878c2ecf20Sopenharmony_ci USB1_OVC_MARK, 41888c2ecf20Sopenharmony_ci}; 41898c2ecf20Sopenharmony_ci/* - VIN0 ------------------------------------------------------------------- */ 41908c2ecf20Sopenharmony_cistatic const union vin_data vin0_data_pins = { 41918c2ecf20Sopenharmony_ci .data24 = { 41928c2ecf20Sopenharmony_ci /* B */ 41938c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 5), RCAR_GP_PIN(4, 6), 41948c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 7), RCAR_GP_PIN(4, 8), 41958c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 9), RCAR_GP_PIN(4, 10), 41968c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12), 41978c2ecf20Sopenharmony_ci /* G */ 41988c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 13), RCAR_GP_PIN(4, 14), 41998c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16), 42008c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 17), RCAR_GP_PIN(4, 18), 42018c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 19), RCAR_GP_PIN(4, 20), 42028c2ecf20Sopenharmony_ci /* R */ 42038c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 21), RCAR_GP_PIN(4, 22), 42048c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 23), RCAR_GP_PIN(4, 24), 42058c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26), 42068c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28), 42078c2ecf20Sopenharmony_ci }, 42088c2ecf20Sopenharmony_ci}; 42098c2ecf20Sopenharmony_cistatic const union vin_data vin0_data_mux = { 42108c2ecf20Sopenharmony_ci .data24 = { 42118c2ecf20Sopenharmony_ci /* B */ 42128c2ecf20Sopenharmony_ci VI0_DATA0_VI0_B0_MARK, VI0_DATA1_VI0_B1_MARK, 42138c2ecf20Sopenharmony_ci VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK, 42148c2ecf20Sopenharmony_ci VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK, 42158c2ecf20Sopenharmony_ci VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK, 42168c2ecf20Sopenharmony_ci /* G */ 42178c2ecf20Sopenharmony_ci VI0_G0_MARK, VI0_G1_MARK, 42188c2ecf20Sopenharmony_ci VI0_G2_MARK, VI0_G3_MARK, 42198c2ecf20Sopenharmony_ci VI0_G4_MARK, VI0_G5_MARK, 42208c2ecf20Sopenharmony_ci VI0_G6_MARK, VI0_G7_MARK, 42218c2ecf20Sopenharmony_ci /* R */ 42228c2ecf20Sopenharmony_ci VI0_R0_MARK, VI0_R1_MARK, 42238c2ecf20Sopenharmony_ci VI0_R2_MARK, VI0_R3_MARK, 42248c2ecf20Sopenharmony_ci VI0_R4_MARK, VI0_R5_MARK, 42258c2ecf20Sopenharmony_ci VI0_R6_MARK, VI0_R7_MARK, 42268c2ecf20Sopenharmony_ci }, 42278c2ecf20Sopenharmony_ci}; 42288c2ecf20Sopenharmony_cistatic const unsigned int vin0_data18_pins[] = { 42298c2ecf20Sopenharmony_ci /* B */ 42308c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 7), RCAR_GP_PIN(4, 8), 42318c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 9), RCAR_GP_PIN(4, 10), 42328c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12), 42338c2ecf20Sopenharmony_ci /* G */ 42348c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16), 42358c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 17), RCAR_GP_PIN(4, 18), 42368c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 19), RCAR_GP_PIN(4, 20), 42378c2ecf20Sopenharmony_ci /* R */ 42388c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 23), RCAR_GP_PIN(4, 24), 42398c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26), 42408c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28), 42418c2ecf20Sopenharmony_ci}; 42428c2ecf20Sopenharmony_cistatic const unsigned int vin0_data18_mux[] = { 42438c2ecf20Sopenharmony_ci /* B */ 42448c2ecf20Sopenharmony_ci VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK, 42458c2ecf20Sopenharmony_ci VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK, 42468c2ecf20Sopenharmony_ci VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK, 42478c2ecf20Sopenharmony_ci /* G */ 42488c2ecf20Sopenharmony_ci VI0_G2_MARK, VI0_G3_MARK, 42498c2ecf20Sopenharmony_ci VI0_G4_MARK, VI0_G5_MARK, 42508c2ecf20Sopenharmony_ci VI0_G6_MARK, VI0_G7_MARK, 42518c2ecf20Sopenharmony_ci /* R */ 42528c2ecf20Sopenharmony_ci VI0_R2_MARK, VI0_R3_MARK, 42538c2ecf20Sopenharmony_ci VI0_R4_MARK, VI0_R5_MARK, 42548c2ecf20Sopenharmony_ci VI0_R6_MARK, VI0_R7_MARK, 42558c2ecf20Sopenharmony_ci}; 42568c2ecf20Sopenharmony_cistatic const unsigned int vin0_sync_pins[] = { 42578c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 3), /* HSYNC */ 42588c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 4), /* VSYNC */ 42598c2ecf20Sopenharmony_ci}; 42608c2ecf20Sopenharmony_cistatic const unsigned int vin0_sync_mux[] = { 42618c2ecf20Sopenharmony_ci VI0_HSYNC_N_MARK, 42628c2ecf20Sopenharmony_ci VI0_VSYNC_N_MARK, 42638c2ecf20Sopenharmony_ci}; 42648c2ecf20Sopenharmony_cistatic const unsigned int vin0_field_pins[] = { 42658c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 2), 42668c2ecf20Sopenharmony_ci}; 42678c2ecf20Sopenharmony_cistatic const unsigned int vin0_field_mux[] = { 42688c2ecf20Sopenharmony_ci VI0_FIELD_MARK, 42698c2ecf20Sopenharmony_ci}; 42708c2ecf20Sopenharmony_cistatic const unsigned int vin0_clkenb_pins[] = { 42718c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 1), 42728c2ecf20Sopenharmony_ci}; 42738c2ecf20Sopenharmony_cistatic const unsigned int vin0_clkenb_mux[] = { 42748c2ecf20Sopenharmony_ci VI0_CLKENB_MARK, 42758c2ecf20Sopenharmony_ci}; 42768c2ecf20Sopenharmony_cistatic const unsigned int vin0_clk_pins[] = { 42778c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 0), 42788c2ecf20Sopenharmony_ci}; 42798c2ecf20Sopenharmony_cistatic const unsigned int vin0_clk_mux[] = { 42808c2ecf20Sopenharmony_ci VI0_CLK_MARK, 42818c2ecf20Sopenharmony_ci}; 42828c2ecf20Sopenharmony_ci/* - VIN1 ----------------------------------------------------------------- */ 42838c2ecf20Sopenharmony_cistatic const unsigned int vin1_data8_pins[] = { 42848c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 5), RCAR_GP_PIN(5, 6), 42858c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 7), RCAR_GP_PIN(5, 8), 42868c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 9), RCAR_GP_PIN(5, 10), 42878c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 11), RCAR_GP_PIN(5, 12), 42888c2ecf20Sopenharmony_ci}; 42898c2ecf20Sopenharmony_cistatic const unsigned int vin1_data8_mux[] = { 42908c2ecf20Sopenharmony_ci VI1_DATA0_MARK, VI1_DATA1_MARK, 42918c2ecf20Sopenharmony_ci VI1_DATA2_MARK, VI1_DATA3_MARK, 42928c2ecf20Sopenharmony_ci VI1_DATA4_MARK, VI1_DATA5_MARK, 42938c2ecf20Sopenharmony_ci VI1_DATA6_MARK, VI1_DATA7_MARK, 42948c2ecf20Sopenharmony_ci}; 42958c2ecf20Sopenharmony_cistatic const unsigned int vin1_sync_pins[] = { 42968c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 0), /* HSYNC */ 42978c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 1), /* VSYNC */ 42988c2ecf20Sopenharmony_ci}; 42998c2ecf20Sopenharmony_cistatic const unsigned int vin1_sync_mux[] = { 43008c2ecf20Sopenharmony_ci VI1_HSYNC_N_MARK, 43018c2ecf20Sopenharmony_ci VI1_VSYNC_N_MARK, 43028c2ecf20Sopenharmony_ci}; 43038c2ecf20Sopenharmony_cistatic const unsigned int vin1_field_pins[] = { 43048c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 3), 43058c2ecf20Sopenharmony_ci}; 43068c2ecf20Sopenharmony_cistatic const unsigned int vin1_field_mux[] = { 43078c2ecf20Sopenharmony_ci VI1_FIELD_MARK, 43088c2ecf20Sopenharmony_ci}; 43098c2ecf20Sopenharmony_cistatic const unsigned int vin1_clkenb_pins[] = { 43108c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 2), 43118c2ecf20Sopenharmony_ci}; 43128c2ecf20Sopenharmony_cistatic const unsigned int vin1_clkenb_mux[] = { 43138c2ecf20Sopenharmony_ci VI1_CLKENB_MARK, 43148c2ecf20Sopenharmony_ci}; 43158c2ecf20Sopenharmony_cistatic const unsigned int vin1_clk_pins[] = { 43168c2ecf20Sopenharmony_ci RCAR_GP_PIN(5, 4), 43178c2ecf20Sopenharmony_ci}; 43188c2ecf20Sopenharmony_cistatic const unsigned int vin1_clk_mux[] = { 43198c2ecf20Sopenharmony_ci VI1_CLK_MARK, 43208c2ecf20Sopenharmony_ci}; 43218c2ecf20Sopenharmony_cistatic const union vin_data vin1_data_b_pins = { 43228c2ecf20Sopenharmony_ci .data24 = { 43238c2ecf20Sopenharmony_ci /* B */ 43248c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 0), RCAR_GP_PIN(3, 1), 43258c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9), 43268c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11), 43278c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13), 43288c2ecf20Sopenharmony_ci /* G */ 43298c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 24), RCAR_GP_PIN(6, 25), 43308c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 26), RCAR_GP_PIN(6, 27), 43318c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29), 43328c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 21), RCAR_GP_PIN(7, 22), 43338c2ecf20Sopenharmony_ci /* R */ 43348c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 5), RCAR_GP_PIN(7, 6), 43358c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 15), RCAR_GP_PIN(2, 16), 43368c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 17), RCAR_GP_PIN(2, 18), 43378c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 20), 43388c2ecf20Sopenharmony_ci }, 43398c2ecf20Sopenharmony_ci}; 43408c2ecf20Sopenharmony_cistatic const union vin_data vin1_data_b_mux = { 43418c2ecf20Sopenharmony_ci .data24 = { 43428c2ecf20Sopenharmony_ci /* B */ 43438c2ecf20Sopenharmony_ci VI1_DATA0_B_MARK, VI1_DATA1_B_MARK, 43448c2ecf20Sopenharmony_ci VI1_DATA2_B_MARK, VI1_DATA3_B_MARK, 43458c2ecf20Sopenharmony_ci VI1_DATA4_B_MARK, VI1_DATA5_B_MARK, 43468c2ecf20Sopenharmony_ci VI1_DATA6_B_MARK, VI1_DATA7_B_MARK, 43478c2ecf20Sopenharmony_ci /* G */ 43488c2ecf20Sopenharmony_ci VI1_G0_B_MARK, VI1_G1_B_MARK, 43498c2ecf20Sopenharmony_ci VI1_G2_B_MARK, VI1_G3_B_MARK, 43508c2ecf20Sopenharmony_ci VI1_G4_B_MARK, VI1_G5_B_MARK, 43518c2ecf20Sopenharmony_ci VI1_G6_B_MARK, VI1_G7_B_MARK, 43528c2ecf20Sopenharmony_ci /* R */ 43538c2ecf20Sopenharmony_ci VI1_R0_B_MARK, VI1_R1_B_MARK, 43548c2ecf20Sopenharmony_ci VI1_R2_B_MARK, VI1_R3_B_MARK, 43558c2ecf20Sopenharmony_ci VI1_R4_B_MARK, VI1_R5_B_MARK, 43568c2ecf20Sopenharmony_ci VI1_R6_B_MARK, VI1_R7_B_MARK, 43578c2ecf20Sopenharmony_ci }, 43588c2ecf20Sopenharmony_ci}; 43598c2ecf20Sopenharmony_cistatic const unsigned int vin1_data18_b_pins[] = { 43608c2ecf20Sopenharmony_ci /* B */ 43618c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9), 43628c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11), 43638c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13), 43648c2ecf20Sopenharmony_ci /* G */ 43658c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 26), RCAR_GP_PIN(6, 27), 43668c2ecf20Sopenharmony_ci RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29), 43678c2ecf20Sopenharmony_ci RCAR_GP_PIN(7, 21), RCAR_GP_PIN(7, 22), 43688c2ecf20Sopenharmony_ci /* R */ 43698c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 15), RCAR_GP_PIN(2, 16), 43708c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 17), RCAR_GP_PIN(2, 18), 43718c2ecf20Sopenharmony_ci RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 20), 43728c2ecf20Sopenharmony_ci}; 43738c2ecf20Sopenharmony_cistatic const unsigned int vin1_data18_b_mux[] = { 43748c2ecf20Sopenharmony_ci /* B */ 43758c2ecf20Sopenharmony_ci VI1_DATA2_B_MARK, VI1_DATA3_B_MARK, 43768c2ecf20Sopenharmony_ci VI1_DATA4_B_MARK, VI1_DATA5_B_MARK, 43778c2ecf20Sopenharmony_ci VI1_DATA6_B_MARK, VI1_DATA7_B_MARK, 43788c2ecf20Sopenharmony_ci /* G */ 43798c2ecf20Sopenharmony_ci VI1_G2_B_MARK, VI1_G3_B_MARK, 43808c2ecf20Sopenharmony_ci VI1_G4_B_MARK, VI1_G5_B_MARK, 43818c2ecf20Sopenharmony_ci VI1_G6_B_MARK, VI1_G7_B_MARK, 43828c2ecf20Sopenharmony_ci /* R */ 43838c2ecf20Sopenharmony_ci VI1_R2_B_MARK, VI1_R3_B_MARK, 43848c2ecf20Sopenharmony_ci VI1_R4_B_MARK, VI1_R5_B_MARK, 43858c2ecf20Sopenharmony_ci VI1_R6_B_MARK, VI1_R7_B_MARK, 43868c2ecf20Sopenharmony_ci}; 43878c2ecf20Sopenharmony_cistatic const unsigned int vin1_sync_b_pins[] = { 43888c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 17), /* HSYNC */ 43898c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 18), /* VSYNC */ 43908c2ecf20Sopenharmony_ci}; 43918c2ecf20Sopenharmony_cistatic const unsigned int vin1_sync_b_mux[] = { 43928c2ecf20Sopenharmony_ci VI1_HSYNC_N_B_MARK, 43938c2ecf20Sopenharmony_ci VI1_VSYNC_N_B_MARK, 43948c2ecf20Sopenharmony_ci}; 43958c2ecf20Sopenharmony_cistatic const unsigned int vin1_field_b_pins[] = { 43968c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 20), 43978c2ecf20Sopenharmony_ci}; 43988c2ecf20Sopenharmony_cistatic const unsigned int vin1_field_b_mux[] = { 43998c2ecf20Sopenharmony_ci VI1_FIELD_B_MARK, 44008c2ecf20Sopenharmony_ci}; 44018c2ecf20Sopenharmony_cistatic const unsigned int vin1_clkenb_b_pins[] = { 44028c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 19), 44038c2ecf20Sopenharmony_ci}; 44048c2ecf20Sopenharmony_cistatic const unsigned int vin1_clkenb_b_mux[] = { 44058c2ecf20Sopenharmony_ci VI1_CLKENB_B_MARK, 44068c2ecf20Sopenharmony_ci}; 44078c2ecf20Sopenharmony_cistatic const unsigned int vin1_clk_b_pins[] = { 44088c2ecf20Sopenharmony_ci RCAR_GP_PIN(3, 16), 44098c2ecf20Sopenharmony_ci}; 44108c2ecf20Sopenharmony_cistatic const unsigned int vin1_clk_b_mux[] = { 44118c2ecf20Sopenharmony_ci VI1_CLK_B_MARK, 44128c2ecf20Sopenharmony_ci}; 44138c2ecf20Sopenharmony_ci/* - VIN2 ----------------------------------------------------------------- */ 44148c2ecf20Sopenharmony_cistatic const unsigned int vin2_data8_pins[] = { 44158c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 20), RCAR_GP_PIN(4, 21), 44168c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 22), RCAR_GP_PIN(4, 23), 44178c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 24), RCAR_GP_PIN(4, 25), 44188c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 26), RCAR_GP_PIN(4, 27), 44198c2ecf20Sopenharmony_ci}; 44208c2ecf20Sopenharmony_cistatic const unsigned int vin2_data8_mux[] = { 44218c2ecf20Sopenharmony_ci VI2_DATA0_MARK, VI2_DATA1_MARK, 44228c2ecf20Sopenharmony_ci VI2_DATA2_MARK, VI2_DATA3_MARK, 44238c2ecf20Sopenharmony_ci VI2_DATA4_MARK, VI2_DATA5_MARK, 44248c2ecf20Sopenharmony_ci VI2_DATA6_MARK, VI2_DATA7_MARK, 44258c2ecf20Sopenharmony_ci}; 44268c2ecf20Sopenharmony_cistatic const unsigned int vin2_sync_pins[] = { 44278c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 15), /* HSYNC */ 44288c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 16), /* VSYNC */ 44298c2ecf20Sopenharmony_ci}; 44308c2ecf20Sopenharmony_cistatic const unsigned int vin2_sync_mux[] = { 44318c2ecf20Sopenharmony_ci VI2_HSYNC_N_MARK, 44328c2ecf20Sopenharmony_ci VI2_VSYNC_N_MARK, 44338c2ecf20Sopenharmony_ci}; 44348c2ecf20Sopenharmony_cistatic const unsigned int vin2_field_pins[] = { 44358c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 18), 44368c2ecf20Sopenharmony_ci}; 44378c2ecf20Sopenharmony_cistatic const unsigned int vin2_field_mux[] = { 44388c2ecf20Sopenharmony_ci VI2_FIELD_MARK, 44398c2ecf20Sopenharmony_ci}; 44408c2ecf20Sopenharmony_cistatic const unsigned int vin2_clkenb_pins[] = { 44418c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 17), 44428c2ecf20Sopenharmony_ci}; 44438c2ecf20Sopenharmony_cistatic const unsigned int vin2_clkenb_mux[] = { 44448c2ecf20Sopenharmony_ci VI2_CLKENB_MARK, 44458c2ecf20Sopenharmony_ci}; 44468c2ecf20Sopenharmony_cistatic const unsigned int vin2_clk_pins[] = { 44478c2ecf20Sopenharmony_ci RCAR_GP_PIN(4, 19), 44488c2ecf20Sopenharmony_ci}; 44498c2ecf20Sopenharmony_cistatic const unsigned int vin2_clk_mux[] = { 44508c2ecf20Sopenharmony_ci VI2_CLK_MARK, 44518c2ecf20Sopenharmony_ci}; 44528c2ecf20Sopenharmony_ci 44538c2ecf20Sopenharmony_cistatic const struct { 44548c2ecf20Sopenharmony_ci struct sh_pfc_pin_group common[346]; 44558c2ecf20Sopenharmony_ci struct sh_pfc_pin_group automotive[9]; 44568c2ecf20Sopenharmony_ci} pinmux_groups = { 44578c2ecf20Sopenharmony_ci .common = { 44588c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(audio_clk_a), 44598c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(audio_clk_b), 44608c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(audio_clk_b_b), 44618c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(audio_clk_c), 44628c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(audio_clkout), 44638c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_link), 44648c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_magic), 44658c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_phy_int), 44668c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_mdio), 44678c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_mii), 44688c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(avb_gmii), 44698c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data), 44708c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data_b), 44718c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data_c), 44728c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data_d), 44738c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data_e), 44748c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can0_data_f), 44758c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can1_data), 44768c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can1_data_b), 44778c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can1_data_c), 44788c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can1_data_d), 44798c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can_clk), 44808c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can_clk_b), 44818c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can_clk_c), 44828c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(can_clk_d), 44838c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_rgb666), 44848c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_rgb888), 44858c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_clk_out_0), 44868c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_clk_out_1), 44878c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_sync), 44888c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_oddf), 44898c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_cde), 44908c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du_disp), 44918c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du0_clk_in), 44928c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du1_clk_in), 44938c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du1_clk_in_b), 44948c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(du1_clk_in_c), 44958c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(eth_link), 44968c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(eth_magic), 44978c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(eth_mdio), 44988c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(eth_rmii), 44998c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_data), 45008c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_clk), 45018c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_ctrl), 45028c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_data_b), 45038c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_ctrl_b), 45048c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_data_c), 45058c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif0_clk_c), 45068c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_data), 45078c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_clk), 45088c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_ctrl), 45098c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_data_b), 45108c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_data_c), 45118c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_clk_c), 45128c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_ctrl_c), 45138c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_data_d), 45148c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_data_e), 45158c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_clk_e), 45168c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif1_ctrl_e), 45178c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_data), 45188c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_clk), 45198c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_ctrl), 45208c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_data_b), 45218c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_ctrl_b), 45228c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_data_c), 45238c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_clk_c), 45248c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(hscif2_data_d), 45258c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c0), 45268c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c0_b), 45278c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c0_c), 45288c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c1), 45298c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c1_b), 45308c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c1_c), 45318c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c1_d), 45328c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c1_e), 45338c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c2), 45348c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c2_b), 45358c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c2_c), 45368c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c2_d), 45378c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c3), 45388c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c3_b), 45398c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c3_c), 45408c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c3_d), 45418c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c4), 45428c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c4_b), 45438c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c4_c), 45448c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c7), 45458c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c7_b), 45468c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c7_c), 45478c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c8), 45488c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c8_b), 45498c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(i2c8_c), 45508c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(intc_irq0), 45518c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(intc_irq1), 45528c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(intc_irq2), 45538c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(intc_irq3), 45548c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mmc_data1), 45558c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mmc_data4), 45568c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mmc_data8), 45578c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mmc_data8_b), 45588c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mmc_ctrl), 45598c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_clk), 45608c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_sync), 45618c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss1), 45628c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss2), 45638c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_rx), 45648c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_tx), 45658c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_clk_b), 45668c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_sync_b), 45678c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss1_b), 45688c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss2_b), 45698c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_rx_b), 45708c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_tx_b), 45718c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_clk_c), 45728c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_sync_c), 45738c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss1_c), 45748c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_ss2_c), 45758c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_rx_c), 45768c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof0_tx_c), 45778c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_clk), 45788c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_sync), 45798c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_ss1), 45808c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_ss2), 45818c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_rx), 45828c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_tx), 45838c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_clk_b), 45848c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_sync_b), 45858c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_ss1_b), 45868c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_ss2_b), 45878c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_rx_b), 45888c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_tx_b), 45898c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_clk_c), 45908c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_sync_c), 45918c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_rx_c), 45928c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_tx_c), 45938c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_clk_d), 45948c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_sync_d), 45958c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_ss1_d), 45968c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_rx_d), 45978c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_tx_d), 45988c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_clk_e), 45998c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_sync_e), 46008c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_rx_e), 46018c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof1_tx_e), 46028c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_clk), 46038c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_sync), 46048c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss1), 46058c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss2), 46068c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_rx), 46078c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_tx), 46088c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_clk_b), 46098c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_sync_b), 46108c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss1_b), 46118c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss2_b), 46128c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_rx_b), 46138c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_tx_b), 46148c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_clk_c), 46158c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_sync_c), 46168c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_rx_c), 46178c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_tx_c), 46188c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_clk_d), 46198c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_sync_d), 46208c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss1_d), 46218c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_ss2_d), 46228c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_rx_d), 46238c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_tx_d), 46248c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_clk_e), 46258c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_sync_e), 46268c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_rx_e), 46278c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(msiof2_tx_e), 46288c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm0), 46298c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm0_b), 46308c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm1), 46318c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm1_b), 46328c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm2), 46338c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm2_b), 46348c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm3), 46358c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm4), 46368c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm4_b), 46378c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm5), 46388c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm5_b), 46398c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(pwm6), 46408c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_ctrl), 46418c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_data2), 46428c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_data4), 46438c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_ctrl_b), 46448c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_data2_b), 46458c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(qspi_data4_b), 46468c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif0_data), 46478c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif0_data_b), 46488c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif0_data_c), 46498c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif0_data_d), 46508c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif0_data_e), 46518c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif1_data), 46528c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif1_data_b), 46538c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif1_clk_b), 46548c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif1_data_c), 46558c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif1_data_d), 46568c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif2_data), 46578c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif2_data_b), 46588c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif2_clk_b), 46598c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif2_data_c), 46608c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif2_data_e), 46618c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_data), 46628c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_clk), 46638c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_data_b), 46648c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_clk_b), 46658c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_data_c), 46668c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif3_data_d), 46678c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif4_data), 46688c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif4_data_b), 46698c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif4_data_c), 46708c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif5_data), 46718c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif5_data_b), 46728c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa0_data), 46738c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa0_data_b), 46748c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa1_data), 46758c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa1_clk), 46768c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa1_data_b), 46778c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa1_clk_b), 46788c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa1_data_c), 46798c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa2_data), 46808c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa2_clk), 46818c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa2_data_b), 46828c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_data), 46838c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_clk), 46848c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_data_b), 46858c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_clk_b), 46868c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_data_c), 46878c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa3_clk_c), 46888c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa4_data), 46898c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa4_data_b), 46908c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa4_data_c), 46918c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa5_data), 46928c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa5_data_b), 46938c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifa5_data_c), 46948c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_data), 46958c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_clk), 46968c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_ctrl), 46978c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_data_b), 46988c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_clk_b), 46998c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_ctrl_b), 47008c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_data_c), 47018c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_clk_c), 47028c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_data_d), 47038c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb0_clk_d), 47048c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_data), 47058c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_clk), 47068c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_ctrl), 47078c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_data_b), 47088c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_clk_b), 47098c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_data_c), 47108c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_clk_c), 47118c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb1_data_d), 47128c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_data), 47138c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_clk), 47148c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_ctrl), 47158c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_data_b), 47168c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_clk_b), 47178c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_ctrl_b), 47188c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_data_c), 47198c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_clk_c), 47208c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scifb2_data_d), 47218c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif_clk), 47228c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(scif_clk_b), 47238c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi0_data1), 47248c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi0_data4), 47258c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi0_ctrl), 47268c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi0_cd), 47278c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi0_wp), 47288c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi1_data1), 47298c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi1_data4), 47308c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi1_ctrl), 47318c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi1_cd), 47328c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi1_wp), 47338c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi2_data1), 47348c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi2_data4), 47358c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi2_ctrl), 47368c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi2_cd), 47378c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(sdhi2_wp), 47388c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi0_data), 47398c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi0_data_b), 47408c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi0129_ctrl), 47418c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi0129_ctrl_b), 47428c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi1_data), 47438c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi1_data_b), 47448c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi1_ctrl), 47458c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi1_ctrl_b), 47468c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi2_data), 47478c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi2_ctrl), 47488c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi3_data), 47498c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi34_ctrl), 47508c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi4_data), 47518c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi4_ctrl), 47528c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi5_data), 47538c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi5_ctrl), 47548c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi6_data), 47558c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi6_ctrl), 47568c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi7_data), 47578c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi7_data_b), 47588c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi78_ctrl), 47598c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi78_ctrl_b), 47608c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi8_data), 47618c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi8_data_b), 47628c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi9_data), 47638c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi9_data_b), 47648c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi9_ctrl), 47658c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(ssi9_ctrl_b), 47668c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(tpu_to0), 47678c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(tpu_to1), 47688c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(tpu_to2), 47698c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(tpu_to3), 47708c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(usb0), 47718c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(usb1), 47728c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 24), 47738c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 20), 47748c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin0_data18), 47758c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 16), 47768c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 12), 47778c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 10), 47788c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin0_data, 8), 47798c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin0_sync), 47808c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin0_field), 47818c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin0_clkenb), 47828c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin0_clk), 47838c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_data8), 47848c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_sync), 47858c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_field), 47868c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_clkenb), 47878c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_clk), 47888c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 24, _b), 47898c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 20, _b), 47908c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_data18_b), 47918c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 16, _b), 47928c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 12, _b), 47938c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 10, _b), 47948c2ecf20Sopenharmony_ci VIN_DATA_PIN_GROUP(vin1_data, 8, _b), 47958c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_sync_b), 47968c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_field_b), 47978c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_clkenb_b), 47988c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin1_clk_b), 47998c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin2_data8), 48008c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin2_sync), 48018c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin2_field), 48028c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin2_clkenb), 48038c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(vin2_clk), 48048c2ecf20Sopenharmony_ci }, 48058c2ecf20Sopenharmony_ci .automotive = { 48068c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_common), 48078c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel0), 48088c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel1), 48098c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel2), 48108c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_common_b), 48118c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel0_b), 48128c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel1_b), 48138c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(adi_chsel2_b), 48148c2ecf20Sopenharmony_ci SH_PFC_PIN_GROUP(mlb_3pin), 48158c2ecf20Sopenharmony_ci } 48168c2ecf20Sopenharmony_ci}; 48178c2ecf20Sopenharmony_ci 48188c2ecf20Sopenharmony_cistatic const char * const adi_groups[] = { 48198c2ecf20Sopenharmony_ci "adi_common", 48208c2ecf20Sopenharmony_ci "adi_chsel0", 48218c2ecf20Sopenharmony_ci "adi_chsel1", 48228c2ecf20Sopenharmony_ci "adi_chsel2", 48238c2ecf20Sopenharmony_ci "adi_common_b", 48248c2ecf20Sopenharmony_ci "adi_chsel0_b", 48258c2ecf20Sopenharmony_ci "adi_chsel1_b", 48268c2ecf20Sopenharmony_ci "adi_chsel2_b", 48278c2ecf20Sopenharmony_ci}; 48288c2ecf20Sopenharmony_ci 48298c2ecf20Sopenharmony_cistatic const char * const audio_clk_groups[] = { 48308c2ecf20Sopenharmony_ci "audio_clk_a", 48318c2ecf20Sopenharmony_ci "audio_clk_b", 48328c2ecf20Sopenharmony_ci "audio_clk_b_b", 48338c2ecf20Sopenharmony_ci "audio_clk_c", 48348c2ecf20Sopenharmony_ci "audio_clkout", 48358c2ecf20Sopenharmony_ci}; 48368c2ecf20Sopenharmony_ci 48378c2ecf20Sopenharmony_cistatic const char * const avb_groups[] = { 48388c2ecf20Sopenharmony_ci "avb_link", 48398c2ecf20Sopenharmony_ci "avb_magic", 48408c2ecf20Sopenharmony_ci "avb_phy_int", 48418c2ecf20Sopenharmony_ci "avb_mdio", 48428c2ecf20Sopenharmony_ci "avb_mii", 48438c2ecf20Sopenharmony_ci "avb_gmii", 48448c2ecf20Sopenharmony_ci}; 48458c2ecf20Sopenharmony_ci 48468c2ecf20Sopenharmony_cistatic const char * const can0_groups[] = { 48478c2ecf20Sopenharmony_ci "can0_data", 48488c2ecf20Sopenharmony_ci "can0_data_b", 48498c2ecf20Sopenharmony_ci "can0_data_c", 48508c2ecf20Sopenharmony_ci "can0_data_d", 48518c2ecf20Sopenharmony_ci "can0_data_e", 48528c2ecf20Sopenharmony_ci "can0_data_f", 48538c2ecf20Sopenharmony_ci /* 48548c2ecf20Sopenharmony_ci * Retained for backwards compatibility, use can_clk_groups in new 48558c2ecf20Sopenharmony_ci * designs. 48568c2ecf20Sopenharmony_ci */ 48578c2ecf20Sopenharmony_ci "can_clk", 48588c2ecf20Sopenharmony_ci "can_clk_b", 48598c2ecf20Sopenharmony_ci "can_clk_c", 48608c2ecf20Sopenharmony_ci "can_clk_d", 48618c2ecf20Sopenharmony_ci}; 48628c2ecf20Sopenharmony_ci 48638c2ecf20Sopenharmony_cistatic const char * const can1_groups[] = { 48648c2ecf20Sopenharmony_ci "can1_data", 48658c2ecf20Sopenharmony_ci "can1_data_b", 48668c2ecf20Sopenharmony_ci "can1_data_c", 48678c2ecf20Sopenharmony_ci "can1_data_d", 48688c2ecf20Sopenharmony_ci /* 48698c2ecf20Sopenharmony_ci * Retained for backwards compatibility, use can_clk_groups in new 48708c2ecf20Sopenharmony_ci * designs. 48718c2ecf20Sopenharmony_ci */ 48728c2ecf20Sopenharmony_ci "can_clk", 48738c2ecf20Sopenharmony_ci "can_clk_b", 48748c2ecf20Sopenharmony_ci "can_clk_c", 48758c2ecf20Sopenharmony_ci "can_clk_d", 48768c2ecf20Sopenharmony_ci}; 48778c2ecf20Sopenharmony_ci 48788c2ecf20Sopenharmony_ci/* 48798c2ecf20Sopenharmony_ci * can_clk_groups allows for independent configuration, use can_clk function 48808c2ecf20Sopenharmony_ci * in new designs. 48818c2ecf20Sopenharmony_ci */ 48828c2ecf20Sopenharmony_cistatic const char * const can_clk_groups[] = { 48838c2ecf20Sopenharmony_ci "can_clk", 48848c2ecf20Sopenharmony_ci "can_clk_b", 48858c2ecf20Sopenharmony_ci "can_clk_c", 48868c2ecf20Sopenharmony_ci "can_clk_d", 48878c2ecf20Sopenharmony_ci}; 48888c2ecf20Sopenharmony_ci 48898c2ecf20Sopenharmony_cistatic const char * const du_groups[] = { 48908c2ecf20Sopenharmony_ci "du_rgb666", 48918c2ecf20Sopenharmony_ci "du_rgb888", 48928c2ecf20Sopenharmony_ci "du_clk_out_0", 48938c2ecf20Sopenharmony_ci "du_clk_out_1", 48948c2ecf20Sopenharmony_ci "du_sync", 48958c2ecf20Sopenharmony_ci "du_oddf", 48968c2ecf20Sopenharmony_ci "du_cde", 48978c2ecf20Sopenharmony_ci "du_disp", 48988c2ecf20Sopenharmony_ci}; 48998c2ecf20Sopenharmony_ci 49008c2ecf20Sopenharmony_cistatic const char * const du0_groups[] = { 49018c2ecf20Sopenharmony_ci "du0_clk_in", 49028c2ecf20Sopenharmony_ci}; 49038c2ecf20Sopenharmony_ci 49048c2ecf20Sopenharmony_cistatic const char * const du1_groups[] = { 49058c2ecf20Sopenharmony_ci "du1_clk_in", 49068c2ecf20Sopenharmony_ci "du1_clk_in_b", 49078c2ecf20Sopenharmony_ci "du1_clk_in_c", 49088c2ecf20Sopenharmony_ci}; 49098c2ecf20Sopenharmony_ci 49108c2ecf20Sopenharmony_cistatic const char * const eth_groups[] = { 49118c2ecf20Sopenharmony_ci "eth_link", 49128c2ecf20Sopenharmony_ci "eth_magic", 49138c2ecf20Sopenharmony_ci "eth_mdio", 49148c2ecf20Sopenharmony_ci "eth_rmii", 49158c2ecf20Sopenharmony_ci}; 49168c2ecf20Sopenharmony_ci 49178c2ecf20Sopenharmony_cistatic const char * const hscif0_groups[] = { 49188c2ecf20Sopenharmony_ci "hscif0_data", 49198c2ecf20Sopenharmony_ci "hscif0_clk", 49208c2ecf20Sopenharmony_ci "hscif0_ctrl", 49218c2ecf20Sopenharmony_ci "hscif0_data_b", 49228c2ecf20Sopenharmony_ci "hscif0_ctrl_b", 49238c2ecf20Sopenharmony_ci "hscif0_data_c", 49248c2ecf20Sopenharmony_ci "hscif0_clk_c", 49258c2ecf20Sopenharmony_ci}; 49268c2ecf20Sopenharmony_ci 49278c2ecf20Sopenharmony_cistatic const char * const hscif1_groups[] = { 49288c2ecf20Sopenharmony_ci "hscif1_data", 49298c2ecf20Sopenharmony_ci "hscif1_clk", 49308c2ecf20Sopenharmony_ci "hscif1_ctrl", 49318c2ecf20Sopenharmony_ci "hscif1_data_b", 49328c2ecf20Sopenharmony_ci "hscif1_data_c", 49338c2ecf20Sopenharmony_ci "hscif1_clk_c", 49348c2ecf20Sopenharmony_ci "hscif1_ctrl_c", 49358c2ecf20Sopenharmony_ci "hscif1_data_d", 49368c2ecf20Sopenharmony_ci "hscif1_data_e", 49378c2ecf20Sopenharmony_ci "hscif1_clk_e", 49388c2ecf20Sopenharmony_ci "hscif1_ctrl_e", 49398c2ecf20Sopenharmony_ci}; 49408c2ecf20Sopenharmony_ci 49418c2ecf20Sopenharmony_cistatic const char * const hscif2_groups[] = { 49428c2ecf20Sopenharmony_ci "hscif2_data", 49438c2ecf20Sopenharmony_ci "hscif2_clk", 49448c2ecf20Sopenharmony_ci "hscif2_ctrl", 49458c2ecf20Sopenharmony_ci "hscif2_data_b", 49468c2ecf20Sopenharmony_ci "hscif2_ctrl_b", 49478c2ecf20Sopenharmony_ci "hscif2_data_c", 49488c2ecf20Sopenharmony_ci "hscif2_clk_c", 49498c2ecf20Sopenharmony_ci "hscif2_data_d", 49508c2ecf20Sopenharmony_ci}; 49518c2ecf20Sopenharmony_ci 49528c2ecf20Sopenharmony_cistatic const char * const i2c0_groups[] = { 49538c2ecf20Sopenharmony_ci "i2c0", 49548c2ecf20Sopenharmony_ci "i2c0_b", 49558c2ecf20Sopenharmony_ci "i2c0_c", 49568c2ecf20Sopenharmony_ci}; 49578c2ecf20Sopenharmony_ci 49588c2ecf20Sopenharmony_cistatic const char * const i2c1_groups[] = { 49598c2ecf20Sopenharmony_ci "i2c1", 49608c2ecf20Sopenharmony_ci "i2c1_b", 49618c2ecf20Sopenharmony_ci "i2c1_c", 49628c2ecf20Sopenharmony_ci "i2c1_d", 49638c2ecf20Sopenharmony_ci "i2c1_e", 49648c2ecf20Sopenharmony_ci}; 49658c2ecf20Sopenharmony_ci 49668c2ecf20Sopenharmony_cistatic const char * const i2c2_groups[] = { 49678c2ecf20Sopenharmony_ci "i2c2", 49688c2ecf20Sopenharmony_ci "i2c2_b", 49698c2ecf20Sopenharmony_ci "i2c2_c", 49708c2ecf20Sopenharmony_ci "i2c2_d", 49718c2ecf20Sopenharmony_ci}; 49728c2ecf20Sopenharmony_ci 49738c2ecf20Sopenharmony_cistatic const char * const i2c3_groups[] = { 49748c2ecf20Sopenharmony_ci "i2c3", 49758c2ecf20Sopenharmony_ci "i2c3_b", 49768c2ecf20Sopenharmony_ci "i2c3_c", 49778c2ecf20Sopenharmony_ci "i2c3_d", 49788c2ecf20Sopenharmony_ci}; 49798c2ecf20Sopenharmony_ci 49808c2ecf20Sopenharmony_cistatic const char * const i2c4_groups[] = { 49818c2ecf20Sopenharmony_ci "i2c4", 49828c2ecf20Sopenharmony_ci "i2c4_b", 49838c2ecf20Sopenharmony_ci "i2c4_c", 49848c2ecf20Sopenharmony_ci}; 49858c2ecf20Sopenharmony_ci 49868c2ecf20Sopenharmony_cistatic const char * const i2c7_groups[] = { 49878c2ecf20Sopenharmony_ci "i2c7", 49888c2ecf20Sopenharmony_ci "i2c7_b", 49898c2ecf20Sopenharmony_ci "i2c7_c", 49908c2ecf20Sopenharmony_ci}; 49918c2ecf20Sopenharmony_ci 49928c2ecf20Sopenharmony_cistatic const char * const i2c8_groups[] = { 49938c2ecf20Sopenharmony_ci "i2c8", 49948c2ecf20Sopenharmony_ci "i2c8_b", 49958c2ecf20Sopenharmony_ci "i2c8_c", 49968c2ecf20Sopenharmony_ci}; 49978c2ecf20Sopenharmony_ci 49988c2ecf20Sopenharmony_cistatic const char * const intc_groups[] = { 49998c2ecf20Sopenharmony_ci "intc_irq0", 50008c2ecf20Sopenharmony_ci "intc_irq1", 50018c2ecf20Sopenharmony_ci "intc_irq2", 50028c2ecf20Sopenharmony_ci "intc_irq3", 50038c2ecf20Sopenharmony_ci}; 50048c2ecf20Sopenharmony_ci 50058c2ecf20Sopenharmony_cistatic const char * const mlb_groups[] = { 50068c2ecf20Sopenharmony_ci "mlb_3pin", 50078c2ecf20Sopenharmony_ci}; 50088c2ecf20Sopenharmony_ci 50098c2ecf20Sopenharmony_cistatic const char * const mmc_groups[] = { 50108c2ecf20Sopenharmony_ci "mmc_data1", 50118c2ecf20Sopenharmony_ci "mmc_data4", 50128c2ecf20Sopenharmony_ci "mmc_data8", 50138c2ecf20Sopenharmony_ci "mmc_data8_b", 50148c2ecf20Sopenharmony_ci "mmc_ctrl", 50158c2ecf20Sopenharmony_ci}; 50168c2ecf20Sopenharmony_ci 50178c2ecf20Sopenharmony_cistatic const char * const msiof0_groups[] = { 50188c2ecf20Sopenharmony_ci "msiof0_clk", 50198c2ecf20Sopenharmony_ci "msiof0_sync", 50208c2ecf20Sopenharmony_ci "msiof0_ss1", 50218c2ecf20Sopenharmony_ci "msiof0_ss2", 50228c2ecf20Sopenharmony_ci "msiof0_rx", 50238c2ecf20Sopenharmony_ci "msiof0_tx", 50248c2ecf20Sopenharmony_ci "msiof0_clk_b", 50258c2ecf20Sopenharmony_ci "msiof0_sync_b", 50268c2ecf20Sopenharmony_ci "msiof0_ss1_b", 50278c2ecf20Sopenharmony_ci "msiof0_ss2_b", 50288c2ecf20Sopenharmony_ci "msiof0_rx_b", 50298c2ecf20Sopenharmony_ci "msiof0_tx_b", 50308c2ecf20Sopenharmony_ci "msiof0_clk_c", 50318c2ecf20Sopenharmony_ci "msiof0_sync_c", 50328c2ecf20Sopenharmony_ci "msiof0_ss1_c", 50338c2ecf20Sopenharmony_ci "msiof0_ss2_c", 50348c2ecf20Sopenharmony_ci "msiof0_rx_c", 50358c2ecf20Sopenharmony_ci "msiof0_tx_c", 50368c2ecf20Sopenharmony_ci}; 50378c2ecf20Sopenharmony_ci 50388c2ecf20Sopenharmony_cistatic const char * const msiof1_groups[] = { 50398c2ecf20Sopenharmony_ci "msiof1_clk", 50408c2ecf20Sopenharmony_ci "msiof1_sync", 50418c2ecf20Sopenharmony_ci "msiof1_ss1", 50428c2ecf20Sopenharmony_ci "msiof1_ss2", 50438c2ecf20Sopenharmony_ci "msiof1_rx", 50448c2ecf20Sopenharmony_ci "msiof1_tx", 50458c2ecf20Sopenharmony_ci "msiof1_clk_b", 50468c2ecf20Sopenharmony_ci "msiof1_sync_b", 50478c2ecf20Sopenharmony_ci "msiof1_ss1_b", 50488c2ecf20Sopenharmony_ci "msiof1_ss2_b", 50498c2ecf20Sopenharmony_ci "msiof1_rx_b", 50508c2ecf20Sopenharmony_ci "msiof1_tx_b", 50518c2ecf20Sopenharmony_ci "msiof1_clk_c", 50528c2ecf20Sopenharmony_ci "msiof1_sync_c", 50538c2ecf20Sopenharmony_ci "msiof1_rx_c", 50548c2ecf20Sopenharmony_ci "msiof1_tx_c", 50558c2ecf20Sopenharmony_ci "msiof1_clk_d", 50568c2ecf20Sopenharmony_ci "msiof1_sync_d", 50578c2ecf20Sopenharmony_ci "msiof1_ss1_d", 50588c2ecf20Sopenharmony_ci "msiof1_rx_d", 50598c2ecf20Sopenharmony_ci "msiof1_tx_d", 50608c2ecf20Sopenharmony_ci "msiof1_clk_e", 50618c2ecf20Sopenharmony_ci "msiof1_sync_e", 50628c2ecf20Sopenharmony_ci "msiof1_rx_e", 50638c2ecf20Sopenharmony_ci "msiof1_tx_e", 50648c2ecf20Sopenharmony_ci}; 50658c2ecf20Sopenharmony_ci 50668c2ecf20Sopenharmony_cistatic const char * const msiof2_groups[] = { 50678c2ecf20Sopenharmony_ci "msiof2_clk", 50688c2ecf20Sopenharmony_ci "msiof2_sync", 50698c2ecf20Sopenharmony_ci "msiof2_ss1", 50708c2ecf20Sopenharmony_ci "msiof2_ss2", 50718c2ecf20Sopenharmony_ci "msiof2_rx", 50728c2ecf20Sopenharmony_ci "msiof2_tx", 50738c2ecf20Sopenharmony_ci "msiof2_clk_b", 50748c2ecf20Sopenharmony_ci "msiof2_sync_b", 50758c2ecf20Sopenharmony_ci "msiof2_ss1_b", 50768c2ecf20Sopenharmony_ci "msiof2_ss2_b", 50778c2ecf20Sopenharmony_ci "msiof2_rx_b", 50788c2ecf20Sopenharmony_ci "msiof2_tx_b", 50798c2ecf20Sopenharmony_ci "msiof2_clk_c", 50808c2ecf20Sopenharmony_ci "msiof2_sync_c", 50818c2ecf20Sopenharmony_ci "msiof2_rx_c", 50828c2ecf20Sopenharmony_ci "msiof2_tx_c", 50838c2ecf20Sopenharmony_ci "msiof2_clk_d", 50848c2ecf20Sopenharmony_ci "msiof2_sync_d", 50858c2ecf20Sopenharmony_ci "msiof2_ss1_d", 50868c2ecf20Sopenharmony_ci "msiof2_ss2_d", 50878c2ecf20Sopenharmony_ci "msiof2_rx_d", 50888c2ecf20Sopenharmony_ci "msiof2_tx_d", 50898c2ecf20Sopenharmony_ci "msiof2_clk_e", 50908c2ecf20Sopenharmony_ci "msiof2_sync_e", 50918c2ecf20Sopenharmony_ci "msiof2_rx_e", 50928c2ecf20Sopenharmony_ci "msiof2_tx_e", 50938c2ecf20Sopenharmony_ci}; 50948c2ecf20Sopenharmony_ci 50958c2ecf20Sopenharmony_cistatic const char * const pwm0_groups[] = { 50968c2ecf20Sopenharmony_ci "pwm0", 50978c2ecf20Sopenharmony_ci "pwm0_b", 50988c2ecf20Sopenharmony_ci}; 50998c2ecf20Sopenharmony_ci 51008c2ecf20Sopenharmony_cistatic const char * const pwm1_groups[] = { 51018c2ecf20Sopenharmony_ci "pwm1", 51028c2ecf20Sopenharmony_ci "pwm1_b", 51038c2ecf20Sopenharmony_ci}; 51048c2ecf20Sopenharmony_ci 51058c2ecf20Sopenharmony_cistatic const char * const pwm2_groups[] = { 51068c2ecf20Sopenharmony_ci "pwm2", 51078c2ecf20Sopenharmony_ci "pwm2_b", 51088c2ecf20Sopenharmony_ci}; 51098c2ecf20Sopenharmony_ci 51108c2ecf20Sopenharmony_cistatic const char * const pwm3_groups[] = { 51118c2ecf20Sopenharmony_ci "pwm3", 51128c2ecf20Sopenharmony_ci}; 51138c2ecf20Sopenharmony_ci 51148c2ecf20Sopenharmony_cistatic const char * const pwm4_groups[] = { 51158c2ecf20Sopenharmony_ci "pwm4", 51168c2ecf20Sopenharmony_ci "pwm4_b", 51178c2ecf20Sopenharmony_ci}; 51188c2ecf20Sopenharmony_ci 51198c2ecf20Sopenharmony_cistatic const char * const pwm5_groups[] = { 51208c2ecf20Sopenharmony_ci "pwm5", 51218c2ecf20Sopenharmony_ci "pwm5_b", 51228c2ecf20Sopenharmony_ci}; 51238c2ecf20Sopenharmony_ci 51248c2ecf20Sopenharmony_cistatic const char * const pwm6_groups[] = { 51258c2ecf20Sopenharmony_ci "pwm6", 51268c2ecf20Sopenharmony_ci}; 51278c2ecf20Sopenharmony_ci 51288c2ecf20Sopenharmony_cistatic const char * const qspi_groups[] = { 51298c2ecf20Sopenharmony_ci "qspi_ctrl", 51308c2ecf20Sopenharmony_ci "qspi_data2", 51318c2ecf20Sopenharmony_ci "qspi_data4", 51328c2ecf20Sopenharmony_ci "qspi_ctrl_b", 51338c2ecf20Sopenharmony_ci "qspi_data2_b", 51348c2ecf20Sopenharmony_ci "qspi_data4_b", 51358c2ecf20Sopenharmony_ci}; 51368c2ecf20Sopenharmony_ci 51378c2ecf20Sopenharmony_cistatic const char * const scif0_groups[] = { 51388c2ecf20Sopenharmony_ci "scif0_data", 51398c2ecf20Sopenharmony_ci "scif0_data_b", 51408c2ecf20Sopenharmony_ci "scif0_data_c", 51418c2ecf20Sopenharmony_ci "scif0_data_d", 51428c2ecf20Sopenharmony_ci "scif0_data_e", 51438c2ecf20Sopenharmony_ci}; 51448c2ecf20Sopenharmony_ci 51458c2ecf20Sopenharmony_cistatic const char * const scif1_groups[] = { 51468c2ecf20Sopenharmony_ci "scif1_data", 51478c2ecf20Sopenharmony_ci "scif1_data_b", 51488c2ecf20Sopenharmony_ci "scif1_clk_b", 51498c2ecf20Sopenharmony_ci "scif1_data_c", 51508c2ecf20Sopenharmony_ci "scif1_data_d", 51518c2ecf20Sopenharmony_ci}; 51528c2ecf20Sopenharmony_ci 51538c2ecf20Sopenharmony_cistatic const char * const scif2_groups[] = { 51548c2ecf20Sopenharmony_ci "scif2_data", 51558c2ecf20Sopenharmony_ci "scif2_data_b", 51568c2ecf20Sopenharmony_ci "scif2_clk_b", 51578c2ecf20Sopenharmony_ci "scif2_data_c", 51588c2ecf20Sopenharmony_ci "scif2_data_e", 51598c2ecf20Sopenharmony_ci}; 51608c2ecf20Sopenharmony_cistatic const char * const scif3_groups[] = { 51618c2ecf20Sopenharmony_ci "scif3_data", 51628c2ecf20Sopenharmony_ci "scif3_clk", 51638c2ecf20Sopenharmony_ci "scif3_data_b", 51648c2ecf20Sopenharmony_ci "scif3_clk_b", 51658c2ecf20Sopenharmony_ci "scif3_data_c", 51668c2ecf20Sopenharmony_ci "scif3_data_d", 51678c2ecf20Sopenharmony_ci}; 51688c2ecf20Sopenharmony_cistatic const char * const scif4_groups[] = { 51698c2ecf20Sopenharmony_ci "scif4_data", 51708c2ecf20Sopenharmony_ci "scif4_data_b", 51718c2ecf20Sopenharmony_ci "scif4_data_c", 51728c2ecf20Sopenharmony_ci}; 51738c2ecf20Sopenharmony_cistatic const char * const scif5_groups[] = { 51748c2ecf20Sopenharmony_ci "scif5_data", 51758c2ecf20Sopenharmony_ci "scif5_data_b", 51768c2ecf20Sopenharmony_ci}; 51778c2ecf20Sopenharmony_cistatic const char * const scifa0_groups[] = { 51788c2ecf20Sopenharmony_ci "scifa0_data", 51798c2ecf20Sopenharmony_ci "scifa0_data_b", 51808c2ecf20Sopenharmony_ci}; 51818c2ecf20Sopenharmony_cistatic const char * const scifa1_groups[] = { 51828c2ecf20Sopenharmony_ci "scifa1_data", 51838c2ecf20Sopenharmony_ci "scifa1_clk", 51848c2ecf20Sopenharmony_ci "scifa1_data_b", 51858c2ecf20Sopenharmony_ci "scifa1_clk_b", 51868c2ecf20Sopenharmony_ci "scifa1_data_c", 51878c2ecf20Sopenharmony_ci}; 51888c2ecf20Sopenharmony_cistatic const char * const scifa2_groups[] = { 51898c2ecf20Sopenharmony_ci "scifa2_data", 51908c2ecf20Sopenharmony_ci "scifa2_clk", 51918c2ecf20Sopenharmony_ci "scifa2_data_b", 51928c2ecf20Sopenharmony_ci}; 51938c2ecf20Sopenharmony_cistatic const char * const scifa3_groups[] = { 51948c2ecf20Sopenharmony_ci "scifa3_data", 51958c2ecf20Sopenharmony_ci "scifa3_clk", 51968c2ecf20Sopenharmony_ci "scifa3_data_b", 51978c2ecf20Sopenharmony_ci "scifa3_clk_b", 51988c2ecf20Sopenharmony_ci "scifa3_data_c", 51998c2ecf20Sopenharmony_ci "scifa3_clk_c", 52008c2ecf20Sopenharmony_ci}; 52018c2ecf20Sopenharmony_cistatic const char * const scifa4_groups[] = { 52028c2ecf20Sopenharmony_ci "scifa4_data", 52038c2ecf20Sopenharmony_ci "scifa4_data_b", 52048c2ecf20Sopenharmony_ci "scifa4_data_c", 52058c2ecf20Sopenharmony_ci}; 52068c2ecf20Sopenharmony_cistatic const char * const scifa5_groups[] = { 52078c2ecf20Sopenharmony_ci "scifa5_data", 52088c2ecf20Sopenharmony_ci "scifa5_data_b", 52098c2ecf20Sopenharmony_ci "scifa5_data_c", 52108c2ecf20Sopenharmony_ci}; 52118c2ecf20Sopenharmony_cistatic const char * const scifb0_groups[] = { 52128c2ecf20Sopenharmony_ci "scifb0_data", 52138c2ecf20Sopenharmony_ci "scifb0_clk", 52148c2ecf20Sopenharmony_ci "scifb0_ctrl", 52158c2ecf20Sopenharmony_ci "scifb0_data_b", 52168c2ecf20Sopenharmony_ci "scifb0_clk_b", 52178c2ecf20Sopenharmony_ci "scifb0_ctrl_b", 52188c2ecf20Sopenharmony_ci "scifb0_data_c", 52198c2ecf20Sopenharmony_ci "scifb0_clk_c", 52208c2ecf20Sopenharmony_ci "scifb0_data_d", 52218c2ecf20Sopenharmony_ci "scifb0_clk_d", 52228c2ecf20Sopenharmony_ci}; 52238c2ecf20Sopenharmony_cistatic const char * const scifb1_groups[] = { 52248c2ecf20Sopenharmony_ci "scifb1_data", 52258c2ecf20Sopenharmony_ci "scifb1_clk", 52268c2ecf20Sopenharmony_ci "scifb1_ctrl", 52278c2ecf20Sopenharmony_ci "scifb1_data_b", 52288c2ecf20Sopenharmony_ci "scifb1_clk_b", 52298c2ecf20Sopenharmony_ci "scifb1_data_c", 52308c2ecf20Sopenharmony_ci "scifb1_clk_c", 52318c2ecf20Sopenharmony_ci "scifb1_data_d", 52328c2ecf20Sopenharmony_ci}; 52338c2ecf20Sopenharmony_cistatic const char * const scifb2_groups[] = { 52348c2ecf20Sopenharmony_ci "scifb2_data", 52358c2ecf20Sopenharmony_ci "scifb2_clk", 52368c2ecf20Sopenharmony_ci "scifb2_ctrl", 52378c2ecf20Sopenharmony_ci "scifb2_data_b", 52388c2ecf20Sopenharmony_ci "scifb2_clk_b", 52398c2ecf20Sopenharmony_ci "scifb2_ctrl_b", 52408c2ecf20Sopenharmony_ci "scifb2_data_c", 52418c2ecf20Sopenharmony_ci "scifb2_clk_c", 52428c2ecf20Sopenharmony_ci "scifb2_data_d", 52438c2ecf20Sopenharmony_ci}; 52448c2ecf20Sopenharmony_ci 52458c2ecf20Sopenharmony_cistatic const char * const scif_clk_groups[] = { 52468c2ecf20Sopenharmony_ci "scif_clk", 52478c2ecf20Sopenharmony_ci "scif_clk_b", 52488c2ecf20Sopenharmony_ci}; 52498c2ecf20Sopenharmony_ci 52508c2ecf20Sopenharmony_cistatic const char * const sdhi0_groups[] = { 52518c2ecf20Sopenharmony_ci "sdhi0_data1", 52528c2ecf20Sopenharmony_ci "sdhi0_data4", 52538c2ecf20Sopenharmony_ci "sdhi0_ctrl", 52548c2ecf20Sopenharmony_ci "sdhi0_cd", 52558c2ecf20Sopenharmony_ci "sdhi0_wp", 52568c2ecf20Sopenharmony_ci}; 52578c2ecf20Sopenharmony_ci 52588c2ecf20Sopenharmony_cistatic const char * const sdhi1_groups[] = { 52598c2ecf20Sopenharmony_ci "sdhi1_data1", 52608c2ecf20Sopenharmony_ci "sdhi1_data4", 52618c2ecf20Sopenharmony_ci "sdhi1_ctrl", 52628c2ecf20Sopenharmony_ci "sdhi1_cd", 52638c2ecf20Sopenharmony_ci "sdhi1_wp", 52648c2ecf20Sopenharmony_ci}; 52658c2ecf20Sopenharmony_ci 52668c2ecf20Sopenharmony_cistatic const char * const sdhi2_groups[] = { 52678c2ecf20Sopenharmony_ci "sdhi2_data1", 52688c2ecf20Sopenharmony_ci "sdhi2_data4", 52698c2ecf20Sopenharmony_ci "sdhi2_ctrl", 52708c2ecf20Sopenharmony_ci "sdhi2_cd", 52718c2ecf20Sopenharmony_ci "sdhi2_wp", 52728c2ecf20Sopenharmony_ci}; 52738c2ecf20Sopenharmony_ci 52748c2ecf20Sopenharmony_cistatic const char * const ssi_groups[] = { 52758c2ecf20Sopenharmony_ci "ssi0_data", 52768c2ecf20Sopenharmony_ci "ssi0_data_b", 52778c2ecf20Sopenharmony_ci "ssi0129_ctrl", 52788c2ecf20Sopenharmony_ci "ssi0129_ctrl_b", 52798c2ecf20Sopenharmony_ci "ssi1_data", 52808c2ecf20Sopenharmony_ci "ssi1_data_b", 52818c2ecf20Sopenharmony_ci "ssi1_ctrl", 52828c2ecf20Sopenharmony_ci "ssi1_ctrl_b", 52838c2ecf20Sopenharmony_ci "ssi2_data", 52848c2ecf20Sopenharmony_ci "ssi2_ctrl", 52858c2ecf20Sopenharmony_ci "ssi3_data", 52868c2ecf20Sopenharmony_ci "ssi34_ctrl", 52878c2ecf20Sopenharmony_ci "ssi4_data", 52888c2ecf20Sopenharmony_ci "ssi4_ctrl", 52898c2ecf20Sopenharmony_ci "ssi5_data", 52908c2ecf20Sopenharmony_ci "ssi5_ctrl", 52918c2ecf20Sopenharmony_ci "ssi6_data", 52928c2ecf20Sopenharmony_ci "ssi6_ctrl", 52938c2ecf20Sopenharmony_ci "ssi7_data", 52948c2ecf20Sopenharmony_ci "ssi7_data_b", 52958c2ecf20Sopenharmony_ci "ssi78_ctrl", 52968c2ecf20Sopenharmony_ci "ssi78_ctrl_b", 52978c2ecf20Sopenharmony_ci "ssi8_data", 52988c2ecf20Sopenharmony_ci "ssi8_data_b", 52998c2ecf20Sopenharmony_ci "ssi9_data", 53008c2ecf20Sopenharmony_ci "ssi9_data_b", 53018c2ecf20Sopenharmony_ci "ssi9_ctrl", 53028c2ecf20Sopenharmony_ci "ssi9_ctrl_b", 53038c2ecf20Sopenharmony_ci}; 53048c2ecf20Sopenharmony_ci 53058c2ecf20Sopenharmony_cistatic const char * const tpu_groups[] = { 53068c2ecf20Sopenharmony_ci "tpu_to0", 53078c2ecf20Sopenharmony_ci "tpu_to1", 53088c2ecf20Sopenharmony_ci "tpu_to2", 53098c2ecf20Sopenharmony_ci "tpu_to3", 53108c2ecf20Sopenharmony_ci}; 53118c2ecf20Sopenharmony_ci 53128c2ecf20Sopenharmony_cistatic const char * const usb0_groups[] = { 53138c2ecf20Sopenharmony_ci "usb0", 53148c2ecf20Sopenharmony_ci}; 53158c2ecf20Sopenharmony_cistatic const char * const usb1_groups[] = { 53168c2ecf20Sopenharmony_ci "usb1", 53178c2ecf20Sopenharmony_ci}; 53188c2ecf20Sopenharmony_ci 53198c2ecf20Sopenharmony_cistatic const char * const vin0_groups[] = { 53208c2ecf20Sopenharmony_ci "vin0_data24", 53218c2ecf20Sopenharmony_ci "vin0_data20", 53228c2ecf20Sopenharmony_ci "vin0_data18", 53238c2ecf20Sopenharmony_ci "vin0_data16", 53248c2ecf20Sopenharmony_ci "vin0_data12", 53258c2ecf20Sopenharmony_ci "vin0_data10", 53268c2ecf20Sopenharmony_ci "vin0_data8", 53278c2ecf20Sopenharmony_ci "vin0_sync", 53288c2ecf20Sopenharmony_ci "vin0_field", 53298c2ecf20Sopenharmony_ci "vin0_clkenb", 53308c2ecf20Sopenharmony_ci "vin0_clk", 53318c2ecf20Sopenharmony_ci}; 53328c2ecf20Sopenharmony_ci 53338c2ecf20Sopenharmony_cistatic const char * const vin1_groups[] = { 53348c2ecf20Sopenharmony_ci "vin1_data8", 53358c2ecf20Sopenharmony_ci "vin1_sync", 53368c2ecf20Sopenharmony_ci "vin1_field", 53378c2ecf20Sopenharmony_ci "vin1_clkenb", 53388c2ecf20Sopenharmony_ci "vin1_clk", 53398c2ecf20Sopenharmony_ci "vin1_data24_b", 53408c2ecf20Sopenharmony_ci "vin1_data20_b", 53418c2ecf20Sopenharmony_ci "vin1_data18_b", 53428c2ecf20Sopenharmony_ci "vin1_data16_b", 53438c2ecf20Sopenharmony_ci "vin1_data12_b", 53448c2ecf20Sopenharmony_ci "vin1_data10_b", 53458c2ecf20Sopenharmony_ci "vin1_data8_b", 53468c2ecf20Sopenharmony_ci "vin1_sync_b", 53478c2ecf20Sopenharmony_ci "vin1_field_b", 53488c2ecf20Sopenharmony_ci "vin1_clkenb_b", 53498c2ecf20Sopenharmony_ci "vin1_clk_b", 53508c2ecf20Sopenharmony_ci}; 53518c2ecf20Sopenharmony_ci 53528c2ecf20Sopenharmony_cistatic const char * const vin2_groups[] = { 53538c2ecf20Sopenharmony_ci "vin2_data8", 53548c2ecf20Sopenharmony_ci "vin2_sync", 53558c2ecf20Sopenharmony_ci "vin2_field", 53568c2ecf20Sopenharmony_ci "vin2_clkenb", 53578c2ecf20Sopenharmony_ci "vin2_clk", 53588c2ecf20Sopenharmony_ci}; 53598c2ecf20Sopenharmony_ci 53608c2ecf20Sopenharmony_cistatic const struct { 53618c2ecf20Sopenharmony_ci struct sh_pfc_function common[58]; 53628c2ecf20Sopenharmony_ci struct sh_pfc_function automotive[2]; 53638c2ecf20Sopenharmony_ci} pinmux_functions = { 53648c2ecf20Sopenharmony_ci .common = { 53658c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(audio_clk), 53668c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(avb), 53678c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(can0), 53688c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(can1), 53698c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(can_clk), 53708c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(du), 53718c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(du0), 53728c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(du1), 53738c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(eth), 53748c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(hscif0), 53758c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(hscif1), 53768c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(hscif2), 53778c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c0), 53788c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c1), 53798c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c2), 53808c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c3), 53818c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c4), 53828c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c7), 53838c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(i2c8), 53848c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(intc), 53858c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(mmc), 53868c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(msiof0), 53878c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(msiof1), 53888c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(msiof2), 53898c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm0), 53908c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm1), 53918c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm2), 53928c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm3), 53938c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm4), 53948c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm5), 53958c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(pwm6), 53968c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(qspi), 53978c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif0), 53988c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif1), 53998c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif2), 54008c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif3), 54018c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif4), 54028c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif5), 54038c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa0), 54048c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa1), 54058c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa2), 54068c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa3), 54078c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa4), 54088c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifa5), 54098c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifb0), 54108c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifb1), 54118c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scifb2), 54128c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(scif_clk), 54138c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(sdhi0), 54148c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(sdhi1), 54158c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(sdhi2), 54168c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(ssi), 54178c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(tpu), 54188c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(usb0), 54198c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(usb1), 54208c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(vin0), 54218c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(vin1), 54228c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(vin2), 54238c2ecf20Sopenharmony_ci }, 54248c2ecf20Sopenharmony_ci .automotive = { 54258c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(adi), 54268c2ecf20Sopenharmony_ci SH_PFC_FUNCTION(mlb), 54278c2ecf20Sopenharmony_ci } 54288c2ecf20Sopenharmony_ci}; 54298c2ecf20Sopenharmony_ci 54308c2ecf20Sopenharmony_cistatic const struct pinmux_cfg_reg pinmux_config_regs[] = { 54318c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1, GROUP( 54328c2ecf20Sopenharmony_ci GP_0_31_FN, FN_IP1_22_20, 54338c2ecf20Sopenharmony_ci GP_0_30_FN, FN_IP1_19_17, 54348c2ecf20Sopenharmony_ci GP_0_29_FN, FN_IP1_16_14, 54358c2ecf20Sopenharmony_ci GP_0_28_FN, FN_IP1_13_11, 54368c2ecf20Sopenharmony_ci GP_0_27_FN, FN_IP1_10_8, 54378c2ecf20Sopenharmony_ci GP_0_26_FN, FN_IP1_7_6, 54388c2ecf20Sopenharmony_ci GP_0_25_FN, FN_IP1_5_4, 54398c2ecf20Sopenharmony_ci GP_0_24_FN, FN_IP1_3_2, 54408c2ecf20Sopenharmony_ci GP_0_23_FN, FN_IP1_1_0, 54418c2ecf20Sopenharmony_ci GP_0_22_FN, FN_IP0_30_29, 54428c2ecf20Sopenharmony_ci GP_0_21_FN, FN_IP0_28_27, 54438c2ecf20Sopenharmony_ci GP_0_20_FN, FN_IP0_26_25, 54448c2ecf20Sopenharmony_ci GP_0_19_FN, FN_IP0_24_23, 54458c2ecf20Sopenharmony_ci GP_0_18_FN, FN_IP0_22_21, 54468c2ecf20Sopenharmony_ci GP_0_17_FN, FN_IP0_20_19, 54478c2ecf20Sopenharmony_ci GP_0_16_FN, FN_IP0_18_16, 54488c2ecf20Sopenharmony_ci GP_0_15_FN, FN_IP0_15, 54498c2ecf20Sopenharmony_ci GP_0_14_FN, FN_IP0_14, 54508c2ecf20Sopenharmony_ci GP_0_13_FN, FN_IP0_13, 54518c2ecf20Sopenharmony_ci GP_0_12_FN, FN_IP0_12, 54528c2ecf20Sopenharmony_ci GP_0_11_FN, FN_IP0_11, 54538c2ecf20Sopenharmony_ci GP_0_10_FN, FN_IP0_10, 54548c2ecf20Sopenharmony_ci GP_0_9_FN, FN_IP0_9, 54558c2ecf20Sopenharmony_ci GP_0_8_FN, FN_IP0_8, 54568c2ecf20Sopenharmony_ci GP_0_7_FN, FN_IP0_7, 54578c2ecf20Sopenharmony_ci GP_0_6_FN, FN_IP0_6, 54588c2ecf20Sopenharmony_ci GP_0_5_FN, FN_IP0_5, 54598c2ecf20Sopenharmony_ci GP_0_4_FN, FN_IP0_4, 54608c2ecf20Sopenharmony_ci GP_0_3_FN, FN_IP0_3, 54618c2ecf20Sopenharmony_ci GP_0_2_FN, FN_IP0_2, 54628c2ecf20Sopenharmony_ci GP_0_1_FN, FN_IP0_1, 54638c2ecf20Sopenharmony_ci GP_0_0_FN, FN_IP0_0, )) 54648c2ecf20Sopenharmony_ci }, 54658c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR1", 0xE6060008, 32, 1, GROUP( 54668c2ecf20Sopenharmony_ci 0, 0, 54678c2ecf20Sopenharmony_ci 0, 0, 54688c2ecf20Sopenharmony_ci 0, 0, 54698c2ecf20Sopenharmony_ci 0, 0, 54708c2ecf20Sopenharmony_ci 0, 0, 54718c2ecf20Sopenharmony_ci 0, 0, 54728c2ecf20Sopenharmony_ci GP_1_25_FN, FN_IP3_21_20, 54738c2ecf20Sopenharmony_ci GP_1_24_FN, FN_IP3_19_18, 54748c2ecf20Sopenharmony_ci GP_1_23_FN, FN_IP3_17_16, 54758c2ecf20Sopenharmony_ci GP_1_22_FN, FN_IP3_15_14, 54768c2ecf20Sopenharmony_ci GP_1_21_FN, FN_IP3_13_12, 54778c2ecf20Sopenharmony_ci GP_1_20_FN, FN_IP3_11_9, 54788c2ecf20Sopenharmony_ci GP_1_19_FN, FN_RD_N, 54798c2ecf20Sopenharmony_ci GP_1_18_FN, FN_IP3_8_6, 54808c2ecf20Sopenharmony_ci GP_1_17_FN, FN_IP3_5_3, 54818c2ecf20Sopenharmony_ci GP_1_16_FN, FN_IP3_2_0, 54828c2ecf20Sopenharmony_ci GP_1_15_FN, FN_IP2_29_27, 54838c2ecf20Sopenharmony_ci GP_1_14_FN, FN_IP2_26_25, 54848c2ecf20Sopenharmony_ci GP_1_13_FN, FN_IP2_24_23, 54858c2ecf20Sopenharmony_ci GP_1_12_FN, FN_EX_CS0_N, 54868c2ecf20Sopenharmony_ci GP_1_11_FN, FN_IP2_22_21, 54878c2ecf20Sopenharmony_ci GP_1_10_FN, FN_IP2_20_19, 54888c2ecf20Sopenharmony_ci GP_1_9_FN, FN_IP2_18_16, 54898c2ecf20Sopenharmony_ci GP_1_8_FN, FN_IP2_15_13, 54908c2ecf20Sopenharmony_ci GP_1_7_FN, FN_IP2_12_10, 54918c2ecf20Sopenharmony_ci GP_1_6_FN, FN_IP2_9_7, 54928c2ecf20Sopenharmony_ci GP_1_5_FN, FN_IP2_6_5, 54938c2ecf20Sopenharmony_ci GP_1_4_FN, FN_IP2_4_3, 54948c2ecf20Sopenharmony_ci GP_1_3_FN, FN_IP2_2_0, 54958c2ecf20Sopenharmony_ci GP_1_2_FN, FN_IP1_31_29, 54968c2ecf20Sopenharmony_ci GP_1_1_FN, FN_IP1_28_26, 54978c2ecf20Sopenharmony_ci GP_1_0_FN, FN_IP1_25_23, )) 54988c2ecf20Sopenharmony_ci }, 54998c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR2", 0xE606000C, 32, 1, GROUP( 55008c2ecf20Sopenharmony_ci GP_2_31_FN, FN_IP6_7_6, 55018c2ecf20Sopenharmony_ci GP_2_30_FN, FN_IP6_5_3, 55028c2ecf20Sopenharmony_ci GP_2_29_FN, FN_IP6_2_0, 55038c2ecf20Sopenharmony_ci GP_2_28_FN, FN_AUDIO_CLKA, 55048c2ecf20Sopenharmony_ci GP_2_27_FN, FN_IP5_31_29, 55058c2ecf20Sopenharmony_ci GP_2_26_FN, FN_IP5_28_26, 55068c2ecf20Sopenharmony_ci GP_2_25_FN, FN_IP5_25_24, 55078c2ecf20Sopenharmony_ci GP_2_24_FN, FN_IP5_23_22, 55088c2ecf20Sopenharmony_ci GP_2_23_FN, FN_IP5_21_20, 55098c2ecf20Sopenharmony_ci GP_2_22_FN, FN_IP5_19_17, 55108c2ecf20Sopenharmony_ci GP_2_21_FN, FN_IP5_16_15, 55118c2ecf20Sopenharmony_ci GP_2_20_FN, FN_IP5_14_12, 55128c2ecf20Sopenharmony_ci GP_2_19_FN, FN_IP5_11_9, 55138c2ecf20Sopenharmony_ci GP_2_18_FN, FN_IP5_8_6, 55148c2ecf20Sopenharmony_ci GP_2_17_FN, FN_IP5_5_3, 55158c2ecf20Sopenharmony_ci GP_2_16_FN, FN_IP5_2_0, 55168c2ecf20Sopenharmony_ci GP_2_15_FN, FN_IP4_30_28, 55178c2ecf20Sopenharmony_ci GP_2_14_FN, FN_IP4_27_26, 55188c2ecf20Sopenharmony_ci GP_2_13_FN, FN_IP4_25_24, 55198c2ecf20Sopenharmony_ci GP_2_12_FN, FN_IP4_23_22, 55208c2ecf20Sopenharmony_ci GP_2_11_FN, FN_IP4_21, 55218c2ecf20Sopenharmony_ci GP_2_10_FN, FN_IP4_20, 55228c2ecf20Sopenharmony_ci GP_2_9_FN, FN_IP4_19, 55238c2ecf20Sopenharmony_ci GP_2_8_FN, FN_IP4_18_16, 55248c2ecf20Sopenharmony_ci GP_2_7_FN, FN_IP4_15_13, 55258c2ecf20Sopenharmony_ci GP_2_6_FN, FN_IP4_12_10, 55268c2ecf20Sopenharmony_ci GP_2_5_FN, FN_IP4_9_8, 55278c2ecf20Sopenharmony_ci GP_2_4_FN, FN_IP4_7_5, 55288c2ecf20Sopenharmony_ci GP_2_3_FN, FN_IP4_4_2, 55298c2ecf20Sopenharmony_ci GP_2_2_FN, FN_IP4_1_0, 55308c2ecf20Sopenharmony_ci GP_2_1_FN, FN_IP3_30_28, 55318c2ecf20Sopenharmony_ci GP_2_0_FN, FN_IP3_27_25 )) 55328c2ecf20Sopenharmony_ci }, 55338c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR3", 0xE6060010, 32, 1, GROUP( 55348c2ecf20Sopenharmony_ci GP_3_31_FN, FN_IP9_18_17, 55358c2ecf20Sopenharmony_ci GP_3_30_FN, FN_IP9_16, 55368c2ecf20Sopenharmony_ci GP_3_29_FN, FN_IP9_15_13, 55378c2ecf20Sopenharmony_ci GP_3_28_FN, FN_IP9_12, 55388c2ecf20Sopenharmony_ci GP_3_27_FN, FN_IP9_11, 55398c2ecf20Sopenharmony_ci GP_3_26_FN, FN_IP9_10_8, 55408c2ecf20Sopenharmony_ci GP_3_25_FN, FN_IP9_7, 55418c2ecf20Sopenharmony_ci GP_3_24_FN, FN_IP9_6, 55428c2ecf20Sopenharmony_ci GP_3_23_FN, FN_IP9_5_3, 55438c2ecf20Sopenharmony_ci GP_3_22_FN, FN_IP9_2_0, 55448c2ecf20Sopenharmony_ci GP_3_21_FN, FN_IP8_30_28, 55458c2ecf20Sopenharmony_ci GP_3_20_FN, FN_IP8_27_26, 55468c2ecf20Sopenharmony_ci GP_3_19_FN, FN_IP8_25_24, 55478c2ecf20Sopenharmony_ci GP_3_18_FN, FN_IP8_23_21, 55488c2ecf20Sopenharmony_ci GP_3_17_FN, FN_IP8_20_18, 55498c2ecf20Sopenharmony_ci GP_3_16_FN, FN_IP8_17_15, 55508c2ecf20Sopenharmony_ci GP_3_15_FN, FN_IP8_14_12, 55518c2ecf20Sopenharmony_ci GP_3_14_FN, FN_IP8_11_9, 55528c2ecf20Sopenharmony_ci GP_3_13_FN, FN_IP8_8_6, 55538c2ecf20Sopenharmony_ci GP_3_12_FN, FN_IP8_5_3, 55548c2ecf20Sopenharmony_ci GP_3_11_FN, FN_IP8_2_0, 55558c2ecf20Sopenharmony_ci GP_3_10_FN, FN_IP7_29_27, 55568c2ecf20Sopenharmony_ci GP_3_9_FN, FN_IP7_26_24, 55578c2ecf20Sopenharmony_ci GP_3_8_FN, FN_IP7_23_21, 55588c2ecf20Sopenharmony_ci GP_3_7_FN, FN_IP7_20_19, 55598c2ecf20Sopenharmony_ci GP_3_6_FN, FN_IP7_18_17, 55608c2ecf20Sopenharmony_ci GP_3_5_FN, FN_IP7_16_15, 55618c2ecf20Sopenharmony_ci GP_3_4_FN, FN_IP7_14_13, 55628c2ecf20Sopenharmony_ci GP_3_3_FN, FN_IP7_12_11, 55638c2ecf20Sopenharmony_ci GP_3_2_FN, FN_IP7_10_9, 55648c2ecf20Sopenharmony_ci GP_3_1_FN, FN_IP7_8_6, 55658c2ecf20Sopenharmony_ci GP_3_0_FN, FN_IP7_5_3 )) 55668c2ecf20Sopenharmony_ci }, 55678c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR4", 0xE6060014, 32, 1, GROUP( 55688c2ecf20Sopenharmony_ci GP_4_31_FN, FN_IP15_5_4, 55698c2ecf20Sopenharmony_ci GP_4_30_FN, FN_IP15_3_2, 55708c2ecf20Sopenharmony_ci GP_4_29_FN, FN_IP15_1_0, 55718c2ecf20Sopenharmony_ci GP_4_28_FN, FN_IP11_8_6, 55728c2ecf20Sopenharmony_ci GP_4_27_FN, FN_IP11_5_3, 55738c2ecf20Sopenharmony_ci GP_4_26_FN, FN_IP11_2_0, 55748c2ecf20Sopenharmony_ci GP_4_25_FN, FN_IP10_31_29, 55758c2ecf20Sopenharmony_ci GP_4_24_FN, FN_IP10_28_27, 55768c2ecf20Sopenharmony_ci GP_4_23_FN, FN_IP10_26_25, 55778c2ecf20Sopenharmony_ci GP_4_22_FN, FN_IP10_24_22, 55788c2ecf20Sopenharmony_ci GP_4_21_FN, FN_IP10_21_19, 55798c2ecf20Sopenharmony_ci GP_4_20_FN, FN_IP10_18_17, 55808c2ecf20Sopenharmony_ci GP_4_19_FN, FN_IP10_16_15, 55818c2ecf20Sopenharmony_ci GP_4_18_FN, FN_IP10_14_12, 55828c2ecf20Sopenharmony_ci GP_4_17_FN, FN_IP10_11_9, 55838c2ecf20Sopenharmony_ci GP_4_16_FN, FN_IP10_8_6, 55848c2ecf20Sopenharmony_ci GP_4_15_FN, FN_IP10_5_3, 55858c2ecf20Sopenharmony_ci GP_4_14_FN, FN_IP10_2_0, 55868c2ecf20Sopenharmony_ci GP_4_13_FN, FN_IP9_31_29, 55878c2ecf20Sopenharmony_ci GP_4_12_FN, FN_VI0_DATA7_VI0_B7, 55888c2ecf20Sopenharmony_ci GP_4_11_FN, FN_VI0_DATA6_VI0_B6, 55898c2ecf20Sopenharmony_ci GP_4_10_FN, FN_VI0_DATA5_VI0_B5, 55908c2ecf20Sopenharmony_ci GP_4_9_FN, FN_VI0_DATA4_VI0_B4, 55918c2ecf20Sopenharmony_ci GP_4_8_FN, FN_IP9_28_27, 55928c2ecf20Sopenharmony_ci GP_4_7_FN, FN_VI0_DATA2_VI0_B2, 55938c2ecf20Sopenharmony_ci GP_4_6_FN, FN_VI0_DATA1_VI0_B1, 55948c2ecf20Sopenharmony_ci GP_4_5_FN, FN_VI0_DATA0_VI0_B0, 55958c2ecf20Sopenharmony_ci GP_4_4_FN, FN_IP9_26_25, 55968c2ecf20Sopenharmony_ci GP_4_3_FN, FN_IP9_24_23, 55978c2ecf20Sopenharmony_ci GP_4_2_FN, FN_IP9_22_21, 55988c2ecf20Sopenharmony_ci GP_4_1_FN, FN_IP9_20_19, 55998c2ecf20Sopenharmony_ci GP_4_0_FN, FN_VI0_CLK )) 56008c2ecf20Sopenharmony_ci }, 56018c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR5", 0xE6060018, 32, 1, GROUP( 56028c2ecf20Sopenharmony_ci GP_5_31_FN, FN_IP3_24_22, 56038c2ecf20Sopenharmony_ci GP_5_30_FN, FN_IP13_9_7, 56048c2ecf20Sopenharmony_ci GP_5_29_FN, FN_IP13_6_5, 56058c2ecf20Sopenharmony_ci GP_5_28_FN, FN_IP13_4_3, 56068c2ecf20Sopenharmony_ci GP_5_27_FN, FN_IP13_2_0, 56078c2ecf20Sopenharmony_ci GP_5_26_FN, FN_IP12_29_27, 56088c2ecf20Sopenharmony_ci GP_5_25_FN, FN_IP12_26_24, 56098c2ecf20Sopenharmony_ci GP_5_24_FN, FN_IP12_23_22, 56108c2ecf20Sopenharmony_ci GP_5_23_FN, FN_IP12_21_20, 56118c2ecf20Sopenharmony_ci GP_5_22_FN, FN_IP12_19_18, 56128c2ecf20Sopenharmony_ci GP_5_21_FN, FN_IP12_17_16, 56138c2ecf20Sopenharmony_ci GP_5_20_FN, FN_IP12_15_13, 56148c2ecf20Sopenharmony_ci GP_5_19_FN, FN_IP12_12_10, 56158c2ecf20Sopenharmony_ci GP_5_18_FN, FN_IP12_9_7, 56168c2ecf20Sopenharmony_ci GP_5_17_FN, FN_IP12_6_4, 56178c2ecf20Sopenharmony_ci GP_5_16_FN, FN_IP12_3_2, 56188c2ecf20Sopenharmony_ci GP_5_15_FN, FN_IP12_1_0, 56198c2ecf20Sopenharmony_ci GP_5_14_FN, FN_IP11_31_30, 56208c2ecf20Sopenharmony_ci GP_5_13_FN, FN_IP11_29_28, 56218c2ecf20Sopenharmony_ci GP_5_12_FN, FN_IP11_27, 56228c2ecf20Sopenharmony_ci GP_5_11_FN, FN_IP11_26, 56238c2ecf20Sopenharmony_ci GP_5_10_FN, FN_IP11_25, 56248c2ecf20Sopenharmony_ci GP_5_9_FN, FN_IP11_24, 56258c2ecf20Sopenharmony_ci GP_5_8_FN, FN_IP11_23, 56268c2ecf20Sopenharmony_ci GP_5_7_FN, FN_IP11_22, 56278c2ecf20Sopenharmony_ci GP_5_6_FN, FN_IP11_21, 56288c2ecf20Sopenharmony_ci GP_5_5_FN, FN_IP11_20, 56298c2ecf20Sopenharmony_ci GP_5_4_FN, FN_IP11_19, 56308c2ecf20Sopenharmony_ci GP_5_3_FN, FN_IP11_18_17, 56318c2ecf20Sopenharmony_ci GP_5_2_FN, FN_IP11_16_15, 56328c2ecf20Sopenharmony_ci GP_5_1_FN, FN_IP11_14_12, 56338c2ecf20Sopenharmony_ci GP_5_0_FN, FN_IP11_11_9 )) 56348c2ecf20Sopenharmony_ci }, 56358c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR6", 0xE606001C, 32, 1, GROUP( 56368c2ecf20Sopenharmony_ci GP_6_31_FN, FN_DU0_DOTCLKIN, 56378c2ecf20Sopenharmony_ci GP_6_30_FN, FN_USB1_OVC, 56388c2ecf20Sopenharmony_ci GP_6_29_FN, FN_IP14_31_29, 56398c2ecf20Sopenharmony_ci GP_6_28_FN, FN_IP14_28_26, 56408c2ecf20Sopenharmony_ci GP_6_27_FN, FN_IP14_25_23, 56418c2ecf20Sopenharmony_ci GP_6_26_FN, FN_IP14_22_20, 56428c2ecf20Sopenharmony_ci GP_6_25_FN, FN_IP14_19_17, 56438c2ecf20Sopenharmony_ci GP_6_24_FN, FN_IP14_16_14, 56448c2ecf20Sopenharmony_ci GP_6_23_FN, FN_IP14_13_11, 56458c2ecf20Sopenharmony_ci GP_6_22_FN, FN_IP14_10_8, 56468c2ecf20Sopenharmony_ci GP_6_21_FN, FN_IP14_7, 56478c2ecf20Sopenharmony_ci GP_6_20_FN, FN_IP14_6, 56488c2ecf20Sopenharmony_ci GP_6_19_FN, FN_IP14_5, 56498c2ecf20Sopenharmony_ci GP_6_18_FN, FN_IP14_4, 56508c2ecf20Sopenharmony_ci GP_6_17_FN, FN_IP14_3, 56518c2ecf20Sopenharmony_ci GP_6_16_FN, FN_IP14_2, 56528c2ecf20Sopenharmony_ci GP_6_15_FN, FN_IP14_1_0, 56538c2ecf20Sopenharmony_ci GP_6_14_FN, FN_IP13_30_28, 56548c2ecf20Sopenharmony_ci GP_6_13_FN, FN_IP13_27, 56558c2ecf20Sopenharmony_ci GP_6_12_FN, FN_IP13_26, 56568c2ecf20Sopenharmony_ci GP_6_11_FN, FN_IP13_25, 56578c2ecf20Sopenharmony_ci GP_6_10_FN, FN_IP13_24_23, 56588c2ecf20Sopenharmony_ci GP_6_9_FN, FN_IP13_22, 56598c2ecf20Sopenharmony_ci GP_6_8_FN, FN_SD1_CLK, 56608c2ecf20Sopenharmony_ci GP_6_7_FN, FN_IP13_21_19, 56618c2ecf20Sopenharmony_ci GP_6_6_FN, FN_IP13_18_16, 56628c2ecf20Sopenharmony_ci GP_6_5_FN, FN_IP13_15, 56638c2ecf20Sopenharmony_ci GP_6_4_FN, FN_IP13_14, 56648c2ecf20Sopenharmony_ci GP_6_3_FN, FN_IP13_13, 56658c2ecf20Sopenharmony_ci GP_6_2_FN, FN_IP13_12, 56668c2ecf20Sopenharmony_ci GP_6_1_FN, FN_IP13_11, 56678c2ecf20Sopenharmony_ci GP_6_0_FN, FN_IP13_10 )) 56688c2ecf20Sopenharmony_ci }, 56698c2ecf20Sopenharmony_ci { PINMUX_CFG_REG("GPSR7", 0xE6060074, 32, 1, GROUP( 56708c2ecf20Sopenharmony_ci 0, 0, 56718c2ecf20Sopenharmony_ci 0, 0, 56728c2ecf20Sopenharmony_ci 0, 0, 56738c2ecf20Sopenharmony_ci 0, 0, 56748c2ecf20Sopenharmony_ci 0, 0, 56758c2ecf20Sopenharmony_ci 0, 0, 56768c2ecf20Sopenharmony_ci GP_7_25_FN, FN_USB1_PWEN, 56778c2ecf20Sopenharmony_ci GP_7_24_FN, FN_USB0_OVC, 56788c2ecf20Sopenharmony_ci GP_7_23_FN, FN_USB0_PWEN, 56798c2ecf20Sopenharmony_ci GP_7_22_FN, FN_IP15_14_12, 56808c2ecf20Sopenharmony_ci GP_7_21_FN, FN_IP15_11_9, 56818c2ecf20Sopenharmony_ci GP_7_20_FN, FN_IP15_8_6, 56828c2ecf20Sopenharmony_ci GP_7_19_FN, FN_IP7_2_0, 56838c2ecf20Sopenharmony_ci GP_7_18_FN, FN_IP6_29_27, 56848c2ecf20Sopenharmony_ci GP_7_17_FN, FN_IP6_26_24, 56858c2ecf20Sopenharmony_ci GP_7_16_FN, FN_IP6_23_21, 56868c2ecf20Sopenharmony_ci GP_7_15_FN, FN_IP6_20_19, 56878c2ecf20Sopenharmony_ci GP_7_14_FN, FN_IP6_18_16, 56888c2ecf20Sopenharmony_ci GP_7_13_FN, FN_IP6_15_14, 56898c2ecf20Sopenharmony_ci GP_7_12_FN, FN_IP6_13_12, 56908c2ecf20Sopenharmony_ci GP_7_11_FN, FN_IP6_11_10, 56918c2ecf20Sopenharmony_ci GP_7_10_FN, FN_IP6_9_8, 56928c2ecf20Sopenharmony_ci GP_7_9_FN, FN_IP16_11_10, 56938c2ecf20Sopenharmony_ci GP_7_8_FN, FN_IP16_9_8, 56948c2ecf20Sopenharmony_ci GP_7_7_FN, FN_IP16_7_6, 56958c2ecf20Sopenharmony_ci GP_7_6_FN, FN_IP16_5_3, 56968c2ecf20Sopenharmony_ci GP_7_5_FN, FN_IP16_2_0, 56978c2ecf20Sopenharmony_ci GP_7_4_FN, FN_IP15_29_27, 56988c2ecf20Sopenharmony_ci GP_7_3_FN, FN_IP15_26_24, 56998c2ecf20Sopenharmony_ci GP_7_2_FN, FN_IP15_23_21, 57008c2ecf20Sopenharmony_ci GP_7_1_FN, FN_IP15_20_18, 57018c2ecf20Sopenharmony_ci GP_7_0_FN, FN_IP15_17_15 )) 57028c2ecf20Sopenharmony_ci }, 57038c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR0", 0xE6060020, 32, 57048c2ecf20Sopenharmony_ci GROUP(1, 2, 2, 2, 2, 2, 2, 3, 1, 1, 1, 1, 57058c2ecf20Sopenharmony_ci 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), 57068c2ecf20Sopenharmony_ci GROUP( 57078c2ecf20Sopenharmony_ci /* IP0_31 [1] */ 57088c2ecf20Sopenharmony_ci 0, 0, 57098c2ecf20Sopenharmony_ci /* IP0_30_29 [2] */ 57108c2ecf20Sopenharmony_ci FN_A6, FN_MSIOF1_SCK, 57118c2ecf20Sopenharmony_ci 0, 0, 57128c2ecf20Sopenharmony_ci /* IP0_28_27 [2] */ 57138c2ecf20Sopenharmony_ci FN_A5, FN_MSIOF0_RXD_B, 57148c2ecf20Sopenharmony_ci 0, 0, 57158c2ecf20Sopenharmony_ci /* IP0_26_25 [2] */ 57168c2ecf20Sopenharmony_ci FN_A4, FN_MSIOF0_TXD_B, 57178c2ecf20Sopenharmony_ci 0, 0, 57188c2ecf20Sopenharmony_ci /* IP0_24_23 [2] */ 57198c2ecf20Sopenharmony_ci FN_A3, FN_MSIOF0_SS2_B, 57208c2ecf20Sopenharmony_ci 0, 0, 57218c2ecf20Sopenharmony_ci /* IP0_22_21 [2] */ 57228c2ecf20Sopenharmony_ci FN_A2, FN_MSIOF0_SS1_B, 57238c2ecf20Sopenharmony_ci 0, 0, 57248c2ecf20Sopenharmony_ci /* IP0_20_19 [2] */ 57258c2ecf20Sopenharmony_ci FN_A1, FN_MSIOF0_SYNC_B, 57268c2ecf20Sopenharmony_ci 0, 0, 57278c2ecf20Sopenharmony_ci /* IP0_18_16 [3] */ 57288c2ecf20Sopenharmony_ci FN_A0, FN_ATAWR0_N_C, FN_MSIOF0_SCK_B, FN_I2C0_SCL_C, FN_PWM2_B, 57298c2ecf20Sopenharmony_ci 0, 0, 0, 57308c2ecf20Sopenharmony_ci /* IP0_15 [1] */ 57318c2ecf20Sopenharmony_ci FN_D15, 0, 57328c2ecf20Sopenharmony_ci /* IP0_14 [1] */ 57338c2ecf20Sopenharmony_ci FN_D14, 0, 57348c2ecf20Sopenharmony_ci /* IP0_13 [1] */ 57358c2ecf20Sopenharmony_ci FN_D13, 0, 57368c2ecf20Sopenharmony_ci /* IP0_12 [1] */ 57378c2ecf20Sopenharmony_ci FN_D12, 0, 57388c2ecf20Sopenharmony_ci /* IP0_11 [1] */ 57398c2ecf20Sopenharmony_ci FN_D11, 0, 57408c2ecf20Sopenharmony_ci /* IP0_10 [1] */ 57418c2ecf20Sopenharmony_ci FN_D10, 0, 57428c2ecf20Sopenharmony_ci /* IP0_9 [1] */ 57438c2ecf20Sopenharmony_ci FN_D9, 0, 57448c2ecf20Sopenharmony_ci /* IP0_8 [1] */ 57458c2ecf20Sopenharmony_ci FN_D8, 0, 57468c2ecf20Sopenharmony_ci /* IP0_7 [1] */ 57478c2ecf20Sopenharmony_ci FN_D7, 0, 57488c2ecf20Sopenharmony_ci /* IP0_6 [1] */ 57498c2ecf20Sopenharmony_ci FN_D6, 0, 57508c2ecf20Sopenharmony_ci /* IP0_5 [1] */ 57518c2ecf20Sopenharmony_ci FN_D5, 0, 57528c2ecf20Sopenharmony_ci /* IP0_4 [1] */ 57538c2ecf20Sopenharmony_ci FN_D4, 0, 57548c2ecf20Sopenharmony_ci /* IP0_3 [1] */ 57558c2ecf20Sopenharmony_ci FN_D3, 0, 57568c2ecf20Sopenharmony_ci /* IP0_2 [1] */ 57578c2ecf20Sopenharmony_ci FN_D2, 0, 57588c2ecf20Sopenharmony_ci /* IP0_1 [1] */ 57598c2ecf20Sopenharmony_ci FN_D1, 0, 57608c2ecf20Sopenharmony_ci /* IP0_0 [1] */ 57618c2ecf20Sopenharmony_ci FN_D0, 0, )) 57628c2ecf20Sopenharmony_ci }, 57638c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR1", 0xE6060024, 32, 57648c2ecf20Sopenharmony_ci GROUP(3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2), 57658c2ecf20Sopenharmony_ci GROUP( 57668c2ecf20Sopenharmony_ci /* IP1_31_29 [3] */ 57678c2ecf20Sopenharmony_ci FN_A18, FN_DREQ1, FN_SCIFA1_RXD_C, 0, FN_SCIFB1_RXD_C, 57688c2ecf20Sopenharmony_ci 0, 0, 0, 57698c2ecf20Sopenharmony_ci /* IP1_28_26 [3] */ 57708c2ecf20Sopenharmony_ci FN_A17, FN_DACK2_B, 0, FN_I2C0_SDA_C, 57718c2ecf20Sopenharmony_ci 0, 0, 0, 0, 57728c2ecf20Sopenharmony_ci /* IP1_25_23 [3] */ 57738c2ecf20Sopenharmony_ci FN_A16, FN_DREQ2_B, FN_FMCLK_C, 0, FN_SCIFA1_SCK_B, 57748c2ecf20Sopenharmony_ci 0, 0, 0, 57758c2ecf20Sopenharmony_ci /* IP1_22_20 [3] */ 57768c2ecf20Sopenharmony_ci FN_A15, FN_BPFCLK_C, 57778c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 57788c2ecf20Sopenharmony_ci /* IP1_19_17 [3] */ 57798c2ecf20Sopenharmony_ci FN_A14, FN_ATADIR0_N_C, FN_FMIN, FN_FMIN_C, FN_MSIOF1_SYNC_D, 57808c2ecf20Sopenharmony_ci 0, 0, 0, 57818c2ecf20Sopenharmony_ci /* IP1_16_14 [3] */ 57828c2ecf20Sopenharmony_ci FN_A13, FN_ATAG0_N_C, FN_BPFCLK, FN_MSIOF1_SS1_D, 57838c2ecf20Sopenharmony_ci 0, 0, 0, 0, 57848c2ecf20Sopenharmony_ci /* IP1_13_11 [3] */ 57858c2ecf20Sopenharmony_ci FN_A12, FN_FMCLK, FN_I2C3_SDA_D, FN_MSIOF1_SCK_D, 57868c2ecf20Sopenharmony_ci 0, 0, 0, 0, 57878c2ecf20Sopenharmony_ci /* IP1_10_8 [3] */ 57888c2ecf20Sopenharmony_ci FN_A11, FN_MSIOF1_RXD, FN_I2C3_SCL_D, FN_MSIOF1_RXD_D, 57898c2ecf20Sopenharmony_ci 0, 0, 0, 0, 57908c2ecf20Sopenharmony_ci /* IP1_7_6 [2] */ 57918c2ecf20Sopenharmony_ci FN_A10, FN_MSIOF1_TXD, 0, FN_MSIOF1_TXD_D, 57928c2ecf20Sopenharmony_ci /* IP1_5_4 [2] */ 57938c2ecf20Sopenharmony_ci FN_A9, FN_MSIOF1_SS2, FN_I2C0_SDA, 0, 57948c2ecf20Sopenharmony_ci /* IP1_3_2 [2] */ 57958c2ecf20Sopenharmony_ci FN_A8, FN_MSIOF1_SS1, FN_I2C0_SCL, 0, 57968c2ecf20Sopenharmony_ci /* IP1_1_0 [2] */ 57978c2ecf20Sopenharmony_ci FN_A7, FN_MSIOF1_SYNC, 57988c2ecf20Sopenharmony_ci 0, 0, )) 57998c2ecf20Sopenharmony_ci }, 58008c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR2", 0xE6060028, 32, 58018c2ecf20Sopenharmony_ci GROUP(2, 3, 2, 2, 2, 2, 3, 3, 3, 3, 2, 2, 3), 58028c2ecf20Sopenharmony_ci GROUP( 58038c2ecf20Sopenharmony_ci /* IP2_31_30 [2] */ 58048c2ecf20Sopenharmony_ci 0, 0, 0, 0, 58058c2ecf20Sopenharmony_ci /* IP2_29_27 [3] */ 58068c2ecf20Sopenharmony_ci FN_EX_CS3_N, FN_ATADIR0_N, FN_MSIOF2_TXD, 58078c2ecf20Sopenharmony_ci FN_ATAG0_N, 0, FN_EX_WAIT1, 58088c2ecf20Sopenharmony_ci 0, 0, 58098c2ecf20Sopenharmony_ci /* IP2_26_25 [2] */ 58108c2ecf20Sopenharmony_ci FN_EX_CS2_N, FN_ATAWR0_N, FN_MSIOF2_SYNC, 0, 58118c2ecf20Sopenharmony_ci /* IP2_24_23 [2] */ 58128c2ecf20Sopenharmony_ci FN_EX_CS1_N, FN_MSIOF2_SCK, 0, 0, 58138c2ecf20Sopenharmony_ci /* IP2_22_21 [2] */ 58148c2ecf20Sopenharmony_ci FN_CS1_N_A26, FN_ATADIR0_N_B, FN_I2C1_SDA, 0, 58158c2ecf20Sopenharmony_ci /* IP2_20_19 [2] */ 58168c2ecf20Sopenharmony_ci FN_CS0_N, FN_ATAG0_N_B, FN_I2C1_SCL, 0, 58178c2ecf20Sopenharmony_ci /* IP2_18_16 [3] */ 58188c2ecf20Sopenharmony_ci FN_A25, FN_DACK2, FN_SSL, FN_DREQ1_C, FN_RX1, FN_SCIFA1_RXD, 58198c2ecf20Sopenharmony_ci 0, 0, 58208c2ecf20Sopenharmony_ci /* IP2_15_13 [3] */ 58218c2ecf20Sopenharmony_ci FN_A24, FN_DREQ2, FN_IO3, FN_TX1, FN_SCIFA1_TXD, 58228c2ecf20Sopenharmony_ci 0, 0, 0, 58238c2ecf20Sopenharmony_ci /* IP2_12_10 [3] */ 58248c2ecf20Sopenharmony_ci FN_A23, FN_IO2, FN_BPFCLK_B, FN_RX0, FN_SCIFA0_RXD, 58258c2ecf20Sopenharmony_ci 0, 0, 0, 58268c2ecf20Sopenharmony_ci /* IP2_9_7 [3] */ 58278c2ecf20Sopenharmony_ci FN_A22, FN_MISO_IO1, FN_FMCLK_B, FN_TX0, FN_SCIFA0_TXD, 58288c2ecf20Sopenharmony_ci 0, 0, 0, 58298c2ecf20Sopenharmony_ci /* IP2_6_5 [2] */ 58308c2ecf20Sopenharmony_ci FN_A21, FN_ATAWR0_N_B, FN_MOSI_IO0, 0, 58318c2ecf20Sopenharmony_ci /* IP2_4_3 [2] */ 58328c2ecf20Sopenharmony_ci FN_A20, FN_SPCLK, 0, 0, 58338c2ecf20Sopenharmony_ci /* IP2_2_0 [3] */ 58348c2ecf20Sopenharmony_ci FN_A19, FN_DACK1, FN_SCIFA1_TXD_C, 0, 58358c2ecf20Sopenharmony_ci FN_SCIFB1_TXD_C, 0, FN_SCIFB1_SCK_B, 0, )) 58368c2ecf20Sopenharmony_ci }, 58378c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR3", 0xE606002C, 32, 58388c2ecf20Sopenharmony_ci GROUP(1, 3, 3, 3, 2, 2, 2, 2, 2, 3, 3, 3, 3), 58398c2ecf20Sopenharmony_ci GROUP( 58408c2ecf20Sopenharmony_ci /* IP3_31 [1] */ 58418c2ecf20Sopenharmony_ci 0, 0, 58428c2ecf20Sopenharmony_ci /* IP3_30_28 [3] */ 58438c2ecf20Sopenharmony_ci FN_SSI_WS0129, FN_HTX0_C, FN_HTX2_C, 58448c2ecf20Sopenharmony_ci FN_SCIFB0_TXD_C, FN_SCIFB2_TXD_C, 58458c2ecf20Sopenharmony_ci 0, 0, 0, 58468c2ecf20Sopenharmony_ci /* IP3_27_25 [3] */ 58478c2ecf20Sopenharmony_ci FN_SSI_SCK0129, FN_HRX0_C, FN_HRX2_C, 58488c2ecf20Sopenharmony_ci FN_SCIFB0_RXD_C, FN_SCIFB2_RXD_C, 58498c2ecf20Sopenharmony_ci 0, 0, 0, 58508c2ecf20Sopenharmony_ci /* IP3_24_22 [3] */ 58518c2ecf20Sopenharmony_ci FN_SPEEDIN, 0, FN_HSCK0_C, FN_HSCK2_C, FN_SCIFB0_SCK_B, 58528c2ecf20Sopenharmony_ci FN_SCIFB2_SCK_B, FN_DREQ2_C, FN_HTX2_D, 58538c2ecf20Sopenharmony_ci /* IP3_21_20 [2] */ 58548c2ecf20Sopenharmony_ci FN_DACK0, FN_DRACK0, FN_REMOCON, 0, 58558c2ecf20Sopenharmony_ci /* IP3_19_18 [2] */ 58568c2ecf20Sopenharmony_ci FN_DREQ0, FN_PWM3, FN_TPU_TO3, 0, 58578c2ecf20Sopenharmony_ci /* IP3_17_16 [2] */ 58588c2ecf20Sopenharmony_ci FN_EX_WAIT0, FN_HRTS2_N_B, FN_SCIFB0_CTS_N_B, 0, 58598c2ecf20Sopenharmony_ci /* IP3_15_14 [2] */ 58608c2ecf20Sopenharmony_ci FN_WE1_N, FN_ATARD0_N_B, FN_HTX2_B, FN_SCIFB0_RTS_N_B, 58618c2ecf20Sopenharmony_ci /* IP3_13_12 [2] */ 58628c2ecf20Sopenharmony_ci FN_WE0_N, FN_HCTS2_N_B, FN_SCIFB0_TXD_B, 0, 58638c2ecf20Sopenharmony_ci /* IP3_11_9 [3] */ 58648c2ecf20Sopenharmony_ci FN_RD_WR_N, FN_HRX2_B, FN_FMIN_B, FN_SCIFB0_RXD_B, FN_DREQ1_D, 58658c2ecf20Sopenharmony_ci 0, 0, 0, 58668c2ecf20Sopenharmony_ci /* IP3_8_6 [3] */ 58678c2ecf20Sopenharmony_ci FN_BS_N, FN_ATACS10_N, FN_MSIOF2_SS2, FN_HTX1_B, 58688c2ecf20Sopenharmony_ci FN_SCIFB1_TXD_B, FN_PWM2, FN_TPU_TO2, 0, 58698c2ecf20Sopenharmony_ci /* IP3_5_3 [3] */ 58708c2ecf20Sopenharmony_ci FN_EX_CS5_N, FN_ATACS00_N, FN_MSIOF2_SS1, FN_HRX1_B, 58718c2ecf20Sopenharmony_ci FN_SCIFB1_RXD_B, FN_PWM1, FN_TPU_TO1, 0, 58728c2ecf20Sopenharmony_ci /* IP3_2_0 [3] */ 58738c2ecf20Sopenharmony_ci FN_EX_CS4_N, FN_ATARD0_N, FN_MSIOF2_RXD, 0, FN_EX_WAIT2, 58748c2ecf20Sopenharmony_ci 0, 0, 0, )) 58758c2ecf20Sopenharmony_ci }, 58768c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR4", 0xE6060030, 32, 58778c2ecf20Sopenharmony_ci GROUP(1, 3, 2, 2, 2, 1, 1, 1, 3, 3, 3, 2, 58788c2ecf20Sopenharmony_ci 3, 3, 2), 58798c2ecf20Sopenharmony_ci GROUP( 58808c2ecf20Sopenharmony_ci /* IP4_31 [1] */ 58818c2ecf20Sopenharmony_ci 0, 0, 58828c2ecf20Sopenharmony_ci /* IP4_30_28 [3] */ 58838c2ecf20Sopenharmony_ci FN_SSI_SCK5, FN_MSIOF1_SCK_C, FN_TS_SDATA0, FN_GLO_I0, 58848c2ecf20Sopenharmony_ci FN_MSIOF2_SYNC_D, FN_VI1_R2_B, 58858c2ecf20Sopenharmony_ci 0, 0, 58868c2ecf20Sopenharmony_ci /* IP4_27_26 [2] */ 58878c2ecf20Sopenharmony_ci FN_SSI_SDATA4, FN_MSIOF2_SCK_D, 0, 0, 58888c2ecf20Sopenharmony_ci /* IP4_25_24 [2] */ 58898c2ecf20Sopenharmony_ci FN_SSI_WS4, FN_GLO_RFON_D, 0, 0, 58908c2ecf20Sopenharmony_ci /* IP4_23_22 [2] */ 58918c2ecf20Sopenharmony_ci FN_SSI_SCK4, FN_GLO_SS_D, 0, 0, 58928c2ecf20Sopenharmony_ci /* IP4_21 [1] */ 58938c2ecf20Sopenharmony_ci FN_SSI_SDATA3, 0, 58948c2ecf20Sopenharmony_ci /* IP4_20 [1] */ 58958c2ecf20Sopenharmony_ci FN_SSI_WS34, 0, 58968c2ecf20Sopenharmony_ci /* IP4_19 [1] */ 58978c2ecf20Sopenharmony_ci FN_SSI_SCK34, 0, 58988c2ecf20Sopenharmony_ci /* IP4_18_16 [3] */ 58998c2ecf20Sopenharmony_ci FN_SSI_SDATA2, FN_GPS_MAG_B, FN_TX2_E, FN_HRTS1_N_E, 59008c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59018c2ecf20Sopenharmony_ci /* IP4_15_13 [3] */ 59028c2ecf20Sopenharmony_ci FN_SSI_WS2, FN_I2C2_SDA, FN_GPS_SIGN_B, FN_RX2_E, 59038c2ecf20Sopenharmony_ci FN_GLO_Q1_D, FN_HCTS1_N_E, 59048c2ecf20Sopenharmony_ci 0, 0, 59058c2ecf20Sopenharmony_ci /* IP4_12_10 [3] */ 59068c2ecf20Sopenharmony_ci FN_SSI_SCK2, FN_I2C2_SCL, FN_GPS_CLK_B, FN_GLO_Q0_D, FN_HSCK1_E, 59078c2ecf20Sopenharmony_ci 0, 0, 0, 59088c2ecf20Sopenharmony_ci /* IP4_9_8 [2] */ 59098c2ecf20Sopenharmony_ci FN_SSI_SDATA1, FN_I2C1_SDA_B, FN_IIC1_SDA_B, FN_MSIOF2_RXD_C, 59108c2ecf20Sopenharmony_ci /* IP4_7_5 [3] */ 59118c2ecf20Sopenharmony_ci FN_SSI_WS1, FN_I2C1_SCL_B, FN_IIC1_SCL_B, FN_MSIOF2_TXD_C, 59128c2ecf20Sopenharmony_ci FN_GLO_I1_D, 0, 0, 0, 59138c2ecf20Sopenharmony_ci /* IP4_4_2 [3] */ 59148c2ecf20Sopenharmony_ci FN_SSI_SCK1, FN_I2C0_SDA_B, FN_IIC0_SDA_B, 59158c2ecf20Sopenharmony_ci FN_MSIOF2_SYNC_C, FN_GLO_I0_D, 59168c2ecf20Sopenharmony_ci 0, 0, 0, 59178c2ecf20Sopenharmony_ci /* IP4_1_0 [2] */ 59188c2ecf20Sopenharmony_ci FN_SSI_SDATA0, FN_I2C0_SCL_B, FN_IIC0_SCL_B, FN_MSIOF2_SCK_C, 59198c2ecf20Sopenharmony_ci )) 59208c2ecf20Sopenharmony_ci }, 59218c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR5", 0xE6060034, 32, 59228c2ecf20Sopenharmony_ci GROUP(3, 3, 2, 2, 2, 3, 2, 3, 3, 3, 3, 3), 59238c2ecf20Sopenharmony_ci GROUP( 59248c2ecf20Sopenharmony_ci /* IP5_31_29 [3] */ 59258c2ecf20Sopenharmony_ci FN_SSI_SDATA9, FN_RX3_D, FN_CAN0_RX_D, 59268c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 59278c2ecf20Sopenharmony_ci /* IP5_28_26 [3] */ 59288c2ecf20Sopenharmony_ci FN_SSI_WS9, FN_TX3_D, FN_CAN0_TX_D, FN_GLO_SDATA_D, 59298c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59308c2ecf20Sopenharmony_ci /* IP5_25_24 [2] */ 59318c2ecf20Sopenharmony_ci FN_SSI_SCK9, FN_RX1_D, FN_GLO_SCLK_D, 0, 59328c2ecf20Sopenharmony_ci /* IP5_23_22 [2] */ 59338c2ecf20Sopenharmony_ci FN_SSI_SDATA8, FN_TX1_D, FN_STP_ISSYNC_0_B, 0, 59348c2ecf20Sopenharmony_ci /* IP5_21_20 [2] */ 59358c2ecf20Sopenharmony_ci FN_SSI_SDATA7, FN_RX0_D, FN_STP_ISEN_0_B, 0, 59368c2ecf20Sopenharmony_ci /* IP5_19_17 [3] */ 59378c2ecf20Sopenharmony_ci FN_SSI_WS78, FN_TX0_D, FN_STP_ISD_0_B, FN_GLO_RFON, 59388c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59398c2ecf20Sopenharmony_ci /* IP5_16_15 [2] */ 59408c2ecf20Sopenharmony_ci FN_SSI_SCK78, FN_STP_ISCLK_0_B, FN_GLO_SS, 0, 59418c2ecf20Sopenharmony_ci /* IP5_14_12 [3] */ 59428c2ecf20Sopenharmony_ci FN_SSI_SDATA6, FN_STP_IVCXO27_0_B, FN_GLO_SDATA, FN_VI1_R7_B, 59438c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59448c2ecf20Sopenharmony_ci /* IP5_11_9 [3] */ 59458c2ecf20Sopenharmony_ci FN_SSI_WS6, FN_GLO_SCLK, FN_MSIOF2_SS2_D, FN_VI1_R6_B, 59468c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59478c2ecf20Sopenharmony_ci /* IP5_8_6 [3] */ 59488c2ecf20Sopenharmony_ci FN_SSI_SCK6, FN_MSIOF1_RXD_C, FN_TS_SPSYNC0, FN_GLO_Q1, 59498c2ecf20Sopenharmony_ci FN_MSIOF2_RXD_D, FN_VI1_R5_B, 59508c2ecf20Sopenharmony_ci 0, 0, 59518c2ecf20Sopenharmony_ci /* IP5_5_3 [3] */ 59528c2ecf20Sopenharmony_ci FN_SSI_SDATA5, FN_MSIOF1_TXD_C, FN_TS_SDEN0, FN_GLO_Q0, 59538c2ecf20Sopenharmony_ci FN_MSIOF2_SS1_D, FN_VI1_R4_B, 59548c2ecf20Sopenharmony_ci 0, 0, 59558c2ecf20Sopenharmony_ci /* IP5_2_0 [3] */ 59568c2ecf20Sopenharmony_ci FN_SSI_WS5, FN_MSIOF1_SYNC_C, FN_TS_SCK0, FN_GLO_I1, 59578c2ecf20Sopenharmony_ci FN_MSIOF2_TXD_D, FN_VI1_R3_B, 59588c2ecf20Sopenharmony_ci 0, 0, )) 59598c2ecf20Sopenharmony_ci }, 59608c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR6", 0xE6060038, 32, 59618c2ecf20Sopenharmony_ci GROUP(2, 3, 3, 3, 2, 3, 2, 2, 2, 2, 2, 3, 3), 59628c2ecf20Sopenharmony_ci GROUP( 59638c2ecf20Sopenharmony_ci /* IP6_31_30 [2] */ 59648c2ecf20Sopenharmony_ci 0, 0, 0, 0, 59658c2ecf20Sopenharmony_ci /* IP6_29_27 [3] */ 59668c2ecf20Sopenharmony_ci FN_IRQ8, FN_HRTS1_N_C, FN_MSIOF1_RXD_B, 59678c2ecf20Sopenharmony_ci FN_GPS_SIGN_C, FN_GPS_SIGN_D, 59688c2ecf20Sopenharmony_ci 0, 0, 0, 59698c2ecf20Sopenharmony_ci /* IP6_26_24 [3] */ 59708c2ecf20Sopenharmony_ci FN_IRQ7, FN_HCTS1_N_C, FN_MSIOF1_TXD_B, 59718c2ecf20Sopenharmony_ci FN_GPS_CLK_C, FN_GPS_CLK_D, 59728c2ecf20Sopenharmony_ci 0, 0, 0, 59738c2ecf20Sopenharmony_ci /* IP6_23_21 [3] */ 59748c2ecf20Sopenharmony_ci FN_IRQ6, FN_HSCK1_C, FN_MSIOF1_SS2_B, 59758c2ecf20Sopenharmony_ci FN_I2C1_SDA_E, FN_MSIOF2_SYNC_E, 59768c2ecf20Sopenharmony_ci 0, 0, 0, 59778c2ecf20Sopenharmony_ci /* IP6_20_19 [2] */ 59788c2ecf20Sopenharmony_ci FN_IRQ5, FN_HTX1_C, FN_I2C1_SCL_E, FN_MSIOF2_SCK_E, 59798c2ecf20Sopenharmony_ci /* IP6_18_16 [3] */ 59808c2ecf20Sopenharmony_ci FN_IRQ4, FN_HRX1_C, FN_I2C4_SDA_C, FN_MSIOF2_RXD_E, 59818c2ecf20Sopenharmony_ci FN_INTC_IRQ4_N, 0, 0, 0, 59828c2ecf20Sopenharmony_ci /* IP6_15_14 [2] */ 59838c2ecf20Sopenharmony_ci FN_IRQ3, FN_I2C4_SCL_C, FN_MSIOF2_TXD_E, FN_INTC_IRQ3_N, 59848c2ecf20Sopenharmony_ci /* IP6_13_12 [2] */ 59858c2ecf20Sopenharmony_ci FN_IRQ2, FN_SCIFB1_TXD_D, FN_INTC_IRQ2_N, 0, 59868c2ecf20Sopenharmony_ci /* IP6_11_10 [2] */ 59878c2ecf20Sopenharmony_ci FN_IRQ1, FN_SCIFB1_SCK_C, FN_INTC_IRQ1_N, 0, 59888c2ecf20Sopenharmony_ci /* IP6_9_8 [2] */ 59898c2ecf20Sopenharmony_ci FN_IRQ0, FN_SCIFB1_RXD_D, FN_INTC_IRQ0_N, 0, 59908c2ecf20Sopenharmony_ci /* IP6_7_6 [2] */ 59918c2ecf20Sopenharmony_ci FN_AUDIO_CLKOUT, FN_MSIOF1_SS1_B, FN_TX2, FN_SCIFA2_TXD, 59928c2ecf20Sopenharmony_ci /* IP6_5_3 [3] */ 59938c2ecf20Sopenharmony_ci FN_AUDIO_CLKC, FN_SCIFB0_SCK_C, FN_MSIOF1_SYNC_B, FN_RX2, 59948c2ecf20Sopenharmony_ci FN_SCIFA2_RXD, FN_FMIN_E, 59958c2ecf20Sopenharmony_ci 0, 0, 59968c2ecf20Sopenharmony_ci /* IP6_2_0 [3] */ 59978c2ecf20Sopenharmony_ci FN_AUDIO_CLKB, FN_STP_OPWM_0_B, FN_MSIOF1_SCK_B, 59988c2ecf20Sopenharmony_ci FN_SCIF_CLK, FN_DVC_MUTE, FN_BPFCLK_E, 59998c2ecf20Sopenharmony_ci 0, 0, )) 60008c2ecf20Sopenharmony_ci }, 60018c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR7", 0xE606003C, 32, 60028c2ecf20Sopenharmony_ci GROUP(2, 3, 3, 3, 2, 2, 2, 2, 2, 2, 3, 3, 3), 60038c2ecf20Sopenharmony_ci GROUP( 60048c2ecf20Sopenharmony_ci /* IP7_31_30 [2] */ 60058c2ecf20Sopenharmony_ci 0, 0, 0, 0, 60068c2ecf20Sopenharmony_ci /* IP7_29_27 [3] */ 60078c2ecf20Sopenharmony_ci FN_DU1_DG2, FN_LCDOUT10, FN_VI1_DATA4_B, FN_SCIF1_SCK_B, 60088c2ecf20Sopenharmony_ci FN_SCIFA1_SCK, FN_SSI_SCK78_B, 60098c2ecf20Sopenharmony_ci 0, 0, 60108c2ecf20Sopenharmony_ci /* IP7_26_24 [3] */ 60118c2ecf20Sopenharmony_ci FN_DU1_DG1, FN_LCDOUT9, FN_VI1_DATA3_B, FN_RX1_B, 60128c2ecf20Sopenharmony_ci FN_SCIFA1_RXD_B, FN_MSIOF2_SS2_B, 60138c2ecf20Sopenharmony_ci 0, 0, 60148c2ecf20Sopenharmony_ci /* IP7_23_21 [3] */ 60158c2ecf20Sopenharmony_ci FN_DU1_DG0, FN_LCDOUT8, FN_VI1_DATA2_B, FN_TX1_B, 60168c2ecf20Sopenharmony_ci FN_SCIFA1_TXD_B, FN_MSIOF2_SS1_B, 60178c2ecf20Sopenharmony_ci 0, 0, 60188c2ecf20Sopenharmony_ci /* IP7_20_19 [2] */ 60198c2ecf20Sopenharmony_ci FN_DU1_DR7, FN_LCDOUT7, FN_SSI_SDATA1_B, 0, 60208c2ecf20Sopenharmony_ci /* IP7_18_17 [2] */ 60218c2ecf20Sopenharmony_ci FN_DU1_DR6, FN_LCDOUT6, FN_SSI_WS1_B, 0, 60228c2ecf20Sopenharmony_ci /* IP7_16_15 [2] */ 60238c2ecf20Sopenharmony_ci FN_DU1_DR5, FN_LCDOUT5, FN_SSI_SCK1_B, 0, 60248c2ecf20Sopenharmony_ci /* IP7_14_13 [2] */ 60258c2ecf20Sopenharmony_ci FN_DU1_DR4, FN_LCDOUT4, FN_SSI_SDATA0_B, 0, 60268c2ecf20Sopenharmony_ci /* IP7_12_11 [2] */ 60278c2ecf20Sopenharmony_ci FN_DU1_DR3, FN_LCDOUT3, FN_SSI_WS0129_B, 0, 60288c2ecf20Sopenharmony_ci /* IP7_10_9 [2] */ 60298c2ecf20Sopenharmony_ci FN_DU1_DR2, FN_LCDOUT2, FN_SSI_SCK0129_B, 0, 60308c2ecf20Sopenharmony_ci /* IP7_8_6 [3] */ 60318c2ecf20Sopenharmony_ci FN_DU1_DR1, FN_LCDOUT1, FN_VI1_DATA1_B, FN_RX0_B, 60328c2ecf20Sopenharmony_ci FN_SCIFA0_RXD_B, FN_MSIOF2_SYNC_B, 60338c2ecf20Sopenharmony_ci 0, 0, 60348c2ecf20Sopenharmony_ci /* IP7_5_3 [3] */ 60358c2ecf20Sopenharmony_ci FN_DU1_DR0, FN_LCDOUT0, FN_VI1_DATA0_B, FN_TX0_B, 60368c2ecf20Sopenharmony_ci FN_SCIFA0_TXD_B, FN_MSIOF2_SCK_B, 60378c2ecf20Sopenharmony_ci 0, 0, 60388c2ecf20Sopenharmony_ci /* IP7_2_0 [3] */ 60398c2ecf20Sopenharmony_ci FN_IRQ9, FN_DU1_DOTCLKIN_B, FN_CAN_CLK_D, FN_GPS_MAG_C, 60408c2ecf20Sopenharmony_ci FN_SCIF_CLK_B, FN_GPS_MAG_D, 60418c2ecf20Sopenharmony_ci 0, 0, )) 60428c2ecf20Sopenharmony_ci }, 60438c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR8", 0xE6060040, 32, 60448c2ecf20Sopenharmony_ci GROUP(1, 3, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3), 60458c2ecf20Sopenharmony_ci GROUP( 60468c2ecf20Sopenharmony_ci /* IP8_31 [1] */ 60478c2ecf20Sopenharmony_ci 0, 0, 60488c2ecf20Sopenharmony_ci /* IP8_30_28 [3] */ 60498c2ecf20Sopenharmony_ci FN_DU1_DB5, FN_LCDOUT21, FN_TX3, FN_SCIFA3_TXD, FN_CAN1_TX, 60508c2ecf20Sopenharmony_ci 0, 0, 0, 60518c2ecf20Sopenharmony_ci /* IP8_27_26 [2] */ 60528c2ecf20Sopenharmony_ci FN_DU1_DB4, FN_LCDOUT20, FN_VI1_FIELD_B, FN_CAN1_RX, 60538c2ecf20Sopenharmony_ci /* IP8_25_24 [2] */ 60548c2ecf20Sopenharmony_ci FN_DU1_DB3, FN_LCDOUT19, FN_VI1_CLKENB_B, 0, 60558c2ecf20Sopenharmony_ci /* IP8_23_21 [3] */ 60568c2ecf20Sopenharmony_ci FN_DU1_DB2, FN_LCDOUT18, FN_VI1_VSYNC_N_B, FN_SCIF2_SCK_B, 60578c2ecf20Sopenharmony_ci FN_SCIFA2_SCK, FN_SSI_SDATA9_B, 60588c2ecf20Sopenharmony_ci 0, 0, 60598c2ecf20Sopenharmony_ci /* IP8_20_18 [3] */ 60608c2ecf20Sopenharmony_ci FN_DU1_DB1, FN_LCDOUT17, FN_VI1_HSYNC_N_B, FN_RX2_B, 60618c2ecf20Sopenharmony_ci FN_SCIFA2_RXD_B, FN_MSIOF2_RXD_B, 60628c2ecf20Sopenharmony_ci 0, 0, 60638c2ecf20Sopenharmony_ci /* IP8_17_15 [3] */ 60648c2ecf20Sopenharmony_ci FN_DU1_DB0, FN_LCDOUT16, FN_VI1_CLK_B, FN_TX2_B, 60658c2ecf20Sopenharmony_ci FN_SCIFA2_TXD_B, FN_MSIOF2_TXD_B, 60668c2ecf20Sopenharmony_ci 0, 0, 60678c2ecf20Sopenharmony_ci /* IP8_14_12 [3] */ 60688c2ecf20Sopenharmony_ci FN_DU1_DG7, FN_LCDOUT15, FN_HTX0_B, 60698c2ecf20Sopenharmony_ci FN_SCIFB2_RTS_N_B, FN_SSI_WS9_B, 60708c2ecf20Sopenharmony_ci 0, 0, 0, 60718c2ecf20Sopenharmony_ci /* IP8_11_9 [3] */ 60728c2ecf20Sopenharmony_ci FN_DU1_DG6, FN_LCDOUT14, FN_HRTS0_N_B, 60738c2ecf20Sopenharmony_ci FN_SCIFB2_CTS_N_B, FN_SSI_SCK9_B, 60748c2ecf20Sopenharmony_ci 0, 0, 0, 60758c2ecf20Sopenharmony_ci /* IP8_8_6 [3] */ 60768c2ecf20Sopenharmony_ci FN_DU1_DG5, FN_LCDOUT13, FN_VI1_DATA7_B, FN_HCTS0_N_B, 60778c2ecf20Sopenharmony_ci FN_SCIFB2_TXD_B, FN_SSI_SDATA8_B, 60788c2ecf20Sopenharmony_ci 0, 0, 60798c2ecf20Sopenharmony_ci /* IP8_5_3 [3] */ 60808c2ecf20Sopenharmony_ci FN_DU1_DG4, FN_LCDOUT12, FN_VI1_DATA6_B, FN_HRX0_B, 60818c2ecf20Sopenharmony_ci FN_SCIFB2_RXD_B, FN_SSI_SDATA7_B, 60828c2ecf20Sopenharmony_ci 0, 0, 60838c2ecf20Sopenharmony_ci /* IP8_2_0 [3] */ 60848c2ecf20Sopenharmony_ci FN_DU1_DG3, FN_LCDOUT11, FN_VI1_DATA5_B, 0, FN_SSI_WS78_B, 60858c2ecf20Sopenharmony_ci 0, 0, 0, )) 60868c2ecf20Sopenharmony_ci }, 60878c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR9", 0xE6060044, 32, 60888c2ecf20Sopenharmony_ci GROUP(3, 2, 2, 2, 2, 2, 2, 1, 3, 1, 1, 3, 60898c2ecf20Sopenharmony_ci 1, 1, 3, 3), 60908c2ecf20Sopenharmony_ci GROUP( 60918c2ecf20Sopenharmony_ci /* IP9_31_29 [3] */ 60928c2ecf20Sopenharmony_ci FN_VI0_G0, FN_IIC1_SCL, FN_STP_IVCXO27_0_C, FN_I2C4_SCL, 60938c2ecf20Sopenharmony_ci FN_HCTS2_N, FN_SCIFB2_CTS_N, FN_ATAWR1_N, 0, 60948c2ecf20Sopenharmony_ci /* IP9_28_27 [2] */ 60958c2ecf20Sopenharmony_ci FN_VI0_DATA3_VI0_B3, FN_SCIF3_SCK_B, FN_SCIFA3_SCK_B, 0, 60968c2ecf20Sopenharmony_ci /* IP9_26_25 [2] */ 60978c2ecf20Sopenharmony_ci FN_VI0_VSYNC_N, FN_RX5, FN_SCIFA5_RXD, FN_TS_SPSYNC0_D, 60988c2ecf20Sopenharmony_ci /* IP9_24_23 [2] */ 60998c2ecf20Sopenharmony_ci FN_VI0_HSYNC_N, FN_TX5, FN_SCIFA5_TXD, FN_TS_SDEN0_D, 61008c2ecf20Sopenharmony_ci /* IP9_22_21 [2] */ 61018c2ecf20Sopenharmony_ci FN_VI0_FIELD, FN_RX4, FN_SCIFA4_RXD, FN_TS_SCK0_D, 61028c2ecf20Sopenharmony_ci /* IP9_20_19 [2] */ 61038c2ecf20Sopenharmony_ci FN_VI0_CLKENB, FN_TX4, FN_SCIFA4_TXD, FN_TS_SDATA0_D, 61048c2ecf20Sopenharmony_ci /* IP9_18_17 [2] */ 61058c2ecf20Sopenharmony_ci FN_DU1_CDE, FN_QPOLB, FN_PWM4_B, 0, 61068c2ecf20Sopenharmony_ci /* IP9_16 [1] */ 61078c2ecf20Sopenharmony_ci FN_DU1_DISP, FN_QPOLA, 61088c2ecf20Sopenharmony_ci /* IP9_15_13 [3] */ 61098c2ecf20Sopenharmony_ci FN_DU1_EXODDF_DU1_ODDF_DISP_CDE, FN_QCPV_QDE, 61108c2ecf20Sopenharmony_ci FN_CAN0_RX, FN_RX3_B, FN_I2C2_SDA_B, 61118c2ecf20Sopenharmony_ci 0, 0, 0, 61128c2ecf20Sopenharmony_ci /* IP9_12 [1] */ 61138c2ecf20Sopenharmony_ci FN_DU1_EXVSYNC_DU1_VSYNC, FN_QSTB_QHE, 61148c2ecf20Sopenharmony_ci /* IP9_11 [1] */ 61158c2ecf20Sopenharmony_ci FN_DU1_EXHSYNC_DU1_HSYNC, FN_QSTH_QHS, 61168c2ecf20Sopenharmony_ci /* IP9_10_8 [3] */ 61178c2ecf20Sopenharmony_ci FN_DU1_DOTCLKOUT1, FN_QSTVB_QVE, FN_CAN0_TX, 61188c2ecf20Sopenharmony_ci FN_TX3_B, FN_I2C2_SCL_B, FN_PWM4, 61198c2ecf20Sopenharmony_ci 0, 0, 61208c2ecf20Sopenharmony_ci /* IP9_7 [1] */ 61218c2ecf20Sopenharmony_ci FN_DU1_DOTCLKOUT0, FN_QCLK, 61228c2ecf20Sopenharmony_ci /* IP9_6 [1] */ 61238c2ecf20Sopenharmony_ci FN_DU1_DOTCLKIN, FN_QSTVA_QVS, 61248c2ecf20Sopenharmony_ci /* IP9_5_3 [3] */ 61258c2ecf20Sopenharmony_ci FN_DU1_DB7, FN_LCDOUT23, FN_I2C3_SDA_C, 61268c2ecf20Sopenharmony_ci FN_SCIF3_SCK, FN_SCIFA3_SCK, 61278c2ecf20Sopenharmony_ci 0, 0, 0, 61288c2ecf20Sopenharmony_ci /* IP9_2_0 [3] */ 61298c2ecf20Sopenharmony_ci FN_DU1_DB6, FN_LCDOUT22, FN_I2C3_SCL_C, FN_RX3, FN_SCIFA3_RXD, 61308c2ecf20Sopenharmony_ci 0, 0, 0, )) 61318c2ecf20Sopenharmony_ci }, 61328c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR10", 0xE6060048, 32, 61338c2ecf20Sopenharmony_ci GROUP(3, 2, 2, 3, 3, 2, 2, 3, 3, 3, 3, 3), 61348c2ecf20Sopenharmony_ci GROUP( 61358c2ecf20Sopenharmony_ci /* IP10_31_29 [3] */ 61368c2ecf20Sopenharmony_ci FN_VI0_R4, FN_VI2_DATA5, FN_GLO_SCLK_B, FN_TX0_C, FN_I2C1_SCL_D, 61378c2ecf20Sopenharmony_ci 0, 0, 0, 61388c2ecf20Sopenharmony_ci /* IP10_28_27 [2] */ 61398c2ecf20Sopenharmony_ci FN_VI0_R3, FN_VI2_DATA4, FN_GLO_Q1_B, FN_TS_SPSYNC0_C, 61408c2ecf20Sopenharmony_ci /* IP10_26_25 [2] */ 61418c2ecf20Sopenharmony_ci FN_VI0_R2, FN_VI2_DATA3, FN_GLO_Q0_B, FN_TS_SDEN0_C, 61428c2ecf20Sopenharmony_ci /* IP10_24_22 [3] */ 61438c2ecf20Sopenharmony_ci FN_VI0_R1, FN_VI2_DATA2, FN_GLO_I1_B, FN_TS_SCK0_C, FN_ATAG1_N, 61448c2ecf20Sopenharmony_ci 0, 0, 0, 61458c2ecf20Sopenharmony_ci /* IP10_21_19 [3] */ 61468c2ecf20Sopenharmony_ci FN_VI0_R0, FN_VI2_DATA1, FN_GLO_I0_B, 61478c2ecf20Sopenharmony_ci FN_TS_SDATA0_C, FN_ATACS11_N, 61488c2ecf20Sopenharmony_ci 0, 0, 0, 61498c2ecf20Sopenharmony_ci /* IP10_18_17 [2] */ 61508c2ecf20Sopenharmony_ci FN_VI0_G7, FN_VI2_DATA0, FN_FMIN_D, 0, 61518c2ecf20Sopenharmony_ci /* IP10_16_15 [2] */ 61528c2ecf20Sopenharmony_ci FN_VI0_G6, FN_VI2_CLK, FN_BPFCLK_D, 0, 61538c2ecf20Sopenharmony_ci /* IP10_14_12 [3] */ 61548c2ecf20Sopenharmony_ci FN_VI0_G5, FN_VI2_FIELD, FN_STP_OPWM_0_C, FN_FMCLK_D, 61558c2ecf20Sopenharmony_ci FN_CAN0_TX_E, FN_HTX1_D, FN_SCIFB0_TXD_D, 0, 61568c2ecf20Sopenharmony_ci /* IP10_11_9 [3] */ 61578c2ecf20Sopenharmony_ci FN_VI0_G4, FN_VI2_CLKENB, FN_STP_ISSYNC_0_C, 61588c2ecf20Sopenharmony_ci FN_HTX2, FN_SCIFB2_TXD, FN_SCIFB0_SCK_D, 61598c2ecf20Sopenharmony_ci 0, 0, 61608c2ecf20Sopenharmony_ci /* IP10_8_6 [3] */ 61618c2ecf20Sopenharmony_ci FN_VI0_G3, FN_VI2_VSYNC_N, FN_STP_ISEN_0_C, FN_I2C3_SDA_B, 61628c2ecf20Sopenharmony_ci FN_HRX2, FN_SCIFB2_RXD, FN_ATACS01_N, 0, 61638c2ecf20Sopenharmony_ci /* IP10_5_3 [3] */ 61648c2ecf20Sopenharmony_ci FN_VI0_G2, FN_VI2_HSYNC_N, FN_STP_ISD_0_C, FN_I2C3_SCL_B, 61658c2ecf20Sopenharmony_ci FN_HSCK2, FN_SCIFB2_SCK, FN_ATARD1_N, 0, 61668c2ecf20Sopenharmony_ci /* IP10_2_0 [3] */ 61678c2ecf20Sopenharmony_ci FN_VI0_G1, FN_IIC1_SDA, FN_STP_ISCLK_0_C, FN_I2C4_SDA, 61688c2ecf20Sopenharmony_ci FN_HRTS2_N, FN_SCIFB2_RTS_N, FN_ATADIR1_N, 0, )) 61698c2ecf20Sopenharmony_ci }, 61708c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR11", 0xE606004C, 32, 61718c2ecf20Sopenharmony_ci GROUP(2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 61728c2ecf20Sopenharmony_ci 2, 3, 3, 3, 3, 3), 61738c2ecf20Sopenharmony_ci GROUP( 61748c2ecf20Sopenharmony_ci /* IP11_31_30 [2] */ 61758c2ecf20Sopenharmony_ci FN_ETH_CRS_DV, FN_AVB_LINK, FN_I2C2_SDA_C, 0, 61768c2ecf20Sopenharmony_ci /* IP11_29_28 [2] */ 61778c2ecf20Sopenharmony_ci FN_ETH_MDIO, FN_AVB_RX_CLK, FN_I2C2_SCL_C, 0, 61788c2ecf20Sopenharmony_ci /* IP11_27 [1] */ 61798c2ecf20Sopenharmony_ci FN_VI1_DATA7, FN_AVB_MDC, 61808c2ecf20Sopenharmony_ci /* IP11_26 [1] */ 61818c2ecf20Sopenharmony_ci FN_VI1_DATA6, FN_AVB_MAGIC, 61828c2ecf20Sopenharmony_ci /* IP11_25 [1] */ 61838c2ecf20Sopenharmony_ci FN_VI1_DATA5, FN_AVB_RX_DV, 61848c2ecf20Sopenharmony_ci /* IP11_24 [1] */ 61858c2ecf20Sopenharmony_ci FN_VI1_DATA4, FN_AVB_MDIO, 61868c2ecf20Sopenharmony_ci /* IP11_23 [1] */ 61878c2ecf20Sopenharmony_ci FN_VI1_DATA3, FN_AVB_RX_ER, 61888c2ecf20Sopenharmony_ci /* IP11_22 [1] */ 61898c2ecf20Sopenharmony_ci FN_VI1_DATA2, FN_AVB_RXD7, 61908c2ecf20Sopenharmony_ci /* IP11_21 [1] */ 61918c2ecf20Sopenharmony_ci FN_VI1_DATA1, FN_AVB_RXD6, 61928c2ecf20Sopenharmony_ci /* IP11_20 [1] */ 61938c2ecf20Sopenharmony_ci FN_VI1_DATA0, FN_AVB_RXD5, 61948c2ecf20Sopenharmony_ci /* IP11_19 [1] */ 61958c2ecf20Sopenharmony_ci FN_VI1_CLK, FN_AVB_RXD4, 61968c2ecf20Sopenharmony_ci /* IP11_18_17 [2] */ 61978c2ecf20Sopenharmony_ci FN_VI1_FIELD, FN_AVB_RXD3, FN_TS_SPSYNC0_B, 0, 61988c2ecf20Sopenharmony_ci /* IP11_16_15 [2] */ 61998c2ecf20Sopenharmony_ci FN_VI1_CLKENB, FN_AVB_RXD2, FN_TS_SDEN0_B, 0, 62008c2ecf20Sopenharmony_ci /* IP11_14_12 [3] */ 62018c2ecf20Sopenharmony_ci FN_VI1_VSYNC_N, FN_AVB_RXD1, FN_TS_SCK0_B, 62028c2ecf20Sopenharmony_ci FN_RX4_B, FN_SCIFA4_RXD_B, 62038c2ecf20Sopenharmony_ci 0, 0, 0, 62048c2ecf20Sopenharmony_ci /* IP11_11_9 [3] */ 62058c2ecf20Sopenharmony_ci FN_VI1_HSYNC_N, FN_AVB_RXD0, FN_TS_SDATA0_B, 62068c2ecf20Sopenharmony_ci FN_TX4_B, FN_SCIFA4_TXD_B, 62078c2ecf20Sopenharmony_ci 0, 0, 0, 62088c2ecf20Sopenharmony_ci /* IP11_8_6 [3] */ 62098c2ecf20Sopenharmony_ci FN_VI0_R7, FN_GLO_RFON_B, FN_RX1_C, FN_CAN0_RX_E, 62108c2ecf20Sopenharmony_ci FN_I2C4_SDA_B, FN_HRX1_D, FN_SCIFB0_RXD_D, 0, 62118c2ecf20Sopenharmony_ci /* IP11_5_3 [3] */ 62128c2ecf20Sopenharmony_ci FN_VI0_R6, FN_VI2_DATA7, FN_GLO_SS_B, FN_TX1_C, FN_I2C4_SCL_B, 62138c2ecf20Sopenharmony_ci 0, 0, 0, 62148c2ecf20Sopenharmony_ci /* IP11_2_0 [3] */ 62158c2ecf20Sopenharmony_ci FN_VI0_R5, FN_VI2_DATA6, FN_GLO_SDATA_B, FN_RX0_C, 62168c2ecf20Sopenharmony_ci FN_I2C1_SDA_D, 0, 0, 0, )) 62178c2ecf20Sopenharmony_ci }, 62188c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR12", 0xE6060050, 32, 62198c2ecf20Sopenharmony_ci GROUP(2, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 2, 2), 62208c2ecf20Sopenharmony_ci GROUP( 62218c2ecf20Sopenharmony_ci /* IP12_31_30 [2] */ 62228c2ecf20Sopenharmony_ci 0, 0, 0, 0, 62238c2ecf20Sopenharmony_ci /* IP12_29_27 [3] */ 62248c2ecf20Sopenharmony_ci FN_STP_ISCLK_0, FN_AVB_TX_EN, FN_SCIFB2_RXD_D, 62258c2ecf20Sopenharmony_ci FN_ADICS_SAMP_B, FN_MSIOF0_SCK_C, 62268c2ecf20Sopenharmony_ci 0, 0, 0, 62278c2ecf20Sopenharmony_ci /* IP12_26_24 [3] */ 62288c2ecf20Sopenharmony_ci FN_STP_IVCXO27_0, FN_AVB_TXD7, FN_SCIFB2_TXD_D, 62298c2ecf20Sopenharmony_ci FN_ADIDATA_B, FN_MSIOF0_SYNC_C, 62308c2ecf20Sopenharmony_ci 0, 0, 0, 62318c2ecf20Sopenharmony_ci /* IP12_23_22 [2] */ 62328c2ecf20Sopenharmony_ci FN_ETH_MDC, FN_AVB_TXD6, FN_IERX_C, 0, 62338c2ecf20Sopenharmony_ci /* IP12_21_20 [2] */ 62348c2ecf20Sopenharmony_ci FN_ETH_TXD0, FN_AVB_TXD5, FN_IECLK_C, 0, 62358c2ecf20Sopenharmony_ci /* IP12_19_18 [2] */ 62368c2ecf20Sopenharmony_ci FN_ETH_MAGIC, FN_AVB_TXD4, FN_IETX_C, 0, 62378c2ecf20Sopenharmony_ci /* IP12_17_16 [2] */ 62388c2ecf20Sopenharmony_ci FN_ETH_TX_EN, FN_AVB_TXD3, FN_TCLK1_B, FN_CAN_CLK_B, 62398c2ecf20Sopenharmony_ci /* IP12_15_13 [3] */ 62408c2ecf20Sopenharmony_ci FN_ETH_TXD1, FN_AVB_TXD2, FN_SCIFA3_TXD_B, 62418c2ecf20Sopenharmony_ci FN_CAN1_TX_C, FN_MSIOF1_TXD_E, 62428c2ecf20Sopenharmony_ci 0, 0, 0, 62438c2ecf20Sopenharmony_ci /* IP12_12_10 [3] */ 62448c2ecf20Sopenharmony_ci FN_ETH_REFCLK, FN_AVB_TXD1, FN_SCIFA3_RXD_B, 62458c2ecf20Sopenharmony_ci FN_CAN1_RX_C, FN_MSIOF1_SYNC_E, 62468c2ecf20Sopenharmony_ci 0, 0, 0, 62478c2ecf20Sopenharmony_ci /* IP12_9_7 [3] */ 62488c2ecf20Sopenharmony_ci FN_ETH_LINK, FN_AVB_TXD0, FN_CAN0_RX_C, 62498c2ecf20Sopenharmony_ci FN_I2C2_SDA_D, FN_MSIOF1_SCK_E, 62508c2ecf20Sopenharmony_ci 0, 0, 0, 62518c2ecf20Sopenharmony_ci /* IP12_6_4 [3] */ 62528c2ecf20Sopenharmony_ci FN_ETH_RXD1, FN_AVB_GTXREFCLK, FN_CAN0_TX_C, 62538c2ecf20Sopenharmony_ci FN_I2C2_SCL_D, FN_MSIOF1_RXD_E, 62548c2ecf20Sopenharmony_ci 0, 0, 0, 62558c2ecf20Sopenharmony_ci /* IP12_3_2 [2] */ 62568c2ecf20Sopenharmony_ci FN_ETH_RXD0, FN_AVB_PHY_INT, FN_I2C3_SDA, FN_IIC0_SDA, 62578c2ecf20Sopenharmony_ci /* IP12_1_0 [2] */ 62588c2ecf20Sopenharmony_ci FN_ETH_RX_ER, FN_AVB_CRS, FN_I2C3_SCL, FN_IIC0_SCL, )) 62598c2ecf20Sopenharmony_ci }, 62608c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR13", 0xE6060054, 32, 62618c2ecf20Sopenharmony_ci GROUP(1, 3, 1, 1, 1, 2, 1, 3, 3, 1, 1, 1, 62628c2ecf20Sopenharmony_ci 1, 1, 1, 3, 2, 2, 3), 62638c2ecf20Sopenharmony_ci GROUP( 62648c2ecf20Sopenharmony_ci /* IP13_31 [1] */ 62658c2ecf20Sopenharmony_ci 0, 0, 62668c2ecf20Sopenharmony_ci /* IP13_30_28 [3] */ 62678c2ecf20Sopenharmony_ci FN_SD1_CD, FN_PWM0, FN_TPU_TO0, FN_I2C1_SCL_C, 62688c2ecf20Sopenharmony_ci 0, 0, 0, 0, 62698c2ecf20Sopenharmony_ci /* IP13_27 [1] */ 62708c2ecf20Sopenharmony_ci FN_SD1_DATA3, FN_IERX_B, 62718c2ecf20Sopenharmony_ci /* IP13_26 [1] */ 62728c2ecf20Sopenharmony_ci FN_SD1_DATA2, FN_IECLK_B, 62738c2ecf20Sopenharmony_ci /* IP13_25 [1] */ 62748c2ecf20Sopenharmony_ci FN_SD1_DATA1, FN_IETX_B, 62758c2ecf20Sopenharmony_ci /* IP13_24_23 [2] */ 62768c2ecf20Sopenharmony_ci FN_SD1_DATA0, FN_SPEEDIN_B, 0, 0, 62778c2ecf20Sopenharmony_ci /* IP13_22 [1] */ 62788c2ecf20Sopenharmony_ci FN_SD1_CMD, FN_REMOCON_B, 62798c2ecf20Sopenharmony_ci /* IP13_21_19 [3] */ 62808c2ecf20Sopenharmony_ci FN_SD0_WP, FN_MMC_D7_B, FN_SIM0_D_B, FN_CAN0_TX_F, 62818c2ecf20Sopenharmony_ci FN_SCIFA5_RXD_B, FN_RX3_C, 62828c2ecf20Sopenharmony_ci 0, 0, 62838c2ecf20Sopenharmony_ci /* IP13_18_16 [3] */ 62848c2ecf20Sopenharmony_ci FN_SD0_CD, FN_MMC_D6_B, FN_SIM0_RST_B, FN_CAN0_RX_F, 62858c2ecf20Sopenharmony_ci FN_SCIFA5_TXD_B, FN_TX3_C, 62868c2ecf20Sopenharmony_ci 0, 0, 62878c2ecf20Sopenharmony_ci /* IP13_15 [1] */ 62888c2ecf20Sopenharmony_ci FN_SD0_DATA3, FN_SSL_B, 62898c2ecf20Sopenharmony_ci /* IP13_14 [1] */ 62908c2ecf20Sopenharmony_ci FN_SD0_DATA2, FN_IO3_B, 62918c2ecf20Sopenharmony_ci /* IP13_13 [1] */ 62928c2ecf20Sopenharmony_ci FN_SD0_DATA1, FN_IO2_B, 62938c2ecf20Sopenharmony_ci /* IP13_12 [1] */ 62948c2ecf20Sopenharmony_ci FN_SD0_DATA0, FN_MISO_IO1_B, 62958c2ecf20Sopenharmony_ci /* IP13_11 [1] */ 62968c2ecf20Sopenharmony_ci FN_SD0_CMD, FN_MOSI_IO0_B, 62978c2ecf20Sopenharmony_ci /* IP13_10 [1] */ 62988c2ecf20Sopenharmony_ci FN_SD0_CLK, FN_SPCLK_B, 62998c2ecf20Sopenharmony_ci /* IP13_9_7 [3] */ 63008c2ecf20Sopenharmony_ci FN_STP_OPWM_0, FN_AVB_GTX_CLK, FN_PWM0_B, 63018c2ecf20Sopenharmony_ci FN_ADICHS2_B, FN_MSIOF0_TXD_C, 63028c2ecf20Sopenharmony_ci 0, 0, 0, 63038c2ecf20Sopenharmony_ci /* IP13_6_5 [2] */ 63048c2ecf20Sopenharmony_ci FN_STP_ISSYNC_0, FN_AVB_COL, FN_ADICHS1_B, FN_MSIOF0_RXD_C, 63058c2ecf20Sopenharmony_ci /* IP13_4_3 [2] */ 63068c2ecf20Sopenharmony_ci FN_STP_ISEN_0, FN_AVB_TX_CLK, FN_ADICHS0_B, FN_MSIOF0_SS2_C, 63078c2ecf20Sopenharmony_ci /* IP13_2_0 [3] */ 63088c2ecf20Sopenharmony_ci FN_STP_ISD_0, FN_AVB_TX_ER, FN_SCIFB2_SCK_C, 63098c2ecf20Sopenharmony_ci FN_ADICLK_B, FN_MSIOF0_SS1_C, 63108c2ecf20Sopenharmony_ci 0, 0, 0, )) 63118c2ecf20Sopenharmony_ci }, 63128c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR14", 0xE6060058, 32, 63138c2ecf20Sopenharmony_ci GROUP(3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 63148c2ecf20Sopenharmony_ci 1, 1, 2), 63158c2ecf20Sopenharmony_ci GROUP( 63168c2ecf20Sopenharmony_ci /* IP14_31_29 [3] */ 63178c2ecf20Sopenharmony_ci FN_MSIOF0_SS2, FN_MMC_D7, FN_ADICHS2, FN_RX0_E, 63188c2ecf20Sopenharmony_ci FN_VI1_VSYNC_N_C, FN_IIC0_SDA_C, FN_VI1_G5_B, 0, 63198c2ecf20Sopenharmony_ci /* IP14_28_26 [3] */ 63208c2ecf20Sopenharmony_ci FN_MSIOF0_SS1, FN_MMC_D6, FN_ADICHS1, FN_TX0_E, 63218c2ecf20Sopenharmony_ci FN_VI1_HSYNC_N_C, FN_IIC0_SCL_C, FN_VI1_G4_B, 0, 63228c2ecf20Sopenharmony_ci /* IP14_25_23 [3] */ 63238c2ecf20Sopenharmony_ci FN_MSIOF0_RXD, FN_ADICHS0, 0, FN_VI1_DATA0_C, FN_VI1_G3_B, 63248c2ecf20Sopenharmony_ci 0, 0, 0, 63258c2ecf20Sopenharmony_ci /* IP14_22_20 [3] */ 63268c2ecf20Sopenharmony_ci FN_MSIOF0_TXD, FN_ADICLK, 0, FN_VI1_FIELD_C, FN_VI1_G2_B, 63278c2ecf20Sopenharmony_ci 0, 0, 0, 63288c2ecf20Sopenharmony_ci /* IP14_19_17 [3] */ 63298c2ecf20Sopenharmony_ci FN_MSIOF0_SYNC, FN_TX2_C, FN_ADICS_SAMP, 0, 63308c2ecf20Sopenharmony_ci FN_VI1_CLKENB_C, FN_VI1_G1_B, 63318c2ecf20Sopenharmony_ci 0, 0, 63328c2ecf20Sopenharmony_ci /* IP14_16_14 [3] */ 63338c2ecf20Sopenharmony_ci FN_MSIOF0_SCK, FN_RX2_C, FN_ADIDATA, 0, 63348c2ecf20Sopenharmony_ci FN_VI1_CLK_C, FN_VI1_G0_B, 63358c2ecf20Sopenharmony_ci 0, 0, 63368c2ecf20Sopenharmony_ci /* IP14_13_11 [3] */ 63378c2ecf20Sopenharmony_ci FN_SD2_WP, FN_MMC_D5, FN_IIC1_SDA_C, FN_RX5_B, FN_SCIFA5_RXD_C, 63388c2ecf20Sopenharmony_ci 0, 0, 0, 63398c2ecf20Sopenharmony_ci /* IP14_10_8 [3] */ 63408c2ecf20Sopenharmony_ci FN_SD2_CD, FN_MMC_D4, FN_IIC1_SCL_C, FN_TX5_B, FN_SCIFA5_TXD_C, 63418c2ecf20Sopenharmony_ci 0, 0, 0, 63428c2ecf20Sopenharmony_ci /* IP14_7 [1] */ 63438c2ecf20Sopenharmony_ci FN_SD2_DATA3, FN_MMC_D3, 63448c2ecf20Sopenharmony_ci /* IP14_6 [1] */ 63458c2ecf20Sopenharmony_ci FN_SD2_DATA2, FN_MMC_D2, 63468c2ecf20Sopenharmony_ci /* IP14_5 [1] */ 63478c2ecf20Sopenharmony_ci FN_SD2_DATA1, FN_MMC_D1, 63488c2ecf20Sopenharmony_ci /* IP14_4 [1] */ 63498c2ecf20Sopenharmony_ci FN_SD2_DATA0, FN_MMC_D0, 63508c2ecf20Sopenharmony_ci /* IP14_3 [1] */ 63518c2ecf20Sopenharmony_ci FN_SD2_CMD, FN_MMC_CMD, 63528c2ecf20Sopenharmony_ci /* IP14_2 [1] */ 63538c2ecf20Sopenharmony_ci FN_SD2_CLK, FN_MMC_CLK, 63548c2ecf20Sopenharmony_ci /* IP14_1_0 [2] */ 63558c2ecf20Sopenharmony_ci FN_SD1_WP, FN_PWM1_B, FN_I2C1_SDA_C, 0, )) 63568c2ecf20Sopenharmony_ci }, 63578c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR15", 0xE606005C, 32, 63588c2ecf20Sopenharmony_ci GROUP(2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2), 63598c2ecf20Sopenharmony_ci GROUP( 63608c2ecf20Sopenharmony_ci /* IP15_31_30 [2] */ 63618c2ecf20Sopenharmony_ci 0, 0, 0, 0, 63628c2ecf20Sopenharmony_ci /* IP15_29_27 [3] */ 63638c2ecf20Sopenharmony_ci FN_HTX0, FN_SCIFB0_TXD, 0, FN_GLO_SCLK_C, 63648c2ecf20Sopenharmony_ci FN_CAN0_TX_B, FN_VI1_DATA5_C, 63658c2ecf20Sopenharmony_ci 0, 0, 63668c2ecf20Sopenharmony_ci /* IP15_26_24 [3] */ 63678c2ecf20Sopenharmony_ci FN_HRX0, FN_SCIFB0_RXD, 0, FN_GLO_Q1_C, 63688c2ecf20Sopenharmony_ci FN_CAN0_RX_B, FN_VI1_DATA4_C, 63698c2ecf20Sopenharmony_ci 0, 0, 63708c2ecf20Sopenharmony_ci /* IP15_23_21 [3] */ 63718c2ecf20Sopenharmony_ci FN_HSCK0, FN_SCIFB0_SCK, 0, FN_GLO_Q0_C, FN_CAN_CLK, 63728c2ecf20Sopenharmony_ci FN_TCLK2, FN_VI1_DATA3_C, 0, 63738c2ecf20Sopenharmony_ci /* IP15_20_18 [3] */ 63748c2ecf20Sopenharmony_ci FN_HRTS0_N, FN_SCIFB0_RTS_N, 0, FN_GLO_I1_C, FN_VI1_DATA2_C, 63758c2ecf20Sopenharmony_ci 0, 0, 0, 63768c2ecf20Sopenharmony_ci /* IP15_17_15 [3] */ 63778c2ecf20Sopenharmony_ci FN_HCTS0_N, FN_SCIFB0_CTS_N, 0, FN_GLO_I0_C, 63788c2ecf20Sopenharmony_ci FN_TCLK1, FN_VI1_DATA1_C, 63798c2ecf20Sopenharmony_ci 0, 0, 63808c2ecf20Sopenharmony_ci /* IP15_14_12 [3] */ 63818c2ecf20Sopenharmony_ci FN_GPS_MAG, FN_RX4_C, FN_SCIFA4_RXD_C, FN_PWM6, 63828c2ecf20Sopenharmony_ci FN_VI1_G7_B, FN_SCIFA3_SCK_C, 63838c2ecf20Sopenharmony_ci 0, 0, 63848c2ecf20Sopenharmony_ci /* IP15_11_9 [3] */ 63858c2ecf20Sopenharmony_ci FN_GPS_SIGN, FN_TX4_C, FN_SCIFA4_TXD_C, FN_PWM5, 63868c2ecf20Sopenharmony_ci FN_VI1_G6_B, FN_SCIFA3_RXD_C, 63878c2ecf20Sopenharmony_ci 0, 0, 63888c2ecf20Sopenharmony_ci /* IP15_8_6 [3] */ 63898c2ecf20Sopenharmony_ci FN_GPS_CLK, FN_DU1_DOTCLKIN_C, FN_AUDIO_CLKB_B, 63908c2ecf20Sopenharmony_ci FN_PWM5_B, FN_SCIFA3_TXD_C, 63918c2ecf20Sopenharmony_ci 0, 0, 0, 63928c2ecf20Sopenharmony_ci /* IP15_5_4 [2] */ 63938c2ecf20Sopenharmony_ci FN_SIM0_D, FN_IERX, FN_CAN1_RX_D, 0, 63948c2ecf20Sopenharmony_ci /* IP15_3_2 [2] */ 63958c2ecf20Sopenharmony_ci FN_SIM0_CLK, FN_IECLK, FN_CAN_CLK_C, 0, 63968c2ecf20Sopenharmony_ci /* IP15_1_0 [2] */ 63978c2ecf20Sopenharmony_ci FN_SIM0_RST, FN_IETX, FN_CAN1_TX_D, 0, )) 63988c2ecf20Sopenharmony_ci }, 63998c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("IPSR16", 0xE6060160, 32, 64008c2ecf20Sopenharmony_ci GROUP(4, 4, 4, 4, 4, 2, 2, 2, 3, 3), 64018c2ecf20Sopenharmony_ci GROUP( 64028c2ecf20Sopenharmony_ci /* IP16_31_28 [4] */ 64038c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64048c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64058c2ecf20Sopenharmony_ci /* IP16_27_24 [4] */ 64068c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64078c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64088c2ecf20Sopenharmony_ci /* IP16_23_20 [4] */ 64098c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64108c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64118c2ecf20Sopenharmony_ci /* IP16_19_16 [4] */ 64128c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64138c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64148c2ecf20Sopenharmony_ci /* IP16_15_12 [4] */ 64158c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64168c2ecf20Sopenharmony_ci 0, 0, 0, 0, 0, 0, 0, 0, 64178c2ecf20Sopenharmony_ci /* IP16_11_10 [2] */ 64188c2ecf20Sopenharmony_ci FN_HRTS1_N, FN_SCIFB1_RTS_N, FN_MLB_DAT, FN_CAN1_RX_B, 64198c2ecf20Sopenharmony_ci /* IP16_9_8 [2] */ 64208c2ecf20Sopenharmony_ci FN_HCTS1_N, FN_SCIFB1_CTS_N, FN_MLB_SIG, FN_CAN1_TX_B, 64218c2ecf20Sopenharmony_ci /* IP16_7_6 [2] */ 64228c2ecf20Sopenharmony_ci FN_HSCK1, FN_SCIFB1_SCK, FN_MLB_CLK, FN_GLO_RFON_C, 64238c2ecf20Sopenharmony_ci /* IP16_5_3 [3] */ 64248c2ecf20Sopenharmony_ci FN_HTX1, FN_SCIFB1_TXD, FN_VI1_R1_B, 64258c2ecf20Sopenharmony_ci FN_GLO_SS_C, FN_VI1_DATA7_C, 64268c2ecf20Sopenharmony_ci 0, 0, 0, 64278c2ecf20Sopenharmony_ci /* IP16_2_0 [3] */ 64288c2ecf20Sopenharmony_ci FN_HRX1, FN_SCIFB1_RXD, FN_VI1_R0_B, 64298c2ecf20Sopenharmony_ci FN_GLO_SDATA_C, FN_VI1_DATA6_C, 64308c2ecf20Sopenharmony_ci 0, 0, 0, )) 64318c2ecf20Sopenharmony_ci }, 64328c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("MOD_SEL", 0xE6060090, 32, 64338c2ecf20Sopenharmony_ci GROUP(1, 2, 2, 2, 3, 2, 1, 1, 1, 1, 3, 2, 64348c2ecf20Sopenharmony_ci 2, 2, 1, 2, 2, 2), 64358c2ecf20Sopenharmony_ci GROUP( 64368c2ecf20Sopenharmony_ci /* RESERVED [1] */ 64378c2ecf20Sopenharmony_ci 0, 0, 64388c2ecf20Sopenharmony_ci /* SEL_SCIF1 [2] */ 64398c2ecf20Sopenharmony_ci FN_SEL_SCIF1_0, FN_SEL_SCIF1_1, FN_SEL_SCIF1_2, FN_SEL_SCIF1_3, 64408c2ecf20Sopenharmony_ci /* SEL_SCIFB [2] */ 64418c2ecf20Sopenharmony_ci FN_SEL_SCIFB_0, FN_SEL_SCIFB_1, FN_SEL_SCIFB_2, FN_SEL_SCIFB_3, 64428c2ecf20Sopenharmony_ci /* SEL_SCIFB2 [2] */ 64438c2ecf20Sopenharmony_ci FN_SEL_SCIFB2_0, FN_SEL_SCIFB2_1, 64448c2ecf20Sopenharmony_ci FN_SEL_SCIFB2_2, FN_SEL_SCIFB2_3, 64458c2ecf20Sopenharmony_ci /* SEL_SCIFB1 [3] */ 64468c2ecf20Sopenharmony_ci FN_SEL_SCIFB1_0, FN_SEL_SCIFB1_1, 64478c2ecf20Sopenharmony_ci FN_SEL_SCIFB1_2, FN_SEL_SCIFB1_3, 64488c2ecf20Sopenharmony_ci 0, 0, 0, 0, 64498c2ecf20Sopenharmony_ci /* SEL_SCIFA1 [2] */ 64508c2ecf20Sopenharmony_ci FN_SEL_SCIFA1_0, FN_SEL_SCIFA1_1, FN_SEL_SCIFA1_2, 0, 64518c2ecf20Sopenharmony_ci /* SEL_SSI9 [1] */ 64528c2ecf20Sopenharmony_ci FN_SEL_SSI9_0, FN_SEL_SSI9_1, 64538c2ecf20Sopenharmony_ci /* SEL_SCFA [1] */ 64548c2ecf20Sopenharmony_ci FN_SEL_SCFA_0, FN_SEL_SCFA_1, 64558c2ecf20Sopenharmony_ci /* SEL_QSP [1] */ 64568c2ecf20Sopenharmony_ci FN_SEL_QSP_0, FN_SEL_QSP_1, 64578c2ecf20Sopenharmony_ci /* SEL_SSI7 [1] */ 64588c2ecf20Sopenharmony_ci FN_SEL_SSI7_0, FN_SEL_SSI7_1, 64598c2ecf20Sopenharmony_ci /* SEL_HSCIF1 [3] */ 64608c2ecf20Sopenharmony_ci FN_SEL_HSCIF1_0, FN_SEL_HSCIF1_1, FN_SEL_HSCIF1_2, 64618c2ecf20Sopenharmony_ci FN_SEL_HSCIF1_3, FN_SEL_HSCIF1_4, 64628c2ecf20Sopenharmony_ci 0, 0, 0, 64638c2ecf20Sopenharmony_ci /* RESERVED [2] */ 64648c2ecf20Sopenharmony_ci 0, 0, 0, 0, 64658c2ecf20Sopenharmony_ci /* SEL_VI1 [2] */ 64668c2ecf20Sopenharmony_ci FN_SEL_VI1_0, FN_SEL_VI1_1, FN_SEL_VI1_2, 0, 64678c2ecf20Sopenharmony_ci /* RESERVED [2] */ 64688c2ecf20Sopenharmony_ci 0, 0, 0, 0, 64698c2ecf20Sopenharmony_ci /* SEL_TMU [1] */ 64708c2ecf20Sopenharmony_ci FN_SEL_TMU1_0, FN_SEL_TMU1_1, 64718c2ecf20Sopenharmony_ci /* SEL_LBS [2] */ 64728c2ecf20Sopenharmony_ci FN_SEL_LBS_0, FN_SEL_LBS_1, FN_SEL_LBS_2, FN_SEL_LBS_3, 64738c2ecf20Sopenharmony_ci /* SEL_TSIF0 [2] */ 64748c2ecf20Sopenharmony_ci FN_SEL_TSIF0_0, FN_SEL_TSIF0_1, FN_SEL_TSIF0_2, FN_SEL_TSIF0_3, 64758c2ecf20Sopenharmony_ci /* SEL_SOF0 [2] */ 64768c2ecf20Sopenharmony_ci FN_SEL_SOF0_0, FN_SEL_SOF0_1, FN_SEL_SOF0_2, 0, )) 64778c2ecf20Sopenharmony_ci }, 64788c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("MOD_SEL2", 0xE6060094, 32, 64798c2ecf20Sopenharmony_ci GROUP(3, 1, 1, 3, 2, 1, 1, 2, 2, 1, 3, 2, 64808c2ecf20Sopenharmony_ci 1, 2, 2, 2, 1, 1, 1), 64818c2ecf20Sopenharmony_ci GROUP( 64828c2ecf20Sopenharmony_ci /* SEL_SCIF0 [3] */ 64838c2ecf20Sopenharmony_ci FN_SEL_SCIF0_0, FN_SEL_SCIF0_1, FN_SEL_SCIF0_2, 64848c2ecf20Sopenharmony_ci FN_SEL_SCIF0_3, FN_SEL_SCIF0_4, 64858c2ecf20Sopenharmony_ci 0, 0, 0, 64868c2ecf20Sopenharmony_ci /* RESERVED [1] */ 64878c2ecf20Sopenharmony_ci 0, 0, 64888c2ecf20Sopenharmony_ci /* SEL_SCIF [1] */ 64898c2ecf20Sopenharmony_ci FN_SEL_SCIF_0, FN_SEL_SCIF_1, 64908c2ecf20Sopenharmony_ci /* SEL_CAN0 [3] */ 64918c2ecf20Sopenharmony_ci FN_SEL_CAN0_0, FN_SEL_CAN0_1, FN_SEL_CAN0_2, FN_SEL_CAN0_3, 64928c2ecf20Sopenharmony_ci FN_SEL_CAN0_4, FN_SEL_CAN0_5, 64938c2ecf20Sopenharmony_ci 0, 0, 64948c2ecf20Sopenharmony_ci /* SEL_CAN1 [2] */ 64958c2ecf20Sopenharmony_ci FN_SEL_CAN1_0, FN_SEL_CAN1_1, FN_SEL_CAN1_2, FN_SEL_CAN1_3, 64968c2ecf20Sopenharmony_ci /* RESERVED [1] */ 64978c2ecf20Sopenharmony_ci 0, 0, 64988c2ecf20Sopenharmony_ci /* SEL_SCIFA2 [1] */ 64998c2ecf20Sopenharmony_ci FN_SEL_SCIFA2_0, FN_SEL_SCIFA2_1, 65008c2ecf20Sopenharmony_ci /* SEL_SCIF4 [2] */ 65018c2ecf20Sopenharmony_ci FN_SEL_SCIF4_0, FN_SEL_SCIF4_1, FN_SEL_SCIF4_2, 0, 65028c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65038c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65048c2ecf20Sopenharmony_ci /* SEL_ADG [1] */ 65058c2ecf20Sopenharmony_ci FN_SEL_ADG_0, FN_SEL_ADG_1, 65068c2ecf20Sopenharmony_ci /* SEL_FM [3] */ 65078c2ecf20Sopenharmony_ci FN_SEL_FM_0, FN_SEL_FM_1, FN_SEL_FM_2, 65088c2ecf20Sopenharmony_ci FN_SEL_FM_3, FN_SEL_FM_4, 65098c2ecf20Sopenharmony_ci 0, 0, 0, 65108c2ecf20Sopenharmony_ci /* SEL_SCIFA5 [2] */ 65118c2ecf20Sopenharmony_ci FN_SEL_SCIFA5_0, FN_SEL_SCIFA5_1, FN_SEL_SCIFA5_2, 0, 65128c2ecf20Sopenharmony_ci /* RESERVED [1] */ 65138c2ecf20Sopenharmony_ci 0, 0, 65148c2ecf20Sopenharmony_ci /* SEL_GPS [2] */ 65158c2ecf20Sopenharmony_ci FN_SEL_GPS_0, FN_SEL_GPS_1, FN_SEL_GPS_2, FN_SEL_GPS_3, 65168c2ecf20Sopenharmony_ci /* SEL_SCIFA4 [2] */ 65178c2ecf20Sopenharmony_ci FN_SEL_SCIFA4_0, FN_SEL_SCIFA4_1, FN_SEL_SCIFA4_2, 0, 65188c2ecf20Sopenharmony_ci /* SEL_SCIFA3 [2] */ 65198c2ecf20Sopenharmony_ci FN_SEL_SCIFA3_0, FN_SEL_SCIFA3_1, FN_SEL_SCIFA3_2, 0, 65208c2ecf20Sopenharmony_ci /* SEL_SIM [1] */ 65218c2ecf20Sopenharmony_ci FN_SEL_SIM_0, FN_SEL_SIM_1, 65228c2ecf20Sopenharmony_ci /* RESERVED [1] */ 65238c2ecf20Sopenharmony_ci 0, 0, 65248c2ecf20Sopenharmony_ci /* SEL_SSI8 [1] */ 65258c2ecf20Sopenharmony_ci FN_SEL_SSI8_0, FN_SEL_SSI8_1, )) 65268c2ecf20Sopenharmony_ci }, 65278c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("MOD_SEL3", 0xE6060098, 32, 65288c2ecf20Sopenharmony_ci GROUP(2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 65298c2ecf20Sopenharmony_ci 3, 2, 2, 2, 1), 65308c2ecf20Sopenharmony_ci GROUP( 65318c2ecf20Sopenharmony_ci /* SEL_HSCIF2 [2] */ 65328c2ecf20Sopenharmony_ci FN_SEL_HSCIF2_0, FN_SEL_HSCIF2_1, 65338c2ecf20Sopenharmony_ci FN_SEL_HSCIF2_2, FN_SEL_HSCIF2_3, 65348c2ecf20Sopenharmony_ci /* SEL_CANCLK [2] */ 65358c2ecf20Sopenharmony_ci FN_SEL_CANCLK_0, FN_SEL_CANCLK_1, 65368c2ecf20Sopenharmony_ci FN_SEL_CANCLK_2, FN_SEL_CANCLK_3, 65378c2ecf20Sopenharmony_ci /* SEL_IIC1 [2] */ 65388c2ecf20Sopenharmony_ci FN_SEL_IIC1_0, FN_SEL_IIC1_1, FN_SEL_IIC1_2, 0, 65398c2ecf20Sopenharmony_ci /* SEL_IIC0 [2] */ 65408c2ecf20Sopenharmony_ci FN_SEL_IIC0_0, FN_SEL_IIC0_1, FN_SEL_IIC0_2, 0, 65418c2ecf20Sopenharmony_ci /* SEL_I2C4 [2] */ 65428c2ecf20Sopenharmony_ci FN_SEL_I2C4_0, FN_SEL_I2C4_1, FN_SEL_I2C4_2, 0, 65438c2ecf20Sopenharmony_ci /* SEL_I2C3 [2] */ 65448c2ecf20Sopenharmony_ci FN_SEL_I2C3_0, FN_SEL_I2C3_1, FN_SEL_I2C3_2, FN_SEL_I2C3_3, 65458c2ecf20Sopenharmony_ci /* SEL_SCIF3 [2] */ 65468c2ecf20Sopenharmony_ci FN_SEL_SCIF3_0, FN_SEL_SCIF3_1, FN_SEL_SCIF3_2, FN_SEL_SCIF3_3, 65478c2ecf20Sopenharmony_ci /* SEL_IEB [2] */ 65488c2ecf20Sopenharmony_ci FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0, 65498c2ecf20Sopenharmony_ci /* SEL_MMC [1] */ 65508c2ecf20Sopenharmony_ci FN_SEL_MMC_0, FN_SEL_MMC_1, 65518c2ecf20Sopenharmony_ci /* SEL_SCIF5 [1] */ 65528c2ecf20Sopenharmony_ci FN_SEL_SCIF5_0, FN_SEL_SCIF5_1, 65538c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65548c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65558c2ecf20Sopenharmony_ci /* SEL_I2C2 [2] */ 65568c2ecf20Sopenharmony_ci FN_SEL_I2C2_0, FN_SEL_I2C2_1, FN_SEL_I2C2_2, FN_SEL_I2C2_3, 65578c2ecf20Sopenharmony_ci /* SEL_I2C1 [3] */ 65588c2ecf20Sopenharmony_ci FN_SEL_I2C1_0, FN_SEL_I2C1_1, FN_SEL_I2C1_2, FN_SEL_I2C1_3, 65598c2ecf20Sopenharmony_ci FN_SEL_I2C1_4, 65608c2ecf20Sopenharmony_ci 0, 0, 0, 65618c2ecf20Sopenharmony_ci /* SEL_I2C0 [2] */ 65628c2ecf20Sopenharmony_ci FN_SEL_I2C0_0, FN_SEL_I2C0_1, FN_SEL_I2C0_2, 0, 65638c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65648c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65658c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65668c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65678c2ecf20Sopenharmony_ci /* RESERVED [1] */ 65688c2ecf20Sopenharmony_ci 0, 0, )) 65698c2ecf20Sopenharmony_ci }, 65708c2ecf20Sopenharmony_ci { PINMUX_CFG_REG_VAR("MOD_SEL4", 0xE606009C, 32, 65718c2ecf20Sopenharmony_ci GROUP(3, 2, 2, 1, 1, 1, 1, 3, 2, 2, 3, 1, 65728c2ecf20Sopenharmony_ci 1, 1, 2, 2, 2, 2), 65738c2ecf20Sopenharmony_ci GROUP( 65748c2ecf20Sopenharmony_ci /* SEL_SOF1 [3] */ 65758c2ecf20Sopenharmony_ci FN_SEL_SOF1_0, FN_SEL_SOF1_1, FN_SEL_SOF1_2, FN_SEL_SOF1_3, 65768c2ecf20Sopenharmony_ci FN_SEL_SOF1_4, 65778c2ecf20Sopenharmony_ci 0, 0, 0, 65788c2ecf20Sopenharmony_ci /* SEL_HSCIF0 [2] */ 65798c2ecf20Sopenharmony_ci FN_SEL_HSCIF0_0, FN_SEL_HSCIF0_1, FN_SEL_HSCIF0_2, 0, 65808c2ecf20Sopenharmony_ci /* SEL_DIS [2] */ 65818c2ecf20Sopenharmony_ci FN_SEL_DIS_0, FN_SEL_DIS_1, FN_SEL_DIS_2, 0, 65828c2ecf20Sopenharmony_ci /* RESERVED [1] */ 65838c2ecf20Sopenharmony_ci 0, 0, 65848c2ecf20Sopenharmony_ci /* SEL_RAD [1] */ 65858c2ecf20Sopenharmony_ci FN_SEL_RAD_0, FN_SEL_RAD_1, 65868c2ecf20Sopenharmony_ci /* SEL_RCN [1] */ 65878c2ecf20Sopenharmony_ci FN_SEL_RCN_0, FN_SEL_RCN_1, 65888c2ecf20Sopenharmony_ci /* SEL_RSP [1] */ 65898c2ecf20Sopenharmony_ci FN_SEL_RSP_0, FN_SEL_RSP_1, 65908c2ecf20Sopenharmony_ci /* SEL_SCIF2 [3] */ 65918c2ecf20Sopenharmony_ci FN_SEL_SCIF2_0, FN_SEL_SCIF2_1, FN_SEL_SCIF2_2, 65928c2ecf20Sopenharmony_ci FN_SEL_SCIF2_3, FN_SEL_SCIF2_4, 65938c2ecf20Sopenharmony_ci 0, 0, 0, 65948c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65958c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65968c2ecf20Sopenharmony_ci /* RESERVED [2] */ 65978c2ecf20Sopenharmony_ci 0, 0, 0, 0, 65988c2ecf20Sopenharmony_ci /* SEL_SOF2 [3] */ 65998c2ecf20Sopenharmony_ci FN_SEL_SOF2_0, FN_SEL_SOF2_1, FN_SEL_SOF2_2, 66008c2ecf20Sopenharmony_ci FN_SEL_SOF2_3, FN_SEL_SOF2_4, 66018c2ecf20Sopenharmony_ci 0, 0, 0, 66028c2ecf20Sopenharmony_ci /* RESERVED [1] */ 66038c2ecf20Sopenharmony_ci 0, 0, 66048c2ecf20Sopenharmony_ci /* SEL_SSI1 [1] */ 66058c2ecf20Sopenharmony_ci FN_SEL_SSI1_0, FN_SEL_SSI1_1, 66068c2ecf20Sopenharmony_ci /* SEL_SSI0 [1] */ 66078c2ecf20Sopenharmony_ci FN_SEL_SSI0_0, FN_SEL_SSI0_1, 66088c2ecf20Sopenharmony_ci /* SEL_SSP [2] */ 66098c2ecf20Sopenharmony_ci FN_SEL_SSP_0, FN_SEL_SSP_1, FN_SEL_SSP_2, 0, 66108c2ecf20Sopenharmony_ci /* RESERVED [2] */ 66118c2ecf20Sopenharmony_ci 0, 0, 0, 0, 66128c2ecf20Sopenharmony_ci /* RESERVED [2] */ 66138c2ecf20Sopenharmony_ci 0, 0, 0, 0, 66148c2ecf20Sopenharmony_ci /* RESERVED [2] */ 66158c2ecf20Sopenharmony_ci 0, 0, 0, 0, )) 66168c2ecf20Sopenharmony_ci }, 66178c2ecf20Sopenharmony_ci { }, 66188c2ecf20Sopenharmony_ci}; 66198c2ecf20Sopenharmony_ci 66208c2ecf20Sopenharmony_cistatic int r8a7791_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) 66218c2ecf20Sopenharmony_ci{ 66228c2ecf20Sopenharmony_ci if (pin < RCAR_GP_PIN(6, 0) || pin > RCAR_GP_PIN(6, 23)) 66238c2ecf20Sopenharmony_ci return -EINVAL; 66248c2ecf20Sopenharmony_ci 66258c2ecf20Sopenharmony_ci *pocctrl = 0xe606008c; 66268c2ecf20Sopenharmony_ci 66278c2ecf20Sopenharmony_ci return 31 - (pin & 0x1f); 66288c2ecf20Sopenharmony_ci} 66298c2ecf20Sopenharmony_ci 66308c2ecf20Sopenharmony_cistatic const struct sh_pfc_soc_operations r8a7791_pinmux_ops = { 66318c2ecf20Sopenharmony_ci .pin_to_pocctrl = r8a7791_pin_to_pocctrl, 66328c2ecf20Sopenharmony_ci}; 66338c2ecf20Sopenharmony_ci 66348c2ecf20Sopenharmony_ci#ifdef CONFIG_PINCTRL_PFC_R8A7743 66358c2ecf20Sopenharmony_ciconst struct sh_pfc_soc_info r8a7743_pinmux_info = { 66368c2ecf20Sopenharmony_ci .name = "r8a77430_pfc", 66378c2ecf20Sopenharmony_ci .ops = &r8a7791_pinmux_ops, 66388c2ecf20Sopenharmony_ci .unlock_reg = 0xe6060000, /* PMMR */ 66398c2ecf20Sopenharmony_ci 66408c2ecf20Sopenharmony_ci .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, 66418c2ecf20Sopenharmony_ci 66428c2ecf20Sopenharmony_ci .pins = pinmux_pins, 66438c2ecf20Sopenharmony_ci .nr_pins = ARRAY_SIZE(pinmux_pins), 66448c2ecf20Sopenharmony_ci .groups = pinmux_groups.common, 66458c2ecf20Sopenharmony_ci .nr_groups = ARRAY_SIZE(pinmux_groups.common), 66468c2ecf20Sopenharmony_ci .functions = pinmux_functions.common, 66478c2ecf20Sopenharmony_ci .nr_functions = ARRAY_SIZE(pinmux_functions.common), 66488c2ecf20Sopenharmony_ci 66498c2ecf20Sopenharmony_ci .cfg_regs = pinmux_config_regs, 66508c2ecf20Sopenharmony_ci 66518c2ecf20Sopenharmony_ci .pinmux_data = pinmux_data, 66528c2ecf20Sopenharmony_ci .pinmux_data_size = ARRAY_SIZE(pinmux_data), 66538c2ecf20Sopenharmony_ci}; 66548c2ecf20Sopenharmony_ci#endif 66558c2ecf20Sopenharmony_ci 66568c2ecf20Sopenharmony_ci#ifdef CONFIG_PINCTRL_PFC_R8A7744 66578c2ecf20Sopenharmony_ciconst struct sh_pfc_soc_info r8a7744_pinmux_info = { 66588c2ecf20Sopenharmony_ci .name = "r8a77440_pfc", 66598c2ecf20Sopenharmony_ci .ops = &r8a7791_pinmux_ops, 66608c2ecf20Sopenharmony_ci .unlock_reg = 0xe6060000, /* PMMR */ 66618c2ecf20Sopenharmony_ci 66628c2ecf20Sopenharmony_ci .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, 66638c2ecf20Sopenharmony_ci 66648c2ecf20Sopenharmony_ci .pins = pinmux_pins, 66658c2ecf20Sopenharmony_ci .nr_pins = ARRAY_SIZE(pinmux_pins), 66668c2ecf20Sopenharmony_ci .groups = pinmux_groups.common, 66678c2ecf20Sopenharmony_ci .nr_groups = ARRAY_SIZE(pinmux_groups.common), 66688c2ecf20Sopenharmony_ci .functions = pinmux_functions.common, 66698c2ecf20Sopenharmony_ci .nr_functions = ARRAY_SIZE(pinmux_functions.common), 66708c2ecf20Sopenharmony_ci 66718c2ecf20Sopenharmony_ci .cfg_regs = pinmux_config_regs, 66728c2ecf20Sopenharmony_ci 66738c2ecf20Sopenharmony_ci .pinmux_data = pinmux_data, 66748c2ecf20Sopenharmony_ci .pinmux_data_size = ARRAY_SIZE(pinmux_data), 66758c2ecf20Sopenharmony_ci}; 66768c2ecf20Sopenharmony_ci#endif 66778c2ecf20Sopenharmony_ci 66788c2ecf20Sopenharmony_ci#ifdef CONFIG_PINCTRL_PFC_R8A7791 66798c2ecf20Sopenharmony_ciconst struct sh_pfc_soc_info r8a7791_pinmux_info = { 66808c2ecf20Sopenharmony_ci .name = "r8a77910_pfc", 66818c2ecf20Sopenharmony_ci .ops = &r8a7791_pinmux_ops, 66828c2ecf20Sopenharmony_ci .unlock_reg = 0xe6060000, /* PMMR */ 66838c2ecf20Sopenharmony_ci 66848c2ecf20Sopenharmony_ci .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, 66858c2ecf20Sopenharmony_ci 66868c2ecf20Sopenharmony_ci .pins = pinmux_pins, 66878c2ecf20Sopenharmony_ci .nr_pins = ARRAY_SIZE(pinmux_pins), 66888c2ecf20Sopenharmony_ci .groups = pinmux_groups.common, 66898c2ecf20Sopenharmony_ci .nr_groups = ARRAY_SIZE(pinmux_groups.common) + 66908c2ecf20Sopenharmony_ci ARRAY_SIZE(pinmux_groups.automotive), 66918c2ecf20Sopenharmony_ci .functions = pinmux_functions.common, 66928c2ecf20Sopenharmony_ci .nr_functions = ARRAY_SIZE(pinmux_functions.common) + 66938c2ecf20Sopenharmony_ci ARRAY_SIZE(pinmux_functions.automotive), 66948c2ecf20Sopenharmony_ci 66958c2ecf20Sopenharmony_ci .cfg_regs = pinmux_config_regs, 66968c2ecf20Sopenharmony_ci 66978c2ecf20Sopenharmony_ci .pinmux_data = pinmux_data, 66988c2ecf20Sopenharmony_ci .pinmux_data_size = ARRAY_SIZE(pinmux_data), 66998c2ecf20Sopenharmony_ci}; 67008c2ecf20Sopenharmony_ci#endif 67018c2ecf20Sopenharmony_ci 67028c2ecf20Sopenharmony_ci#ifdef CONFIG_PINCTRL_PFC_R8A7793 67038c2ecf20Sopenharmony_ciconst struct sh_pfc_soc_info r8a7793_pinmux_info = { 67048c2ecf20Sopenharmony_ci .name = "r8a77930_pfc", 67058c2ecf20Sopenharmony_ci .ops = &r8a7791_pinmux_ops, 67068c2ecf20Sopenharmony_ci .unlock_reg = 0xe6060000, /* PMMR */ 67078c2ecf20Sopenharmony_ci 67088c2ecf20Sopenharmony_ci .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, 67098c2ecf20Sopenharmony_ci 67108c2ecf20Sopenharmony_ci .pins = pinmux_pins, 67118c2ecf20Sopenharmony_ci .nr_pins = ARRAY_SIZE(pinmux_pins), 67128c2ecf20Sopenharmony_ci .groups = pinmux_groups.common, 67138c2ecf20Sopenharmony_ci .nr_groups = ARRAY_SIZE(pinmux_groups.common) + 67148c2ecf20Sopenharmony_ci ARRAY_SIZE(pinmux_groups.automotive), 67158c2ecf20Sopenharmony_ci .functions = pinmux_functions.common, 67168c2ecf20Sopenharmony_ci .nr_functions = ARRAY_SIZE(pinmux_functions.common) + 67178c2ecf20Sopenharmony_ci ARRAY_SIZE(pinmux_functions.automotive), 67188c2ecf20Sopenharmony_ci 67198c2ecf20Sopenharmony_ci .cfg_regs = pinmux_config_regs, 67208c2ecf20Sopenharmony_ci 67218c2ecf20Sopenharmony_ci .pinmux_data = pinmux_data, 67228c2ecf20Sopenharmony_ci .pinmux_data_size = ARRAY_SIZE(pinmux_data), 67238c2ecf20Sopenharmony_ci}; 67248c2ecf20Sopenharmony_ci#endif 6725