0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #include <linux/errno.h>
0011 #include <linux/io.h>
0012 #include <linux/kernel.h>
0013
0014 #include "sh_pfc.h"
0015
0016 #define CFG_FLAGS (SH_PFC_PIN_CFG_DRIVE_STRENGTH | SH_PFC_PIN_CFG_PULL_UP_DOWN)
0017
0018 #define CPU_ALL_GP(fn, sfx) \
0019 PORT_GP_CFG_21(0, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE_18_33), \
0020 PORT_GP_CFG_25(1, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE_18_33), \
0021 PORT_GP_CFG_17(2, fn, sfx, CFG_FLAGS), \
0022 PORT_GP_CFG_19(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE_18_33)
0023
0024 #define CPU_ALL_NOGP(fn) \
0025 PIN_NOGP_CFG(PRESETOUT0_N, "PRESETOUT0#", fn, SH_PFC_PIN_CFG_PULL_DOWN), \
0026 PIN_NOGP_CFG(EXTALR, "EXTALR", fn, SH_PFC_PIN_CFG_PULL_UP_DOWN)
0027
0028
0029
0030
0031
0032
0033
0034 #define GPSR0_20 F_(IRQ3, IP2SR0_19_16)
0035 #define GPSR0_19 F_(IRQ2, IP2SR0_15_12)
0036 #define GPSR0_18 F_(IRQ1, IP2SR0_11_8)
0037 #define GPSR0_17 F_(IRQ0, IP2SR0_7_4)
0038 #define GPSR0_16 F_(MSIOF0_SS2, IP2SR0_3_0)
0039 #define GPSR0_15 F_(MSIOF0_SS1, IP1SR0_31_28)
0040 #define GPSR0_14 F_(MSIOF0_SCK, IP1SR0_27_24)
0041 #define GPSR0_13 F_(MSIOF0_TXD, IP1SR0_23_20)
0042 #define GPSR0_12 F_(MSIOF0_RXD, IP1SR0_19_16)
0043 #define GPSR0_11 F_(MSIOF0_SYNC, IP1SR0_15_12)
0044 #define GPSR0_10 F_(CTS0_N, IP1SR0_11_8)
0045 #define GPSR0_9 F_(RTS0_N, IP1SR0_7_4)
0046 #define GPSR0_8 F_(SCK0, IP1SR0_3_0)
0047 #define GPSR0_7 F_(TX0, IP0SR0_31_28)
0048 #define GPSR0_6 F_(RX0, IP0SR0_27_24)
0049 #define GPSR0_5 F_(HRTS0_N, IP0SR0_23_20)
0050 #define GPSR0_4 F_(HCTS0_N, IP0SR0_19_16)
0051 #define GPSR0_3 F_(HTX0, IP0SR0_15_12)
0052 #define GPSR0_2 F_(HRX0, IP0SR0_11_8)
0053 #define GPSR0_1 F_(HSCK0, IP0SR0_7_4)
0054 #define GPSR0_0 F_(SCIF_CLK, IP0SR0_3_0)
0055
0056
0057 #define GPSR1_24 FM(SD_WP)
0058 #define GPSR1_23 FM(SD_CD)
0059 #define GPSR1_22 FM(MMC_SD_CMD)
0060 #define GPSR1_21 FM(MMC_D7)
0061 #define GPSR1_20 FM(MMC_DS)
0062 #define GPSR1_19 FM(MMC_D6)
0063 #define GPSR1_18 FM(MMC_D4)
0064 #define GPSR1_17 FM(MMC_D5)
0065 #define GPSR1_16 FM(MMC_SD_D3)
0066 #define GPSR1_15 FM(MMC_SD_D2)
0067 #define GPSR1_14 FM(MMC_SD_D1)
0068 #define GPSR1_13 FM(MMC_SD_D0)
0069 #define GPSR1_12 FM(MMC_SD_CLK)
0070 #define GPSR1_11 FM(GP1_11)
0071 #define GPSR1_10 FM(GP1_10)
0072 #define GPSR1_9 FM(GP1_09)
0073 #define GPSR1_8 FM(GP1_08)
0074 #define GPSR1_7 F_(GP1_07, IP0SR1_31_28)
0075 #define GPSR1_6 F_(GP1_06, IP0SR1_27_24)
0076 #define GPSR1_5 F_(GP1_05, IP0SR1_23_20)
0077 #define GPSR1_4 F_(GP1_04, IP0SR1_19_16)
0078 #define GPSR1_3 F_(GP1_03, IP0SR1_15_12)
0079 #define GPSR1_2 F_(GP1_02, IP0SR1_11_8)
0080 #define GPSR1_1 F_(GP1_01, IP0SR1_7_4)
0081 #define GPSR1_0 F_(GP1_00, IP0SR1_3_0)
0082
0083
0084 #define GPSR2_16 FM(PCIE1_CLKREQ_N)
0085 #define GPSR2_15 FM(PCIE0_CLKREQ_N)
0086 #define GPSR2_14 FM(QSPI0_IO3)
0087 #define GPSR2_13 FM(QSPI0_SSL)
0088 #define GPSR2_12 FM(QSPI0_MISO_IO1)
0089 #define GPSR2_11 FM(QSPI0_IO2)
0090 #define GPSR2_10 FM(QSPI0_SPCLK)
0091 #define GPSR2_9 FM(QSPI0_MOSI_IO0)
0092 #define GPSR2_8 FM(QSPI1_SPCLK)
0093 #define GPSR2_7 FM(QSPI1_MOSI_IO0)
0094 #define GPSR2_6 FM(QSPI1_IO2)
0095 #define GPSR2_5 FM(QSPI1_MISO_IO1)
0096 #define GPSR2_4 FM(QSPI1_IO3)
0097 #define GPSR2_3 FM(QSPI1_SSL)
0098 #define GPSR2_2 FM(RPC_RESET_N)
0099 #define GPSR2_1 FM(RPC_WP_N)
0100 #define GPSR2_0 FM(RPC_INT_N)
0101
0102
0103 #define GPSR3_18 FM(TSN0_AVTP_CAPTURE_B)
0104 #define GPSR3_17 FM(TSN0_AVTP_MATCH_B)
0105 #define GPSR3_16 FM(TSN0_AVTP_PPS)
0106 #define GPSR3_15 FM(TSN1_AVTP_CAPTURE_B)
0107 #define GPSR3_14 FM(TSN1_AVTP_MATCH_B)
0108 #define GPSR3_13 FM(TSN1_AVTP_PPS)
0109 #define GPSR3_12 FM(TSN0_MAGIC_B)
0110 #define GPSR3_11 FM(TSN1_PHY_INT_B)
0111 #define GPSR3_10 FM(TSN0_PHY_INT_B)
0112 #define GPSR3_9 FM(TSN2_PHY_INT_B)
0113 #define GPSR3_8 FM(TSN0_LINK_B)
0114 #define GPSR3_7 FM(TSN2_LINK_B)
0115 #define GPSR3_6 FM(TSN1_LINK_B)
0116 #define GPSR3_5 FM(TSN1_MDC_B)
0117 #define GPSR3_4 FM(TSN0_MDC_B)
0118 #define GPSR3_3 FM(TSN2_MDC_B)
0119 #define GPSR3_2 FM(TSN0_MDIO_B)
0120 #define GPSR3_1 FM(TSN2_MDIO_B)
0121 #define GPSR3_0 FM(TSN1_MDIO_B)
0122
0123
0124 #define IP0SR0_3_0 FM(SCIF_CLK) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0125 #define IP0SR0_7_4 FM(HSCK0) FM(SCK3) FM(MSIOF3_SCK) F_(0, 0) F_(0, 0) FM(TSN0_AVTP_CAPTURE_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0126 #define IP0SR0_11_8 FM(HRX0) FM(RX3) FM(MSIOF3_RXD) F_(0, 0) F_(0, 0) FM(TSN0_AVTP_MATCH_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0127 #define IP0SR0_15_12 FM(HTX0) FM(TX3) FM(MSIOF3_TXD) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0128 #define IP0SR0_19_16 FM(HCTS0_N) FM(CTS3_N) FM(MSIOF3_SS1) F_(0, 0) F_(0, 0) FM(TSN0_MDC_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0129 #define IP0SR0_23_20 FM(HRTS0_N) FM(RTS3_N) FM(MSIOF3_SS2) F_(0, 0) F_(0, 0) FM(TSN0_MDIO_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0130 #define IP0SR0_27_24 FM(RX0) FM(HRX1) F_(0, 0) FM(MSIOF1_RXD) F_(0, 0) FM(TSN1_AVTP_MATCH_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0131 #define IP0SR0_31_28 FM(TX0) FM(HTX1) F_(0, 0) FM(MSIOF1_TXD) F_(0, 0) FM(TSN1_AVTP_CAPTURE_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0132
0133 #define IP1SR0_3_0 FM(SCK0) FM(HSCK1) F_(0, 0) FM(MSIOF1_SCK) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0134 #define IP1SR0_7_4 FM(RTS0_N) FM(HRTS1_N) FM(MSIOF3_SYNC) F_(0, 0) F_(0, 0) FM(TSN1_MDIO_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0135 #define IP1SR0_11_8 FM(CTS0_N) FM(HCTS1_N) F_(0, 0) FM(MSIOF1_SYNC) F_(0, 0) FM(TSN1_MDC_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0136 #define IP1SR0_15_12 FM(MSIOF0_SYNC) FM(HCTS3_N) FM(CTS1_N) FM(IRQ4) F_(0, 0) FM(TSN0_LINK_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0137 #define IP1SR0_19_16 FM(MSIOF0_RXD) FM(HRX3) FM(RX1) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0138 #define IP1SR0_23_20 FM(MSIOF0_TXD) FM(HTX3) FM(TX1) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0139 #define IP1SR0_27_24 FM(MSIOF0_SCK) FM(HSCK3) FM(SCK1) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0140 #define IP1SR0_31_28 FM(MSIOF0_SS1) FM(HRTS3_N) FM(RTS1_N) FM(IRQ5) F_(0, 0) FM(TSN1_LINK_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0141
0142 #define IP2SR0_3_0 FM(MSIOF0_SS2) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) FM(TSN2_LINK_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0143 #define IP2SR0_7_4 FM(IRQ0) F_(0, 0) F_(0, 0) FM(MSIOF1_SS1) F_(0, 0) FM(TSN0_MAGIC_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0144 #define IP2SR0_11_8 FM(IRQ1) F_(0, 0) F_(0, 0) FM(MSIOF1_SS2) F_(0, 0) FM(TSN0_PHY_INT_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0145 #define IP2SR0_15_12 FM(IRQ2) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) FM(TSN1_PHY_INT_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0146 #define IP2SR0_19_16 FM(IRQ3) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) FM(TSN2_PHY_INT_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0147
0148
0149 #define IP0SR1_3_0 FM(GP1_00) FM(TCLK1) FM(HSCK2) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0150 #define IP0SR1_7_4 FM(GP1_01) FM(TCLK4) FM(HRX2) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0151 #define IP0SR1_11_8 FM(GP1_02) F_(0, 0) FM(HTX2) FM(MSIOF2_SS1) F_(0, 0) FM(TSN2_MDC_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0152 #define IP0SR1_15_12 FM(GP1_03) FM(TCLK2) FM(HCTS2_N) FM(MSIOF2_SS2) FM(CTS4_N) FM(TSN2_MDIO_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0153 #define IP0SR1_19_16 FM(GP1_04) FM(TCLK3) FM(HRTS2_N) FM(MSIOF2_SYNC) FM(RTS4_N) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0154 #define IP0SR1_23_20 FM(GP1_05) FM(MSIOF2_SCK) FM(SCK4) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0155 #define IP0SR1_27_24 FM(GP1_06) FM(MSIOF2_RXD) FM(RX4) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0156 #define IP0SR1_31_28 FM(GP1_07) FM(MSIOF2_TXD) FM(TX4) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0)
0157
0158 #define PINMUX_GPSR \
0159 GPSR1_24 \
0160 GPSR1_23 \
0161 GPSR1_22 \
0162 GPSR1_21 \
0163 GPSR0_20 GPSR1_20 \
0164 GPSR0_19 GPSR1_19 \
0165 GPSR0_18 GPSR1_18 GPSR3_18 \
0166 GPSR0_17 GPSR1_17 GPSR3_17 \
0167 GPSR0_16 GPSR1_16 GPSR2_16 GPSR3_16 \
0168 GPSR0_15 GPSR1_15 GPSR2_15 GPSR3_15 \
0169 GPSR0_14 GPSR1_14 GPSR2_14 GPSR3_14 \
0170 GPSR0_13 GPSR1_13 GPSR2_13 GPSR3_13 \
0171 GPSR0_12 GPSR1_12 GPSR2_12 GPSR3_12 \
0172 GPSR0_11 GPSR1_11 GPSR2_11 GPSR3_11 \
0173 GPSR0_10 GPSR1_10 GPSR2_10 GPSR3_10 \
0174 GPSR0_9 GPSR1_9 GPSR2_9 GPSR3_9 \
0175 GPSR0_8 GPSR1_8 GPSR2_8 GPSR3_8 \
0176 GPSR0_7 GPSR1_7 GPSR2_7 GPSR3_7 \
0177 GPSR0_6 GPSR1_6 GPSR2_6 GPSR3_6 \
0178 GPSR0_5 GPSR1_5 GPSR2_5 GPSR3_5 \
0179 GPSR0_4 GPSR1_4 GPSR2_4 GPSR3_4 \
0180 GPSR0_3 GPSR1_3 GPSR2_3 GPSR3_3 \
0181 GPSR0_2 GPSR1_2 GPSR2_2 GPSR3_2 \
0182 GPSR0_1 GPSR1_1 GPSR2_1 GPSR3_1 \
0183 GPSR0_0 GPSR1_0 GPSR2_0 GPSR3_0
0184
0185 #define PINMUX_IPSR \
0186 \
0187 FM(IP0SR0_3_0) IP0SR0_3_0 FM(IP1SR0_3_0) IP1SR0_3_0 FM(IP2SR0_3_0) IP2SR0_3_0 \
0188 FM(IP0SR0_7_4) IP0SR0_7_4 FM(IP1SR0_7_4) IP1SR0_7_4 FM(IP2SR0_7_4) IP2SR0_7_4 \
0189 FM(IP0SR0_11_8) IP0SR0_11_8 FM(IP1SR0_11_8) IP1SR0_11_8 FM(IP2SR0_11_8) IP2SR0_11_8 \
0190 FM(IP0SR0_15_12) IP0SR0_15_12 FM(IP1SR0_15_12) IP1SR0_15_12 FM(IP2SR0_15_12) IP2SR0_15_12 \
0191 FM(IP0SR0_19_16) IP0SR0_19_16 FM(IP1SR0_19_16) IP1SR0_19_16 FM(IP2SR0_19_16) IP2SR0_19_16 \
0192 FM(IP0SR0_23_20) IP0SR0_23_20 FM(IP1SR0_23_20) IP1SR0_23_20 \
0193 FM(IP0SR0_27_24) IP0SR0_27_24 FM(IP1SR0_27_24) IP1SR0_27_24 \
0194 FM(IP0SR0_31_28) IP0SR0_31_28 FM(IP1SR0_31_28) IP1SR0_31_28 \
0195 \
0196 FM(IP0SR1_3_0) IP0SR1_3_0 \
0197 FM(IP0SR1_7_4) IP0SR1_7_4 \
0198 FM(IP0SR1_11_8) IP0SR1_11_8 \
0199 FM(IP0SR1_15_12) IP0SR1_15_12 \
0200 FM(IP0SR1_19_16) IP0SR1_19_16 \
0201 FM(IP0SR1_23_20) IP0SR1_23_20 \
0202 FM(IP0SR1_27_24) IP0SR1_27_24 \
0203 FM(IP0SR1_31_28) IP0SR1_31_28
0204
0205
0206 #define MOD_SEL1_11_10 FM(SEL_I2C5_0) F_(0, 0) F_(0, 0) FM(SEL_I2C5_3)
0207 #define MOD_SEL1_9_8 FM(SEL_I2C4_0) F_(0, 0) F_(0, 0) FM(SEL_I2C4_3)
0208 #define MOD_SEL1_7_6 FM(SEL_I2C3_0) F_(0, 0) F_(0, 0) FM(SEL_I2C3_3)
0209 #define MOD_SEL1_5_4 FM(SEL_I2C2_0) F_(0, 0) F_(0, 0) FM(SEL_I2C2_3)
0210 #define MOD_SEL1_3_2 FM(SEL_I2C1_0) F_(0, 0) F_(0, 0) FM(SEL_I2C1_3)
0211 #define MOD_SEL1_1_0 FM(SEL_I2C0_0) F_(0, 0) F_(0, 0) FM(SEL_I2C0_3)
0212
0213 #define PINMUX_MOD_SELS \
0214 \
0215 MOD_SEL1_11_10 \
0216 MOD_SEL1_9_8 \
0217 MOD_SEL1_7_6 \
0218 MOD_SEL1_5_4 \
0219 MOD_SEL1_3_2 \
0220 MOD_SEL1_1_0
0221
0222 #define PINMUX_PHYS \
0223 FM(SCL0) FM(SDA0) FM(SCL1) FM(SDA1) FM(SCL2) FM(SDA2) FM(SCL3) FM(SDA3) \
0224 FM(SCL4) FM(SDA4) FM(SCL5) FM(SDA5)
0225
0226 enum {
0227 PINMUX_RESERVED = 0,
0228
0229 PINMUX_DATA_BEGIN,
0230 GP_ALL(DATA),
0231 PINMUX_DATA_END,
0232
0233 #define F_(x, y)
0234 #define FM(x) FN_##x,
0235 PINMUX_FUNCTION_BEGIN,
0236 GP_ALL(FN),
0237 PINMUX_GPSR
0238 PINMUX_IPSR
0239 PINMUX_MOD_SELS
0240 PINMUX_FUNCTION_END,
0241 #undef F_
0242 #undef FM
0243
0244 #define F_(x, y)
0245 #define FM(x) x##_MARK,
0246 PINMUX_MARK_BEGIN,
0247 PINMUX_GPSR
0248 PINMUX_IPSR
0249 PINMUX_MOD_SELS
0250 PINMUX_PHYS
0251 PINMUX_MARK_END,
0252 #undef F_
0253 #undef FM
0254 };
0255
0256 static const u16 pinmux_data[] = {
0257
0258 #define GP_1_0_FN GP_1_0_FN, FN_SEL_I2C0_0
0259 #define GP_1_1_FN GP_1_1_FN, FN_SEL_I2C0_0
0260 #define GP_1_2_FN GP_1_2_FN, FN_SEL_I2C1_0
0261 #define GP_1_3_FN GP_1_3_FN, FN_SEL_I2C1_0
0262 #define GP_1_4_FN GP_1_4_FN, FN_SEL_I2C2_0
0263 #define GP_1_5_FN GP_1_5_FN, FN_SEL_I2C2_0
0264 #define GP_1_6_FN GP_1_6_FN, FN_SEL_I2C3_0
0265 #define GP_1_7_FN GP_1_7_FN, FN_SEL_I2C3_0
0266 #define GP_1_8_FN GP_1_8_FN, FN_SEL_I2C4_0
0267 #define GP_1_9_FN GP_1_9_FN, FN_SEL_I2C4_0
0268 PINMUX_DATA_GP_ALL(),
0269 #undef GP_1_0_FN
0270 #undef GP_1_1_FN
0271 #undef GP_1_2_FN
0272 #undef GP_1_3_FN
0273 #undef GP_1_4_FN
0274 #undef GP_1_5_FN
0275 #undef GP_1_6_FN
0276 #undef GP_1_7_FN
0277 #undef GP_1_8_FN
0278 #undef GP_1_9_FN
0279
0280 PINMUX_SINGLE(SD_WP),
0281 PINMUX_SINGLE(SD_CD),
0282 PINMUX_SINGLE(MMC_SD_CMD),
0283 PINMUX_SINGLE(MMC_D7),
0284 PINMUX_SINGLE(MMC_DS),
0285 PINMUX_SINGLE(MMC_D6),
0286 PINMUX_SINGLE(MMC_D4),
0287 PINMUX_SINGLE(MMC_D5),
0288 PINMUX_SINGLE(MMC_SD_D3),
0289 PINMUX_SINGLE(MMC_SD_D2),
0290 PINMUX_SINGLE(MMC_SD_D1),
0291 PINMUX_SINGLE(MMC_SD_D0),
0292 PINMUX_SINGLE(MMC_SD_CLK),
0293 PINMUX_SINGLE(PCIE1_CLKREQ_N),
0294 PINMUX_SINGLE(PCIE0_CLKREQ_N),
0295 PINMUX_SINGLE(QSPI0_IO3),
0296 PINMUX_SINGLE(QSPI0_SSL),
0297 PINMUX_SINGLE(QSPI0_MISO_IO1),
0298 PINMUX_SINGLE(QSPI0_IO2),
0299 PINMUX_SINGLE(QSPI0_SPCLK),
0300 PINMUX_SINGLE(QSPI0_MOSI_IO0),
0301 PINMUX_SINGLE(QSPI1_SPCLK),
0302 PINMUX_SINGLE(QSPI1_MOSI_IO0),
0303 PINMUX_SINGLE(QSPI1_IO2),
0304 PINMUX_SINGLE(QSPI1_MISO_IO1),
0305 PINMUX_SINGLE(QSPI1_IO3),
0306 PINMUX_SINGLE(QSPI1_SSL),
0307 PINMUX_SINGLE(RPC_RESET_N),
0308 PINMUX_SINGLE(RPC_WP_N),
0309 PINMUX_SINGLE(RPC_INT_N),
0310
0311 PINMUX_SINGLE(TSN0_AVTP_CAPTURE_B),
0312 PINMUX_SINGLE(TSN0_AVTP_MATCH_B),
0313 PINMUX_SINGLE(TSN0_AVTP_PPS),
0314 PINMUX_SINGLE(TSN1_AVTP_CAPTURE_B),
0315 PINMUX_SINGLE(TSN1_AVTP_MATCH_B),
0316 PINMUX_SINGLE(TSN1_AVTP_PPS),
0317 PINMUX_SINGLE(TSN0_MAGIC_B),
0318 PINMUX_SINGLE(TSN1_PHY_INT_B),
0319 PINMUX_SINGLE(TSN0_PHY_INT_B),
0320 PINMUX_SINGLE(TSN2_PHY_INT_B),
0321 PINMUX_SINGLE(TSN0_LINK_B),
0322 PINMUX_SINGLE(TSN2_LINK_B),
0323 PINMUX_SINGLE(TSN1_LINK_B),
0324 PINMUX_SINGLE(TSN1_MDC_B),
0325 PINMUX_SINGLE(TSN0_MDC_B),
0326 PINMUX_SINGLE(TSN2_MDC_B),
0327 PINMUX_SINGLE(TSN0_MDIO_B),
0328 PINMUX_SINGLE(TSN2_MDIO_B),
0329 PINMUX_SINGLE(TSN1_MDIO_B),
0330
0331
0332 PINMUX_IPSR_GPSR(IP0SR0_3_0, SCIF_CLK),
0333
0334 PINMUX_IPSR_GPSR(IP0SR0_7_4, HSCK0),
0335 PINMUX_IPSR_GPSR(IP0SR0_7_4, SCK3),
0336 PINMUX_IPSR_GPSR(IP0SR0_7_4, MSIOF3_SCK),
0337 PINMUX_IPSR_GPSR(IP0SR0_7_4, TSN0_AVTP_CAPTURE_A),
0338
0339 PINMUX_IPSR_GPSR(IP0SR0_11_8, HRX0),
0340 PINMUX_IPSR_GPSR(IP0SR0_11_8, RX3),
0341 PINMUX_IPSR_GPSR(IP0SR0_11_8, MSIOF3_RXD),
0342 PINMUX_IPSR_GPSR(IP0SR0_11_8, TSN0_AVTP_MATCH_A),
0343
0344 PINMUX_IPSR_GPSR(IP0SR0_15_12, HTX0),
0345 PINMUX_IPSR_GPSR(IP0SR0_15_12, TX3),
0346 PINMUX_IPSR_GPSR(IP0SR0_15_12, MSIOF3_TXD),
0347
0348 PINMUX_IPSR_GPSR(IP0SR0_19_16, HCTS0_N),
0349 PINMUX_IPSR_GPSR(IP0SR0_19_16, CTS3_N),
0350 PINMUX_IPSR_GPSR(IP0SR0_19_16, MSIOF3_SS1),
0351 PINMUX_IPSR_GPSR(IP0SR0_19_16, TSN0_MDC_A),
0352
0353 PINMUX_IPSR_GPSR(IP0SR0_23_20, HRTS0_N),
0354 PINMUX_IPSR_GPSR(IP0SR0_23_20, RTS3_N),
0355 PINMUX_IPSR_GPSR(IP0SR0_23_20, MSIOF3_SS2),
0356 PINMUX_IPSR_GPSR(IP0SR0_23_20, TSN0_MDIO_A),
0357
0358 PINMUX_IPSR_GPSR(IP0SR0_27_24, RX0),
0359 PINMUX_IPSR_GPSR(IP0SR0_27_24, HRX1),
0360 PINMUX_IPSR_GPSR(IP0SR0_27_24, MSIOF1_RXD),
0361 PINMUX_IPSR_GPSR(IP0SR0_27_24, TSN1_AVTP_MATCH_A),
0362
0363 PINMUX_IPSR_GPSR(IP0SR0_31_28, TX0),
0364 PINMUX_IPSR_GPSR(IP0SR0_31_28, HTX1),
0365 PINMUX_IPSR_GPSR(IP0SR0_31_28, MSIOF1_TXD),
0366 PINMUX_IPSR_GPSR(IP0SR0_31_28, TSN1_AVTP_CAPTURE_A),
0367
0368
0369 PINMUX_IPSR_GPSR(IP1SR0_3_0, SCK0),
0370 PINMUX_IPSR_GPSR(IP1SR0_3_0, HSCK1),
0371 PINMUX_IPSR_GPSR(IP1SR0_3_0, MSIOF1_SCK),
0372
0373 PINMUX_IPSR_GPSR(IP1SR0_7_4, RTS0_N),
0374 PINMUX_IPSR_GPSR(IP1SR0_7_4, HRTS1_N),
0375 PINMUX_IPSR_GPSR(IP1SR0_7_4, MSIOF3_SYNC),
0376 PINMUX_IPSR_GPSR(IP1SR0_7_4, TSN1_MDIO_A),
0377
0378 PINMUX_IPSR_GPSR(IP1SR0_11_8, CTS0_N),
0379 PINMUX_IPSR_GPSR(IP1SR0_11_8, HCTS1_N),
0380 PINMUX_IPSR_GPSR(IP1SR0_11_8, MSIOF1_SYNC),
0381 PINMUX_IPSR_GPSR(IP1SR0_11_8, TSN1_MDC_A),
0382
0383 PINMUX_IPSR_GPSR(IP1SR0_15_12, MSIOF0_SYNC),
0384 PINMUX_IPSR_GPSR(IP1SR0_15_12, HCTS3_N),
0385 PINMUX_IPSR_GPSR(IP1SR0_15_12, CTS1_N),
0386 PINMUX_IPSR_GPSR(IP1SR0_15_12, IRQ4),
0387 PINMUX_IPSR_GPSR(IP1SR0_15_12, TSN0_LINK_A),
0388
0389 PINMUX_IPSR_GPSR(IP1SR0_19_16, MSIOF0_RXD),
0390 PINMUX_IPSR_GPSR(IP1SR0_19_16, HRX3),
0391 PINMUX_IPSR_GPSR(IP1SR0_19_16, RX1),
0392
0393 PINMUX_IPSR_GPSR(IP1SR0_23_20, MSIOF0_TXD),
0394 PINMUX_IPSR_GPSR(IP1SR0_23_20, HTX3),
0395 PINMUX_IPSR_GPSR(IP1SR0_23_20, TX1),
0396
0397 PINMUX_IPSR_GPSR(IP1SR0_27_24, MSIOF0_SCK),
0398 PINMUX_IPSR_GPSR(IP1SR0_27_24, HSCK3),
0399 PINMUX_IPSR_GPSR(IP1SR0_27_24, SCK1),
0400
0401 PINMUX_IPSR_GPSR(IP1SR0_31_28, MSIOF0_SS1),
0402 PINMUX_IPSR_GPSR(IP1SR0_31_28, HRTS3_N),
0403 PINMUX_IPSR_GPSR(IP1SR0_31_28, RTS1_N),
0404 PINMUX_IPSR_GPSR(IP1SR0_31_28, IRQ5),
0405 PINMUX_IPSR_GPSR(IP1SR0_31_28, TSN1_LINK_A),
0406
0407
0408 PINMUX_IPSR_GPSR(IP2SR0_3_0, MSIOF0_SS2),
0409 PINMUX_IPSR_GPSR(IP2SR0_3_0, TSN2_LINK_A),
0410
0411 PINMUX_IPSR_GPSR(IP2SR0_7_4, IRQ0),
0412 PINMUX_IPSR_GPSR(IP2SR0_7_4, MSIOF1_SS1),
0413 PINMUX_IPSR_GPSR(IP2SR0_7_4, TSN0_MAGIC_A),
0414
0415 PINMUX_IPSR_GPSR(IP2SR0_11_8, IRQ1),
0416 PINMUX_IPSR_GPSR(IP2SR0_11_8, MSIOF1_SS2),
0417 PINMUX_IPSR_GPSR(IP2SR0_11_8, TSN0_PHY_INT_A),
0418
0419 PINMUX_IPSR_GPSR(IP2SR0_15_12, IRQ2),
0420 PINMUX_IPSR_GPSR(IP2SR0_15_12, TSN1_PHY_INT_A),
0421
0422 PINMUX_IPSR_GPSR(IP2SR0_19_16, IRQ3),
0423 PINMUX_IPSR_GPSR(IP2SR0_19_16, TSN2_PHY_INT_A),
0424
0425
0426
0427 PINMUX_IPSR_MSEL(IP0SR1_3_0, GP1_00, SEL_I2C0_0),
0428 PINMUX_IPSR_MSEL(IP0SR1_3_0, TCLK1, SEL_I2C0_0),
0429 PINMUX_IPSR_MSEL(IP0SR1_3_0, HSCK2, SEL_I2C0_0),
0430 PINMUX_IPSR_PHYS(IP0SR1_3_0, SCL0, SEL_I2C0_3),
0431
0432
0433 PINMUX_IPSR_MSEL(IP0SR1_7_4, GP1_01, SEL_I2C0_0),
0434 PINMUX_IPSR_MSEL(IP0SR1_7_4, TCLK4, SEL_I2C0_0),
0435 PINMUX_IPSR_MSEL(IP0SR1_7_4, HRX2, SEL_I2C0_0),
0436 PINMUX_IPSR_PHYS(IP0SR1_7_4, SDA0, SEL_I2C0_3),
0437
0438
0439 PINMUX_IPSR_MSEL(IP0SR1_11_8, GP1_02, SEL_I2C1_0),
0440 PINMUX_IPSR_MSEL(IP0SR1_11_8, HTX2, SEL_I2C1_0),
0441 PINMUX_IPSR_MSEL(IP0SR1_11_8, MSIOF2_SS1, SEL_I2C1_0),
0442 PINMUX_IPSR_MSEL(IP0SR1_11_8, TSN2_MDC_A, SEL_I2C1_0),
0443 PINMUX_IPSR_PHYS(IP0SR1_11_8, SCL1, SEL_I2C1_3),
0444
0445
0446 PINMUX_IPSR_MSEL(IP0SR1_15_12, GP1_03, SEL_I2C1_0),
0447 PINMUX_IPSR_MSEL(IP0SR1_15_12, TCLK2, SEL_I2C1_0),
0448 PINMUX_IPSR_MSEL(IP0SR1_15_12, HCTS2_N, SEL_I2C1_0),
0449 PINMUX_IPSR_MSEL(IP0SR1_15_12, MSIOF2_SS2, SEL_I2C1_0),
0450 PINMUX_IPSR_MSEL(IP0SR1_15_12, CTS4_N, SEL_I2C1_0),
0451 PINMUX_IPSR_MSEL(IP0SR1_15_12, TSN2_MDIO_A, SEL_I2C1_0),
0452 PINMUX_IPSR_PHYS(IP0SR1_15_12, SDA1, SEL_I2C1_3),
0453
0454
0455 PINMUX_IPSR_MSEL(IP0SR1_19_16, GP1_04, SEL_I2C2_0),
0456 PINMUX_IPSR_MSEL(IP0SR1_19_16, TCLK3, SEL_I2C2_0),
0457 PINMUX_IPSR_MSEL(IP0SR1_19_16, HRTS2_N, SEL_I2C2_0),
0458 PINMUX_IPSR_MSEL(IP0SR1_19_16, MSIOF2_SYNC, SEL_I2C2_0),
0459 PINMUX_IPSR_MSEL(IP0SR1_19_16, RTS4_N, SEL_I2C2_0),
0460 PINMUX_IPSR_PHYS(IP0SR1_19_16, SCL2, SEL_I2C2_3),
0461
0462
0463 PINMUX_IPSR_MSEL(IP0SR1_23_20, GP1_05, SEL_I2C2_0),
0464 PINMUX_IPSR_MSEL(IP0SR1_23_20, MSIOF2_SCK, SEL_I2C2_0),
0465 PINMUX_IPSR_MSEL(IP0SR1_23_20, SCK4, SEL_I2C2_0),
0466 PINMUX_IPSR_PHYS(IP0SR1_23_20, SDA2, SEL_I2C2_3),
0467
0468
0469 PINMUX_IPSR_MSEL(IP0SR1_27_24, GP1_06, SEL_I2C3_0),
0470 PINMUX_IPSR_MSEL(IP0SR1_27_24, MSIOF2_RXD, SEL_I2C3_0),
0471 PINMUX_IPSR_MSEL(IP0SR1_27_24, RX4, SEL_I2C3_0),
0472 PINMUX_IPSR_PHYS(IP0SR1_27_24, SCL3, SEL_I2C3_3),
0473
0474
0475 PINMUX_IPSR_MSEL(IP0SR1_31_28, GP1_07, SEL_I2C3_0),
0476 PINMUX_IPSR_MSEL(IP0SR1_31_28, MSIOF2_TXD, SEL_I2C3_0),
0477 PINMUX_IPSR_MSEL(IP0SR1_31_28, TX4, SEL_I2C3_0),
0478 PINMUX_IPSR_PHYS(IP0SR1_31_28, SDA3, SEL_I2C3_3),
0479
0480
0481 PINMUX_IPSR_NOGM(0, GP1_08, SEL_I2C4_0),
0482 PINMUX_IPSR_NOFN(GP1_08, SCL4, SEL_I2C4_3),
0483
0484
0485 PINMUX_IPSR_NOGM(0, GP1_09, SEL_I2C4_0),
0486 PINMUX_IPSR_NOFN(GP1_09, SDA4, SEL_I2C4_3),
0487
0488
0489 PINMUX_IPSR_NOGM(0, GP1_10, SEL_I2C5_0),
0490 PINMUX_IPSR_NOFN(GP1_10, SCL5, SEL_I2C5_3),
0491
0492
0493 PINMUX_IPSR_NOGM(0, GP1_11, SEL_I2C5_0),
0494 PINMUX_IPSR_NOFN(GP1_11, SDA5, SEL_I2C5_3),
0495 };
0496
0497
0498
0499
0500 enum {
0501 GP_ASSIGN_LAST(),
0502 NOGP_ALL(),
0503 };
0504
0505 static const struct sh_pfc_pin pinmux_pins[] = {
0506 PINMUX_GPIO_GP_ALL(),
0507 };
0508
0509
0510 static const unsigned int hscif0_data_pins[] = {
0511
0512 RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
0513 };
0514 static const unsigned int hscif0_data_mux[] = {
0515 HRX0_MARK, HTX0_MARK,
0516 };
0517 static const unsigned int hscif0_clk_pins[] = {
0518
0519 RCAR_GP_PIN(0, 1),
0520 };
0521 static const unsigned int hscif0_clk_mux[] = {
0522 HSCK0_MARK,
0523 };
0524 static const unsigned int hscif0_ctrl_pins[] = {
0525
0526 RCAR_GP_PIN(0, 5), RCAR_GP_PIN(0, 4),
0527 };
0528 static const unsigned int hscif0_ctrl_mux[] = {
0529 HRTS0_N_MARK, HCTS0_N_MARK,
0530 };
0531
0532
0533 static const unsigned int hscif1_data_pins[] = {
0534
0535 RCAR_GP_PIN(0, 6), RCAR_GP_PIN(0, 7),
0536 };
0537 static const unsigned int hscif1_data_mux[] = {
0538 HRX1_MARK, HTX1_MARK,
0539 };
0540 static const unsigned int hscif1_clk_pins[] = {
0541
0542 RCAR_GP_PIN(0, 8),
0543 };
0544 static const unsigned int hscif1_clk_mux[] = {
0545 HSCK1_MARK,
0546 };
0547 static const unsigned int hscif1_ctrl_pins[] = {
0548
0549 RCAR_GP_PIN(0, 9), RCAR_GP_PIN(0, 10),
0550 };
0551 static const unsigned int hscif1_ctrl_mux[] = {
0552 HRTS1_N_MARK, HCTS1_N_MARK,
0553 };
0554
0555
0556 static const unsigned int hscif2_data_pins[] = {
0557
0558 RCAR_GP_PIN(1, 1), RCAR_GP_PIN(1, 2),
0559 };
0560 static const unsigned int hscif2_data_mux[] = {
0561 HRX2_MARK, HTX2_MARK,
0562 };
0563 static const unsigned int hscif2_clk_pins[] = {
0564
0565 RCAR_GP_PIN(1, 0),
0566 };
0567 static const unsigned int hscif2_clk_mux[] = {
0568 HSCK2_MARK,
0569 };
0570 static const unsigned int hscif2_ctrl_pins[] = {
0571
0572 RCAR_GP_PIN(1, 4), RCAR_GP_PIN(1, 3),
0573 };
0574 static const unsigned int hscif2_ctrl_mux[] = {
0575 HRTS2_N_MARK, HCTS2_N_MARK,
0576 };
0577
0578
0579 static const unsigned int hscif3_data_pins[] = {
0580
0581 RCAR_GP_PIN(0, 12), RCAR_GP_PIN(0, 13),
0582 };
0583 static const unsigned int hscif3_data_mux[] = {
0584 HRX3_MARK, HTX3_MARK,
0585 };
0586 static const unsigned int hscif3_clk_pins[] = {
0587
0588 RCAR_GP_PIN(0, 14),
0589 };
0590 static const unsigned int hscif3_clk_mux[] = {
0591 HSCK3_MARK,
0592 };
0593 static const unsigned int hscif3_ctrl_pins[] = {
0594
0595 RCAR_GP_PIN(0, 15), RCAR_GP_PIN(0, 11),
0596 };
0597 static const unsigned int hscif3_ctrl_mux[] = {
0598 HRTS3_N_MARK, HCTS3_N_MARK,
0599 };
0600
0601
0602 static const unsigned int i2c0_pins[] = {
0603
0604 RCAR_GP_PIN(1, 1), RCAR_GP_PIN(1, 0),
0605 };
0606 static const unsigned int i2c0_mux[] = {
0607 SDA0_MARK, SCL0_MARK,
0608 };
0609
0610
0611 static const unsigned int i2c1_pins[] = {
0612
0613 RCAR_GP_PIN(1, 3), RCAR_GP_PIN(1, 2),
0614 };
0615 static const unsigned int i2c1_mux[] = {
0616 SDA1_MARK, SCL1_MARK,
0617 };
0618
0619
0620 static const unsigned int i2c2_pins[] = {
0621
0622 RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 4),
0623 };
0624 static const unsigned int i2c2_mux[] = {
0625 SDA2_MARK, SCL2_MARK,
0626 };
0627
0628
0629 static const unsigned int i2c3_pins[] = {
0630
0631 RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 6),
0632 };
0633 static const unsigned int i2c3_mux[] = {
0634 SDA3_MARK, SCL3_MARK,
0635 };
0636
0637
0638 static const unsigned int i2c4_pins[] = {
0639
0640 RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 8),
0641 };
0642 static const unsigned int i2c4_mux[] = {
0643 SDA4_MARK, SCL4_MARK,
0644 };
0645
0646
0647 static const unsigned int i2c5_pins[] = {
0648
0649 RCAR_GP_PIN(1, 11), RCAR_GP_PIN(1, 10),
0650 };
0651 static const unsigned int i2c5_mux[] = {
0652 SDA5_MARK, SCL5_MARK,
0653 };
0654
0655
0656
0657 static const unsigned int intc_ex_irq0_pins[] = {
0658
0659 RCAR_GP_PIN(0, 17),
0660 };
0661 static const unsigned int intc_ex_irq0_mux[] = {
0662 IRQ0_MARK,
0663 };
0664 static const unsigned int intc_ex_irq1_pins[] = {
0665
0666 RCAR_GP_PIN(0, 18),
0667 };
0668 static const unsigned int intc_ex_irq1_mux[] = {
0669 IRQ1_MARK,
0670 };
0671 static const unsigned int intc_ex_irq2_pins[] = {
0672
0673 RCAR_GP_PIN(0, 19),
0674 };
0675 static const unsigned int intc_ex_irq2_mux[] = {
0676 IRQ2_MARK,
0677 };
0678 static const unsigned int intc_ex_irq3_pins[] = {
0679
0680 RCAR_GP_PIN(0, 20),
0681 };
0682 static const unsigned int intc_ex_irq3_mux[] = {
0683 IRQ3_MARK,
0684 };
0685 static const unsigned int intc_ex_irq4_pins[] = {
0686
0687 RCAR_GP_PIN(0, 11),
0688 };
0689 static const unsigned int intc_ex_irq4_mux[] = {
0690 IRQ4_MARK,
0691 };
0692 static const unsigned int intc_ex_irq5_pins[] = {
0693
0694 RCAR_GP_PIN(0, 15),
0695 };
0696 static const unsigned int intc_ex_irq5_mux[] = {
0697 IRQ5_MARK,
0698 };
0699
0700
0701 static const unsigned int mmc_data_pins[] = {
0702
0703 RCAR_GP_PIN(1, 13), RCAR_GP_PIN(1, 14),
0704 RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 16),
0705 RCAR_GP_PIN(1, 18), RCAR_GP_PIN(1, 17),
0706 RCAR_GP_PIN(1, 19), RCAR_GP_PIN(1, 21),
0707 };
0708 static const unsigned int mmc_data_mux[] = {
0709 MMC_SD_D0_MARK, MMC_SD_D1_MARK,
0710 MMC_SD_D2_MARK, MMC_SD_D3_MARK,
0711 MMC_D4_MARK, MMC_D5_MARK,
0712 MMC_D6_MARK, MMC_D7_MARK,
0713 };
0714 static const unsigned int mmc_ctrl_pins[] = {
0715
0716 RCAR_GP_PIN(1, 12), RCAR_GP_PIN(1, 22),
0717 };
0718 static const unsigned int mmc_ctrl_mux[] = {
0719 MMC_SD_CLK_MARK, MMC_SD_CMD_MARK,
0720 };
0721 static const unsigned int mmc_cd_pins[] = {
0722
0723 RCAR_GP_PIN(1, 23),
0724 };
0725 static const unsigned int mmc_cd_mux[] = {
0726 SD_CD_MARK,
0727 };
0728 static const unsigned int mmc_wp_pins[] = {
0729
0730 RCAR_GP_PIN(1, 24),
0731 };
0732 static const unsigned int mmc_wp_mux[] = {
0733 SD_WP_MARK,
0734 };
0735 static const unsigned int mmc_ds_pins[] = {
0736
0737 RCAR_GP_PIN(1, 20),
0738 };
0739 static const unsigned int mmc_ds_mux[] = {
0740 MMC_DS_MARK,
0741 };
0742
0743
0744 static const unsigned int msiof0_clk_pins[] = {
0745
0746 RCAR_GP_PIN(0, 14),
0747 };
0748 static const unsigned int msiof0_clk_mux[] = {
0749 MSIOF0_SCK_MARK,
0750 };
0751 static const unsigned int msiof0_sync_pins[] = {
0752
0753 RCAR_GP_PIN(0, 11),
0754 };
0755 static const unsigned int msiof0_sync_mux[] = {
0756 MSIOF0_SYNC_MARK,
0757 };
0758 static const unsigned int msiof0_ss1_pins[] = {
0759
0760 RCAR_GP_PIN(0, 15),
0761 };
0762 static const unsigned int msiof0_ss1_mux[] = {
0763 MSIOF0_SS1_MARK,
0764 };
0765 static const unsigned int msiof0_ss2_pins[] = {
0766
0767 RCAR_GP_PIN(0, 16),
0768 };
0769 static const unsigned int msiof0_ss2_mux[] = {
0770 MSIOF0_SS2_MARK,
0771 };
0772 static const unsigned int msiof0_txd_pins[] = {
0773
0774 RCAR_GP_PIN(0, 13),
0775 };
0776 static const unsigned int msiof0_txd_mux[] = {
0777 MSIOF0_TXD_MARK,
0778 };
0779 static const unsigned int msiof0_rxd_pins[] = {
0780
0781 RCAR_GP_PIN(0, 12),
0782 };
0783 static const unsigned int msiof0_rxd_mux[] = {
0784 MSIOF0_RXD_MARK,
0785 };
0786
0787
0788 static const unsigned int msiof1_clk_pins[] = {
0789
0790 RCAR_GP_PIN(0, 8),
0791 };
0792 static const unsigned int msiof1_clk_mux[] = {
0793 MSIOF1_SCK_MARK,
0794 };
0795 static const unsigned int msiof1_sync_pins[] = {
0796
0797 RCAR_GP_PIN(0, 10),
0798 };
0799 static const unsigned int msiof1_sync_mux[] = {
0800 MSIOF1_SYNC_MARK,
0801 };
0802 static const unsigned int msiof1_ss1_pins[] = {
0803
0804 RCAR_GP_PIN(0, 17),
0805 };
0806 static const unsigned int msiof1_ss1_mux[] = {
0807 MSIOF1_SS1_MARK,
0808 };
0809 static const unsigned int msiof1_ss2_pins[] = {
0810
0811 RCAR_GP_PIN(0, 18),
0812 };
0813 static const unsigned int msiof1_ss2_mux[] = {
0814 MSIOF1_SS2_MARK,
0815 };
0816 static const unsigned int msiof1_txd_pins[] = {
0817
0818 RCAR_GP_PIN(0, 7),
0819 };
0820 static const unsigned int msiof1_txd_mux[] = {
0821 MSIOF1_TXD_MARK,
0822 };
0823 static const unsigned int msiof1_rxd_pins[] = {
0824
0825 RCAR_GP_PIN(0, 6),
0826 };
0827 static const unsigned int msiof1_rxd_mux[] = {
0828 MSIOF1_RXD_MARK,
0829 };
0830
0831
0832 static const unsigned int msiof2_clk_pins[] = {
0833
0834 RCAR_GP_PIN(1, 5),
0835 };
0836 static const unsigned int msiof2_clk_mux[] = {
0837 MSIOF2_SCK_MARK,
0838 };
0839 static const unsigned int msiof2_sync_pins[] = {
0840
0841 RCAR_GP_PIN(1, 4),
0842 };
0843 static const unsigned int msiof2_sync_mux[] = {
0844 MSIOF2_SYNC_MARK,
0845 };
0846 static const unsigned int msiof2_ss1_pins[] = {
0847
0848 RCAR_GP_PIN(1, 2),
0849 };
0850 static const unsigned int msiof2_ss1_mux[] = {
0851 MSIOF2_SS1_MARK,
0852 };
0853 static const unsigned int msiof2_ss2_pins[] = {
0854
0855 RCAR_GP_PIN(1, 3),
0856 };
0857 static const unsigned int msiof2_ss2_mux[] = {
0858 MSIOF2_SS2_MARK,
0859 };
0860 static const unsigned int msiof2_txd_pins[] = {
0861
0862 RCAR_GP_PIN(1, 7),
0863 };
0864 static const unsigned int msiof2_txd_mux[] = {
0865 MSIOF2_TXD_MARK,
0866 };
0867 static const unsigned int msiof2_rxd_pins[] = {
0868
0869 RCAR_GP_PIN(1, 6),
0870 };
0871 static const unsigned int msiof2_rxd_mux[] = {
0872 MSIOF2_RXD_MARK,
0873 };
0874
0875
0876 static const unsigned int msiof3_clk_pins[] = {
0877
0878 RCAR_GP_PIN(0, 1),
0879 };
0880 static const unsigned int msiof3_clk_mux[] = {
0881 MSIOF3_SCK_MARK,
0882 };
0883 static const unsigned int msiof3_sync_pins[] = {
0884
0885 RCAR_GP_PIN(0, 9),
0886 };
0887 static const unsigned int msiof3_sync_mux[] = {
0888 MSIOF3_SYNC_MARK,
0889 };
0890 static const unsigned int msiof3_ss1_pins[] = {
0891
0892 RCAR_GP_PIN(0, 4),
0893 };
0894 static const unsigned int msiof3_ss1_mux[] = {
0895 MSIOF3_SS1_MARK,
0896 };
0897 static const unsigned int msiof3_ss2_pins[] = {
0898
0899 RCAR_GP_PIN(0, 5),
0900 };
0901 static const unsigned int msiof3_ss2_mux[] = {
0902 MSIOF3_SS2_MARK,
0903 };
0904 static const unsigned int msiof3_txd_pins[] = {
0905
0906 RCAR_GP_PIN(0, 3),
0907 };
0908 static const unsigned int msiof3_txd_mux[] = {
0909 MSIOF3_TXD_MARK,
0910 };
0911 static const unsigned int msiof3_rxd_pins[] = {
0912
0913 RCAR_GP_PIN(0, 2),
0914 };
0915 static const unsigned int msiof3_rxd_mux[] = {
0916 MSIOF3_RXD_MARK,
0917 };
0918
0919
0920 static const unsigned int pcie0_clkreq_n_pins[] = {
0921
0922 RCAR_GP_PIN(2, 15),
0923 };
0924
0925 static const unsigned int pcie0_clkreq_n_mux[] = {
0926 PCIE0_CLKREQ_N_MARK,
0927 };
0928
0929 static const unsigned int pcie1_clkreq_n_pins[] = {
0930
0931 RCAR_GP_PIN(2, 16),
0932 };
0933
0934 static const unsigned int pcie1_clkreq_n_mux[] = {
0935 PCIE1_CLKREQ_N_MARK,
0936 };
0937
0938
0939 static const unsigned int qspi0_ctrl_pins[] = {
0940
0941 RCAR_GP_PIN(2, 10), RCAR_GP_PIN(2, 13),
0942 };
0943 static const unsigned int qspi0_ctrl_mux[] = {
0944 QSPI0_SPCLK_MARK, QSPI0_SSL_MARK,
0945 };
0946 static const unsigned int qspi0_data_pins[] = {
0947
0948 RCAR_GP_PIN(2, 9), RCAR_GP_PIN(2, 12),
0949 RCAR_GP_PIN(2, 11), RCAR_GP_PIN(2, 14),
0950 };
0951 static const unsigned int qspi0_data_mux[] = {
0952 QSPI0_MOSI_IO0_MARK, QSPI0_MISO_IO1_MARK,
0953 QSPI0_IO2_MARK, QSPI0_IO3_MARK
0954 };
0955
0956
0957 static const unsigned int qspi1_ctrl_pins[] = {
0958
0959 RCAR_GP_PIN(2, 8), RCAR_GP_PIN(2, 3),
0960 };
0961 static const unsigned int qspi1_ctrl_mux[] = {
0962 QSPI1_SPCLK_MARK, QSPI1_SSL_MARK,
0963 };
0964 static const unsigned int qspi1_data_pins[] = {
0965
0966 RCAR_GP_PIN(2, 7), RCAR_GP_PIN(2, 5),
0967 RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 4),
0968 };
0969 static const unsigned int qspi1_data_mux[] = {
0970 QSPI1_MOSI_IO0_MARK, QSPI1_MISO_IO1_MARK,
0971 QSPI1_IO2_MARK, QSPI1_IO3_MARK
0972 };
0973
0974
0975 static const unsigned int scif0_data_pins[] = {
0976
0977 RCAR_GP_PIN(0, 6), RCAR_GP_PIN(0, 7),
0978 };
0979 static const unsigned int scif0_data_mux[] = {
0980 RX0_MARK, TX0_MARK,
0981 };
0982 static const unsigned int scif0_clk_pins[] = {
0983
0984 RCAR_GP_PIN(0, 8),
0985 };
0986 static const unsigned int scif0_clk_mux[] = {
0987 SCK0_MARK,
0988 };
0989 static const unsigned int scif0_ctrl_pins[] = {
0990
0991 RCAR_GP_PIN(0, 9), RCAR_GP_PIN(0, 10),
0992 };
0993 static const unsigned int scif0_ctrl_mux[] = {
0994 RTS0_N_MARK, CTS0_N_MARK,
0995 };
0996
0997
0998 static const unsigned int scif1_data_pins[] = {
0999
1000 RCAR_GP_PIN(0, 12), RCAR_GP_PIN(0, 13),
1001 };
1002 static const unsigned int scif1_data_mux[] = {
1003 RX1_MARK, TX1_MARK,
1004 };
1005 static const unsigned int scif1_clk_pins[] = {
1006
1007 RCAR_GP_PIN(0, 14),
1008 };
1009 static const unsigned int scif1_clk_mux[] = {
1010 SCK1_MARK,
1011 };
1012 static const unsigned int scif1_ctrl_pins[] = {
1013
1014 RCAR_GP_PIN(0, 15), RCAR_GP_PIN(0, 11),
1015 };
1016 static const unsigned int scif1_ctrl_mux[] = {
1017 RTS1_N_MARK, CTS1_N_MARK,
1018 };
1019
1020
1021 static const unsigned int scif3_data_pins[] = {
1022
1023 RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
1024 };
1025 static const unsigned int scif3_data_mux[] = {
1026 RX3_MARK, TX3_MARK,
1027 };
1028 static const unsigned int scif3_clk_pins[] = {
1029
1030 RCAR_GP_PIN(0, 1),
1031 };
1032 static const unsigned int scif3_clk_mux[] = {
1033 SCK3_MARK,
1034 };
1035 static const unsigned int scif3_ctrl_pins[] = {
1036
1037 RCAR_GP_PIN(0, 5), RCAR_GP_PIN(0, 4),
1038 };
1039 static const unsigned int scif3_ctrl_mux[] = {
1040 RTS3_N_MARK, CTS3_N_MARK,
1041 };
1042
1043
1044 static const unsigned int scif4_data_pins[] = {
1045
1046 RCAR_GP_PIN(1, 6), RCAR_GP_PIN(1, 7),
1047 };
1048 static const unsigned int scif4_data_mux[] = {
1049 RX4_MARK, TX4_MARK,
1050 };
1051 static const unsigned int scif4_clk_pins[] = {
1052
1053 RCAR_GP_PIN(1, 5),
1054 };
1055 static const unsigned int scif4_clk_mux[] = {
1056 SCK4_MARK,
1057 };
1058 static const unsigned int scif4_ctrl_pins[] = {
1059
1060 RCAR_GP_PIN(1, 4), RCAR_GP_PIN(1, 3),
1061 };
1062 static const unsigned int scif4_ctrl_mux[] = {
1063 RTS4_N_MARK, CTS4_N_MARK,
1064 };
1065
1066
1067 static const unsigned int scif_clk_pins[] = {
1068
1069 RCAR_GP_PIN(0, 0),
1070 };
1071 static const unsigned int scif_clk_mux[] = {
1072 SCIF_CLK_MARK,
1073 };
1074
1075
1076 static const unsigned int tsn0_link_a_pins[] = {
1077
1078 RCAR_GP_PIN(0, 11),
1079 };
1080 static const unsigned int tsn0_link_a_mux[] = {
1081 TSN0_LINK_A_MARK,
1082 };
1083 static const unsigned int tsn0_magic_a_pins[] = {
1084
1085 RCAR_GP_PIN(0, 17),
1086 };
1087 static const unsigned int tsn0_magic_a_mux[] = {
1088 TSN0_MAGIC_A_MARK,
1089 };
1090 static const unsigned int tsn0_phy_int_a_pins[] = {
1091
1092 RCAR_GP_PIN(0, 18),
1093 };
1094 static const unsigned int tsn0_phy_int_a_mux[] = {
1095 TSN0_PHY_INT_A_MARK,
1096 };
1097 static const unsigned int tsn0_mdio_a_pins[] = {
1098
1099 RCAR_GP_PIN(0, 4), RCAR_GP_PIN(0, 5),
1100 };
1101 static const unsigned int tsn0_mdio_a_mux[] = {
1102 TSN0_MDC_A_MARK, TSN0_MDIO_A_MARK,
1103 };
1104 static const unsigned int tsn0_link_b_pins[] = {
1105
1106 RCAR_GP_PIN(3, 8),
1107 };
1108 static const unsigned int tsn0_link_b_mux[] = {
1109 TSN0_LINK_B_MARK,
1110 };
1111 static const unsigned int tsn0_magic_b_pins[] = {
1112
1113 RCAR_GP_PIN(3, 12),
1114 };
1115 static const unsigned int tsn0_magic_b_mux[] = {
1116 TSN0_MAGIC_B_MARK,
1117 };
1118 static const unsigned int tsn0_phy_int_b_pins[] = {
1119
1120 RCAR_GP_PIN(3, 10),
1121 };
1122 static const unsigned int tsn0_phy_int_b_mux[] = {
1123 TSN0_PHY_INT_B_MARK,
1124 };
1125 static const unsigned int tsn0_mdio_b_pins[] = {
1126
1127 RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 2),
1128 };
1129 static const unsigned int tsn0_mdio_b_mux[] = {
1130 TSN0_MDC_B_MARK, TSN0_MDIO_B_MARK,
1131 };
1132 static const unsigned int tsn0_avtp_pps_pins[] = {
1133
1134 RCAR_GP_PIN(3, 16),
1135 };
1136 static const unsigned int tsn0_avtp_pps_mux[] = {
1137 TSN0_AVTP_PPS_MARK,
1138 };
1139 static const unsigned int tsn0_avtp_capture_a_pins[] = {
1140
1141 RCAR_GP_PIN(0, 1),
1142 };
1143 static const unsigned int tsn0_avtp_capture_a_mux[] = {
1144 TSN0_AVTP_CAPTURE_A_MARK,
1145 };
1146 static const unsigned int tsn0_avtp_match_a_pins[] = {
1147
1148 RCAR_GP_PIN(0, 2),
1149 };
1150 static const unsigned int tsn0_avtp_match_a_mux[] = {
1151 TSN0_AVTP_MATCH_A_MARK,
1152 };
1153 static const unsigned int tsn0_avtp_capture_b_pins[] = {
1154
1155 RCAR_GP_PIN(3, 18),
1156 };
1157 static const unsigned int tsn0_avtp_capture_b_mux[] = {
1158 TSN0_AVTP_CAPTURE_B_MARK,
1159 };
1160 static const unsigned int tsn0_avtp_match_b_pins[] = {
1161
1162 RCAR_GP_PIN(3, 17),
1163 };
1164 static const unsigned int tsn0_avtp_match_b_mux[] = {
1165 TSN0_AVTP_MATCH_B_MARK,
1166 };
1167
1168
1169 static const unsigned int tsn1_link_a_pins[] = {
1170
1171 RCAR_GP_PIN(0, 15),
1172 };
1173 static const unsigned int tsn1_link_a_mux[] = {
1174 TSN1_LINK_A_MARK,
1175 };
1176 static const unsigned int tsn1_phy_int_a_pins[] = {
1177
1178 RCAR_GP_PIN(0, 19),
1179 };
1180 static const unsigned int tsn1_phy_int_a_mux[] = {
1181 TSN1_PHY_INT_A_MARK,
1182 };
1183 static const unsigned int tsn1_mdio_a_pins[] = {
1184
1185 RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 9),
1186 };
1187 static const unsigned int tsn1_mdio_a_mux[] = {
1188 TSN1_MDC_A_MARK, TSN1_MDIO_A_MARK,
1189 };
1190 static const unsigned int tsn1_link_b_pins[] = {
1191
1192 RCAR_GP_PIN(3, 6),
1193 };
1194 static const unsigned int tsn1_link_b_mux[] = {
1195 TSN1_LINK_B_MARK,
1196 };
1197 static const unsigned int tsn1_phy_int_b_pins[] = {
1198
1199 RCAR_GP_PIN(3, 11),
1200 };
1201 static const unsigned int tsn1_phy_int_b_mux[] = {
1202 TSN1_PHY_INT_B_MARK,
1203 };
1204 static const unsigned int tsn1_mdio_b_pins[] = {
1205
1206 RCAR_GP_PIN(3, 5), RCAR_GP_PIN(3, 0),
1207 };
1208 static const unsigned int tsn1_mdio_b_mux[] = {
1209 TSN1_MDC_B_MARK, TSN1_MDIO_B_MARK,
1210 };
1211 static const unsigned int tsn1_avtp_pps_pins[] = {
1212
1213 RCAR_GP_PIN(3, 13),
1214 };
1215 static const unsigned int tsn1_avtp_pps_mux[] = {
1216 TSN0_AVTP_PPS_MARK,
1217 };
1218 static const unsigned int tsn1_avtp_capture_a_pins[] = {
1219
1220 RCAR_GP_PIN(0, 7),
1221 };
1222 static const unsigned int tsn1_avtp_capture_a_mux[] = {
1223 TSN1_AVTP_CAPTURE_A_MARK,
1224 };
1225 static const unsigned int tsn1_avtp_match_a_pins[] = {
1226
1227 RCAR_GP_PIN(0, 6),
1228 };
1229 static const unsigned int tsn1_avtp_match_a_mux[] = {
1230 TSN1_AVTP_MATCH_A_MARK,
1231 };
1232 static const unsigned int tsn1_avtp_capture_b_pins[] = {
1233
1234 RCAR_GP_PIN(3, 15),
1235 };
1236 static const unsigned int tsn1_avtp_capture_b_mux[] = {
1237 TSN1_AVTP_CAPTURE_B_MARK,
1238 };
1239 static const unsigned int tsn1_avtp_match_b_pins[] = {
1240
1241 RCAR_GP_PIN(3, 14),
1242 };
1243 static const unsigned int tsn1_avtp_match_b_mux[] = {
1244 TSN1_AVTP_MATCH_B_MARK,
1245 };
1246
1247
1248 static const unsigned int tsn2_link_a_pins[] = {
1249
1250 RCAR_GP_PIN(0, 16),
1251 };
1252 static const unsigned int tsn2_link_a_mux[] = {
1253 TSN2_LINK_A_MARK,
1254 };
1255 static const unsigned int tsn2_phy_int_a_pins[] = {
1256
1257 RCAR_GP_PIN(0, 20),
1258 };
1259 static const unsigned int tsn2_phy_int_a_mux[] = {
1260 TSN2_PHY_INT_A_MARK,
1261 };
1262 static const unsigned int tsn2_mdio_a_pins[] = {
1263
1264 RCAR_GP_PIN(1, 2), RCAR_GP_PIN(1, 3),
1265 };
1266 static const unsigned int tsn2_mdio_a_mux[] = {
1267 TSN2_MDC_A_MARK, TSN2_MDIO_A_MARK,
1268 };
1269 static const unsigned int tsn2_link_b_pins[] = {
1270
1271 RCAR_GP_PIN(3, 7),
1272 };
1273 static const unsigned int tsn2_link_b_mux[] = {
1274 TSN2_LINK_B_MARK,
1275 };
1276 static const unsigned int tsn2_phy_int_b_pins[] = {
1277
1278 RCAR_GP_PIN(3, 9),
1279 };
1280 static const unsigned int tsn2_phy_int_b_mux[] = {
1281 TSN2_PHY_INT_B_MARK,
1282 };
1283 static const unsigned int tsn2_mdio_b_pins[] = {
1284
1285 RCAR_GP_PIN(3, 3), RCAR_GP_PIN(3, 1),
1286 };
1287 static const unsigned int tsn2_mdio_b_mux[] = {
1288 TSN2_MDC_B_MARK, TSN2_MDIO_B_MARK,
1289 };
1290
1291 static const struct sh_pfc_pin_group pinmux_groups[] = {
1292 SH_PFC_PIN_GROUP(hscif0_data),
1293 SH_PFC_PIN_GROUP(hscif0_clk),
1294 SH_PFC_PIN_GROUP(hscif0_ctrl),
1295 SH_PFC_PIN_GROUP(hscif1_data),
1296 SH_PFC_PIN_GROUP(hscif1_clk),
1297 SH_PFC_PIN_GROUP(hscif1_ctrl),
1298 SH_PFC_PIN_GROUP(hscif2_data),
1299 SH_PFC_PIN_GROUP(hscif2_clk),
1300 SH_PFC_PIN_GROUP(hscif2_ctrl),
1301 SH_PFC_PIN_GROUP(hscif3_data),
1302 SH_PFC_PIN_GROUP(hscif3_clk),
1303 SH_PFC_PIN_GROUP(hscif3_ctrl),
1304 SH_PFC_PIN_GROUP(i2c0),
1305 SH_PFC_PIN_GROUP(i2c1),
1306 SH_PFC_PIN_GROUP(i2c2),
1307 SH_PFC_PIN_GROUP(i2c3),
1308 SH_PFC_PIN_GROUP(i2c4),
1309 SH_PFC_PIN_GROUP(i2c5),
1310 SH_PFC_PIN_GROUP(intc_ex_irq0),
1311 SH_PFC_PIN_GROUP(intc_ex_irq1),
1312 SH_PFC_PIN_GROUP(intc_ex_irq2),
1313 SH_PFC_PIN_GROUP(intc_ex_irq3),
1314 SH_PFC_PIN_GROUP(intc_ex_irq4),
1315 SH_PFC_PIN_GROUP(intc_ex_irq5),
1316 BUS_DATA_PIN_GROUP(mmc_data, 1),
1317 BUS_DATA_PIN_GROUP(mmc_data, 4),
1318 BUS_DATA_PIN_GROUP(mmc_data, 8),
1319 SH_PFC_PIN_GROUP(mmc_ctrl),
1320 SH_PFC_PIN_GROUP(mmc_cd),
1321 SH_PFC_PIN_GROUP(mmc_wp),
1322 SH_PFC_PIN_GROUP(mmc_ds),
1323 SH_PFC_PIN_GROUP(msiof0_clk),
1324 SH_PFC_PIN_GROUP(msiof0_sync),
1325 SH_PFC_PIN_GROUP(msiof0_ss1),
1326 SH_PFC_PIN_GROUP(msiof0_ss2),
1327 SH_PFC_PIN_GROUP(msiof0_txd),
1328 SH_PFC_PIN_GROUP(msiof0_rxd),
1329 SH_PFC_PIN_GROUP(msiof1_clk),
1330 SH_PFC_PIN_GROUP(msiof1_sync),
1331 SH_PFC_PIN_GROUP(msiof1_ss1),
1332 SH_PFC_PIN_GROUP(msiof1_ss2),
1333 SH_PFC_PIN_GROUP(msiof1_txd),
1334 SH_PFC_PIN_GROUP(msiof1_rxd),
1335 SH_PFC_PIN_GROUP(msiof2_clk),
1336 SH_PFC_PIN_GROUP(msiof2_sync),
1337 SH_PFC_PIN_GROUP(msiof2_ss1),
1338 SH_PFC_PIN_GROUP(msiof2_ss2),
1339 SH_PFC_PIN_GROUP(msiof2_txd),
1340 SH_PFC_PIN_GROUP(msiof2_rxd),
1341 SH_PFC_PIN_GROUP(msiof3_clk),
1342 SH_PFC_PIN_GROUP(msiof3_sync),
1343 SH_PFC_PIN_GROUP(msiof3_ss1),
1344 SH_PFC_PIN_GROUP(msiof3_ss2),
1345 SH_PFC_PIN_GROUP(msiof3_txd),
1346 SH_PFC_PIN_GROUP(msiof3_rxd),
1347 SH_PFC_PIN_GROUP(pcie0_clkreq_n),
1348 SH_PFC_PIN_GROUP(pcie1_clkreq_n),
1349 SH_PFC_PIN_GROUP(qspi0_ctrl),
1350 BUS_DATA_PIN_GROUP(qspi0_data, 2),
1351 BUS_DATA_PIN_GROUP(qspi0_data, 4),
1352 SH_PFC_PIN_GROUP(qspi1_ctrl),
1353 BUS_DATA_PIN_GROUP(qspi1_data, 2),
1354 BUS_DATA_PIN_GROUP(qspi1_data, 4),
1355 SH_PFC_PIN_GROUP(scif0_data),
1356 SH_PFC_PIN_GROUP(scif0_clk),
1357 SH_PFC_PIN_GROUP(scif0_ctrl),
1358 SH_PFC_PIN_GROUP(scif1_data),
1359 SH_PFC_PIN_GROUP(scif1_clk),
1360 SH_PFC_PIN_GROUP(scif1_ctrl),
1361 SH_PFC_PIN_GROUP(scif3_data),
1362 SH_PFC_PIN_GROUP(scif3_clk),
1363 SH_PFC_PIN_GROUP(scif3_ctrl),
1364 SH_PFC_PIN_GROUP(scif4_data),
1365 SH_PFC_PIN_GROUP(scif4_clk),
1366 SH_PFC_PIN_GROUP(scif4_ctrl),
1367 SH_PFC_PIN_GROUP(scif_clk),
1368 SH_PFC_PIN_GROUP(tsn0_link_a),
1369 SH_PFC_PIN_GROUP(tsn0_magic_a),
1370 SH_PFC_PIN_GROUP(tsn0_phy_int_a),
1371 SH_PFC_PIN_GROUP(tsn0_mdio_a),
1372 SH_PFC_PIN_GROUP(tsn0_link_b),
1373 SH_PFC_PIN_GROUP(tsn0_magic_b),
1374 SH_PFC_PIN_GROUP(tsn0_phy_int_b),
1375 SH_PFC_PIN_GROUP(tsn0_mdio_b),
1376 SH_PFC_PIN_GROUP(tsn0_avtp_pps),
1377 SH_PFC_PIN_GROUP(tsn0_avtp_capture_a),
1378 SH_PFC_PIN_GROUP(tsn0_avtp_match_a),
1379 SH_PFC_PIN_GROUP(tsn0_avtp_capture_b),
1380 SH_PFC_PIN_GROUP(tsn0_avtp_match_b),
1381 SH_PFC_PIN_GROUP(tsn1_link_a),
1382 SH_PFC_PIN_GROUP(tsn1_phy_int_a),
1383 SH_PFC_PIN_GROUP(tsn1_mdio_a),
1384 SH_PFC_PIN_GROUP(tsn1_link_b),
1385 SH_PFC_PIN_GROUP(tsn1_phy_int_b),
1386 SH_PFC_PIN_GROUP(tsn1_mdio_b),
1387 SH_PFC_PIN_GROUP(tsn1_avtp_pps),
1388 SH_PFC_PIN_GROUP(tsn1_avtp_capture_a),
1389 SH_PFC_PIN_GROUP(tsn1_avtp_match_a),
1390 SH_PFC_PIN_GROUP(tsn1_avtp_capture_b),
1391 SH_PFC_PIN_GROUP(tsn1_avtp_match_b),
1392 SH_PFC_PIN_GROUP(tsn2_link_a),
1393 SH_PFC_PIN_GROUP(tsn2_phy_int_a),
1394 SH_PFC_PIN_GROUP(tsn2_mdio_a),
1395 SH_PFC_PIN_GROUP(tsn2_link_b),
1396 SH_PFC_PIN_GROUP(tsn2_phy_int_b),
1397 SH_PFC_PIN_GROUP(tsn2_mdio_b),
1398 };
1399
1400 static const char * const hscif0_groups[] = {
1401 "hscif0_data",
1402 "hscif0_clk",
1403 "hscif0_ctrl",
1404 };
1405
1406 static const char * const hscif1_groups[] = {
1407 "hscif1_data",
1408 "hscif1_clk",
1409 "hscif1_ctrl",
1410 };
1411
1412 static const char * const hscif2_groups[] = {
1413 "hscif2_data",
1414 "hscif2_clk",
1415 "hscif2_ctrl",
1416 };
1417
1418 static const char * const hscif3_groups[] = {
1419 "hscif3_data",
1420 "hscif3_clk",
1421 "hscif3_ctrl",
1422 };
1423
1424 static const char * const i2c0_groups[] = {
1425 "i2c0",
1426 };
1427
1428 static const char * const i2c1_groups[] = {
1429 "i2c1",
1430 };
1431
1432 static const char * const i2c2_groups[] = {
1433 "i2c2",
1434 };
1435
1436 static const char * const i2c3_groups[] = {
1437 "i2c3",
1438 };
1439
1440 static const char * const i2c4_groups[] = {
1441 "i2c4",
1442 };
1443
1444 static const char * const i2c5_groups[] = {
1445 "i2c5",
1446 };
1447
1448 static const char * const intc_ex_groups[] = {
1449 "intc_ex_irq0",
1450 "intc_ex_irq1",
1451 "intc_ex_irq2",
1452 "intc_ex_irq3",
1453 "intc_ex_irq4",
1454 "intc_ex_irq5",
1455 };
1456
1457 static const char * const mmc_groups[] = {
1458 "mmc_data1",
1459 "mmc_data4",
1460 "mmc_data8",
1461 "mmc_ctrl",
1462 "mmc_cd",
1463 "mmc_wp",
1464 "mmc_ds",
1465 };
1466
1467 static const char * const msiof0_groups[] = {
1468 "msiof0_clk",
1469 "msiof0_sync",
1470 "msiof0_ss1",
1471 "msiof0_ss2",
1472 "msiof0_txd",
1473 "msiof0_rxd",
1474 };
1475
1476 static const char * const msiof1_groups[] = {
1477 "msiof1_clk",
1478 "msiof1_sync",
1479 "msiof1_ss1",
1480 "msiof1_ss2",
1481 "msiof1_txd",
1482 "msiof1_rxd",
1483 };
1484
1485 static const char * const msiof2_groups[] = {
1486 "msiof2_clk",
1487 "msiof2_sync",
1488 "msiof2_ss1",
1489 "msiof2_ss2",
1490 "msiof2_txd",
1491 "msiof2_rxd",
1492 };
1493
1494 static const char * const msiof3_groups[] = {
1495 "msiof3_clk",
1496 "msiof3_sync",
1497 "msiof3_ss1",
1498 "msiof3_ss2",
1499 "msiof3_txd",
1500 "msiof3_rxd",
1501 };
1502
1503 static const char * const pcie_groups[] = {
1504 "pcie0_clkreq_n",
1505 "pcie1_clkreq_n",
1506 };
1507
1508 static const char * const qspi0_groups[] = {
1509 "qspi0_ctrl",
1510 "qspi0_data2",
1511 "qspi0_data4",
1512 };
1513
1514 static const char * const qspi1_groups[] = {
1515 "qspi1_ctrl",
1516 "qspi1_data2",
1517 "qspi1_data4",
1518 };
1519
1520 static const char * const scif0_groups[] = {
1521 "scif0_data",
1522 "scif0_clk",
1523 "scif0_ctrl",
1524 };
1525
1526 static const char * const scif1_groups[] = {
1527 "scif1_data",
1528 "scif1_clk",
1529 "scif1_ctrl",
1530 };
1531
1532 static const char * const scif3_groups[] = {
1533 "scif3_data",
1534 "scif3_clk",
1535 "scif3_ctrl",
1536 };
1537
1538 static const char * const scif4_groups[] = {
1539 "scif4_data",
1540 "scif4_clk",
1541 "scif4_ctrl",
1542 };
1543
1544 static const char * const scif_clk_groups[] = {
1545 "scif_clk",
1546 };
1547
1548 static const char * const tsn0_groups[] = {
1549 "tsn0_link_a",
1550 "tsn0_magic_a",
1551 "tsn0_phy_int_a",
1552 "tsn0_mdio_a",
1553 "tsn0_link_b",
1554 "tsn0_magic_b",
1555 "tsn0_phy_int_b",
1556 "tsn0_mdio_b",
1557 "tsn0_avtp_pps",
1558 "tsn0_avtp_capture_a",
1559 "tsn0_avtp_match_a",
1560 "tsn0_avtp_capture_b",
1561 "tsn0_avtp_match_b",
1562 };
1563
1564 static const char * const tsn1_groups[] = {
1565 "tsn1_link_a",
1566 "tsn1_phy_int_a",
1567 "tsn1_mdio_a",
1568 "tsn1_link_b",
1569 "tsn1_phy_int_b",
1570 "tsn1_mdio_b",
1571 "tsn1_avtp_pps",
1572 "tsn1_avtp_capture_a",
1573 "tsn1_avtp_match_a",
1574 "tsn1_avtp_capture_b",
1575 "tsn1_avtp_match_b",
1576 };
1577
1578 static const char * const tsn2_groups[] = {
1579 "tsn2_link_a",
1580 "tsn2_phy_int_a",
1581 "tsn2_mdio_a",
1582 "tsn2_link_b",
1583 "tsn2_phy_int_b",
1584 "tsn2_mdio_b",
1585 };
1586
1587 static const struct sh_pfc_function pinmux_functions[] = {
1588 SH_PFC_FUNCTION(hscif0),
1589 SH_PFC_FUNCTION(hscif1),
1590 SH_PFC_FUNCTION(hscif2),
1591 SH_PFC_FUNCTION(hscif3),
1592 SH_PFC_FUNCTION(i2c0),
1593 SH_PFC_FUNCTION(i2c1),
1594 SH_PFC_FUNCTION(i2c2),
1595 SH_PFC_FUNCTION(i2c3),
1596 SH_PFC_FUNCTION(i2c4),
1597 SH_PFC_FUNCTION(i2c5),
1598 SH_PFC_FUNCTION(intc_ex),
1599 SH_PFC_FUNCTION(mmc),
1600 SH_PFC_FUNCTION(msiof0),
1601 SH_PFC_FUNCTION(msiof1),
1602 SH_PFC_FUNCTION(msiof2),
1603 SH_PFC_FUNCTION(msiof3),
1604 SH_PFC_FUNCTION(pcie),
1605 SH_PFC_FUNCTION(qspi0),
1606 SH_PFC_FUNCTION(qspi1),
1607 SH_PFC_FUNCTION(scif0),
1608 SH_PFC_FUNCTION(scif1),
1609 SH_PFC_FUNCTION(scif3),
1610 SH_PFC_FUNCTION(scif4),
1611 SH_PFC_FUNCTION(scif_clk),
1612 SH_PFC_FUNCTION(tsn0),
1613 SH_PFC_FUNCTION(tsn1),
1614 SH_PFC_FUNCTION(tsn2),
1615 };
1616
1617 static const struct pinmux_cfg_reg pinmux_config_regs[] = {
1618 #define F_(x, y) FN_##y
1619 #define FM(x) FN_##x
1620 { PINMUX_CFG_REG_VAR("GPSR0", 0xe6050040, 32,
1621 GROUP(-11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1622 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
1623 GROUP(
1624
1625 GP_0_20_FN, GPSR0_20,
1626 GP_0_19_FN, GPSR0_19,
1627 GP_0_18_FN, GPSR0_18,
1628 GP_0_17_FN, GPSR0_17,
1629 GP_0_16_FN, GPSR0_16,
1630 GP_0_15_FN, GPSR0_15,
1631 GP_0_14_FN, GPSR0_14,
1632 GP_0_13_FN, GPSR0_13,
1633 GP_0_12_FN, GPSR0_12,
1634 GP_0_11_FN, GPSR0_11,
1635 GP_0_10_FN, GPSR0_10,
1636 GP_0_9_FN, GPSR0_9,
1637 GP_0_8_FN, GPSR0_8,
1638 GP_0_7_FN, GPSR0_7,
1639 GP_0_6_FN, GPSR0_6,
1640 GP_0_5_FN, GPSR0_5,
1641 GP_0_4_FN, GPSR0_4,
1642 GP_0_3_FN, GPSR0_3,
1643 GP_0_2_FN, GPSR0_2,
1644 GP_0_1_FN, GPSR0_1,
1645 GP_0_0_FN, GPSR0_0, ))
1646 },
1647 { PINMUX_CFG_REG_VAR("GPSR1", 0xe6050840, 32,
1648 GROUP(-7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1649 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
1650 GROUP(
1651
1652 GP_1_24_FN, GPSR1_24,
1653 GP_1_23_FN, GPSR1_23,
1654 GP_1_22_FN, GPSR1_22,
1655 GP_1_21_FN, GPSR1_21,
1656 GP_1_20_FN, GPSR1_20,
1657 GP_1_19_FN, GPSR1_19,
1658 GP_1_18_FN, GPSR1_18,
1659 GP_1_17_FN, GPSR1_17,
1660 GP_1_16_FN, GPSR1_16,
1661 GP_1_15_FN, GPSR1_15,
1662 GP_1_14_FN, GPSR1_14,
1663 GP_1_13_FN, GPSR1_13,
1664 GP_1_12_FN, GPSR1_12,
1665 GP_1_11_FN, GPSR1_11,
1666 GP_1_10_FN, GPSR1_10,
1667 GP_1_9_FN, GPSR1_9,
1668 GP_1_8_FN, GPSR1_8,
1669 GP_1_7_FN, GPSR1_7,
1670 GP_1_6_FN, GPSR1_6,
1671 GP_1_5_FN, GPSR1_5,
1672 GP_1_4_FN, GPSR1_4,
1673 GP_1_3_FN, GPSR1_3,
1674 GP_1_2_FN, GPSR1_2,
1675 GP_1_1_FN, GPSR1_1,
1676 GP_1_0_FN, GPSR1_0, ))
1677 },
1678 { PINMUX_CFG_REG_VAR("GPSR2", 0xe6051040, 32,
1679 GROUP(-15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1680 1, 1, 1, 1, 1, 1),
1681 GROUP(
1682
1683 GP_2_16_FN, GPSR2_16,
1684 GP_2_15_FN, GPSR2_15,
1685 GP_2_14_FN, GPSR2_14,
1686 GP_2_13_FN, GPSR2_13,
1687 GP_2_12_FN, GPSR2_12,
1688 GP_2_11_FN, GPSR2_11,
1689 GP_2_10_FN, GPSR2_10,
1690 GP_2_9_FN, GPSR2_9,
1691 GP_2_8_FN, GPSR2_8,
1692 GP_2_7_FN, GPSR2_7,
1693 GP_2_6_FN, GPSR2_6,
1694 GP_2_5_FN, GPSR2_5,
1695 GP_2_4_FN, GPSR2_4,
1696 GP_2_3_FN, GPSR2_3,
1697 GP_2_2_FN, GPSR2_2,
1698 GP_2_1_FN, GPSR2_1,
1699 GP_2_0_FN, GPSR2_0, ))
1700 },
1701 { PINMUX_CFG_REG_VAR("GPSR3", 0xe6051840, 32,
1702 GROUP(-13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1703 1, 1, 1, 1, 1, 1, 1, 1),
1704 GROUP(
1705
1706 GP_3_18_FN, GPSR3_18,
1707 GP_3_17_FN, GPSR3_17,
1708 GP_3_16_FN, GPSR3_16,
1709 GP_3_15_FN, GPSR3_15,
1710 GP_3_14_FN, GPSR3_14,
1711 GP_3_13_FN, GPSR3_13,
1712 GP_3_12_FN, GPSR3_12,
1713 GP_3_11_FN, GPSR3_11,
1714 GP_3_10_FN, GPSR3_10,
1715 GP_3_9_FN, GPSR3_9,
1716 GP_3_8_FN, GPSR3_8,
1717 GP_3_7_FN, GPSR3_7,
1718 GP_3_6_FN, GPSR3_6,
1719 GP_3_5_FN, GPSR3_5,
1720 GP_3_4_FN, GPSR3_4,
1721 GP_3_3_FN, GPSR3_3,
1722 GP_3_2_FN, GPSR3_2,
1723 GP_3_1_FN, GPSR3_1,
1724 GP_3_0_FN, GPSR3_0, ))
1725 },
1726 #undef F_
1727 #undef FM
1728
1729 #define F_(x, y) x,
1730 #define FM(x) FN_##x,
1731 { PINMUX_CFG_REG("IP0SR0", 0xe6050060, 32, 4, GROUP(
1732 IP0SR0_31_28
1733 IP0SR0_27_24
1734 IP0SR0_23_20
1735 IP0SR0_19_16
1736 IP0SR0_15_12
1737 IP0SR0_11_8
1738 IP0SR0_7_4
1739 IP0SR0_3_0))
1740 },
1741 { PINMUX_CFG_REG("IP1SR0", 0xe6050064, 32, 4, GROUP(
1742 IP1SR0_31_28
1743 IP1SR0_27_24
1744 IP1SR0_23_20
1745 IP1SR0_19_16
1746 IP1SR0_15_12
1747 IP1SR0_11_8
1748 IP1SR0_7_4
1749 IP1SR0_3_0))
1750 },
1751 { PINMUX_CFG_REG_VAR("IP2SR0", 0xe6050068, 32,
1752 GROUP(-12, 4, 4, 4, 4, 4),
1753 GROUP(
1754
1755 IP2SR0_19_16
1756 IP2SR0_15_12
1757 IP2SR0_11_8
1758 IP2SR0_7_4
1759 IP2SR0_3_0))
1760 },
1761 { PINMUX_CFG_REG("IP0SR1", 0xe6050860, 32, 4, GROUP(
1762 IP0SR1_31_28
1763 IP0SR1_27_24
1764 IP0SR1_23_20
1765 IP0SR1_19_16
1766 IP0SR1_15_12
1767 IP0SR1_11_8
1768 IP0SR1_7_4
1769 IP0SR1_3_0))
1770 },
1771 #undef F_
1772 #undef FM
1773
1774 #define F_(x, y) x,
1775 #define FM(x) FN_##x,
1776 { PINMUX_CFG_REG_VAR("MOD_SEL1", 0xe6050900, 32,
1777 GROUP(-20, 2, 2, 2, 2, 2, 2),
1778 GROUP(
1779
1780 MOD_SEL1_11_10
1781 MOD_SEL1_9_8
1782 MOD_SEL1_7_6
1783 MOD_SEL1_5_4
1784 MOD_SEL1_3_2
1785 MOD_SEL1_1_0))
1786 },
1787 { },
1788 };
1789
1790 static const struct pinmux_drive_reg pinmux_drive_regs[] = {
1791 { PINMUX_DRIVE_REG("DRV0CTRL0", 0xe6050080) {
1792 { RCAR_GP_PIN(0, 7), 28, 3 },
1793 { RCAR_GP_PIN(0, 6), 24, 3 },
1794 { RCAR_GP_PIN(0, 5), 20, 3 },
1795 { RCAR_GP_PIN(0, 4), 16, 3 },
1796 { RCAR_GP_PIN(0, 3), 12, 3 },
1797 { RCAR_GP_PIN(0, 2), 8, 3 },
1798 { RCAR_GP_PIN(0, 1), 4, 3 },
1799 { RCAR_GP_PIN(0, 0), 0, 3 },
1800 } },
1801 { PINMUX_DRIVE_REG("DRV1CTRL0", 0xe6050084) {
1802 { RCAR_GP_PIN(0, 15), 28, 3 },
1803 { RCAR_GP_PIN(0, 14), 24, 3 },
1804 { RCAR_GP_PIN(0, 13), 20, 3 },
1805 { RCAR_GP_PIN(0, 12), 16, 3 },
1806 { RCAR_GP_PIN(0, 11), 12, 3 },
1807 { RCAR_GP_PIN(0, 10), 8, 3 },
1808 { RCAR_GP_PIN(0, 9), 4, 3 },
1809 { RCAR_GP_PIN(0, 8), 0, 3 },
1810 } },
1811 { PINMUX_DRIVE_REG("DRV2CTRL0", 0xe6050088) {
1812 { RCAR_GP_PIN(0, 20), 16, 3 },
1813 { RCAR_GP_PIN(0, 19), 12, 3 },
1814 { RCAR_GP_PIN(0, 18), 8, 3 },
1815 { RCAR_GP_PIN(0, 17), 4, 3 },
1816 { RCAR_GP_PIN(0, 16), 0, 3 },
1817 } },
1818 { PINMUX_DRIVE_REG("DRV0CTRL1", 0xe6050880) {
1819 { RCAR_GP_PIN(1, 7), 28, 3 },
1820 { RCAR_GP_PIN(1, 6), 24, 3 },
1821 { RCAR_GP_PIN(1, 5), 20, 3 },
1822 { RCAR_GP_PIN(1, 4), 16, 3 },
1823 { RCAR_GP_PIN(1, 3), 12, 3 },
1824 { RCAR_GP_PIN(1, 2), 8, 3 },
1825 { RCAR_GP_PIN(1, 1), 4, 3 },
1826 { RCAR_GP_PIN(1, 0), 0, 3 },
1827 } },
1828 { PINMUX_DRIVE_REG("DRV1CTRL1", 0xe6050884) {
1829 { RCAR_GP_PIN(1, 15), 28, 3 },
1830 { RCAR_GP_PIN(1, 14), 24, 3 },
1831 { RCAR_GP_PIN(1, 13), 20, 3 },
1832 { RCAR_GP_PIN(1, 12), 16, 3 },
1833 { RCAR_GP_PIN(1, 11), 12, 3 },
1834 { RCAR_GP_PIN(1, 10), 8, 3 },
1835 { RCAR_GP_PIN(1, 9), 4, 3 },
1836 { RCAR_GP_PIN(1, 8), 0, 3 },
1837 } },
1838 { PINMUX_DRIVE_REG("DRV2CTRL1", 0xe6050888) {
1839 { RCAR_GP_PIN(1, 23), 28, 3 },
1840 { RCAR_GP_PIN(1, 22), 24, 3 },
1841 { RCAR_GP_PIN(1, 21), 20, 3 },
1842 { RCAR_GP_PIN(1, 20), 16, 3 },
1843 { RCAR_GP_PIN(1, 19), 12, 3 },
1844 { RCAR_GP_PIN(1, 18), 8, 3 },
1845 { RCAR_GP_PIN(1, 17), 4, 3 },
1846 { RCAR_GP_PIN(1, 16), 0, 3 },
1847 } },
1848 { PINMUX_DRIVE_REG("DRV3CTRL1", 0xe605088c) {
1849 { RCAR_GP_PIN(1, 24), 0, 3 },
1850 } },
1851 { PINMUX_DRIVE_REG("DRV0CTRL2", 0xe6051080) {
1852 { RCAR_GP_PIN(2, 7), 28, 2 },
1853 { RCAR_GP_PIN(2, 6), 24, 2 },
1854 { RCAR_GP_PIN(2, 5), 20, 2 },
1855 { RCAR_GP_PIN(2, 4), 16, 2 },
1856 { RCAR_GP_PIN(2, 3), 12, 2 },
1857 { RCAR_GP_PIN(2, 2), 8, 2 },
1858 { RCAR_GP_PIN(2, 1), 4, 2 },
1859 { RCAR_GP_PIN(2, 0), 0, 2 },
1860 } },
1861 { PINMUX_DRIVE_REG("DRV1CTRL2", 0xe6051084) {
1862 { RCAR_GP_PIN(2, 15), 28, 3 },
1863 { RCAR_GP_PIN(2, 14), 24, 2 },
1864 { RCAR_GP_PIN(2, 13), 20, 2 },
1865 { RCAR_GP_PIN(2, 12), 16, 2 },
1866 { RCAR_GP_PIN(2, 11), 12, 2 },
1867 { RCAR_GP_PIN(2, 10), 8, 2 },
1868 { RCAR_GP_PIN(2, 9), 4, 2 },
1869 { RCAR_GP_PIN(2, 8), 0, 2 },
1870 } },
1871 { PINMUX_DRIVE_REG("DRV2CTRL2", 0xe6051088) {
1872 { RCAR_GP_PIN(2, 16), 0, 3 },
1873 } },
1874 { PINMUX_DRIVE_REG("DRV0CTRL3", 0xe6051880) {
1875 { RCAR_GP_PIN(3, 7), 28, 3 },
1876 { RCAR_GP_PIN(3, 6), 24, 3 },
1877 { RCAR_GP_PIN(3, 5), 20, 3 },
1878 { RCAR_GP_PIN(3, 4), 16, 3 },
1879 { RCAR_GP_PIN(3, 3), 12, 3 },
1880 { RCAR_GP_PIN(3, 2), 8, 3 },
1881 { RCAR_GP_PIN(3, 1), 4, 3 },
1882 { RCAR_GP_PIN(3, 0), 0, 3 },
1883 } },
1884 { PINMUX_DRIVE_REG("DRV1CTRL3", 0xe6051884) {
1885 { RCAR_GP_PIN(3, 15), 28, 3 },
1886 { RCAR_GP_PIN(3, 14), 24, 3 },
1887 { RCAR_GP_PIN(3, 13), 20, 3 },
1888 { RCAR_GP_PIN(3, 12), 16, 3 },
1889 { RCAR_GP_PIN(3, 11), 12, 3 },
1890 { RCAR_GP_PIN(3, 10), 8, 3 },
1891 { RCAR_GP_PIN(3, 9), 4, 3 },
1892 { RCAR_GP_PIN(3, 8), 0, 3 },
1893 } },
1894 { PINMUX_DRIVE_REG("DRV2CTRL3", 0xe6051888) {
1895 { RCAR_GP_PIN(3, 18), 8, 3 },
1896 { RCAR_GP_PIN(3, 17), 4, 3 },
1897 { RCAR_GP_PIN(3, 16), 0, 3 },
1898 } },
1899 { },
1900 };
1901
1902 enum ioctrl_regs {
1903 POC0,
1904 POC1,
1905 POC3,
1906 TD0SEL1,
1907 };
1908
1909 static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = {
1910 [POC0] = { 0xe60500a0, },
1911 [POC1] = { 0xe60508a0, },
1912 [POC3] = { 0xe60518a0, },
1913 [TD0SEL1] = { 0xe6050920, },
1914 { },
1915 };
1916
1917 static int r8a779f0_pin_to_pocctrl(unsigned int pin, u32 *pocctrl)
1918 {
1919 int bit = pin & 0x1f;
1920
1921 *pocctrl = pinmux_ioctrl_regs[POC0].reg;
1922 if (pin >= RCAR_GP_PIN(0, 0) && pin <= RCAR_GP_PIN(0, 20))
1923 return bit;
1924
1925 *pocctrl = pinmux_ioctrl_regs[POC1].reg;
1926 if (pin >= RCAR_GP_PIN(1, 0) && pin <= RCAR_GP_PIN(1, 24))
1927 return bit;
1928
1929 *pocctrl = pinmux_ioctrl_regs[POC3].reg;
1930 if (pin >= RCAR_GP_PIN(3, 0) && pin <= RCAR_GP_PIN(3, 18))
1931 return bit;
1932
1933 return -EINVAL;
1934 }
1935
1936 static const struct pinmux_bias_reg pinmux_bias_regs[] = {
1937 { PINMUX_BIAS_REG("PUEN0", 0xe60500c0, "PUD0", 0xe60500e0) {
1938 [ 0] = RCAR_GP_PIN(0, 0),
1939 [ 1] = RCAR_GP_PIN(0, 1),
1940 [ 2] = RCAR_GP_PIN(0, 2),
1941 [ 3] = RCAR_GP_PIN(0, 3),
1942 [ 4] = RCAR_GP_PIN(0, 4),
1943 [ 5] = RCAR_GP_PIN(0, 5),
1944 [ 6] = RCAR_GP_PIN(0, 6),
1945 [ 7] = RCAR_GP_PIN(0, 7),
1946 [ 8] = RCAR_GP_PIN(0, 8),
1947 [ 9] = RCAR_GP_PIN(0, 9),
1948 [10] = RCAR_GP_PIN(0, 10),
1949 [11] = RCAR_GP_PIN(0, 11),
1950 [12] = RCAR_GP_PIN(0, 12),
1951 [13] = RCAR_GP_PIN(0, 13),
1952 [14] = RCAR_GP_PIN(0, 14),
1953 [15] = RCAR_GP_PIN(0, 15),
1954 [16] = RCAR_GP_PIN(0, 16),
1955 [17] = RCAR_GP_PIN(0, 17),
1956 [18] = RCAR_GP_PIN(0, 18),
1957 [19] = RCAR_GP_PIN(0, 19),
1958 [20] = RCAR_GP_PIN(0, 20),
1959 [21] = SH_PFC_PIN_NONE,
1960 [22] = SH_PFC_PIN_NONE,
1961 [23] = SH_PFC_PIN_NONE,
1962 [24] = SH_PFC_PIN_NONE,
1963 [25] = SH_PFC_PIN_NONE,
1964 [26] = SH_PFC_PIN_NONE,
1965 [27] = SH_PFC_PIN_NONE,
1966 [28] = SH_PFC_PIN_NONE,
1967 [29] = SH_PFC_PIN_NONE,
1968 [30] = SH_PFC_PIN_NONE,
1969 [31] = SH_PFC_PIN_NONE,
1970 } },
1971 { PINMUX_BIAS_REG("PUEN1", 0xe60508c0, "PUD1", 0xe60508e0) {
1972 [ 0] = RCAR_GP_PIN(1, 0),
1973 [ 1] = RCAR_GP_PIN(1, 1),
1974 [ 2] = RCAR_GP_PIN(1, 2),
1975 [ 3] = RCAR_GP_PIN(1, 3),
1976 [ 4] = RCAR_GP_PIN(1, 4),
1977 [ 5] = RCAR_GP_PIN(1, 5),
1978 [ 6] = RCAR_GP_PIN(1, 6),
1979 [ 7] = RCAR_GP_PIN(1, 7),
1980 [ 8] = RCAR_GP_PIN(1, 8),
1981 [ 9] = RCAR_GP_PIN(1, 9),
1982 [10] = RCAR_GP_PIN(1, 10),
1983 [11] = RCAR_GP_PIN(1, 11),
1984 [12] = RCAR_GP_PIN(1, 12),
1985 [13] = RCAR_GP_PIN(1, 13),
1986 [14] = RCAR_GP_PIN(1, 14),
1987 [15] = RCAR_GP_PIN(1, 15),
1988 [16] = RCAR_GP_PIN(1, 16),
1989 [17] = RCAR_GP_PIN(1, 17),
1990 [18] = RCAR_GP_PIN(1, 18),
1991 [19] = RCAR_GP_PIN(1, 19),
1992 [20] = RCAR_GP_PIN(1, 20),
1993 [21] = RCAR_GP_PIN(1, 21),
1994 [22] = RCAR_GP_PIN(1, 22),
1995 [23] = RCAR_GP_PIN(1, 23),
1996 [24] = RCAR_GP_PIN(1, 24),
1997 [25] = SH_PFC_PIN_NONE,
1998 [26] = SH_PFC_PIN_NONE,
1999 [27] = SH_PFC_PIN_NONE,
2000 [28] = SH_PFC_PIN_NONE,
2001 [29] = SH_PFC_PIN_NONE,
2002 [30] = SH_PFC_PIN_NONE,
2003 [31] = SH_PFC_PIN_NONE,
2004 } },
2005 { PINMUX_BIAS_REG("PUEN2", 0xe60510c0, "PUD2", 0xe60510e0) {
2006 [ 0] = RCAR_GP_PIN(2, 0),
2007 [ 1] = RCAR_GP_PIN(2, 1),
2008 [ 2] = RCAR_GP_PIN(2, 2),
2009 [ 3] = RCAR_GP_PIN(2, 3),
2010 [ 4] = RCAR_GP_PIN(2, 4),
2011 [ 5] = RCAR_GP_PIN(2, 5),
2012 [ 6] = RCAR_GP_PIN(2, 6),
2013 [ 7] = RCAR_GP_PIN(2, 7),
2014 [ 8] = RCAR_GP_PIN(2, 8),
2015 [ 9] = RCAR_GP_PIN(2, 9),
2016 [10] = RCAR_GP_PIN(2, 10),
2017 [11] = RCAR_GP_PIN(2, 11),
2018 [12] = RCAR_GP_PIN(2, 12),
2019 [13] = RCAR_GP_PIN(2, 13),
2020 [14] = RCAR_GP_PIN(2, 14),
2021 [15] = RCAR_GP_PIN(2, 15),
2022 [16] = RCAR_GP_PIN(2, 16),
2023 [17] = SH_PFC_PIN_NONE,
2024 [18] = SH_PFC_PIN_NONE,
2025 [19] = SH_PFC_PIN_NONE,
2026 [20] = SH_PFC_PIN_NONE,
2027 [21] = SH_PFC_PIN_NONE,
2028 [22] = SH_PFC_PIN_NONE,
2029 [23] = SH_PFC_PIN_NONE,
2030 [24] = SH_PFC_PIN_NONE,
2031 [25] = SH_PFC_PIN_NONE,
2032 [26] = SH_PFC_PIN_NONE,
2033 [27] = SH_PFC_PIN_NONE,
2034 [28] = SH_PFC_PIN_NONE,
2035 [29] = SH_PFC_PIN_NONE,
2036 [30] = SH_PFC_PIN_NONE,
2037 [31] = SH_PFC_PIN_NONE,
2038 } },
2039 { PINMUX_BIAS_REG("PUEN3", 0xe60518c0, "PUD3", 0xe60518e0) {
2040 [ 0] = RCAR_GP_PIN(3, 0),
2041 [ 1] = RCAR_GP_PIN(3, 1),
2042 [ 2] = RCAR_GP_PIN(3, 2),
2043 [ 3] = RCAR_GP_PIN(3, 3),
2044 [ 4] = RCAR_GP_PIN(3, 4),
2045 [ 5] = RCAR_GP_PIN(3, 5),
2046 [ 6] = RCAR_GP_PIN(3, 6),
2047 [ 7] = RCAR_GP_PIN(3, 7),
2048 [ 8] = RCAR_GP_PIN(3, 8),
2049 [ 9] = RCAR_GP_PIN(3, 9),
2050 [10] = RCAR_GP_PIN(3, 10),
2051 [11] = RCAR_GP_PIN(3, 11),
2052 [12] = RCAR_GP_PIN(3, 12),
2053 [13] = RCAR_GP_PIN(3, 13),
2054 [14] = RCAR_GP_PIN(3, 14),
2055 [15] = RCAR_GP_PIN(3, 15),
2056 [16] = RCAR_GP_PIN(3, 16),
2057 [17] = RCAR_GP_PIN(3, 17),
2058 [18] = RCAR_GP_PIN(3, 18),
2059 [19] = SH_PFC_PIN_NONE,
2060 [20] = SH_PFC_PIN_NONE,
2061 [21] = SH_PFC_PIN_NONE,
2062 [22] = SH_PFC_PIN_NONE,
2063 [23] = SH_PFC_PIN_NONE,
2064 [24] = SH_PFC_PIN_NONE,
2065 [25] = SH_PFC_PIN_NONE,
2066 [26] = SH_PFC_PIN_NONE,
2067 [27] = SH_PFC_PIN_NONE,
2068 [28] = SH_PFC_PIN_NONE,
2069 [29] = SH_PFC_PIN_NONE,
2070 [30] = SH_PFC_PIN_NONE,
2071 [31] = SH_PFC_PIN_NONE,
2072 } },
2073 { },
2074 };
2075
2076 static const struct sh_pfc_soc_operations r8a779f0_pfc_ops = {
2077 .pin_to_pocctrl = r8a779f0_pin_to_pocctrl,
2078 .get_bias = rcar_pinmux_get_bias,
2079 .set_bias = rcar_pinmux_set_bias,
2080 };
2081
2082 const struct sh_pfc_soc_info r8a779f0_pinmux_info = {
2083 .name = "r8a779f0_pfc",
2084 .ops = &r8a779f0_pfc_ops,
2085 .unlock_reg = 0x1ff,
2086
2087 .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },
2088
2089 .pins = pinmux_pins,
2090 .nr_pins = ARRAY_SIZE(pinmux_pins),
2091 .groups = pinmux_groups,
2092 .nr_groups = ARRAY_SIZE(pinmux_groups),
2093 .functions = pinmux_functions,
2094 .nr_functions = ARRAY_SIZE(pinmux_functions),
2095
2096 .cfg_regs = pinmux_config_regs,
2097 .drive_regs = pinmux_drive_regs,
2098 .bias_regs = pinmux_bias_regs,
2099 .ioctrl_regs = pinmux_ioctrl_regs,
2100
2101 .pinmux_data = pinmux_data,
2102 .pinmux_data_size = ARRAY_SIZE(pinmux_data),
2103 };