Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2 | /* |
| 3 | * R8A77970 processor support - PFC hardware block. |
| 4 | * |
| 5 | * Copyright (C) 2016 Renesas Electronics Corp. |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 6 | * Copyright (C) 2017 Cogent Embedded, Inc. <source@cogentembedded.com> |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 7 | * |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 8 | * This file is based on the drivers/pinctrl/renesas/pfc-r8a7795.c |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 9 | * |
| 10 | * R-Car Gen3 processor support - PFC hardware block. |
| 11 | * |
| 12 | * Copyright (C) 2015 Renesas Electronics Corporation |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 13 | */ |
| 14 | |
| 15 | #include <common.h> |
| 16 | #include <dm.h> |
| 17 | #include <errno.h> |
| 18 | #include <dm/pinctrl.h> |
| 19 | #include <linux/kernel.h> |
| 20 | |
| 21 | #include "sh_pfc.h" |
| 22 | |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 23 | #define CPU_ALL_GP(fn, sfx) \ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 24 | PORT_GP_CFG_22(0, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE | SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 25 | PORT_GP_CFG_28(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 26 | PORT_GP_CFG_17(2, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE | SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 27 | PORT_GP_CFG_17(3, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE | SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 28 | PORT_GP_CFG_6(4, fn, sfx, SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 29 | PORT_GP_CFG_15(5, fn, sfx, SH_PFC_PIN_CFG_PULL_UP_DOWN) |
| 30 | |
| 31 | #define CPU_ALL_NOGP(fn) \ |
| 32 | PIN_NOGP_CFG(DU_DOTCLKIN, "DU_DOTCLKIN", fn, SH_PFC_PIN_CFG_PULL_DOWN), \ |
| 33 | PIN_NOGP_CFG(EXTALR, "EXTALR", fn, SH_PFC_PIN_CFG_PULL_DOWN), \ |
| 34 | PIN_NOGP_CFG(FSCLKST_N, "FSCLKST#", fn, SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 35 | PIN_NOGP_CFG(PRESETOUT_N, "PRESETOUT#", fn, SH_PFC_PIN_CFG_PULL_UP_DOWN), \ |
| 36 | PIN_NOGP_CFG(TCK, "TCK", fn, SH_PFC_PIN_CFG_PULL_UP), \ |
| 37 | PIN_NOGP_CFG(TDI, "TDI", fn, SH_PFC_PIN_CFG_PULL_UP), \ |
| 38 | PIN_NOGP_CFG(TMS, "TMS", fn, SH_PFC_PIN_CFG_PULL_UP), \ |
| 39 | PIN_NOGP_CFG(TRST_N, "TRST#", fn, SH_PFC_PIN_CFG_PULL_UP) |
| 40 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 41 | /* |
| 42 | * F_() : just information |
| 43 | * FM() : macro for FN_xxx / xxx_MARK |
| 44 | */ |
| 45 | |
| 46 | /* GPSR0 */ |
| 47 | #define GPSR0_21 F_(DU_EXODDF_DU_ODDF_DISP_CDE, IP2_23_20) |
| 48 | #define GPSR0_20 F_(DU_EXVSYNC_DU_VSYNC, IP2_19_16) |
| 49 | #define GPSR0_19 F_(DU_EXHSYNC_DU_HSYNC, IP2_15_12) |
| 50 | #define GPSR0_18 F_(DU_DOTCLKOUT, IP2_11_8) |
| 51 | #define GPSR0_17 F_(DU_DB7, IP2_7_4) |
| 52 | #define GPSR0_16 F_(DU_DB6, IP2_3_0) |
| 53 | #define GPSR0_15 F_(DU_DB5, IP1_31_28) |
| 54 | #define GPSR0_14 F_(DU_DB4, IP1_27_24) |
| 55 | #define GPSR0_13 F_(DU_DB3, IP1_23_20) |
| 56 | #define GPSR0_12 F_(DU_DB2, IP1_19_16) |
| 57 | #define GPSR0_11 F_(DU_DG7, IP1_15_12) |
| 58 | #define GPSR0_10 F_(DU_DG6, IP1_11_8) |
| 59 | #define GPSR0_9 F_(DU_DG5, IP1_7_4) |
| 60 | #define GPSR0_8 F_(DU_DG4, IP1_3_0) |
| 61 | #define GPSR0_7 F_(DU_DG3, IP0_31_28) |
| 62 | #define GPSR0_6 F_(DU_DG2, IP0_27_24) |
| 63 | #define GPSR0_5 F_(DU_DR7, IP0_23_20) |
| 64 | #define GPSR0_4 F_(DU_DR6, IP0_19_16) |
| 65 | #define GPSR0_3 F_(DU_DR5, IP0_15_12) |
| 66 | #define GPSR0_2 F_(DU_DR4, IP0_11_8) |
| 67 | #define GPSR0_1 F_(DU_DR3, IP0_7_4) |
| 68 | #define GPSR0_0 F_(DU_DR2, IP0_3_0) |
| 69 | |
| 70 | /* GPSR1 */ |
| 71 | #define GPSR1_27 F_(DIGRF_CLKOUT, IP8_27_24) |
| 72 | #define GPSR1_26 F_(DIGRF_CLKIN, IP8_23_20) |
| 73 | #define GPSR1_25 F_(CANFD_CLK_A, IP8_19_16) |
| 74 | #define GPSR1_24 F_(CANFD1_RX, IP8_15_12) |
| 75 | #define GPSR1_23 F_(CANFD1_TX, IP8_11_8) |
| 76 | #define GPSR1_22 F_(CANFD0_RX_A, IP8_7_4) |
| 77 | #define GPSR1_21 F_(CANFD0_TX_A, IP8_3_0) |
| 78 | #define GPSR1_20 F_(AVB0_AVTP_CAPTURE, IP7_31_28) |
| 79 | #define GPSR1_19 FM(AVB0_AVTP_MATCH) |
| 80 | #define GPSR1_18 FM(AVB0_LINK) |
| 81 | #define GPSR1_17 FM(AVB0_PHY_INT) |
| 82 | #define GPSR1_16 FM(AVB0_MAGIC) |
| 83 | #define GPSR1_15 FM(AVB0_MDC) |
| 84 | #define GPSR1_14 FM(AVB0_MDIO) |
| 85 | #define GPSR1_13 FM(AVB0_TXCREFCLK) |
| 86 | #define GPSR1_12 FM(AVB0_TD3) |
| 87 | #define GPSR1_11 FM(AVB0_TD2) |
| 88 | #define GPSR1_10 FM(AVB0_TD1) |
| 89 | #define GPSR1_9 FM(AVB0_TD0) |
| 90 | #define GPSR1_8 FM(AVB0_TXC) |
| 91 | #define GPSR1_7 FM(AVB0_TX_CTL) |
| 92 | #define GPSR1_6 FM(AVB0_RD3) |
| 93 | #define GPSR1_5 FM(AVB0_RD2) |
| 94 | #define GPSR1_4 FM(AVB0_RD1) |
| 95 | #define GPSR1_3 FM(AVB0_RD0) |
| 96 | #define GPSR1_2 FM(AVB0_RXC) |
| 97 | #define GPSR1_1 FM(AVB0_RX_CTL) |
| 98 | #define GPSR1_0 F_(IRQ0, IP2_27_24) |
| 99 | |
| 100 | /* GPSR2 */ |
| 101 | #define GPSR2_16 F_(VI0_FIELD, IP4_31_28) |
| 102 | #define GPSR2_15 F_(VI0_DATA11, IP4_27_24) |
| 103 | #define GPSR2_14 F_(VI0_DATA10, IP4_23_20) |
| 104 | #define GPSR2_13 F_(VI0_DATA9, IP4_19_16) |
| 105 | #define GPSR2_12 F_(VI0_DATA8, IP4_15_12) |
| 106 | #define GPSR2_11 F_(VI0_DATA7, IP4_11_8) |
| 107 | #define GPSR2_10 F_(VI0_DATA6, IP4_7_4) |
| 108 | #define GPSR2_9 F_(VI0_DATA5, IP4_3_0) |
| 109 | #define GPSR2_8 F_(VI0_DATA4, IP3_31_28) |
| 110 | #define GPSR2_7 F_(VI0_DATA3, IP3_27_24) |
| 111 | #define GPSR2_6 F_(VI0_DATA2, IP3_23_20) |
| 112 | #define GPSR2_5 F_(VI0_DATA1, IP3_19_16) |
| 113 | #define GPSR2_4 F_(VI0_DATA0, IP3_15_12) |
| 114 | #define GPSR2_3 F_(VI0_VSYNC_N, IP3_11_8) |
| 115 | #define GPSR2_2 F_(VI0_HSYNC_N, IP3_7_4) |
| 116 | #define GPSR2_1 F_(VI0_CLKENB, IP3_3_0) |
| 117 | #define GPSR2_0 F_(VI0_CLK, IP2_31_28) |
| 118 | |
| 119 | /* GPSR3 */ |
| 120 | #define GPSR3_16 F_(VI1_FIELD, IP7_3_0) |
| 121 | #define GPSR3_15 F_(VI1_DATA11, IP6_31_28) |
| 122 | #define GPSR3_14 F_(VI1_DATA10, IP6_27_24) |
| 123 | #define GPSR3_13 F_(VI1_DATA9, IP6_23_20) |
| 124 | #define GPSR3_12 F_(VI1_DATA8, IP6_19_16) |
| 125 | #define GPSR3_11 F_(VI1_DATA7, IP6_15_12) |
| 126 | #define GPSR3_10 F_(VI1_DATA6, IP6_11_8) |
| 127 | #define GPSR3_9 F_(VI1_DATA5, IP6_7_4) |
| 128 | #define GPSR3_8 F_(VI1_DATA4, IP6_3_0) |
| 129 | #define GPSR3_7 F_(VI1_DATA3, IP5_31_28) |
| 130 | #define GPSR3_6 F_(VI1_DATA2, IP5_27_24) |
| 131 | #define GPSR3_5 F_(VI1_DATA1, IP5_23_20) |
| 132 | #define GPSR3_4 F_(VI1_DATA0, IP5_19_16) |
| 133 | #define GPSR3_3 F_(VI1_VSYNC_N, IP5_15_12) |
| 134 | #define GPSR3_2 F_(VI1_HSYNC_N, IP5_11_8) |
| 135 | #define GPSR3_1 F_(VI1_CLKENB, IP5_7_4) |
| 136 | #define GPSR3_0 F_(VI1_CLK, IP5_3_0) |
| 137 | |
| 138 | /* GPSR4 */ |
| 139 | #define GPSR4_5 F_(SDA2, IP7_27_24) |
| 140 | #define GPSR4_4 F_(SCL2, IP7_23_20) |
| 141 | #define GPSR4_3 F_(SDA1, IP7_19_16) |
| 142 | #define GPSR4_2 F_(SCL1, IP7_15_12) |
| 143 | #define GPSR4_1 F_(SDA0, IP7_11_8) |
| 144 | #define GPSR4_0 F_(SCL0, IP7_7_4) |
| 145 | |
| 146 | /* GPSR5 */ |
| 147 | #define GPSR5_14 FM(RPC_INT_N) |
| 148 | #define GPSR5_13 FM(RPC_WP_N) |
| 149 | #define GPSR5_12 FM(RPC_RESET_N) |
| 150 | #define GPSR5_11 FM(QSPI1_SSL) |
| 151 | #define GPSR5_10 FM(QSPI1_IO3) |
| 152 | #define GPSR5_9 FM(QSPI1_IO2) |
| 153 | #define GPSR5_8 FM(QSPI1_MISO_IO1) |
| 154 | #define GPSR5_7 FM(QSPI1_MOSI_IO0) |
| 155 | #define GPSR5_6 FM(QSPI1_SPCLK) |
| 156 | #define GPSR5_5 FM(QSPI0_SSL) |
| 157 | #define GPSR5_4 FM(QSPI0_IO3) |
| 158 | #define GPSR5_3 FM(QSPI0_IO2) |
| 159 | #define GPSR5_2 FM(QSPI0_MISO_IO1) |
| 160 | #define GPSR5_1 FM(QSPI0_MOSI_IO0) |
| 161 | #define GPSR5_0 FM(QSPI0_SPCLK) |
| 162 | |
| 163 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 164 | /* IPSRx */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 - F */ |
| 165 | #define IP0_3_0 FM(DU_DR2) FM(HSCK0) F_(0, 0) FM(A0) 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) |
| 166 | #define IP0_7_4 FM(DU_DR3) FM(HRTS0_N) F_(0, 0) FM(A1) 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) |
| 167 | #define IP0_11_8 FM(DU_DR4) FM(HCTS0_N) F_(0, 0) FM(A2) 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) |
| 168 | #define IP0_15_12 FM(DU_DR5) FM(HTX0) F_(0, 0) FM(A3) 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) |
| 169 | #define IP0_19_16 FM(DU_DR6) FM(MSIOF3_RXD) F_(0, 0) FM(A4) 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) |
| 170 | #define IP0_23_20 FM(DU_DR7) FM(MSIOF3_TXD) F_(0, 0) FM(A5) 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) |
| 171 | #define IP0_27_24 FM(DU_DG2) FM(MSIOF3_SS1) F_(0, 0) FM(A6) 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) |
| 172 | #define IP0_31_28 FM(DU_DG3) FM(MSIOF3_SS2) F_(0, 0) FM(A7) FM(PWMFSW0) 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) |
| 173 | #define IP1_3_0 FM(DU_DG4) F_(0, 0) F_(0, 0) FM(A8) FM(FSO_CFE_0_N_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) F_(0, 0) |
| 174 | #define IP1_7_4 FM(DU_DG5) F_(0, 0) F_(0, 0) FM(A9) FM(FSO_CFE_1_N_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) F_(0, 0) |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 175 | #define IP1_11_8 FM(DU_DG6) F_(0, 0) F_(0, 0) FM(A10) FM(FSO_TOE_N_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) F_(0, 0) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 176 | #define IP1_15_12 FM(DU_DG7) F_(0, 0) F_(0, 0) FM(A11) FM(IRQ1) 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) |
| 177 | #define IP1_19_16 FM(DU_DB2) F_(0, 0) F_(0, 0) FM(A12) FM(IRQ2) 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) |
| 178 | #define IP1_23_20 FM(DU_DB3) F_(0, 0) F_(0, 0) FM(A13) FM(FXR_CLKOUT1) 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) |
| 179 | #define IP1_27_24 FM(DU_DB4) F_(0, 0) F_(0, 0) FM(A14) FM(FXR_CLKOUT2) 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) |
| 180 | #define IP1_31_28 FM(DU_DB5) F_(0, 0) F_(0, 0) FM(A15) FM(FXR_TXENA_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) |
| 181 | #define IP2_3_0 FM(DU_DB6) F_(0, 0) F_(0, 0) FM(A16) FM(FXR_TXENB_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) |
| 182 | #define IP2_7_4 FM(DU_DB7) F_(0, 0) F_(0, 0) FM(A17) 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) |
| 183 | #define IP2_11_8 FM(DU_DOTCLKOUT) FM(SCIF_CLK_A) F_(0, 0) FM(A18) 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) |
| 184 | #define IP2_15_12 FM(DU_EXHSYNC_DU_HSYNC) FM(HRX0) F_(0, 0) FM(A19) FM(IRQ3) 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) |
| 185 | #define IP2_19_16 FM(DU_EXVSYNC_DU_VSYNC) FM(MSIOF3_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) F_(0, 0) F_(0, 0) |
| 186 | #define IP2_23_20 FM(DU_EXODDF_DU_ODDF_DISP_CDE) FM(MSIOF3_SYNC) 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) |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 187 | #define IP2_27_24 FM(IRQ0) 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) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 188 | #define IP2_31_28 FM(VI0_CLK) FM(MSIOF2_SCK) FM(SCK3) F_(0, 0) FM(HSCK3) 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) |
| 189 | #define IP3_3_0 FM(VI0_CLKENB) FM(MSIOF2_RXD) FM(RX3) FM(RD_WR_N) FM(HCTS3_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) |
| 190 | #define IP3_7_4 FM(VI0_HSYNC_N) FM(MSIOF2_TXD) FM(TX3) F_(0, 0) FM(HRTS3_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) |
| 191 | #define IP3_11_8 FM(VI0_VSYNC_N) FM(MSIOF2_SYNC) FM(CTS3_N) F_(0, 0) FM(HTX3) 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) |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 192 | #define IP3_15_12 FM(VI0_DATA0) FM(MSIOF2_SS1) FM(RTS3_N) F_(0, 0) FM(HRX3) 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) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 193 | #define IP3_19_16 FM(VI0_DATA1) FM(MSIOF2_SS2) FM(SCK1) F_(0, 0) FM(SPEEDIN_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) F_(0, 0) |
| 194 | #define IP3_23_20 FM(VI0_DATA2) FM(AVB0_AVTP_PPS) FM(SDA3_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) F_(0, 0) F_(0, 0) F_(0, 0) |
| 195 | #define IP3_27_24 FM(VI0_DATA3) FM(HSCK1) FM(SCL3_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) F_(0, 0) F_(0, 0) F_(0, 0) |
| 196 | #define IP3_31_28 FM(VI0_DATA4) FM(HRTS1_N) FM(RX1_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) F_(0, 0) F_(0, 0) F_(0, 0) |
| 197 | #define IP4_3_0 FM(VI0_DATA5) FM(HCTS1_N) FM(TX1_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) F_(0, 0) F_(0, 0) F_(0, 0) |
| 198 | #define IP4_7_4 FM(VI0_DATA6) FM(HTX1) FM(CTS1_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) F_(0, 0) F_(0, 0) |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 199 | #define IP4_11_8 FM(VI0_DATA7) FM(HRX1) FM(RTS1_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) F_(0, 0) F_(0, 0) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 200 | #define IP4_15_12 FM(VI0_DATA8) FM(HSCK2) FM(PWM0_A) FM(A22) 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) |
| 201 | #define IP4_19_16 FM(VI0_DATA9) FM(HCTS2_N) FM(PWM1_A) FM(A23) FM(FSO_CFE_0_N_B) 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) |
| 202 | #define IP4_23_20 FM(VI0_DATA10) FM(HRTS2_N) FM(PWM2_A) FM(A24) FM(FSO_CFE_1_N_B) 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) |
| 203 | #define IP4_27_24 FM(VI0_DATA11) FM(HTX2) FM(PWM3_A) FM(A25) FM(FSO_TOE_N_B) 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) |
| 204 | #define IP4_31_28 FM(VI0_FIELD) FM(HRX2) FM(PWM4_A) FM(CS1_N) FM(FSCLKST2_N_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) F_(0, 0) |
| 205 | #define IP5_3_0 FM(VI1_CLK) FM(MSIOF1_RXD) F_(0, 0) FM(CS0_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) F_(0, 0) |
| 206 | #define IP5_7_4 FM(VI1_CLKENB) FM(MSIOF1_TXD) F_(0, 0) FM(D0) 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) |
| 207 | #define IP5_11_8 FM(VI1_HSYNC_N) FM(MSIOF1_SCK) F_(0, 0) FM(D1) 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) |
| 208 | #define IP5_15_12 FM(VI1_VSYNC_N) FM(MSIOF1_SYNC) F_(0, 0) FM(D2) 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) |
| 209 | #define IP5_19_16 FM(VI1_DATA0) FM(MSIOF1_SS1) F_(0, 0) FM(D3) 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) |
| 210 | #define IP5_23_20 FM(VI1_DATA1) FM(MSIOF1_SS2) F_(0, 0) FM(D4) FM(MMC_CMD) 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) |
| 211 | #define IP5_27_24 FM(VI1_DATA2) FM(CANFD0_TX_B) F_(0, 0) FM(D5) FM(MMC_D0) 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) |
| 212 | #define IP5_31_28 FM(VI1_DATA3) FM(CANFD0_RX_B) F_(0, 0) FM(D6) FM(MMC_D1) 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) |
| 213 | #define IP6_3_0 FM(VI1_DATA4) FM(CANFD_CLK_B) F_(0, 0) FM(D7) FM(MMC_D2) 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) |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 214 | #define IP6_7_4 FM(VI1_DATA5) F_(0, 0) FM(SCK4) FM(D8) FM(MMC_D3) 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) |
| 215 | #define IP6_11_8 FM(VI1_DATA6) F_(0, 0) FM(RX4) FM(D9) FM(MMC_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) |
| 216 | #define IP6_15_12 FM(VI1_DATA7) F_(0, 0) FM(TX4) FM(D10) FM(MMC_D4) 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) |
| 217 | #define IP6_19_16 FM(VI1_DATA8) F_(0, 0) FM(CTS4_N) FM(D11) FM(MMC_D5) 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) |
| 218 | #define IP6_23_20 FM(VI1_DATA9) F_(0, 0) FM(RTS4_N) FM(D12) FM(MMC_D6) FM(SCL3_B) 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) |
| 219 | #define IP6_27_24 FM(VI1_DATA10) F_(0, 0) F_(0, 0) FM(D13) FM(MMC_D7) FM(SDA3_B) 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) |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 220 | #define IP6_31_28 FM(VI1_DATA11) FM(SCL4) FM(IRQ4) FM(D14) 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) |
| 221 | #define IP7_3_0 FM(VI1_FIELD) FM(SDA4) FM(IRQ5) FM(D15) 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) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 222 | #define IP7_7_4 FM(SCL0) FM(DU_DR0) FM(TPU0TO0) FM(CLKOUT) F_(0, 0) FM(MSIOF0_RXD) 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) |
| 223 | #define IP7_11_8 FM(SDA0) FM(DU_DR1) FM(TPU0TO1) FM(BS_N) FM(SCK0) FM(MSIOF0_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) |
| 224 | #define IP7_15_12 FM(SCL1) FM(DU_DG0) FM(TPU0TO2) FM(RD_N) FM(CTS0_N) FM(MSIOF0_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) |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 225 | #define IP7_19_16 FM(SDA1) FM(DU_DG1) FM(TPU0TO3) FM(WE0_N) FM(RTS0_N) FM(MSIOF0_SYNC) 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) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 226 | #define IP7_23_20 FM(SCL2) FM(DU_DB0) FM(TCLK1_A) FM(WE1_N) FM(RX0) FM(MSIOF0_SS1) 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) |
| 227 | #define IP7_27_24 FM(SDA2) FM(DU_DB1) FM(TCLK2_A) FM(EX_WAIT0) FM(TX0) FM(MSIOF0_SS2) 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) |
| 228 | #define IP7_31_28 FM(AVB0_AVTP_CAPTURE) F_(0, 0) F_(0, 0) F_(0, 0) FM(FSCLKST2_N_B) 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) |
| 229 | #define IP8_3_0 FM(CANFD0_TX_A) FM(FXR_TXDA) FM(PWM0_B) FM(DU_DISP) FM(FSCLKST2_N_C) 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) |
| 230 | #define IP8_7_4 FM(CANFD0_RX_A) FM(RXDA_EXTFXR) FM(PWM1_B) FM(DU_CDE) 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) |
| 231 | #define IP8_11_8 FM(CANFD1_TX) FM(FXR_TXDB) FM(PWM2_B) FM(TCLK1_B) FM(TX1_B) 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) |
| 232 | #define IP8_15_12 FM(CANFD1_RX) FM(RXDB_EXTFXR) FM(PWM3_B) FM(TCLK2_B) FM(RX1_B) 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) |
| 233 | #define IP8_19_16 FM(CANFD_CLK_A) FM(CLK_EXTFXR) FM(PWM4_B) FM(SPEEDIN_B) FM(SCIF_CLK_B) 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) |
| 234 | #define IP8_23_20 FM(DIGRF_CLKIN) FM(DIGRF_CLKEN_IN) 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) |
| 235 | #define IP8_27_24 FM(DIGRF_CLKOUT) FM(DIGRF_CLKEN_OUT) 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) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 236 | |
| 237 | #define PINMUX_GPSR \ |
| 238 | \ |
| 239 | GPSR1_27 \ |
| 240 | GPSR1_26 \ |
| 241 | GPSR1_25 \ |
| 242 | GPSR1_24 \ |
| 243 | GPSR1_23 \ |
| 244 | GPSR1_22 \ |
| 245 | GPSR0_21 GPSR1_21 \ |
| 246 | GPSR0_20 GPSR1_20 \ |
| 247 | GPSR0_19 GPSR1_19 \ |
| 248 | GPSR0_18 GPSR1_18 \ |
| 249 | GPSR0_17 GPSR1_17 \ |
| 250 | GPSR0_16 GPSR1_16 GPSR2_16 GPSR3_16 \ |
| 251 | GPSR0_15 GPSR1_15 GPSR2_15 GPSR3_15 \ |
| 252 | GPSR0_14 GPSR1_14 GPSR2_14 GPSR3_14 GPSR5_14 \ |
| 253 | GPSR0_13 GPSR1_13 GPSR2_13 GPSR3_13 GPSR5_13 \ |
| 254 | GPSR0_12 GPSR1_12 GPSR2_12 GPSR3_12 GPSR5_12 \ |
| 255 | GPSR0_11 GPSR1_11 GPSR2_11 GPSR3_11 GPSR5_11 \ |
| 256 | GPSR0_10 GPSR1_10 GPSR2_10 GPSR3_10 GPSR5_10 \ |
| 257 | GPSR0_9 GPSR1_9 GPSR2_9 GPSR3_9 GPSR5_9 \ |
| 258 | GPSR0_8 GPSR1_8 GPSR2_8 GPSR3_8 GPSR5_8 \ |
| 259 | GPSR0_7 GPSR1_7 GPSR2_7 GPSR3_7 GPSR5_7 \ |
| 260 | GPSR0_6 GPSR1_6 GPSR2_6 GPSR3_6 GPSR5_6 \ |
| 261 | GPSR0_5 GPSR1_5 GPSR2_5 GPSR3_5 GPSR4_5 GPSR5_5 \ |
| 262 | GPSR0_4 GPSR1_4 GPSR2_4 GPSR3_4 GPSR4_4 GPSR5_4 \ |
| 263 | GPSR0_3 GPSR1_3 GPSR2_3 GPSR3_3 GPSR4_3 GPSR5_3 \ |
| 264 | GPSR0_2 GPSR1_2 GPSR2_2 GPSR3_2 GPSR4_2 GPSR5_2 \ |
| 265 | GPSR0_1 GPSR1_1 GPSR2_1 GPSR3_1 GPSR4_1 GPSR5_1 \ |
| 266 | GPSR0_0 GPSR1_0 GPSR2_0 GPSR3_0 GPSR4_0 GPSR5_0 |
| 267 | |
| 268 | #define PINMUX_IPSR \ |
| 269 | \ |
| 270 | FM(IP0_3_0) IP0_3_0 FM(IP1_3_0) IP1_3_0 FM(IP2_3_0) IP2_3_0 FM(IP3_3_0) IP3_3_0 \ |
| 271 | FM(IP0_7_4) IP0_7_4 FM(IP1_7_4) IP1_7_4 FM(IP2_7_4) IP2_7_4 FM(IP3_7_4) IP3_7_4 \ |
| 272 | FM(IP0_11_8) IP0_11_8 FM(IP1_11_8) IP1_11_8 FM(IP2_11_8) IP2_11_8 FM(IP3_11_8) IP3_11_8 \ |
| 273 | FM(IP0_15_12) IP0_15_12 FM(IP1_15_12) IP1_15_12 FM(IP2_15_12) IP2_15_12 FM(IP3_15_12) IP3_15_12 \ |
| 274 | FM(IP0_19_16) IP0_19_16 FM(IP1_19_16) IP1_19_16 FM(IP2_19_16) IP2_19_16 FM(IP3_19_16) IP3_19_16 \ |
| 275 | FM(IP0_23_20) IP0_23_20 FM(IP1_23_20) IP1_23_20 FM(IP2_23_20) IP2_23_20 FM(IP3_23_20) IP3_23_20 \ |
| 276 | FM(IP0_27_24) IP0_27_24 FM(IP1_27_24) IP1_27_24 FM(IP2_27_24) IP2_27_24 FM(IP3_27_24) IP3_27_24 \ |
| 277 | FM(IP0_31_28) IP0_31_28 FM(IP1_31_28) IP1_31_28 FM(IP2_31_28) IP2_31_28 FM(IP3_31_28) IP3_31_28 \ |
| 278 | \ |
| 279 | FM(IP4_3_0) IP4_3_0 FM(IP5_3_0) IP5_3_0 FM(IP6_3_0) IP6_3_0 FM(IP7_3_0) IP7_3_0 \ |
| 280 | FM(IP4_7_4) IP4_7_4 FM(IP5_7_4) IP5_7_4 FM(IP6_7_4) IP6_7_4 FM(IP7_7_4) IP7_7_4 \ |
| 281 | FM(IP4_11_8) IP4_11_8 FM(IP5_11_8) IP5_11_8 FM(IP6_11_8) IP6_11_8 FM(IP7_11_8) IP7_11_8 \ |
| 282 | FM(IP4_15_12) IP4_15_12 FM(IP5_15_12) IP5_15_12 FM(IP6_15_12) IP6_15_12 FM(IP7_15_12) IP7_15_12 \ |
| 283 | FM(IP4_19_16) IP4_19_16 FM(IP5_19_16) IP5_19_16 FM(IP6_19_16) IP6_19_16 FM(IP7_19_16) IP7_19_16 \ |
| 284 | FM(IP4_23_20) IP4_23_20 FM(IP5_23_20) IP5_23_20 FM(IP6_23_20) IP6_23_20 FM(IP7_23_20) IP7_23_20 \ |
| 285 | FM(IP4_27_24) IP4_27_24 FM(IP5_27_24) IP5_27_24 FM(IP6_27_24) IP6_27_24 FM(IP7_27_24) IP7_27_24 \ |
| 286 | FM(IP4_31_28) IP4_31_28 FM(IP5_31_28) IP5_31_28 FM(IP6_31_28) IP6_31_28 FM(IP7_31_28) IP7_31_28 \ |
| 287 | \ |
| 288 | FM(IP8_3_0) IP8_3_0 \ |
| 289 | FM(IP8_7_4) IP8_7_4 \ |
| 290 | FM(IP8_11_8) IP8_11_8 \ |
| 291 | FM(IP8_15_12) IP8_15_12 \ |
| 292 | FM(IP8_19_16) IP8_19_16 \ |
| 293 | FM(IP8_23_20) IP8_23_20 \ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 294 | FM(IP8_27_24) IP8_27_24 |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 295 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 296 | /* MOD_SEL0 */ /* 0 */ /* 1 */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 297 | #define MOD_SEL0_11 FM(SEL_I2C3_0) FM(SEL_I2C3_1) |
| 298 | #define MOD_SEL0_10 FM(SEL_HSCIF0_0) FM(SEL_HSCIF0_1) |
| 299 | #define MOD_SEL0_9 FM(SEL_SCIF1_0) FM(SEL_SCIF1_1) |
| 300 | #define MOD_SEL0_8 FM(SEL_CANFD0_0) FM(SEL_CANFD0_1) |
| 301 | #define MOD_SEL0_7 FM(SEL_PWM4_0) FM(SEL_PWM4_1) |
| 302 | #define MOD_SEL0_6 FM(SEL_PWM3_0) FM(SEL_PWM3_1) |
| 303 | #define MOD_SEL0_5 FM(SEL_PWM2_0) FM(SEL_PWM2_1) |
| 304 | #define MOD_SEL0_4 FM(SEL_PWM1_0) FM(SEL_PWM1_1) |
| 305 | #define MOD_SEL0_3 FM(SEL_PWM0_0) FM(SEL_PWM0_1) |
| 306 | #define MOD_SEL0_2 FM(SEL_RFSO_0) FM(SEL_RFSO_1) |
| 307 | #define MOD_SEL0_1 FM(SEL_RSP_0) FM(SEL_RSP_1) |
| 308 | #define MOD_SEL0_0 FM(SEL_TMU_0) FM(SEL_TMU_1) |
| 309 | |
| 310 | #define PINMUX_MOD_SELS \ |
| 311 | \ |
| 312 | MOD_SEL0_11 \ |
| 313 | MOD_SEL0_10 \ |
| 314 | MOD_SEL0_9 \ |
| 315 | MOD_SEL0_8 \ |
| 316 | MOD_SEL0_7 \ |
| 317 | MOD_SEL0_6 \ |
| 318 | MOD_SEL0_5 \ |
| 319 | MOD_SEL0_4 \ |
| 320 | MOD_SEL0_3 \ |
| 321 | MOD_SEL0_2 \ |
| 322 | MOD_SEL0_1 \ |
| 323 | MOD_SEL0_0 |
| 324 | |
| 325 | enum { |
| 326 | PINMUX_RESERVED = 0, |
| 327 | |
| 328 | PINMUX_DATA_BEGIN, |
| 329 | GP_ALL(DATA), |
| 330 | PINMUX_DATA_END, |
| 331 | |
| 332 | #define F_(x, y) |
| 333 | #define FM(x) FN_##x, |
| 334 | PINMUX_FUNCTION_BEGIN, |
| 335 | GP_ALL(FN), |
| 336 | PINMUX_GPSR |
| 337 | PINMUX_IPSR |
| 338 | PINMUX_MOD_SELS |
| 339 | PINMUX_FUNCTION_END, |
| 340 | #undef F_ |
| 341 | #undef FM |
| 342 | |
| 343 | #define F_(x, y) |
| 344 | #define FM(x) x##_MARK, |
| 345 | PINMUX_MARK_BEGIN, |
| 346 | PINMUX_GPSR |
| 347 | PINMUX_IPSR |
| 348 | PINMUX_MOD_SELS |
| 349 | PINMUX_MARK_END, |
| 350 | #undef F_ |
| 351 | #undef FM |
| 352 | }; |
| 353 | |
| 354 | static const u16 pinmux_data[] = { |
| 355 | PINMUX_DATA_GP_ALL(), |
| 356 | |
| 357 | PINMUX_SINGLE(AVB0_RX_CTL), |
| 358 | PINMUX_SINGLE(AVB0_RXC), |
| 359 | PINMUX_SINGLE(AVB0_RD0), |
| 360 | PINMUX_SINGLE(AVB0_RD1), |
| 361 | PINMUX_SINGLE(AVB0_RD2), |
| 362 | PINMUX_SINGLE(AVB0_RD3), |
| 363 | PINMUX_SINGLE(AVB0_TX_CTL), |
| 364 | PINMUX_SINGLE(AVB0_TXC), |
| 365 | PINMUX_SINGLE(AVB0_TD0), |
| 366 | PINMUX_SINGLE(AVB0_TD1), |
| 367 | PINMUX_SINGLE(AVB0_TD2), |
| 368 | PINMUX_SINGLE(AVB0_TD3), |
| 369 | PINMUX_SINGLE(AVB0_TXCREFCLK), |
| 370 | PINMUX_SINGLE(AVB0_MDIO), |
| 371 | PINMUX_SINGLE(AVB0_MDC), |
| 372 | PINMUX_SINGLE(AVB0_MAGIC), |
| 373 | PINMUX_SINGLE(AVB0_PHY_INT), |
| 374 | PINMUX_SINGLE(AVB0_LINK), |
| 375 | PINMUX_SINGLE(AVB0_AVTP_MATCH), |
| 376 | |
| 377 | PINMUX_SINGLE(QSPI0_SPCLK), |
| 378 | PINMUX_SINGLE(QSPI0_MOSI_IO0), |
| 379 | PINMUX_SINGLE(QSPI0_MISO_IO1), |
| 380 | PINMUX_SINGLE(QSPI0_IO2), |
| 381 | PINMUX_SINGLE(QSPI0_IO3), |
| 382 | PINMUX_SINGLE(QSPI0_SSL), |
| 383 | PINMUX_SINGLE(QSPI1_SPCLK), |
| 384 | PINMUX_SINGLE(QSPI1_MOSI_IO0), |
| 385 | PINMUX_SINGLE(QSPI1_MISO_IO1), |
| 386 | PINMUX_SINGLE(QSPI1_IO2), |
| 387 | PINMUX_SINGLE(QSPI1_IO3), |
| 388 | PINMUX_SINGLE(QSPI1_SSL), |
| 389 | PINMUX_SINGLE(RPC_RESET_N), |
| 390 | PINMUX_SINGLE(RPC_WP_N), |
| 391 | PINMUX_SINGLE(RPC_INT_N), |
| 392 | |
| 393 | /* IPSR0 */ |
| 394 | PINMUX_IPSR_GPSR(IP0_3_0, DU_DR2), |
| 395 | PINMUX_IPSR_GPSR(IP0_3_0, HSCK0), |
| 396 | PINMUX_IPSR_GPSR(IP0_3_0, A0), |
| 397 | |
| 398 | PINMUX_IPSR_GPSR(IP0_7_4, DU_DR3), |
| 399 | PINMUX_IPSR_GPSR(IP0_7_4, HRTS0_N), |
| 400 | PINMUX_IPSR_GPSR(IP0_7_4, A1), |
| 401 | |
| 402 | PINMUX_IPSR_GPSR(IP0_11_8, DU_DR4), |
| 403 | PINMUX_IPSR_GPSR(IP0_11_8, HCTS0_N), |
| 404 | PINMUX_IPSR_GPSR(IP0_11_8, A2), |
| 405 | |
| 406 | PINMUX_IPSR_GPSR(IP0_15_12, DU_DR5), |
| 407 | PINMUX_IPSR_GPSR(IP0_15_12, HTX0), |
| 408 | PINMUX_IPSR_GPSR(IP0_15_12, A3), |
| 409 | |
| 410 | PINMUX_IPSR_GPSR(IP0_19_16, DU_DR6), |
| 411 | PINMUX_IPSR_GPSR(IP0_19_16, MSIOF3_RXD), |
| 412 | PINMUX_IPSR_GPSR(IP0_19_16, A4), |
| 413 | |
| 414 | PINMUX_IPSR_GPSR(IP0_23_20, DU_DR7), |
| 415 | PINMUX_IPSR_GPSR(IP0_23_20, MSIOF3_TXD), |
| 416 | PINMUX_IPSR_GPSR(IP0_23_20, A5), |
| 417 | |
| 418 | PINMUX_IPSR_GPSR(IP0_27_24, DU_DG2), |
| 419 | PINMUX_IPSR_GPSR(IP0_27_24, MSIOF3_SS1), |
| 420 | PINMUX_IPSR_GPSR(IP0_27_24, A6), |
| 421 | |
| 422 | PINMUX_IPSR_GPSR(IP0_31_28, DU_DG3), |
| 423 | PINMUX_IPSR_GPSR(IP0_31_28, MSIOF3_SS2), |
| 424 | PINMUX_IPSR_GPSR(IP0_31_28, A7), |
| 425 | PINMUX_IPSR_GPSR(IP0_31_28, PWMFSW0), |
| 426 | |
| 427 | /* IPSR1 */ |
| 428 | PINMUX_IPSR_GPSR(IP1_3_0, DU_DG4), |
| 429 | PINMUX_IPSR_GPSR(IP1_3_0, A8), |
| 430 | PINMUX_IPSR_MSEL(IP1_3_0, FSO_CFE_0_N_A, SEL_RFSO_0), |
| 431 | |
| 432 | PINMUX_IPSR_GPSR(IP1_7_4, DU_DG5), |
| 433 | PINMUX_IPSR_GPSR(IP1_7_4, A9), |
| 434 | PINMUX_IPSR_MSEL(IP1_7_4, FSO_CFE_1_N_A, SEL_RFSO_0), |
| 435 | |
| 436 | PINMUX_IPSR_GPSR(IP1_11_8, DU_DG6), |
| 437 | PINMUX_IPSR_GPSR(IP1_11_8, A10), |
| 438 | PINMUX_IPSR_MSEL(IP1_11_8, FSO_TOE_N_A, SEL_RFSO_0), |
| 439 | |
| 440 | PINMUX_IPSR_GPSR(IP1_15_12, DU_DG7), |
| 441 | PINMUX_IPSR_GPSR(IP1_15_12, A11), |
| 442 | PINMUX_IPSR_GPSR(IP1_15_12, IRQ1), |
| 443 | |
| 444 | PINMUX_IPSR_GPSR(IP1_19_16, DU_DB2), |
| 445 | PINMUX_IPSR_GPSR(IP1_19_16, A12), |
| 446 | PINMUX_IPSR_GPSR(IP1_19_16, IRQ2), |
| 447 | |
| 448 | PINMUX_IPSR_GPSR(IP1_23_20, DU_DB3), |
| 449 | PINMUX_IPSR_GPSR(IP1_23_20, A13), |
| 450 | PINMUX_IPSR_GPSR(IP1_23_20, FXR_CLKOUT1), |
| 451 | |
| 452 | PINMUX_IPSR_GPSR(IP1_27_24, DU_DB4), |
| 453 | PINMUX_IPSR_GPSR(IP1_27_24, A14), |
| 454 | PINMUX_IPSR_GPSR(IP1_27_24, FXR_CLKOUT2), |
| 455 | |
| 456 | PINMUX_IPSR_GPSR(IP1_31_28, DU_DB5), |
| 457 | PINMUX_IPSR_GPSR(IP1_31_28, A15), |
| 458 | PINMUX_IPSR_GPSR(IP1_31_28, FXR_TXENA_N), |
| 459 | |
| 460 | /* IPSR2 */ |
| 461 | PINMUX_IPSR_GPSR(IP2_3_0, DU_DB6), |
| 462 | PINMUX_IPSR_GPSR(IP2_3_0, A16), |
| 463 | PINMUX_IPSR_GPSR(IP2_3_0, FXR_TXENB_N), |
| 464 | |
| 465 | PINMUX_IPSR_GPSR(IP2_7_4, DU_DB7), |
| 466 | PINMUX_IPSR_GPSR(IP2_7_4, A17), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 467 | |
| 468 | PINMUX_IPSR_GPSR(IP2_11_8, DU_DOTCLKOUT), |
| 469 | PINMUX_IPSR_MSEL(IP2_11_8, SCIF_CLK_A, SEL_HSCIF0_0), |
| 470 | PINMUX_IPSR_GPSR(IP2_11_8, A18), |
| 471 | |
| 472 | PINMUX_IPSR_GPSR(IP2_15_12, DU_EXHSYNC_DU_HSYNC), |
| 473 | PINMUX_IPSR_GPSR(IP2_15_12, HRX0), |
| 474 | PINMUX_IPSR_GPSR(IP2_15_12, A19), |
| 475 | PINMUX_IPSR_GPSR(IP2_15_12, IRQ3), |
| 476 | |
| 477 | PINMUX_IPSR_GPSR(IP2_19_16, DU_EXVSYNC_DU_VSYNC), |
| 478 | PINMUX_IPSR_GPSR(IP2_19_16, MSIOF3_SCK), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 479 | |
| 480 | PINMUX_IPSR_GPSR(IP2_23_20, DU_EXODDF_DU_ODDF_DISP_CDE), |
| 481 | PINMUX_IPSR_GPSR(IP2_23_20, MSIOF3_SYNC), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 482 | |
| 483 | PINMUX_IPSR_GPSR(IP2_27_24, IRQ0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 484 | |
| 485 | PINMUX_IPSR_GPSR(IP2_31_28, VI0_CLK), |
| 486 | PINMUX_IPSR_GPSR(IP2_31_28, MSIOF2_SCK), |
| 487 | PINMUX_IPSR_GPSR(IP2_31_28, SCK3), |
| 488 | PINMUX_IPSR_GPSR(IP2_31_28, HSCK3), |
| 489 | |
| 490 | /* IPSR3 */ |
| 491 | PINMUX_IPSR_GPSR(IP3_3_0, VI0_CLKENB), |
| 492 | PINMUX_IPSR_GPSR(IP3_3_0, MSIOF2_RXD), |
| 493 | PINMUX_IPSR_GPSR(IP3_3_0, RX3), |
| 494 | PINMUX_IPSR_GPSR(IP3_3_0, RD_WR_N), |
| 495 | PINMUX_IPSR_GPSR(IP3_3_0, HCTS3_N), |
| 496 | |
| 497 | PINMUX_IPSR_GPSR(IP3_7_4, VI0_HSYNC_N), |
| 498 | PINMUX_IPSR_GPSR(IP3_7_4, MSIOF2_TXD), |
| 499 | PINMUX_IPSR_GPSR(IP3_7_4, TX3), |
| 500 | PINMUX_IPSR_GPSR(IP3_7_4, HRTS3_N), |
| 501 | |
| 502 | PINMUX_IPSR_GPSR(IP3_11_8, VI0_VSYNC_N), |
| 503 | PINMUX_IPSR_GPSR(IP3_11_8, MSIOF2_SYNC), |
| 504 | PINMUX_IPSR_GPSR(IP3_11_8, CTS3_N), |
| 505 | PINMUX_IPSR_GPSR(IP3_11_8, HTX3), |
| 506 | |
| 507 | PINMUX_IPSR_GPSR(IP3_15_12, VI0_DATA0), |
| 508 | PINMUX_IPSR_GPSR(IP3_15_12, MSIOF2_SS1), |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 509 | PINMUX_IPSR_GPSR(IP3_15_12, RTS3_N), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 510 | PINMUX_IPSR_GPSR(IP3_15_12, HRX3), |
| 511 | |
| 512 | PINMUX_IPSR_GPSR(IP3_19_16, VI0_DATA1), |
| 513 | PINMUX_IPSR_GPSR(IP3_19_16, MSIOF2_SS2), |
| 514 | PINMUX_IPSR_GPSR(IP3_19_16, SCK1), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 515 | PINMUX_IPSR_MSEL(IP3_19_16, SPEEDIN_A, SEL_RSP_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 516 | |
| 517 | PINMUX_IPSR_GPSR(IP3_23_20, VI0_DATA2), |
| 518 | PINMUX_IPSR_GPSR(IP3_23_20, AVB0_AVTP_PPS), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 519 | PINMUX_IPSR_MSEL(IP3_23_20, SDA3_A, SEL_I2C3_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 520 | |
| 521 | PINMUX_IPSR_GPSR(IP3_27_24, VI0_DATA3), |
| 522 | PINMUX_IPSR_GPSR(IP3_27_24, HSCK1), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 523 | PINMUX_IPSR_MSEL(IP3_27_24, SCL3_A, SEL_I2C3_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 524 | |
| 525 | PINMUX_IPSR_GPSR(IP3_31_28, VI0_DATA4), |
| 526 | PINMUX_IPSR_GPSR(IP3_31_28, HRTS1_N), |
| 527 | PINMUX_IPSR_MSEL(IP3_31_28, RX1_A, SEL_SCIF1_0), |
| 528 | |
| 529 | /* IPSR4 */ |
| 530 | PINMUX_IPSR_GPSR(IP4_3_0, VI0_DATA5), |
| 531 | PINMUX_IPSR_GPSR(IP4_3_0, HCTS1_N), |
| 532 | PINMUX_IPSR_MSEL(IP4_3_0, TX1_A, SEL_SCIF1_0), |
| 533 | |
| 534 | PINMUX_IPSR_GPSR(IP4_7_4, VI0_DATA6), |
| 535 | PINMUX_IPSR_GPSR(IP4_7_4, HTX1), |
| 536 | PINMUX_IPSR_GPSR(IP4_7_4, CTS1_N), |
| 537 | |
| 538 | PINMUX_IPSR_GPSR(IP4_11_8, VI0_DATA7), |
| 539 | PINMUX_IPSR_GPSR(IP4_11_8, HRX1), |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 540 | PINMUX_IPSR_GPSR(IP4_11_8, RTS1_N), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 541 | |
| 542 | PINMUX_IPSR_GPSR(IP4_15_12, VI0_DATA8), |
| 543 | PINMUX_IPSR_GPSR(IP4_15_12, HSCK2), |
| 544 | PINMUX_IPSR_MSEL(IP4_15_12, PWM0_A, SEL_PWM0_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 545 | |
| 546 | PINMUX_IPSR_GPSR(IP4_19_16, VI0_DATA9), |
| 547 | PINMUX_IPSR_GPSR(IP4_19_16, HCTS2_N), |
| 548 | PINMUX_IPSR_MSEL(IP4_19_16, PWM1_A, SEL_PWM1_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 549 | PINMUX_IPSR_MSEL(IP4_19_16, FSO_CFE_0_N_B, SEL_RFSO_1), |
| 550 | |
| 551 | PINMUX_IPSR_GPSR(IP4_23_20, VI0_DATA10), |
| 552 | PINMUX_IPSR_GPSR(IP4_23_20, HRTS2_N), |
| 553 | PINMUX_IPSR_MSEL(IP4_23_20, PWM2_A, SEL_PWM2_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 554 | PINMUX_IPSR_MSEL(IP4_23_20, FSO_CFE_1_N_B, SEL_RFSO_1), |
| 555 | |
| 556 | PINMUX_IPSR_GPSR(IP4_27_24, VI0_DATA11), |
| 557 | PINMUX_IPSR_GPSR(IP4_27_24, HTX2), |
| 558 | PINMUX_IPSR_MSEL(IP4_27_24, PWM3_A, SEL_PWM3_0), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 559 | PINMUX_IPSR_MSEL(IP4_27_24, FSO_TOE_N_B, SEL_RFSO_1), |
| 560 | |
| 561 | PINMUX_IPSR_GPSR(IP4_31_28, VI0_FIELD), |
| 562 | PINMUX_IPSR_GPSR(IP4_31_28, HRX2), |
| 563 | PINMUX_IPSR_MSEL(IP4_31_28, PWM4_A, SEL_PWM4_0), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 564 | PINMUX_IPSR_GPSR(IP4_31_28, CS1_N), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 565 | PINMUX_IPSR_GPSR(IP4_31_28, FSCLKST2_N_A), |
| 566 | |
| 567 | /* IPSR5 */ |
| 568 | PINMUX_IPSR_GPSR(IP5_3_0, VI1_CLK), |
| 569 | PINMUX_IPSR_GPSR(IP5_3_0, MSIOF1_RXD), |
| 570 | PINMUX_IPSR_GPSR(IP5_3_0, CS0_N), |
| 571 | |
| 572 | PINMUX_IPSR_GPSR(IP5_7_4, VI1_CLKENB), |
| 573 | PINMUX_IPSR_GPSR(IP5_7_4, MSIOF1_TXD), |
| 574 | PINMUX_IPSR_GPSR(IP5_7_4, D0), |
| 575 | |
| 576 | PINMUX_IPSR_GPSR(IP5_11_8, VI1_HSYNC_N), |
| 577 | PINMUX_IPSR_GPSR(IP5_11_8, MSIOF1_SCK), |
| 578 | PINMUX_IPSR_GPSR(IP5_11_8, D1), |
| 579 | |
| 580 | PINMUX_IPSR_GPSR(IP5_15_12, VI1_VSYNC_N), |
| 581 | PINMUX_IPSR_GPSR(IP5_15_12, MSIOF1_SYNC), |
| 582 | PINMUX_IPSR_GPSR(IP5_15_12, D2), |
| 583 | |
| 584 | PINMUX_IPSR_GPSR(IP5_19_16, VI1_DATA0), |
| 585 | PINMUX_IPSR_GPSR(IP5_19_16, MSIOF1_SS1), |
| 586 | PINMUX_IPSR_GPSR(IP5_19_16, D3), |
| 587 | |
| 588 | PINMUX_IPSR_GPSR(IP5_23_20, VI1_DATA1), |
| 589 | PINMUX_IPSR_GPSR(IP5_23_20, MSIOF1_SS2), |
| 590 | PINMUX_IPSR_GPSR(IP5_23_20, D4), |
| 591 | PINMUX_IPSR_GPSR(IP5_23_20, MMC_CMD), |
| 592 | |
| 593 | PINMUX_IPSR_GPSR(IP5_27_24, VI1_DATA2), |
| 594 | PINMUX_IPSR_MSEL(IP5_27_24, CANFD0_TX_B, SEL_CANFD0_1), |
| 595 | PINMUX_IPSR_GPSR(IP5_27_24, D5), |
| 596 | PINMUX_IPSR_GPSR(IP5_27_24, MMC_D0), |
| 597 | |
| 598 | PINMUX_IPSR_GPSR(IP5_31_28, VI1_DATA3), |
| 599 | PINMUX_IPSR_MSEL(IP5_31_28, CANFD0_RX_B, SEL_CANFD0_1), |
| 600 | PINMUX_IPSR_GPSR(IP5_31_28, D6), |
| 601 | PINMUX_IPSR_GPSR(IP5_31_28, MMC_D1), |
| 602 | |
| 603 | /* IPSR6 */ |
| 604 | PINMUX_IPSR_GPSR(IP6_3_0, VI1_DATA4), |
| 605 | PINMUX_IPSR_MSEL(IP6_3_0, CANFD_CLK_B, SEL_CANFD0_1), |
| 606 | PINMUX_IPSR_GPSR(IP6_3_0, D7), |
| 607 | PINMUX_IPSR_GPSR(IP6_3_0, MMC_D2), |
| 608 | |
| 609 | PINMUX_IPSR_GPSR(IP6_7_4, VI1_DATA5), |
| 610 | PINMUX_IPSR_GPSR(IP6_7_4, SCK4), |
| 611 | PINMUX_IPSR_GPSR(IP6_7_4, D8), |
| 612 | PINMUX_IPSR_GPSR(IP6_7_4, MMC_D3), |
| 613 | |
| 614 | PINMUX_IPSR_GPSR(IP6_11_8, VI1_DATA6), |
| 615 | PINMUX_IPSR_GPSR(IP6_11_8, RX4), |
| 616 | PINMUX_IPSR_GPSR(IP6_11_8, D9), |
| 617 | PINMUX_IPSR_GPSR(IP6_11_8, MMC_CLK), |
| 618 | |
| 619 | PINMUX_IPSR_GPSR(IP6_15_12, VI1_DATA7), |
| 620 | PINMUX_IPSR_GPSR(IP6_15_12, TX4), |
| 621 | PINMUX_IPSR_GPSR(IP6_15_12, D10), |
| 622 | PINMUX_IPSR_GPSR(IP6_15_12, MMC_D4), |
| 623 | |
| 624 | PINMUX_IPSR_GPSR(IP6_19_16, VI1_DATA8), |
| 625 | PINMUX_IPSR_GPSR(IP6_19_16, CTS4_N), |
| 626 | PINMUX_IPSR_GPSR(IP6_19_16, D11), |
| 627 | PINMUX_IPSR_GPSR(IP6_19_16, MMC_D5), |
| 628 | |
| 629 | PINMUX_IPSR_GPSR(IP6_23_20, VI1_DATA9), |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 630 | PINMUX_IPSR_GPSR(IP6_23_20, RTS4_N), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 631 | PINMUX_IPSR_GPSR(IP6_23_20, D12), |
| 632 | PINMUX_IPSR_GPSR(IP6_23_20, MMC_D6), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 633 | PINMUX_IPSR_MSEL(IP6_23_20, SCL3_B, SEL_I2C3_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 634 | |
| 635 | PINMUX_IPSR_GPSR(IP6_27_24, VI1_DATA10), |
| 636 | PINMUX_IPSR_GPSR(IP6_27_24, D13), |
| 637 | PINMUX_IPSR_GPSR(IP6_27_24, MMC_D7), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 638 | PINMUX_IPSR_MSEL(IP6_27_24, SDA3_B, SEL_I2C3_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 639 | |
| 640 | PINMUX_IPSR_GPSR(IP6_31_28, VI1_DATA11), |
| 641 | PINMUX_IPSR_GPSR(IP6_31_28, SCL4), |
| 642 | PINMUX_IPSR_GPSR(IP6_31_28, IRQ4), |
| 643 | PINMUX_IPSR_GPSR(IP6_31_28, D14), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 644 | |
| 645 | /* IPSR7 */ |
| 646 | PINMUX_IPSR_GPSR(IP7_3_0, VI1_FIELD), |
| 647 | PINMUX_IPSR_GPSR(IP7_3_0, SDA4), |
| 648 | PINMUX_IPSR_GPSR(IP7_3_0, IRQ5), |
| 649 | PINMUX_IPSR_GPSR(IP7_3_0, D15), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 650 | |
| 651 | PINMUX_IPSR_GPSR(IP7_7_4, SCL0), |
| 652 | PINMUX_IPSR_GPSR(IP7_7_4, DU_DR0), |
| 653 | PINMUX_IPSR_GPSR(IP7_7_4, TPU0TO0), |
| 654 | PINMUX_IPSR_GPSR(IP7_7_4, CLKOUT), |
| 655 | PINMUX_IPSR_GPSR(IP7_7_4, MSIOF0_RXD), |
| 656 | |
| 657 | PINMUX_IPSR_GPSR(IP7_11_8, SDA0), |
| 658 | PINMUX_IPSR_GPSR(IP7_11_8, DU_DR1), |
| 659 | PINMUX_IPSR_GPSR(IP7_11_8, TPU0TO1), |
| 660 | PINMUX_IPSR_GPSR(IP7_11_8, BS_N), |
| 661 | PINMUX_IPSR_GPSR(IP7_11_8, SCK0), |
| 662 | PINMUX_IPSR_GPSR(IP7_11_8, MSIOF0_TXD), |
| 663 | |
| 664 | PINMUX_IPSR_GPSR(IP7_15_12, SCL1), |
| 665 | PINMUX_IPSR_GPSR(IP7_15_12, DU_DG0), |
| 666 | PINMUX_IPSR_GPSR(IP7_15_12, TPU0TO2), |
| 667 | PINMUX_IPSR_GPSR(IP7_15_12, RD_N), |
| 668 | PINMUX_IPSR_GPSR(IP7_15_12, CTS0_N), |
| 669 | PINMUX_IPSR_GPSR(IP7_15_12, MSIOF0_SCK), |
| 670 | |
| 671 | PINMUX_IPSR_GPSR(IP7_19_16, SDA1), |
| 672 | PINMUX_IPSR_GPSR(IP7_19_16, DU_DG1), |
| 673 | PINMUX_IPSR_GPSR(IP7_19_16, TPU0TO3), |
| 674 | PINMUX_IPSR_GPSR(IP7_19_16, WE0_N), |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 675 | PINMUX_IPSR_GPSR(IP7_19_16, RTS0_N), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 676 | PINMUX_IPSR_GPSR(IP7_19_16, MSIOF0_SYNC), |
| 677 | |
| 678 | PINMUX_IPSR_GPSR(IP7_23_20, SCL2), |
| 679 | PINMUX_IPSR_GPSR(IP7_23_20, DU_DB0), |
| 680 | PINMUX_IPSR_MSEL(IP7_23_20, TCLK1_A, SEL_TMU_0), |
| 681 | PINMUX_IPSR_GPSR(IP7_23_20, WE1_N), |
| 682 | PINMUX_IPSR_GPSR(IP7_23_20, RX0), |
| 683 | PINMUX_IPSR_GPSR(IP7_23_20, MSIOF0_SS1), |
| 684 | |
| 685 | PINMUX_IPSR_GPSR(IP7_27_24, SDA2), |
| 686 | PINMUX_IPSR_GPSR(IP7_27_24, DU_DB1), |
| 687 | PINMUX_IPSR_MSEL(IP7_27_24, TCLK2_A, SEL_TMU_0), |
| 688 | PINMUX_IPSR_GPSR(IP7_27_24, EX_WAIT0), |
| 689 | PINMUX_IPSR_GPSR(IP7_27_24, TX0), |
| 690 | PINMUX_IPSR_GPSR(IP7_27_24, MSIOF0_SS2), |
| 691 | |
| 692 | PINMUX_IPSR_GPSR(IP7_31_28, AVB0_AVTP_CAPTURE), |
| 693 | PINMUX_IPSR_GPSR(IP7_31_28, FSCLKST2_N_B), |
| 694 | |
| 695 | /* IPSR8 */ |
| 696 | PINMUX_IPSR_MSEL(IP8_3_0, CANFD0_TX_A, SEL_CANFD0_0), |
| 697 | PINMUX_IPSR_GPSR(IP8_3_0, FXR_TXDA), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 698 | PINMUX_IPSR_MSEL(IP8_3_0, PWM0_B, SEL_PWM0_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 699 | PINMUX_IPSR_GPSR(IP8_3_0, DU_DISP), |
| 700 | PINMUX_IPSR_GPSR(IP8_3_0, FSCLKST2_N_C), |
| 701 | |
| 702 | PINMUX_IPSR_MSEL(IP8_7_4, CANFD0_RX_A, SEL_CANFD0_0), |
| 703 | PINMUX_IPSR_GPSR(IP8_7_4, RXDA_EXTFXR), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 704 | PINMUX_IPSR_MSEL(IP8_7_4, PWM1_B, SEL_PWM1_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 705 | PINMUX_IPSR_GPSR(IP8_7_4, DU_CDE), |
| 706 | |
| 707 | PINMUX_IPSR_GPSR(IP8_11_8, CANFD1_TX), |
| 708 | PINMUX_IPSR_GPSR(IP8_11_8, FXR_TXDB), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 709 | PINMUX_IPSR_MSEL(IP8_11_8, PWM2_B, SEL_PWM2_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 710 | PINMUX_IPSR_MSEL(IP8_11_8, TCLK1_B, SEL_TMU_1), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 711 | PINMUX_IPSR_MSEL(IP8_11_8, TX1_B, SEL_SCIF1_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 712 | |
| 713 | PINMUX_IPSR_GPSR(IP8_15_12, CANFD1_RX), |
| 714 | PINMUX_IPSR_GPSR(IP8_15_12, RXDB_EXTFXR), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 715 | PINMUX_IPSR_MSEL(IP8_15_12, PWM3_B, SEL_PWM3_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 716 | PINMUX_IPSR_MSEL(IP8_15_12, TCLK2_B, SEL_TMU_1), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 717 | PINMUX_IPSR_MSEL(IP8_15_12, RX1_B, SEL_SCIF1_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 718 | |
| 719 | PINMUX_IPSR_MSEL(IP8_19_16, CANFD_CLK_A, SEL_CANFD0_0), |
| 720 | PINMUX_IPSR_GPSR(IP8_19_16, CLK_EXTFXR), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 721 | PINMUX_IPSR_MSEL(IP8_19_16, PWM4_B, SEL_PWM4_1), |
| 722 | PINMUX_IPSR_MSEL(IP8_19_16, SPEEDIN_B, SEL_RSP_1), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 723 | PINMUX_IPSR_MSEL(IP8_19_16, SCIF_CLK_B, SEL_HSCIF0_1), |
| 724 | |
| 725 | PINMUX_IPSR_GPSR(IP8_23_20, DIGRF_CLKIN), |
| 726 | PINMUX_IPSR_GPSR(IP8_23_20, DIGRF_CLKEN_IN), |
| 727 | |
| 728 | PINMUX_IPSR_GPSR(IP8_27_24, DIGRF_CLKOUT), |
| 729 | PINMUX_IPSR_GPSR(IP8_27_24, DIGRF_CLKEN_OUT), |
| 730 | }; |
| 731 | |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 732 | /* |
| 733 | * Pins not associated with a GPIO port. |
| 734 | */ |
| 735 | enum { |
| 736 | GP_ASSIGN_LAST(), |
| 737 | NOGP_ALL(), |
| 738 | }; |
| 739 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 740 | static const struct sh_pfc_pin pinmux_pins[] = { |
| 741 | PINMUX_GPIO_GP_ALL(), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 742 | PINMUX_NOGP_ALL(), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 743 | }; |
| 744 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 745 | /* - AVB0 ------------------------------------------------------------------- */ |
| 746 | static const unsigned int avb0_link_pins[] = { |
| 747 | /* AVB0_LINK */ |
| 748 | RCAR_GP_PIN(1, 18), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 749 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 750 | static const unsigned int avb0_link_mux[] = { |
| 751 | AVB0_LINK_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 752 | }; |
| 753 | static const unsigned int avb0_magic_pins[] = { |
| 754 | /* AVB0_MAGIC */ |
| 755 | RCAR_GP_PIN(1, 16), |
| 756 | }; |
| 757 | static const unsigned int avb0_magic_mux[] = { |
| 758 | AVB0_MAGIC_MARK, |
| 759 | }; |
| 760 | static const unsigned int avb0_phy_int_pins[] = { |
| 761 | /* AVB0_PHY_INT */ |
| 762 | RCAR_GP_PIN(1, 17), |
| 763 | }; |
| 764 | static const unsigned int avb0_phy_int_mux[] = { |
| 765 | AVB0_PHY_INT_MARK, |
| 766 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 767 | static const unsigned int avb0_mdio_pins[] = { |
| 768 | /* AVB0_MDC, AVB0_MDIO */ |
| 769 | RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 770 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 771 | static const unsigned int avb0_mdio_mux[] = { |
| 772 | AVB0_MDC_MARK, AVB0_MDIO_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 773 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 774 | static const unsigned int avb0_rgmii_pins[] = { |
| 775 | /* |
| 776 | * AVB0_TX_CTL, AVB0_TXC, AVB0_TD0, AVB0_TD1, AVB0_TD2, AVB0_TD3, |
| 777 | * AVB0_RX_CTL, AVB0_RXC, AVB0_RD0, AVB0_RD1, AVB0_RD2, AVB0_RD3 |
| 778 | */ |
| 779 | RCAR_GP_PIN(1, 7), RCAR_GP_PIN(1, 8), |
| 780 | RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 10), |
| 781 | RCAR_GP_PIN(1, 11), RCAR_GP_PIN(1, 12), |
| 782 | RCAR_GP_PIN(1, 1), RCAR_GP_PIN(1, 2), |
| 783 | RCAR_GP_PIN(1, 3), RCAR_GP_PIN(1, 4), |
| 784 | RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 785 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 786 | static const unsigned int avb0_rgmii_mux[] = { |
| 787 | AVB0_TX_CTL_MARK, AVB0_TXC_MARK, |
| 788 | AVB0_TD0_MARK, AVB0_TD1_MARK, AVB0_TD2_MARK, AVB0_TD3_MARK, |
| 789 | AVB0_RX_CTL_MARK, AVB0_RXC_MARK, |
| 790 | AVB0_RD0_MARK, AVB0_RD1_MARK, AVB0_RD2_MARK, AVB0_RD3_MARK, |
| 791 | }; |
| 792 | static const unsigned int avb0_txcrefclk_pins[] = { |
| 793 | /* AVB0_TXCREFCLK */ |
| 794 | RCAR_GP_PIN(1, 13), |
| 795 | }; |
| 796 | static const unsigned int avb0_txcrefclk_mux[] = { |
| 797 | AVB0_TXCREFCLK_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 798 | }; |
| 799 | static const unsigned int avb0_avtp_pps_pins[] = { |
| 800 | /* AVB0_AVTP_PPS */ |
| 801 | RCAR_GP_PIN(2, 6), |
| 802 | }; |
| 803 | static const unsigned int avb0_avtp_pps_mux[] = { |
| 804 | AVB0_AVTP_PPS_MARK, |
| 805 | }; |
| 806 | static const unsigned int avb0_avtp_capture_pins[] = { |
| 807 | /* AVB0_AVTP_CAPTURE */ |
| 808 | RCAR_GP_PIN(1, 20), |
| 809 | }; |
| 810 | static const unsigned int avb0_avtp_capture_mux[] = { |
| 811 | AVB0_AVTP_CAPTURE_MARK, |
| 812 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 813 | static const unsigned int avb0_avtp_match_pins[] = { |
| 814 | /* AVB0_AVTP_MATCH */ |
| 815 | RCAR_GP_PIN(1, 19), |
| 816 | }; |
| 817 | static const unsigned int avb0_avtp_match_mux[] = { |
| 818 | AVB0_AVTP_MATCH_MARK, |
| 819 | }; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 820 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 821 | /* - CANFD Clock ------------------------------------------------------------ */ |
| 822 | static const unsigned int canfd_clk_a_pins[] = { |
| 823 | /* CANFD_CLK */ |
| 824 | RCAR_GP_PIN(1, 25), |
| 825 | }; |
| 826 | static const unsigned int canfd_clk_a_mux[] = { |
| 827 | CANFD_CLK_A_MARK, |
| 828 | }; |
| 829 | static const unsigned int canfd_clk_b_pins[] = { |
| 830 | /* CANFD_CLK */ |
| 831 | RCAR_GP_PIN(3, 8), |
| 832 | }; |
| 833 | static const unsigned int canfd_clk_b_mux[] = { |
| 834 | CANFD_CLK_B_MARK, |
| 835 | }; |
| 836 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 837 | /* - CANFD0 ----------------------------------------------------------------- */ |
| 838 | static const unsigned int canfd0_data_a_pins[] = { |
| 839 | /* TX, RX */ |
| 840 | RCAR_GP_PIN(1, 21), RCAR_GP_PIN(1, 22), |
| 841 | }; |
| 842 | static const unsigned int canfd0_data_a_mux[] = { |
| 843 | CANFD0_TX_A_MARK, CANFD0_RX_A_MARK, |
| 844 | }; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 845 | static const unsigned int canfd0_data_b_pins[] = { |
| 846 | /* TX, RX */ |
| 847 | RCAR_GP_PIN(3, 6), RCAR_GP_PIN(3, 7), |
| 848 | }; |
| 849 | static const unsigned int canfd0_data_b_mux[] = { |
| 850 | CANFD0_TX_B_MARK, CANFD0_RX_B_MARK, |
| 851 | }; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 852 | |
| 853 | /* - CANFD1 ----------------------------------------------------------------- */ |
| 854 | static const unsigned int canfd1_data_pins[] = { |
| 855 | /* TX, RX */ |
| 856 | RCAR_GP_PIN(1, 23), RCAR_GP_PIN(1, 24), |
| 857 | }; |
| 858 | static const unsigned int canfd1_data_mux[] = { |
| 859 | CANFD1_TX_MARK, CANFD1_RX_MARK, |
| 860 | }; |
| 861 | |
| 862 | /* - DU --------------------------------------------------------------------- */ |
| 863 | static const unsigned int du_rgb666_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 864 | /* R[7:2], G[7:2], B[7:2] */ |
| 865 | RCAR_GP_PIN(0, 5), RCAR_GP_PIN(0, 4), RCAR_GP_PIN(0, 3), |
| 866 | RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 1), RCAR_GP_PIN(0, 0), |
| 867 | RCAR_GP_PIN(0, 11), RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 9), |
| 868 | RCAR_GP_PIN(0, 8), RCAR_GP_PIN(0, 7), RCAR_GP_PIN(0, 6), |
| 869 | RCAR_GP_PIN(0, 17), RCAR_GP_PIN(0, 16), RCAR_GP_PIN(0, 15), |
| 870 | RCAR_GP_PIN(0, 14), RCAR_GP_PIN(0, 13), RCAR_GP_PIN(0, 12), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 871 | }; |
| 872 | static const unsigned int du_rgb666_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 873 | DU_DR7_MARK, DU_DR6_MARK, DU_DR5_MARK, |
| 874 | DU_DR4_MARK, DU_DR3_MARK, DU_DR2_MARK, |
| 875 | DU_DG7_MARK, DU_DG6_MARK, DU_DG5_MARK, |
| 876 | DU_DG4_MARK, DU_DG3_MARK, DU_DG2_MARK, |
| 877 | DU_DB7_MARK, DU_DB6_MARK, DU_DB5_MARK, |
| 878 | DU_DB4_MARK, DU_DB3_MARK, DU_DB2_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 879 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 880 | static const unsigned int du_clk_out_pins[] = { |
| 881 | /* DOTCLKOUT */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 882 | RCAR_GP_PIN(0, 18), |
| 883 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 884 | static const unsigned int du_clk_out_mux[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 885 | DU_DOTCLKOUT_MARK, |
| 886 | }; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 887 | static const unsigned int du_sync_pins[] = { |
| 888 | /* EXVSYNC/VSYNC, EXHSYNC/HSYNC */ |
| 889 | RCAR_GP_PIN(0, 20), RCAR_GP_PIN(0, 19), |
| 890 | }; |
| 891 | static const unsigned int du_sync_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 892 | DU_EXVSYNC_DU_VSYNC_MARK, DU_EXHSYNC_DU_HSYNC_MARK |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 893 | }; |
| 894 | static const unsigned int du_oddf_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 895 | /* EXODDF/ODDF/DISP/CDE */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 896 | RCAR_GP_PIN(0, 21), |
| 897 | }; |
| 898 | static const unsigned int du_oddf_mux[] = { |
| 899 | DU_EXODDF_DU_ODDF_DISP_CDE_MARK, |
| 900 | }; |
| 901 | static const unsigned int du_cde_pins[] = { |
| 902 | /* CDE */ |
| 903 | RCAR_GP_PIN(1, 22), |
| 904 | }; |
| 905 | static const unsigned int du_cde_mux[] = { |
| 906 | DU_CDE_MARK, |
| 907 | }; |
| 908 | static const unsigned int du_disp_pins[] = { |
| 909 | /* DISP */ |
| 910 | RCAR_GP_PIN(1, 21), |
| 911 | }; |
| 912 | static const unsigned int du_disp_mux[] = { |
| 913 | DU_DISP_MARK, |
| 914 | }; |
| 915 | |
| 916 | /* - HSCIF0 ----------------------------------------------------------------- */ |
| 917 | static const unsigned int hscif0_data_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 918 | /* HRX, HTX */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 919 | RCAR_GP_PIN(0, 19), RCAR_GP_PIN(0, 3), |
| 920 | }; |
| 921 | static const unsigned int hscif0_data_mux[] = { |
| 922 | HRX0_MARK, HTX0_MARK, |
| 923 | }; |
| 924 | static const unsigned int hscif0_clk_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 925 | /* HSCK */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 926 | RCAR_GP_PIN(0, 0), |
| 927 | }; |
| 928 | static const unsigned int hscif0_clk_mux[] = { |
| 929 | HSCK0_MARK, |
| 930 | }; |
| 931 | static const unsigned int hscif0_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 932 | /* HRTS#, HCTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 933 | RCAR_GP_PIN(0, 1), RCAR_GP_PIN(0, 2), |
| 934 | }; |
| 935 | static const unsigned int hscif0_ctrl_mux[] = { |
| 936 | HRTS0_N_MARK, HCTS0_N_MARK, |
| 937 | }; |
| 938 | |
| 939 | /* - HSCIF1 ----------------------------------------------------------------- */ |
| 940 | static const unsigned int hscif1_data_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 941 | /* HRX, HTX */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 942 | RCAR_GP_PIN(2, 11), RCAR_GP_PIN(2, 10), |
| 943 | }; |
| 944 | static const unsigned int hscif1_data_mux[] = { |
| 945 | HRX1_MARK, HTX1_MARK, |
| 946 | }; |
| 947 | static const unsigned int hscif1_clk_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 948 | /* HSCK */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 949 | RCAR_GP_PIN(2, 7), |
| 950 | }; |
| 951 | static const unsigned int hscif1_clk_mux[] = { |
| 952 | HSCK1_MARK, |
| 953 | }; |
| 954 | static const unsigned int hscif1_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 955 | /* HRTS#, HCTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 956 | RCAR_GP_PIN(2, 8), RCAR_GP_PIN(2, 9), |
| 957 | }; |
| 958 | static const unsigned int hscif1_ctrl_mux[] = { |
| 959 | HRTS1_N_MARK, HCTS1_N_MARK, |
| 960 | }; |
| 961 | |
| 962 | /* - HSCIF2 ----------------------------------------------------------------- */ |
| 963 | static const unsigned int hscif2_data_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 964 | /* HRX, HTX */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 965 | RCAR_GP_PIN(2, 16), RCAR_GP_PIN(2, 15), |
| 966 | }; |
| 967 | static const unsigned int hscif2_data_mux[] = { |
| 968 | HRX2_MARK, HTX2_MARK, |
| 969 | }; |
| 970 | static const unsigned int hscif2_clk_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 971 | /* HSCK */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 972 | RCAR_GP_PIN(2, 12), |
| 973 | }; |
| 974 | static const unsigned int hscif2_clk_mux[] = { |
| 975 | HSCK2_MARK, |
| 976 | }; |
| 977 | static const unsigned int hscif2_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 978 | /* HRTS#, HCTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 979 | RCAR_GP_PIN(2, 14), RCAR_GP_PIN(2, 13), |
| 980 | }; |
| 981 | static const unsigned int hscif2_ctrl_mux[] = { |
| 982 | HRTS2_N_MARK, HCTS2_N_MARK, |
| 983 | }; |
| 984 | |
| 985 | /* - HSCIF3 ----------------------------------------------------------------- */ |
| 986 | static const unsigned int hscif3_data_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 987 | /* HRX, HTX */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 988 | RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 3), |
| 989 | }; |
| 990 | static const unsigned int hscif3_data_mux[] = { |
| 991 | HRX3_MARK, HTX3_MARK, |
| 992 | }; |
| 993 | static const unsigned int hscif3_clk_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 994 | /* HSCK */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 995 | RCAR_GP_PIN(2, 0), |
| 996 | }; |
| 997 | static const unsigned int hscif3_clk_mux[] = { |
| 998 | HSCK3_MARK, |
| 999 | }; |
| 1000 | static const unsigned int hscif3_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1001 | /* HRTS#, HCTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1002 | RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 1), |
| 1003 | }; |
| 1004 | static const unsigned int hscif3_ctrl_mux[] = { |
| 1005 | HRTS3_N_MARK, HCTS3_N_MARK, |
| 1006 | }; |
| 1007 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1008 | /* - I2C0 ------------------------------------------------------------------- */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1009 | static const unsigned int i2c0_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1010 | /* SDA, SCL */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1011 | RCAR_GP_PIN(4, 1), RCAR_GP_PIN(4, 0), |
| 1012 | }; |
| 1013 | static const unsigned int i2c0_mux[] = { |
| 1014 | SDA0_MARK, SCL0_MARK, |
| 1015 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1016 | |
| 1017 | /* - I2C1 ------------------------------------------------------------------- */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1018 | static const unsigned int i2c1_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1019 | /* SDA, SCL */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1020 | RCAR_GP_PIN(4, 3), RCAR_GP_PIN(4, 2), |
| 1021 | }; |
| 1022 | static const unsigned int i2c1_mux[] = { |
| 1023 | SDA1_MARK, SCL1_MARK, |
| 1024 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1025 | |
| 1026 | /* - I2C2 ------------------------------------------------------------------- */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1027 | static const unsigned int i2c2_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1028 | /* SDA, SCL */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1029 | RCAR_GP_PIN(4, 5), RCAR_GP_PIN(4, 4), |
| 1030 | }; |
| 1031 | static const unsigned int i2c2_mux[] = { |
| 1032 | SDA2_MARK, SCL2_MARK, |
| 1033 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1034 | |
| 1035 | /* - I2C3 ------------------------------------------------------------------- */ |
| 1036 | static const unsigned int i2c3_a_pins[] = { |
| 1037 | /* SDA, SCL */ |
| 1038 | RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 7), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1039 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1040 | static const unsigned int i2c3_a_mux[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1041 | SDA3_A_MARK, SCL3_A_MARK, |
| 1042 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1043 | static const unsigned int i2c3_b_pins[] = { |
| 1044 | /* SDA, SCL */ |
| 1045 | RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 13), |
| 1046 | }; |
| 1047 | static const unsigned int i2c3_b_mux[] = { |
| 1048 | SDA3_B_MARK, SCL3_B_MARK, |
| 1049 | }; |
| 1050 | |
| 1051 | /* - I2C4 ------------------------------------------------------------------- */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1052 | static const unsigned int i2c4_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1053 | /* SDA, SCL */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1054 | RCAR_GP_PIN(3, 16), RCAR_GP_PIN(3, 15), |
| 1055 | }; |
| 1056 | static const unsigned int i2c4_mux[] = { |
| 1057 | SDA4_MARK, SCL4_MARK, |
| 1058 | }; |
| 1059 | |
| 1060 | /* - INTC-EX ---------------------------------------------------------------- */ |
| 1061 | static const unsigned int intc_ex_irq0_pins[] = { |
| 1062 | /* IRQ0 */ |
| 1063 | RCAR_GP_PIN(1, 0), |
| 1064 | }; |
| 1065 | static const unsigned int intc_ex_irq0_mux[] = { |
| 1066 | IRQ0_MARK, |
| 1067 | }; |
| 1068 | static const unsigned int intc_ex_irq1_pins[] = { |
| 1069 | /* IRQ1 */ |
| 1070 | RCAR_GP_PIN(0, 11), |
| 1071 | }; |
| 1072 | static const unsigned int intc_ex_irq1_mux[] = { |
| 1073 | IRQ1_MARK, |
| 1074 | }; |
| 1075 | static const unsigned int intc_ex_irq2_pins[] = { |
| 1076 | /* IRQ2 */ |
| 1077 | RCAR_GP_PIN(0, 12), |
| 1078 | }; |
| 1079 | static const unsigned int intc_ex_irq2_mux[] = { |
| 1080 | IRQ2_MARK, |
| 1081 | }; |
| 1082 | static const unsigned int intc_ex_irq3_pins[] = { |
| 1083 | /* IRQ3 */ |
| 1084 | RCAR_GP_PIN(0, 19), |
| 1085 | }; |
| 1086 | static const unsigned int intc_ex_irq3_mux[] = { |
| 1087 | IRQ3_MARK, |
| 1088 | }; |
| 1089 | static const unsigned int intc_ex_irq4_pins[] = { |
| 1090 | /* IRQ4 */ |
| 1091 | RCAR_GP_PIN(3, 15), |
| 1092 | }; |
| 1093 | static const unsigned int intc_ex_irq4_mux[] = { |
| 1094 | IRQ4_MARK, |
| 1095 | }; |
| 1096 | static const unsigned int intc_ex_irq5_pins[] = { |
| 1097 | /* IRQ5 */ |
| 1098 | RCAR_GP_PIN(3, 16), |
| 1099 | }; |
| 1100 | static const unsigned int intc_ex_irq5_mux[] = { |
| 1101 | IRQ5_MARK, |
| 1102 | }; |
| 1103 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1104 | /* - MMC -------------------------------------------------------------------- */ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1105 | static const unsigned int mmc_data_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1106 | /* D[0:7] */ |
| 1107 | RCAR_GP_PIN(3, 6), RCAR_GP_PIN(3, 7), |
| 1108 | RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9), |
| 1109 | RCAR_GP_PIN(3, 11), RCAR_GP_PIN(3, 12), |
| 1110 | RCAR_GP_PIN(3, 13), RCAR_GP_PIN(3, 14), |
| 1111 | }; |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1112 | static const unsigned int mmc_data_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1113 | MMC_D0_MARK, MMC_D1_MARK, |
| 1114 | MMC_D2_MARK, MMC_D3_MARK, |
| 1115 | MMC_D4_MARK, MMC_D5_MARK, |
| 1116 | MMC_D6_MARK, MMC_D7_MARK, |
| 1117 | }; |
| 1118 | static const unsigned int mmc_ctrl_pins[] = { |
| 1119 | /* CLK, CMD */ |
| 1120 | RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 5), |
| 1121 | }; |
| 1122 | static const unsigned int mmc_ctrl_mux[] = { |
| 1123 | MMC_CLK_MARK, MMC_CMD_MARK, |
| 1124 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1125 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1126 | /* - MSIOF0 ----------------------------------------------------------------- */ |
| 1127 | static const unsigned int msiof0_clk_pins[] = { |
| 1128 | /* SCK */ |
| 1129 | RCAR_GP_PIN(4, 2), |
| 1130 | }; |
| 1131 | static const unsigned int msiof0_clk_mux[] = { |
| 1132 | MSIOF0_SCK_MARK, |
| 1133 | }; |
| 1134 | static const unsigned int msiof0_sync_pins[] = { |
| 1135 | /* SYNC */ |
| 1136 | RCAR_GP_PIN(4, 3), |
| 1137 | }; |
| 1138 | static const unsigned int msiof0_sync_mux[] = { |
| 1139 | MSIOF0_SYNC_MARK, |
| 1140 | }; |
| 1141 | static const unsigned int msiof0_ss1_pins[] = { |
| 1142 | /* SS1 */ |
| 1143 | RCAR_GP_PIN(4, 4), |
| 1144 | }; |
| 1145 | static const unsigned int msiof0_ss1_mux[] = { |
| 1146 | MSIOF0_SS1_MARK, |
| 1147 | }; |
| 1148 | static const unsigned int msiof0_ss2_pins[] = { |
| 1149 | /* SS2 */ |
| 1150 | RCAR_GP_PIN(4, 5), |
| 1151 | }; |
| 1152 | static const unsigned int msiof0_ss2_mux[] = { |
| 1153 | MSIOF0_SS2_MARK, |
| 1154 | }; |
| 1155 | static const unsigned int msiof0_txd_pins[] = { |
| 1156 | /* TXD */ |
| 1157 | RCAR_GP_PIN(4, 1), |
| 1158 | }; |
| 1159 | static const unsigned int msiof0_txd_mux[] = { |
| 1160 | MSIOF0_TXD_MARK, |
| 1161 | }; |
| 1162 | static const unsigned int msiof0_rxd_pins[] = { |
| 1163 | /* RXD */ |
| 1164 | RCAR_GP_PIN(4, 0), |
| 1165 | }; |
| 1166 | static const unsigned int msiof0_rxd_mux[] = { |
| 1167 | MSIOF0_RXD_MARK, |
| 1168 | }; |
| 1169 | |
| 1170 | /* - MSIOF1 ----------------------------------------------------------------- */ |
| 1171 | static const unsigned int msiof1_clk_pins[] = { |
| 1172 | /* SCK */ |
| 1173 | RCAR_GP_PIN(3, 2), |
| 1174 | }; |
| 1175 | static const unsigned int msiof1_clk_mux[] = { |
| 1176 | MSIOF1_SCK_MARK, |
| 1177 | }; |
| 1178 | static const unsigned int msiof1_sync_pins[] = { |
| 1179 | /* SYNC */ |
| 1180 | RCAR_GP_PIN(3, 3), |
| 1181 | }; |
| 1182 | static const unsigned int msiof1_sync_mux[] = { |
| 1183 | MSIOF1_SYNC_MARK, |
| 1184 | }; |
| 1185 | static const unsigned int msiof1_ss1_pins[] = { |
| 1186 | /* SS1 */ |
| 1187 | RCAR_GP_PIN(3, 4), |
| 1188 | }; |
| 1189 | static const unsigned int msiof1_ss1_mux[] = { |
| 1190 | MSIOF1_SS1_MARK, |
| 1191 | }; |
| 1192 | static const unsigned int msiof1_ss2_pins[] = { |
| 1193 | /* SS2 */ |
| 1194 | RCAR_GP_PIN(3, 5), |
| 1195 | }; |
| 1196 | static const unsigned int msiof1_ss2_mux[] = { |
| 1197 | MSIOF1_SS2_MARK, |
| 1198 | }; |
| 1199 | static const unsigned int msiof1_txd_pins[] = { |
| 1200 | /* TXD */ |
| 1201 | RCAR_GP_PIN(3, 1), |
| 1202 | }; |
| 1203 | static const unsigned int msiof1_txd_mux[] = { |
| 1204 | MSIOF1_TXD_MARK, |
| 1205 | }; |
| 1206 | static const unsigned int msiof1_rxd_pins[] = { |
| 1207 | /* RXD */ |
| 1208 | RCAR_GP_PIN(3, 0), |
| 1209 | }; |
| 1210 | static const unsigned int msiof1_rxd_mux[] = { |
| 1211 | MSIOF1_RXD_MARK, |
| 1212 | }; |
| 1213 | |
| 1214 | /* - MSIOF2 ----------------------------------------------------------------- */ |
| 1215 | static const unsigned int msiof2_clk_pins[] = { |
| 1216 | /* SCK */ |
| 1217 | RCAR_GP_PIN(2, 0), |
| 1218 | }; |
| 1219 | static const unsigned int msiof2_clk_mux[] = { |
| 1220 | MSIOF2_SCK_MARK, |
| 1221 | }; |
| 1222 | static const unsigned int msiof2_sync_pins[] = { |
| 1223 | /* SYNC */ |
| 1224 | RCAR_GP_PIN(2, 3), |
| 1225 | }; |
| 1226 | static const unsigned int msiof2_sync_mux[] = { |
| 1227 | MSIOF2_SYNC_MARK, |
| 1228 | }; |
| 1229 | static const unsigned int msiof2_ss1_pins[] = { |
| 1230 | /* SS1 */ |
| 1231 | RCAR_GP_PIN(2, 4), |
| 1232 | }; |
| 1233 | static const unsigned int msiof2_ss1_mux[] = { |
| 1234 | MSIOF2_SS1_MARK, |
| 1235 | }; |
| 1236 | static const unsigned int msiof2_ss2_pins[] = { |
| 1237 | /* SS2 */ |
| 1238 | RCAR_GP_PIN(2, 5), |
| 1239 | }; |
| 1240 | static const unsigned int msiof2_ss2_mux[] = { |
| 1241 | MSIOF2_SS2_MARK, |
| 1242 | }; |
| 1243 | static const unsigned int msiof2_txd_pins[] = { |
| 1244 | /* TXD */ |
| 1245 | RCAR_GP_PIN(2, 2), |
| 1246 | }; |
| 1247 | static const unsigned int msiof2_txd_mux[] = { |
| 1248 | MSIOF2_TXD_MARK, |
| 1249 | }; |
| 1250 | static const unsigned int msiof2_rxd_pins[] = { |
| 1251 | /* RXD */ |
| 1252 | RCAR_GP_PIN(2, 1), |
| 1253 | }; |
| 1254 | static const unsigned int msiof2_rxd_mux[] = { |
| 1255 | MSIOF2_RXD_MARK, |
| 1256 | }; |
| 1257 | |
| 1258 | /* - MSIOF3 ----------------------------------------------------------------- */ |
| 1259 | static const unsigned int msiof3_clk_pins[] = { |
| 1260 | /* SCK */ |
| 1261 | RCAR_GP_PIN(0, 20), |
| 1262 | }; |
| 1263 | static const unsigned int msiof3_clk_mux[] = { |
| 1264 | MSIOF3_SCK_MARK, |
| 1265 | }; |
| 1266 | static const unsigned int msiof3_sync_pins[] = { |
| 1267 | /* SYNC */ |
| 1268 | RCAR_GP_PIN(0, 21), |
| 1269 | }; |
| 1270 | static const unsigned int msiof3_sync_mux[] = { |
| 1271 | MSIOF3_SYNC_MARK, |
| 1272 | }; |
| 1273 | static const unsigned int msiof3_ss1_pins[] = { |
| 1274 | /* SS1 */ |
| 1275 | RCAR_GP_PIN(0, 6), |
| 1276 | }; |
| 1277 | static const unsigned int msiof3_ss1_mux[] = { |
| 1278 | MSIOF3_SS1_MARK, |
| 1279 | }; |
| 1280 | static const unsigned int msiof3_ss2_pins[] = { |
| 1281 | /* SS2 */ |
| 1282 | RCAR_GP_PIN(0, 7), |
| 1283 | }; |
| 1284 | static const unsigned int msiof3_ss2_mux[] = { |
| 1285 | MSIOF3_SS2_MARK, |
| 1286 | }; |
| 1287 | static const unsigned int msiof3_txd_pins[] = { |
| 1288 | /* TXD */ |
| 1289 | RCAR_GP_PIN(0, 5), |
| 1290 | }; |
| 1291 | static const unsigned int msiof3_txd_mux[] = { |
| 1292 | MSIOF3_TXD_MARK, |
| 1293 | }; |
| 1294 | static const unsigned int msiof3_rxd_pins[] = { |
| 1295 | /* RXD */ |
| 1296 | RCAR_GP_PIN(0, 4), |
| 1297 | }; |
| 1298 | static const unsigned int msiof3_rxd_mux[] = { |
| 1299 | MSIOF3_RXD_MARK, |
| 1300 | }; |
| 1301 | |
| 1302 | /* - PWM0 ------------------------------------------------------------------- */ |
| 1303 | static const unsigned int pwm0_a_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1304 | RCAR_GP_PIN(2, 12), |
| 1305 | }; |
| 1306 | static const unsigned int pwm0_a_mux[] = { |
| 1307 | PWM0_A_MARK, |
| 1308 | }; |
| 1309 | static const unsigned int pwm0_b_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1310 | RCAR_GP_PIN(1, 21), |
| 1311 | }; |
| 1312 | static const unsigned int pwm0_b_mux[] = { |
| 1313 | PWM0_B_MARK, |
| 1314 | }; |
| 1315 | |
| 1316 | /* - PWM1 ------------------------------------------------------------------- */ |
| 1317 | static const unsigned int pwm1_a_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1318 | RCAR_GP_PIN(2, 13), |
| 1319 | }; |
| 1320 | static const unsigned int pwm1_a_mux[] = { |
| 1321 | PWM1_A_MARK, |
| 1322 | }; |
| 1323 | static const unsigned int pwm1_b_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1324 | RCAR_GP_PIN(1, 22), |
| 1325 | }; |
| 1326 | static const unsigned int pwm1_b_mux[] = { |
| 1327 | PWM1_B_MARK, |
| 1328 | }; |
| 1329 | |
| 1330 | /* - PWM2 ------------------------------------------------------------------- */ |
| 1331 | static const unsigned int pwm2_a_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1332 | RCAR_GP_PIN(2, 14), |
| 1333 | }; |
| 1334 | static const unsigned int pwm2_a_mux[] = { |
| 1335 | PWM2_A_MARK, |
| 1336 | }; |
| 1337 | static const unsigned int pwm2_b_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1338 | RCAR_GP_PIN(1, 23), |
| 1339 | }; |
| 1340 | static const unsigned int pwm2_b_mux[] = { |
| 1341 | PWM2_B_MARK, |
| 1342 | }; |
| 1343 | |
| 1344 | /* - PWM3 ------------------------------------------------------------------- */ |
| 1345 | static const unsigned int pwm3_a_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1346 | RCAR_GP_PIN(2, 15), |
| 1347 | }; |
| 1348 | static const unsigned int pwm3_a_mux[] = { |
| 1349 | PWM3_A_MARK, |
| 1350 | }; |
| 1351 | static const unsigned int pwm3_b_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1352 | RCAR_GP_PIN(1, 24), |
| 1353 | }; |
| 1354 | static const unsigned int pwm3_b_mux[] = { |
| 1355 | PWM3_B_MARK, |
| 1356 | }; |
| 1357 | |
| 1358 | /* - PWM4 ------------------------------------------------------------------- */ |
| 1359 | static const unsigned int pwm4_a_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1360 | RCAR_GP_PIN(2, 16), |
| 1361 | }; |
| 1362 | static const unsigned int pwm4_a_mux[] = { |
| 1363 | PWM4_A_MARK, |
| 1364 | }; |
| 1365 | static const unsigned int pwm4_b_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1366 | RCAR_GP_PIN(1, 25), |
| 1367 | }; |
| 1368 | static const unsigned int pwm4_b_mux[] = { |
| 1369 | PWM4_B_MARK, |
| 1370 | }; |
| 1371 | |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1372 | /* - QSPI0 ------------------------------------------------------------------ */ |
| 1373 | static const unsigned int qspi0_ctrl_pins[] = { |
| 1374 | /* SPCLK, SSL */ |
| 1375 | RCAR_GP_PIN(5, 0), RCAR_GP_PIN(5, 5), |
| 1376 | }; |
| 1377 | static const unsigned int qspi0_ctrl_mux[] = { |
| 1378 | QSPI0_SPCLK_MARK, QSPI0_SSL_MARK, |
| 1379 | }; |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1380 | |
| 1381 | /* - QSPI1 ------------------------------------------------------------------ */ |
| 1382 | static const unsigned int qspi1_ctrl_pins[] = { |
| 1383 | /* SPCLK, SSL */ |
| 1384 | RCAR_GP_PIN(5, 6), RCAR_GP_PIN(5, 11), |
| 1385 | }; |
| 1386 | static const unsigned int qspi1_ctrl_mux[] = { |
| 1387 | QSPI1_SPCLK_MARK, QSPI1_SSL_MARK, |
| 1388 | }; |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1389 | |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1390 | /* - RPC -------------------------------------------------------------------- */ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1391 | static const unsigned int rpc_clk_pins[] = { |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1392 | /* Octal-SPI flash: C/SCLK */ |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1393 | /* HyperFlash: CK, CK# */ |
| 1394 | RCAR_GP_PIN(5, 0), RCAR_GP_PIN(5, 6), |
| 1395 | }; |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1396 | static const unsigned int rpc_clk_mux[] = { |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1397 | QSPI0_SPCLK_MARK, QSPI1_SPCLK_MARK, |
| 1398 | }; |
| 1399 | static const unsigned int rpc_ctrl_pins[] = { |
| 1400 | /* Octal-SPI flash: S#/CS, DQS */ |
| 1401 | /* HyperFlash: CS#, RDS */ |
| 1402 | RCAR_GP_PIN(5, 5), RCAR_GP_PIN(5, 11), |
| 1403 | }; |
| 1404 | static const unsigned int rpc_ctrl_mux[] = { |
| 1405 | QSPI0_SSL_MARK, QSPI1_SSL_MARK, |
| 1406 | }; |
| 1407 | static const unsigned int rpc_data_pins[] = { |
| 1408 | /* DQ[0:7] */ |
| 1409 | RCAR_GP_PIN(5, 1), RCAR_GP_PIN(5, 2), |
| 1410 | RCAR_GP_PIN(5, 3), RCAR_GP_PIN(5, 4), |
| 1411 | RCAR_GP_PIN(5, 7), RCAR_GP_PIN(5, 8), |
| 1412 | RCAR_GP_PIN(5, 9), RCAR_GP_PIN(5, 10), |
| 1413 | }; |
| 1414 | static const unsigned int rpc_data_mux[] = { |
| 1415 | QSPI0_MOSI_IO0_MARK, QSPI0_MISO_IO1_MARK, |
| 1416 | QSPI0_IO2_MARK, QSPI0_IO3_MARK, |
| 1417 | QSPI1_MOSI_IO0_MARK, QSPI1_MISO_IO1_MARK, |
| 1418 | QSPI1_IO2_MARK, QSPI1_IO3_MARK, |
| 1419 | }; |
| 1420 | static const unsigned int rpc_reset_pins[] = { |
| 1421 | /* RPC_RESET# */ |
| 1422 | RCAR_GP_PIN(5, 12), |
| 1423 | }; |
| 1424 | static const unsigned int rpc_reset_mux[] = { |
| 1425 | RPC_RESET_N_MARK, |
| 1426 | }; |
| 1427 | static const unsigned int rpc_int_pins[] = { |
| 1428 | /* RPC_INT# */ |
| 1429 | RCAR_GP_PIN(5, 14), |
| 1430 | }; |
| 1431 | static const unsigned int rpc_int_mux[] = { |
| 1432 | RPC_INT_N_MARK, |
| 1433 | }; |
| 1434 | static const unsigned int rpc_wp_pins[] = { |
| 1435 | /* RPC_WP# */ |
| 1436 | RCAR_GP_PIN(5, 13), |
| 1437 | }; |
| 1438 | static const unsigned int rpc_wp_mux[] = { |
| 1439 | RPC_WP_N_MARK, |
| 1440 | }; |
| 1441 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1442 | /* - SCIF Clock ------------------------------------------------------------- */ |
| 1443 | static const unsigned int scif_clk_a_pins[] = { |
| 1444 | /* SCIF_CLK */ |
| 1445 | RCAR_GP_PIN(0, 18), |
| 1446 | }; |
| 1447 | static const unsigned int scif_clk_a_mux[] = { |
| 1448 | SCIF_CLK_A_MARK, |
| 1449 | }; |
| 1450 | static const unsigned int scif_clk_b_pins[] = { |
| 1451 | /* SCIF_CLK */ |
| 1452 | RCAR_GP_PIN(1, 25), |
| 1453 | }; |
| 1454 | static const unsigned int scif_clk_b_mux[] = { |
| 1455 | SCIF_CLK_B_MARK, |
| 1456 | }; |
| 1457 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1458 | /* - SCIF0 ------------------------------------------------------------------ */ |
| 1459 | static const unsigned int scif0_data_pins[] = { |
| 1460 | /* RX, TX */ |
| 1461 | RCAR_GP_PIN(4, 4), RCAR_GP_PIN(4, 5), |
| 1462 | }; |
| 1463 | static const unsigned int scif0_data_mux[] = { |
| 1464 | RX0_MARK, TX0_MARK, |
| 1465 | }; |
| 1466 | static const unsigned int scif0_clk_pins[] = { |
| 1467 | /* SCK */ |
| 1468 | RCAR_GP_PIN(4, 1), |
| 1469 | }; |
| 1470 | static const unsigned int scif0_clk_mux[] = { |
| 1471 | SCK0_MARK, |
| 1472 | }; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1473 | static const unsigned int scif0_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1474 | /* RTS#, CTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1475 | RCAR_GP_PIN(4, 3), RCAR_GP_PIN(4, 2), |
| 1476 | }; |
| 1477 | static const unsigned int scif0_ctrl_mux[] = { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 1478 | RTS0_N_MARK, CTS0_N_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1479 | }; |
| 1480 | |
| 1481 | /* - SCIF1 ------------------------------------------------------------------ */ |
| 1482 | static const unsigned int scif1_data_a_pins[] = { |
| 1483 | /* RX, TX */ |
| 1484 | RCAR_GP_PIN(2, 8), RCAR_GP_PIN(2, 9), |
| 1485 | }; |
| 1486 | static const unsigned int scif1_data_a_mux[] = { |
| 1487 | RX1_A_MARK, TX1_A_MARK, |
| 1488 | }; |
| 1489 | static const unsigned int scif1_clk_pins[] = { |
| 1490 | /* SCK */ |
| 1491 | RCAR_GP_PIN(2, 5), |
| 1492 | }; |
| 1493 | static const unsigned int scif1_clk_mux[] = { |
| 1494 | SCK1_MARK, |
| 1495 | }; |
| 1496 | static const unsigned int scif1_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1497 | /* RTS#, CTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1498 | RCAR_GP_PIN(2, 11), RCAR_GP_PIN(2, 10), |
| 1499 | }; |
| 1500 | static const unsigned int scif1_ctrl_mux[] = { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 1501 | RTS1_N_MARK, CTS1_N_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1502 | }; |
| 1503 | static const unsigned int scif1_data_b_pins[] = { |
| 1504 | /* RX, TX */ |
| 1505 | RCAR_GP_PIN(1, 24), RCAR_GP_PIN(1, 23), |
| 1506 | }; |
| 1507 | static const unsigned int scif1_data_b_mux[] = { |
| 1508 | RX1_B_MARK, TX1_B_MARK, |
| 1509 | }; |
| 1510 | |
| 1511 | /* - SCIF3 ------------------------------------------------------------------ */ |
| 1512 | static const unsigned int scif3_data_pins[] = { |
| 1513 | /* RX, TX */ |
| 1514 | RCAR_GP_PIN(2, 1), RCAR_GP_PIN(2, 2), |
| 1515 | }; |
| 1516 | static const unsigned int scif3_data_mux[] = { |
| 1517 | RX3_MARK, TX3_MARK, |
| 1518 | }; |
| 1519 | static const unsigned int scif3_clk_pins[] = { |
| 1520 | /* SCK */ |
| 1521 | RCAR_GP_PIN(2, 0), |
| 1522 | }; |
| 1523 | static const unsigned int scif3_clk_mux[] = { |
| 1524 | SCK3_MARK, |
| 1525 | }; |
| 1526 | static const unsigned int scif3_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1527 | /* RTS#, CTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1528 | RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 3), |
| 1529 | }; |
| 1530 | static const unsigned int scif3_ctrl_mux[] = { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 1531 | RTS3_N_MARK, CTS3_N_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1532 | }; |
| 1533 | |
| 1534 | /* - SCIF4 ------------------------------------------------------------------ */ |
| 1535 | static const unsigned int scif4_data_pins[] = { |
| 1536 | /* RX, TX */ |
| 1537 | RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11), |
| 1538 | }; |
| 1539 | static const unsigned int scif4_data_mux[] = { |
| 1540 | RX4_MARK, TX4_MARK, |
| 1541 | }; |
| 1542 | static const unsigned int scif4_clk_pins[] = { |
| 1543 | /* SCK */ |
| 1544 | RCAR_GP_PIN(3, 9), |
| 1545 | }; |
| 1546 | static const unsigned int scif4_clk_mux[] = { |
| 1547 | SCK4_MARK, |
| 1548 | }; |
| 1549 | static const unsigned int scif4_ctrl_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1550 | /* RTS#, CTS# */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1551 | RCAR_GP_PIN(3, 13), RCAR_GP_PIN(3, 12), |
| 1552 | }; |
| 1553 | static const unsigned int scif4_ctrl_mux[] = { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 1554 | RTS4_N_MARK, CTS4_N_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1555 | }; |
| 1556 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1557 | /* - TMU -------------------------------------------------------------------- */ |
| 1558 | static const unsigned int tmu_tclk1_a_pins[] = { |
| 1559 | /* TCLK1 */ |
| 1560 | RCAR_GP_PIN(4, 4), |
| 1561 | }; |
| 1562 | static const unsigned int tmu_tclk1_a_mux[] = { |
| 1563 | TCLK1_A_MARK, |
| 1564 | }; |
| 1565 | static const unsigned int tmu_tclk1_b_pins[] = { |
| 1566 | /* TCLK1 */ |
| 1567 | RCAR_GP_PIN(1, 23), |
| 1568 | }; |
| 1569 | static const unsigned int tmu_tclk1_b_mux[] = { |
| 1570 | TCLK1_B_MARK, |
| 1571 | }; |
| 1572 | static const unsigned int tmu_tclk2_a_pins[] = { |
| 1573 | /* TCLK2 */ |
| 1574 | RCAR_GP_PIN(4, 5), |
| 1575 | }; |
| 1576 | static const unsigned int tmu_tclk2_a_mux[] = { |
| 1577 | TCLK2_A_MARK, |
| 1578 | }; |
| 1579 | static const unsigned int tmu_tclk2_b_pins[] = { |
| 1580 | /* TCLK2 */ |
| 1581 | RCAR_GP_PIN(1, 24), |
| 1582 | }; |
| 1583 | static const unsigned int tmu_tclk2_b_mux[] = { |
| 1584 | TCLK2_B_MARK, |
| 1585 | }; |
| 1586 | |
| 1587 | /* - VIN0 ------------------------------------------------------------------- */ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1588 | static const unsigned int vin0_data_pins[] = { |
| 1589 | RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 5), |
| 1590 | RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 7), |
| 1591 | RCAR_GP_PIN(2, 8), RCAR_GP_PIN(2, 9), |
| 1592 | RCAR_GP_PIN(2, 10), RCAR_GP_PIN(2, 11), |
| 1593 | RCAR_GP_PIN(2, 12), RCAR_GP_PIN(2, 13), |
| 1594 | RCAR_GP_PIN(2, 14), RCAR_GP_PIN(2, 15), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1595 | }; |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1596 | static const unsigned int vin0_data_mux[] = { |
| 1597 | VI0_DATA0_MARK, VI0_DATA1_MARK, |
| 1598 | VI0_DATA2_MARK, VI0_DATA3_MARK, |
| 1599 | VI0_DATA4_MARK, VI0_DATA5_MARK, |
| 1600 | VI0_DATA6_MARK, VI0_DATA7_MARK, |
| 1601 | VI0_DATA8_MARK, VI0_DATA9_MARK, |
| 1602 | VI0_DATA10_MARK, VI0_DATA11_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1603 | }; |
| 1604 | static const unsigned int vin0_sync_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1605 | /* HSYNC#, VSYNC# */ |
| 1606 | RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 3), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1607 | }; |
| 1608 | static const unsigned int vin0_sync_mux[] = { |
| 1609 | VI0_HSYNC_N_MARK, VI0_VSYNC_N_MARK, |
| 1610 | }; |
| 1611 | static const unsigned int vin0_field_pins[] = { |
| 1612 | /* FIELD */ |
| 1613 | RCAR_GP_PIN(2, 16), |
| 1614 | }; |
| 1615 | static const unsigned int vin0_field_mux[] = { |
| 1616 | VI0_FIELD_MARK, |
| 1617 | }; |
| 1618 | static const unsigned int vin0_clkenb_pins[] = { |
| 1619 | /* CLKENB */ |
| 1620 | RCAR_GP_PIN(2, 1), |
| 1621 | }; |
| 1622 | static const unsigned int vin0_clkenb_mux[] = { |
| 1623 | VI0_CLKENB_MARK, |
| 1624 | }; |
| 1625 | static const unsigned int vin0_clk_pins[] = { |
| 1626 | /* CLK */ |
| 1627 | RCAR_GP_PIN(2, 0), |
| 1628 | }; |
| 1629 | static const unsigned int vin0_clk_mux[] = { |
| 1630 | VI0_CLK_MARK, |
| 1631 | }; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1632 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1633 | /* - VIN1 ------------------------------------------------------------------- */ |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1634 | static const unsigned int vin1_data_pins[] = { |
| 1635 | RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 5), |
| 1636 | RCAR_GP_PIN(3, 6), RCAR_GP_PIN(3, 7), |
| 1637 | RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9), |
| 1638 | RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11), |
| 1639 | RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13), |
| 1640 | RCAR_GP_PIN(3, 14), RCAR_GP_PIN(3, 15), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1641 | }; |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1642 | static const unsigned int vin1_data_mux[] = { |
| 1643 | VI1_DATA0_MARK, VI1_DATA1_MARK, |
| 1644 | VI1_DATA2_MARK, VI1_DATA3_MARK, |
| 1645 | VI1_DATA4_MARK, VI1_DATA5_MARK, |
| 1646 | VI1_DATA6_MARK, VI1_DATA7_MARK, |
| 1647 | VI1_DATA8_MARK, VI1_DATA9_MARK, |
| 1648 | VI1_DATA10_MARK, VI1_DATA11_MARK, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1649 | }; |
| 1650 | static const unsigned int vin1_sync_pins[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1651 | /* HSYNC#, VSYNC# */ |
| 1652 | RCAR_GP_PIN(3, 2), RCAR_GP_PIN(3, 3), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1653 | }; |
| 1654 | static const unsigned int vin1_sync_mux[] = { |
| 1655 | VI1_HSYNC_N_MARK, VI1_VSYNC_N_MARK, |
| 1656 | }; |
| 1657 | static const unsigned int vin1_field_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1658 | RCAR_GP_PIN(3, 16), |
| 1659 | }; |
| 1660 | static const unsigned int vin1_field_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1661 | /* FIELD */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1662 | VI1_FIELD_MARK, |
| 1663 | }; |
| 1664 | static const unsigned int vin1_clkenb_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1665 | RCAR_GP_PIN(3, 1), |
| 1666 | }; |
| 1667 | static const unsigned int vin1_clkenb_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1668 | /* CLKENB */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1669 | VI1_CLKENB_MARK, |
| 1670 | }; |
| 1671 | static const unsigned int vin1_clk_pins[] = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1672 | RCAR_GP_PIN(3, 0), |
| 1673 | }; |
| 1674 | static const unsigned int vin1_clk_mux[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1675 | /* CLK */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1676 | VI1_CLK_MARK, |
| 1677 | }; |
| 1678 | |
| 1679 | static const struct sh_pfc_pin_group pinmux_groups[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1680 | SH_PFC_PIN_GROUP(avb0_link), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1681 | SH_PFC_PIN_GROUP(avb0_magic), |
| 1682 | SH_PFC_PIN_GROUP(avb0_phy_int), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1683 | SH_PFC_PIN_GROUP(avb0_mdio), |
| 1684 | SH_PFC_PIN_GROUP(avb0_rgmii), |
| 1685 | SH_PFC_PIN_GROUP(avb0_txcrefclk), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1686 | SH_PFC_PIN_GROUP(avb0_avtp_pps), |
| 1687 | SH_PFC_PIN_GROUP(avb0_avtp_capture), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1688 | SH_PFC_PIN_GROUP(avb0_avtp_match), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1689 | SH_PFC_PIN_GROUP(canfd_clk_a), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1690 | SH_PFC_PIN_GROUP(canfd_clk_b), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1691 | SH_PFC_PIN_GROUP(canfd0_data_a), |
| 1692 | SH_PFC_PIN_GROUP(canfd0_data_b), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1693 | SH_PFC_PIN_GROUP(canfd1_data), |
| 1694 | SH_PFC_PIN_GROUP(du_rgb666), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1695 | SH_PFC_PIN_GROUP(du_clk_out), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1696 | SH_PFC_PIN_GROUP(du_sync), |
| 1697 | SH_PFC_PIN_GROUP(du_oddf), |
| 1698 | SH_PFC_PIN_GROUP(du_cde), |
| 1699 | SH_PFC_PIN_GROUP(du_disp), |
| 1700 | SH_PFC_PIN_GROUP(hscif0_data), |
| 1701 | SH_PFC_PIN_GROUP(hscif0_clk), |
| 1702 | SH_PFC_PIN_GROUP(hscif0_ctrl), |
| 1703 | SH_PFC_PIN_GROUP(hscif1_data), |
| 1704 | SH_PFC_PIN_GROUP(hscif1_clk), |
| 1705 | SH_PFC_PIN_GROUP(hscif1_ctrl), |
| 1706 | SH_PFC_PIN_GROUP(hscif2_data), |
| 1707 | SH_PFC_PIN_GROUP(hscif2_clk), |
| 1708 | SH_PFC_PIN_GROUP(hscif2_ctrl), |
| 1709 | SH_PFC_PIN_GROUP(hscif3_data), |
| 1710 | SH_PFC_PIN_GROUP(hscif3_clk), |
| 1711 | SH_PFC_PIN_GROUP(hscif3_ctrl), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1712 | SH_PFC_PIN_GROUP(i2c0), |
| 1713 | SH_PFC_PIN_GROUP(i2c1), |
| 1714 | SH_PFC_PIN_GROUP(i2c2), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1715 | SH_PFC_PIN_GROUP(i2c3_a), |
| 1716 | SH_PFC_PIN_GROUP(i2c3_b), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1717 | SH_PFC_PIN_GROUP(i2c4), |
| 1718 | SH_PFC_PIN_GROUP(intc_ex_irq0), |
| 1719 | SH_PFC_PIN_GROUP(intc_ex_irq1), |
| 1720 | SH_PFC_PIN_GROUP(intc_ex_irq2), |
| 1721 | SH_PFC_PIN_GROUP(intc_ex_irq3), |
| 1722 | SH_PFC_PIN_GROUP(intc_ex_irq4), |
| 1723 | SH_PFC_PIN_GROUP(intc_ex_irq5), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1724 | BUS_DATA_PIN_GROUP(mmc_data, 1), |
| 1725 | BUS_DATA_PIN_GROUP(mmc_data, 4), |
| 1726 | BUS_DATA_PIN_GROUP(mmc_data, 8), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1727 | SH_PFC_PIN_GROUP(mmc_ctrl), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1728 | SH_PFC_PIN_GROUP(msiof0_clk), |
| 1729 | SH_PFC_PIN_GROUP(msiof0_sync), |
| 1730 | SH_PFC_PIN_GROUP(msiof0_ss1), |
| 1731 | SH_PFC_PIN_GROUP(msiof0_ss2), |
| 1732 | SH_PFC_PIN_GROUP(msiof0_txd), |
| 1733 | SH_PFC_PIN_GROUP(msiof0_rxd), |
| 1734 | SH_PFC_PIN_GROUP(msiof1_clk), |
| 1735 | SH_PFC_PIN_GROUP(msiof1_sync), |
| 1736 | SH_PFC_PIN_GROUP(msiof1_ss1), |
| 1737 | SH_PFC_PIN_GROUP(msiof1_ss2), |
| 1738 | SH_PFC_PIN_GROUP(msiof1_txd), |
| 1739 | SH_PFC_PIN_GROUP(msiof1_rxd), |
| 1740 | SH_PFC_PIN_GROUP(msiof2_clk), |
| 1741 | SH_PFC_PIN_GROUP(msiof2_sync), |
| 1742 | SH_PFC_PIN_GROUP(msiof2_ss1), |
| 1743 | SH_PFC_PIN_GROUP(msiof2_ss2), |
| 1744 | SH_PFC_PIN_GROUP(msiof2_txd), |
| 1745 | SH_PFC_PIN_GROUP(msiof2_rxd), |
| 1746 | SH_PFC_PIN_GROUP(msiof3_clk), |
| 1747 | SH_PFC_PIN_GROUP(msiof3_sync), |
| 1748 | SH_PFC_PIN_GROUP(msiof3_ss1), |
| 1749 | SH_PFC_PIN_GROUP(msiof3_ss2), |
| 1750 | SH_PFC_PIN_GROUP(msiof3_txd), |
| 1751 | SH_PFC_PIN_GROUP(msiof3_rxd), |
| 1752 | SH_PFC_PIN_GROUP(pwm0_a), |
| 1753 | SH_PFC_PIN_GROUP(pwm0_b), |
| 1754 | SH_PFC_PIN_GROUP(pwm1_a), |
| 1755 | SH_PFC_PIN_GROUP(pwm1_b), |
| 1756 | SH_PFC_PIN_GROUP(pwm2_a), |
| 1757 | SH_PFC_PIN_GROUP(pwm2_b), |
| 1758 | SH_PFC_PIN_GROUP(pwm3_a), |
| 1759 | SH_PFC_PIN_GROUP(pwm3_b), |
| 1760 | SH_PFC_PIN_GROUP(pwm4_a), |
| 1761 | SH_PFC_PIN_GROUP(pwm4_b), |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1762 | SH_PFC_PIN_GROUP(qspi0_ctrl), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1763 | SH_PFC_PIN_GROUP_SUBSET(qspi0_data2, rpc_data, 0, 2), |
| 1764 | SH_PFC_PIN_GROUP_SUBSET(qspi0_data4, rpc_data, 0, 4), |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1765 | SH_PFC_PIN_GROUP(qspi1_ctrl), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1766 | SH_PFC_PIN_GROUP_SUBSET(qspi1_data2, rpc_data, 4, 2), |
| 1767 | SH_PFC_PIN_GROUP_SUBSET(qspi1_data4, rpc_data, 4, 4), |
| 1768 | BUS_DATA_PIN_GROUP(rpc_clk, 1), |
| 1769 | BUS_DATA_PIN_GROUP(rpc_clk, 2), |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1770 | SH_PFC_PIN_GROUP(rpc_ctrl), |
| 1771 | SH_PFC_PIN_GROUP(rpc_data), |
| 1772 | SH_PFC_PIN_GROUP(rpc_reset), |
| 1773 | SH_PFC_PIN_GROUP(rpc_int), |
| 1774 | SH_PFC_PIN_GROUP(rpc_wp), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1775 | SH_PFC_PIN_GROUP(scif_clk_a), |
| 1776 | SH_PFC_PIN_GROUP(scif_clk_b), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1777 | SH_PFC_PIN_GROUP(scif0_data), |
| 1778 | SH_PFC_PIN_GROUP(scif0_clk), |
| 1779 | SH_PFC_PIN_GROUP(scif0_ctrl), |
| 1780 | SH_PFC_PIN_GROUP(scif1_data_a), |
| 1781 | SH_PFC_PIN_GROUP(scif1_clk), |
| 1782 | SH_PFC_PIN_GROUP(scif1_ctrl), |
| 1783 | SH_PFC_PIN_GROUP(scif1_data_b), |
| 1784 | SH_PFC_PIN_GROUP(scif3_data), |
| 1785 | SH_PFC_PIN_GROUP(scif3_clk), |
| 1786 | SH_PFC_PIN_GROUP(scif3_ctrl), |
| 1787 | SH_PFC_PIN_GROUP(scif4_data), |
| 1788 | SH_PFC_PIN_GROUP(scif4_clk), |
| 1789 | SH_PFC_PIN_GROUP(scif4_ctrl), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1790 | SH_PFC_PIN_GROUP(tmu_tclk1_a), |
| 1791 | SH_PFC_PIN_GROUP(tmu_tclk1_b), |
| 1792 | SH_PFC_PIN_GROUP(tmu_tclk2_a), |
| 1793 | SH_PFC_PIN_GROUP(tmu_tclk2_b), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1794 | BUS_DATA_PIN_GROUP(vin0_data, 8), |
| 1795 | BUS_DATA_PIN_GROUP(vin0_data, 10), |
| 1796 | BUS_DATA_PIN_GROUP(vin0_data, 12), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1797 | SH_PFC_PIN_GROUP(vin0_sync), |
| 1798 | SH_PFC_PIN_GROUP(vin0_field), |
| 1799 | SH_PFC_PIN_GROUP(vin0_clkenb), |
| 1800 | SH_PFC_PIN_GROUP(vin0_clk), |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 1801 | BUS_DATA_PIN_GROUP(vin1_data, 8), |
| 1802 | BUS_DATA_PIN_GROUP(vin1_data, 10), |
| 1803 | BUS_DATA_PIN_GROUP(vin1_data, 12), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1804 | SH_PFC_PIN_GROUP(vin1_sync), |
| 1805 | SH_PFC_PIN_GROUP(vin1_field), |
| 1806 | SH_PFC_PIN_GROUP(vin1_clkenb), |
| 1807 | SH_PFC_PIN_GROUP(vin1_clk), |
| 1808 | }; |
| 1809 | |
| 1810 | static const char * const avb0_groups[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1811 | "avb0_link", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1812 | "avb0_magic", |
| 1813 | "avb0_phy_int", |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1814 | "avb0_mdio", |
| 1815 | "avb0_rgmii", |
| 1816 | "avb0_txcrefclk", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1817 | "avb0_avtp_pps", |
| 1818 | "avb0_avtp_capture", |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1819 | "avb0_avtp_match", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1820 | }; |
| 1821 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1822 | static const char * const canfd_clk_groups[] = { |
| 1823 | "canfd_clk_a", |
| 1824 | "canfd_clk_b", |
| 1825 | }; |
| 1826 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1827 | static const char * const canfd0_groups[] = { |
| 1828 | "canfd0_data_a", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1829 | "canfd0_data_b", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1830 | }; |
| 1831 | |
| 1832 | static const char * const canfd1_groups[] = { |
| 1833 | "canfd1_data", |
| 1834 | }; |
| 1835 | |
| 1836 | static const char * const du_groups[] = { |
| 1837 | "du_rgb666", |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1838 | "du_clk_out", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1839 | "du_sync", |
| 1840 | "du_oddf", |
| 1841 | "du_cde", |
| 1842 | "du_disp", |
| 1843 | }; |
| 1844 | |
| 1845 | static const char * const hscif0_groups[] = { |
| 1846 | "hscif0_data", |
| 1847 | "hscif0_clk", |
| 1848 | "hscif0_ctrl", |
| 1849 | }; |
| 1850 | |
| 1851 | static const char * const hscif1_groups[] = { |
| 1852 | "hscif1_data", |
| 1853 | "hscif1_clk", |
| 1854 | "hscif1_ctrl", |
| 1855 | }; |
| 1856 | |
| 1857 | static const char * const hscif2_groups[] = { |
| 1858 | "hscif2_data", |
| 1859 | "hscif2_clk", |
| 1860 | "hscif2_ctrl", |
| 1861 | }; |
| 1862 | |
| 1863 | static const char * const hscif3_groups[] = { |
| 1864 | "hscif3_data", |
| 1865 | "hscif3_clk", |
| 1866 | "hscif3_ctrl", |
| 1867 | }; |
| 1868 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1869 | static const char * const i2c0_groups[] = { |
| 1870 | "i2c0", |
| 1871 | }; |
| 1872 | |
| 1873 | static const char * const i2c1_groups[] = { |
| 1874 | "i2c1", |
| 1875 | }; |
| 1876 | |
| 1877 | static const char * const i2c2_groups[] = { |
| 1878 | "i2c2", |
| 1879 | }; |
| 1880 | |
| 1881 | static const char * const i2c3_groups[] = { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1882 | "i2c3_a", |
| 1883 | "i2c3_b", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1884 | }; |
| 1885 | |
| 1886 | static const char * const i2c4_groups[] = { |
| 1887 | "i2c4", |
| 1888 | }; |
| 1889 | |
| 1890 | static const char * const intc_ex_groups[] = { |
| 1891 | "intc_ex_irq0", |
| 1892 | "intc_ex_irq1", |
| 1893 | "intc_ex_irq2", |
| 1894 | "intc_ex_irq3", |
| 1895 | "intc_ex_irq4", |
| 1896 | "intc_ex_irq5", |
| 1897 | }; |
| 1898 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1899 | static const char * const mmc_groups[] = { |
| 1900 | "mmc_data1", |
| 1901 | "mmc_data4", |
| 1902 | "mmc_data8", |
| 1903 | "mmc_ctrl", |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1904 | }; |
| 1905 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1906 | static const char * const msiof0_groups[] = { |
| 1907 | "msiof0_clk", |
| 1908 | "msiof0_sync", |
| 1909 | "msiof0_ss1", |
| 1910 | "msiof0_ss2", |
| 1911 | "msiof0_txd", |
| 1912 | "msiof0_rxd", |
| 1913 | }; |
| 1914 | |
| 1915 | static const char * const msiof1_groups[] = { |
| 1916 | "msiof1_clk", |
| 1917 | "msiof1_sync", |
| 1918 | "msiof1_ss1", |
| 1919 | "msiof1_ss2", |
| 1920 | "msiof1_txd", |
| 1921 | "msiof1_rxd", |
| 1922 | }; |
| 1923 | |
| 1924 | static const char * const msiof2_groups[] = { |
| 1925 | "msiof2_clk", |
| 1926 | "msiof2_sync", |
| 1927 | "msiof2_ss1", |
| 1928 | "msiof2_ss2", |
| 1929 | "msiof2_txd", |
| 1930 | "msiof2_rxd", |
| 1931 | }; |
| 1932 | |
| 1933 | static const char * const msiof3_groups[] = { |
| 1934 | "msiof3_clk", |
| 1935 | "msiof3_sync", |
| 1936 | "msiof3_ss1", |
| 1937 | "msiof3_ss2", |
| 1938 | "msiof3_txd", |
| 1939 | "msiof3_rxd", |
| 1940 | }; |
| 1941 | |
| 1942 | static const char * const pwm0_groups[] = { |
| 1943 | "pwm0_a", |
| 1944 | "pwm0_b", |
| 1945 | }; |
| 1946 | |
| 1947 | static const char * const pwm1_groups[] = { |
| 1948 | "pwm1_a", |
| 1949 | "pwm1_b", |
| 1950 | }; |
| 1951 | |
| 1952 | static const char * const pwm2_groups[] = { |
| 1953 | "pwm2_a", |
| 1954 | "pwm2_b", |
| 1955 | }; |
| 1956 | |
| 1957 | static const char * const pwm3_groups[] = { |
| 1958 | "pwm3_a", |
| 1959 | "pwm3_b", |
| 1960 | }; |
| 1961 | |
| 1962 | static const char * const pwm4_groups[] = { |
| 1963 | "pwm4_a", |
| 1964 | "pwm4_b", |
| 1965 | }; |
| 1966 | |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 1967 | static const char * const qspi0_groups[] = { |
| 1968 | "qspi0_ctrl", |
| 1969 | "qspi0_data2", |
| 1970 | "qspi0_data4", |
| 1971 | }; |
| 1972 | |
| 1973 | static const char * const qspi1_groups[] = { |
| 1974 | "qspi1_ctrl", |
| 1975 | "qspi1_data2", |
| 1976 | "qspi1_data4", |
| 1977 | }; |
| 1978 | |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 1979 | static const char * const rpc_groups[] = { |
| 1980 | "rpc_clk1", |
| 1981 | "rpc_clk2", |
| 1982 | "rpc_ctrl", |
| 1983 | "rpc_data", |
| 1984 | "rpc_reset", |
| 1985 | "rpc_int", |
| 1986 | "rpc_wp", |
| 1987 | }; |
| 1988 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1989 | static const char * const scif_clk_groups[] = { |
| 1990 | "scif_clk_a", |
| 1991 | "scif_clk_b", |
| 1992 | }; |
| 1993 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1994 | static const char * const scif0_groups[] = { |
| 1995 | "scif0_data", |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 1996 | "scif0_clk", |
| 1997 | "scif0_ctrl", |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 1998 | }; |
| 1999 | |
| 2000 | static const char * const scif1_groups[] = { |
| 2001 | "scif1_data_a", |
| 2002 | "scif1_clk", |
| 2003 | "scif1_ctrl", |
| 2004 | "scif1_data_b", |
| 2005 | }; |
| 2006 | |
| 2007 | static const char * const scif3_groups[] = { |
| 2008 | "scif3_data", |
| 2009 | "scif3_clk", |
| 2010 | "scif3_ctrl", |
| 2011 | }; |
| 2012 | |
| 2013 | static const char * const scif4_groups[] = { |
| 2014 | "scif4_data", |
| 2015 | "scif4_clk", |
| 2016 | "scif4_ctrl", |
| 2017 | }; |
| 2018 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2019 | static const char * const tmu_groups[] = { |
| 2020 | "tmu_tclk1_a", |
| 2021 | "tmu_tclk1_b", |
| 2022 | "tmu_tclk2_a", |
| 2023 | "tmu_tclk2_b", |
| 2024 | }; |
| 2025 | |
| 2026 | static const char * const vin0_groups[] = { |
| 2027 | "vin0_data8", |
| 2028 | "vin0_data10", |
| 2029 | "vin0_data12", |
| 2030 | "vin0_sync", |
| 2031 | "vin0_field", |
| 2032 | "vin0_clkenb", |
| 2033 | "vin0_clk", |
| 2034 | }; |
| 2035 | |
| 2036 | static const char * const vin1_groups[] = { |
| 2037 | "vin1_data8", |
| 2038 | "vin1_data10", |
| 2039 | "vin1_data12", |
| 2040 | "vin1_sync", |
| 2041 | "vin1_field", |
| 2042 | "vin1_clkenb", |
| 2043 | "vin1_clk", |
| 2044 | }; |
| 2045 | |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2046 | static const struct sh_pfc_function pinmux_functions[] = { |
| 2047 | SH_PFC_FUNCTION(avb0), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2048 | SH_PFC_FUNCTION(canfd_clk), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2049 | SH_PFC_FUNCTION(canfd0), |
| 2050 | SH_PFC_FUNCTION(canfd1), |
| 2051 | SH_PFC_FUNCTION(du), |
| 2052 | SH_PFC_FUNCTION(hscif0), |
| 2053 | SH_PFC_FUNCTION(hscif1), |
| 2054 | SH_PFC_FUNCTION(hscif2), |
| 2055 | SH_PFC_FUNCTION(hscif3), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2056 | SH_PFC_FUNCTION(i2c0), |
| 2057 | SH_PFC_FUNCTION(i2c1), |
| 2058 | SH_PFC_FUNCTION(i2c2), |
| 2059 | SH_PFC_FUNCTION(i2c3), |
| 2060 | SH_PFC_FUNCTION(i2c4), |
| 2061 | SH_PFC_FUNCTION(intc_ex), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2062 | SH_PFC_FUNCTION(mmc), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2063 | SH_PFC_FUNCTION(msiof0), |
| 2064 | SH_PFC_FUNCTION(msiof1), |
| 2065 | SH_PFC_FUNCTION(msiof2), |
| 2066 | SH_PFC_FUNCTION(msiof3), |
| 2067 | SH_PFC_FUNCTION(pwm0), |
| 2068 | SH_PFC_FUNCTION(pwm1), |
| 2069 | SH_PFC_FUNCTION(pwm2), |
| 2070 | SH_PFC_FUNCTION(pwm3), |
| 2071 | SH_PFC_FUNCTION(pwm4), |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 2072 | SH_PFC_FUNCTION(qspi0), |
| 2073 | SH_PFC_FUNCTION(qspi1), |
Marek Vasut | 0e8e989 | 2021-04-26 22:04:11 +0200 | [diff] [blame] | 2074 | SH_PFC_FUNCTION(rpc), |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2075 | SH_PFC_FUNCTION(scif_clk), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2076 | SH_PFC_FUNCTION(scif0), |
| 2077 | SH_PFC_FUNCTION(scif1), |
| 2078 | SH_PFC_FUNCTION(scif3), |
| 2079 | SH_PFC_FUNCTION(scif4), |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2080 | SH_PFC_FUNCTION(tmu), |
| 2081 | SH_PFC_FUNCTION(vin0), |
| 2082 | SH_PFC_FUNCTION(vin1), |
| 2083 | }; |
| 2084 | |
| 2085 | static const struct pinmux_cfg_reg pinmux_config_regs[] = { |
| 2086 | #define F_(x, y) FN_##y |
| 2087 | #define FM(x) FN_##x |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2088 | { PINMUX_CFG_REG_VAR("GPSR0", 0xe6060100, 32, |
| 2089 | GROUP(-10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| 2090 | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), |
| 2091 | GROUP( |
| 2092 | /* GP0_31_22 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2093 | GP_0_21_FN, GPSR0_21, |
| 2094 | GP_0_20_FN, GPSR0_20, |
| 2095 | GP_0_19_FN, GPSR0_19, |
| 2096 | GP_0_18_FN, GPSR0_18, |
| 2097 | GP_0_17_FN, GPSR0_17, |
| 2098 | GP_0_16_FN, GPSR0_16, |
| 2099 | GP_0_15_FN, GPSR0_15, |
| 2100 | GP_0_14_FN, GPSR0_14, |
| 2101 | GP_0_13_FN, GPSR0_13, |
| 2102 | GP_0_12_FN, GPSR0_12, |
| 2103 | GP_0_11_FN, GPSR0_11, |
| 2104 | GP_0_10_FN, GPSR0_10, |
| 2105 | GP_0_9_FN, GPSR0_9, |
| 2106 | GP_0_8_FN, GPSR0_8, |
| 2107 | GP_0_7_FN, GPSR0_7, |
| 2108 | GP_0_6_FN, GPSR0_6, |
| 2109 | GP_0_5_FN, GPSR0_5, |
| 2110 | GP_0_4_FN, GPSR0_4, |
| 2111 | GP_0_3_FN, GPSR0_3, |
| 2112 | GP_0_2_FN, GPSR0_2, |
| 2113 | GP_0_1_FN, GPSR0_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2114 | GP_0_0_FN, GPSR0_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2115 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2116 | { PINMUX_CFG_REG("GPSR1", 0xe6060104, 32, 1, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2117 | 0, 0, |
| 2118 | 0, 0, |
| 2119 | 0, 0, |
| 2120 | 0, 0, |
| 2121 | GP_1_27_FN, GPSR1_27, |
| 2122 | GP_1_26_FN, GPSR1_26, |
| 2123 | GP_1_25_FN, GPSR1_25, |
| 2124 | GP_1_24_FN, GPSR1_24, |
| 2125 | GP_1_23_FN, GPSR1_23, |
| 2126 | GP_1_22_FN, GPSR1_22, |
| 2127 | GP_1_21_FN, GPSR1_21, |
| 2128 | GP_1_20_FN, GPSR1_20, |
| 2129 | GP_1_19_FN, GPSR1_19, |
| 2130 | GP_1_18_FN, GPSR1_18, |
| 2131 | GP_1_17_FN, GPSR1_17, |
| 2132 | GP_1_16_FN, GPSR1_16, |
| 2133 | GP_1_15_FN, GPSR1_15, |
| 2134 | GP_1_14_FN, GPSR1_14, |
| 2135 | GP_1_13_FN, GPSR1_13, |
| 2136 | GP_1_12_FN, GPSR1_12, |
| 2137 | GP_1_11_FN, GPSR1_11, |
| 2138 | GP_1_10_FN, GPSR1_10, |
| 2139 | GP_1_9_FN, GPSR1_9, |
| 2140 | GP_1_8_FN, GPSR1_8, |
| 2141 | GP_1_7_FN, GPSR1_7, |
| 2142 | GP_1_6_FN, GPSR1_6, |
| 2143 | GP_1_5_FN, GPSR1_5, |
| 2144 | GP_1_4_FN, GPSR1_4, |
| 2145 | GP_1_3_FN, GPSR1_3, |
| 2146 | GP_1_2_FN, GPSR1_2, |
| 2147 | GP_1_1_FN, GPSR1_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2148 | GP_1_0_FN, GPSR1_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2149 | }, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2150 | { PINMUX_CFG_REG_VAR("GPSR2", 0xe6060108, 32, |
| 2151 | GROUP(-15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| 2152 | 1, 1, 1, 1, 1, 1), |
| 2153 | GROUP( |
| 2154 | /* GP2_31_17 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2155 | GP_2_16_FN, GPSR2_16, |
| 2156 | GP_2_15_FN, GPSR2_15, |
| 2157 | GP_2_14_FN, GPSR2_14, |
| 2158 | GP_2_13_FN, GPSR2_13, |
| 2159 | GP_2_12_FN, GPSR2_12, |
| 2160 | GP_2_11_FN, GPSR2_11, |
| 2161 | GP_2_10_FN, GPSR2_10, |
| 2162 | GP_2_9_FN, GPSR2_9, |
| 2163 | GP_2_8_FN, GPSR2_8, |
| 2164 | GP_2_7_FN, GPSR2_7, |
| 2165 | GP_2_6_FN, GPSR2_6, |
| 2166 | GP_2_5_FN, GPSR2_5, |
| 2167 | GP_2_4_FN, GPSR2_4, |
| 2168 | GP_2_3_FN, GPSR2_3, |
| 2169 | GP_2_2_FN, GPSR2_2, |
| 2170 | GP_2_1_FN, GPSR2_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2171 | GP_2_0_FN, GPSR2_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2172 | }, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2173 | { PINMUX_CFG_REG_VAR("GPSR3", 0xe606010c, 32, |
| 2174 | GROUP(-15, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| 2175 | 1, 1, 1, 1, 1, 1), |
| 2176 | GROUP( |
| 2177 | /* GP3_31_17 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2178 | GP_3_16_FN, GPSR3_16, |
| 2179 | GP_3_15_FN, GPSR3_15, |
| 2180 | GP_3_14_FN, GPSR3_14, |
| 2181 | GP_3_13_FN, GPSR3_13, |
| 2182 | GP_3_12_FN, GPSR3_12, |
| 2183 | GP_3_11_FN, GPSR3_11, |
| 2184 | GP_3_10_FN, GPSR3_10, |
| 2185 | GP_3_9_FN, GPSR3_9, |
| 2186 | GP_3_8_FN, GPSR3_8, |
| 2187 | GP_3_7_FN, GPSR3_7, |
| 2188 | GP_3_6_FN, GPSR3_6, |
| 2189 | GP_3_5_FN, GPSR3_5, |
| 2190 | GP_3_4_FN, GPSR3_4, |
| 2191 | GP_3_3_FN, GPSR3_3, |
| 2192 | GP_3_2_FN, GPSR3_2, |
| 2193 | GP_3_1_FN, GPSR3_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2194 | GP_3_0_FN, GPSR3_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2195 | }, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2196 | { PINMUX_CFG_REG_VAR("GPSR4", 0xe6060110, 32, |
| 2197 | GROUP(-26, 1, 1, 1, 1, 1, 1), |
| 2198 | GROUP( |
| 2199 | /* GP4_31_6 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2200 | GP_4_5_FN, GPSR4_5, |
| 2201 | GP_4_4_FN, GPSR4_4, |
| 2202 | GP_4_3_FN, GPSR4_3, |
| 2203 | GP_4_2_FN, GPSR4_2, |
| 2204 | GP_4_1_FN, GPSR4_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2205 | GP_4_0_FN, GPSR4_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2206 | }, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2207 | { PINMUX_CFG_REG_VAR("GPSR5", 0xe6060114, 32, |
| 2208 | GROUP(-17, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| 2209 | 1, 1, 1, 1), |
| 2210 | GROUP( |
| 2211 | /* GP5_31_15 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2212 | GP_5_14_FN, GPSR5_14, |
| 2213 | GP_5_13_FN, GPSR5_13, |
| 2214 | GP_5_12_FN, GPSR5_12, |
| 2215 | GP_5_11_FN, GPSR5_11, |
| 2216 | GP_5_10_FN, GPSR5_10, |
| 2217 | GP_5_9_FN, GPSR5_9, |
| 2218 | GP_5_8_FN, GPSR5_8, |
| 2219 | GP_5_7_FN, GPSR5_7, |
| 2220 | GP_5_6_FN, GPSR5_6, |
| 2221 | GP_5_5_FN, GPSR5_5, |
| 2222 | GP_5_4_FN, GPSR5_4, |
| 2223 | GP_5_3_FN, GPSR5_3, |
| 2224 | GP_5_2_FN, GPSR5_2, |
| 2225 | GP_5_1_FN, GPSR5_1, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2226 | GP_5_0_FN, GPSR5_0, )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2227 | }, |
| 2228 | #undef F_ |
| 2229 | #undef FM |
| 2230 | |
| 2231 | #define F_(x, y) x, |
| 2232 | #define FM(x) FN_##x, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2233 | { PINMUX_CFG_REG("IPSR0", 0xe6060200, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2234 | IP0_31_28 |
| 2235 | IP0_27_24 |
| 2236 | IP0_23_20 |
| 2237 | IP0_19_16 |
| 2238 | IP0_15_12 |
| 2239 | IP0_11_8 |
| 2240 | IP0_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2241 | IP0_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2242 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2243 | { PINMUX_CFG_REG("IPSR1", 0xe6060204, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2244 | IP1_31_28 |
| 2245 | IP1_27_24 |
| 2246 | IP1_23_20 |
| 2247 | IP1_19_16 |
| 2248 | IP1_15_12 |
| 2249 | IP1_11_8 |
| 2250 | IP1_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2251 | IP1_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2252 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2253 | { PINMUX_CFG_REG("IPSR2", 0xe6060208, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2254 | IP2_31_28 |
| 2255 | IP2_27_24 |
| 2256 | IP2_23_20 |
| 2257 | IP2_19_16 |
| 2258 | IP2_15_12 |
| 2259 | IP2_11_8 |
| 2260 | IP2_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2261 | IP2_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2262 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2263 | { PINMUX_CFG_REG("IPSR3", 0xe606020c, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2264 | IP3_31_28 |
| 2265 | IP3_27_24 |
| 2266 | IP3_23_20 |
| 2267 | IP3_19_16 |
| 2268 | IP3_15_12 |
| 2269 | IP3_11_8 |
| 2270 | IP3_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2271 | IP3_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2272 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2273 | { PINMUX_CFG_REG("IPSR4", 0xe6060210, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2274 | IP4_31_28 |
| 2275 | IP4_27_24 |
| 2276 | IP4_23_20 |
| 2277 | IP4_19_16 |
| 2278 | IP4_15_12 |
| 2279 | IP4_11_8 |
| 2280 | IP4_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2281 | IP4_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2282 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2283 | { PINMUX_CFG_REG("IPSR5", 0xe6060214, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2284 | IP5_31_28 |
| 2285 | IP5_27_24 |
| 2286 | IP5_23_20 |
| 2287 | IP5_19_16 |
| 2288 | IP5_15_12 |
| 2289 | IP5_11_8 |
| 2290 | IP5_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2291 | IP5_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2292 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2293 | { PINMUX_CFG_REG("IPSR6", 0xe6060218, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2294 | IP6_31_28 |
| 2295 | IP6_27_24 |
| 2296 | IP6_23_20 |
| 2297 | IP6_19_16 |
| 2298 | IP6_15_12 |
| 2299 | IP6_11_8 |
| 2300 | IP6_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2301 | IP6_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2302 | }, |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2303 | { PINMUX_CFG_REG("IPSR7", 0xe606021c, 32, 4, GROUP( |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2304 | IP7_31_28 |
| 2305 | IP7_27_24 |
| 2306 | IP7_23_20 |
| 2307 | IP7_19_16 |
| 2308 | IP7_15_12 |
| 2309 | IP7_11_8 |
| 2310 | IP7_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2311 | IP7_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2312 | }, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2313 | { PINMUX_CFG_REG_VAR("IPSR8", 0xe6060220, 32, |
| 2314 | GROUP(-4, 4, 4, 4, 4, 4, 4, 4), |
| 2315 | GROUP( |
| 2316 | /* IP8_31_28 RESERVED */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2317 | IP8_27_24 |
| 2318 | IP8_23_20 |
| 2319 | IP8_19_16 |
| 2320 | IP8_15_12 |
| 2321 | IP8_11_8 |
| 2322 | IP8_7_4 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2323 | IP8_3_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2324 | }, |
| 2325 | #undef F_ |
| 2326 | #undef FM |
| 2327 | |
| 2328 | #define F_(x, y) x, |
| 2329 | #define FM(x) FN_##x, |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2330 | { PINMUX_CFG_REG_VAR("MOD_SEL0", 0xe6060500, 32, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2331 | GROUP(-20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2332 | GROUP( |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2333 | /* RESERVED 31-12 */ |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2334 | MOD_SEL0_11 |
| 2335 | MOD_SEL0_10 |
| 2336 | MOD_SEL0_9 |
| 2337 | MOD_SEL0_8 |
| 2338 | MOD_SEL0_7 |
| 2339 | MOD_SEL0_6 |
| 2340 | MOD_SEL0_5 |
| 2341 | MOD_SEL0_4 |
| 2342 | MOD_SEL0_3 |
| 2343 | MOD_SEL0_2 |
| 2344 | MOD_SEL0_1 |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2345 | MOD_SEL0_0 )) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2346 | }, |
| 2347 | { }, |
| 2348 | }; |
| 2349 | |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 2350 | enum ioctrl_regs { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2351 | POCCTRL0, |
| 2352 | POCCTRL1, |
| 2353 | POCCTRL2, |
| 2354 | TDSELCTRL, |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 2355 | }; |
| 2356 | |
| 2357 | static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = { |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2358 | [POCCTRL0] = { 0xe6060380 }, |
| 2359 | [POCCTRL1] = { 0xe6060384 }, |
| 2360 | [POCCTRL2] = { 0xe6060388 }, |
| 2361 | [TDSELCTRL] = { 0xe60603c0, }, |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 2362 | { /* sentinel */ }, |
| 2363 | }; |
| 2364 | |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2365 | static int r8a77970_pin_to_pocctrl(unsigned int pin, u32 *pocctrl) |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2366 | { |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2367 | int bit = pin & 0x1f; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2368 | |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2369 | *pocctrl = pinmux_ioctrl_regs[POCCTRL0].reg; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2370 | if (pin >= RCAR_GP_PIN(0, 0) && pin <= RCAR_GP_PIN(0, 21)) |
| 2371 | return bit; |
| 2372 | if (pin >= RCAR_GP_PIN(2, 0) && pin <= RCAR_GP_PIN(2, 9)) |
| 2373 | return bit + 22; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2374 | |
Eugeniu Rosca | f0066b0 | 2019-07-09 18:27:11 +0200 | [diff] [blame] | 2375 | *pocctrl = pinmux_ioctrl_regs[POCCTRL1].reg; |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2376 | if (pin >= RCAR_GP_PIN(2, 10) && pin <= RCAR_GP_PIN(2, 16)) |
| 2377 | return bit - 10; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2378 | if (pin >= RCAR_GP_PIN(3, 0) && pin <= RCAR_GP_PIN(3, 16)) |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2379 | return bit + 7; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2380 | |
Marek Vasut | eb13e0f | 2018-06-10 16:05:48 +0200 | [diff] [blame] | 2381 | return -EINVAL; |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2382 | } |
| 2383 | |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2384 | static const struct pinmux_bias_reg pinmux_bias_regs[] = { |
| 2385 | { PINMUX_BIAS_REG("PUEN0", 0xe6060400, "PUD0", 0xe6060440) { |
| 2386 | [ 0] = RCAR_GP_PIN(0, 0), /* DU_DR2 */ |
| 2387 | [ 1] = RCAR_GP_PIN(0, 1), /* DU_DR3 */ |
| 2388 | [ 2] = RCAR_GP_PIN(0, 2), /* DU_DR4 */ |
| 2389 | [ 3] = RCAR_GP_PIN(0, 3), /* DU_DR5 */ |
| 2390 | [ 4] = RCAR_GP_PIN(0, 4), /* DU_DR6 */ |
| 2391 | [ 5] = RCAR_GP_PIN(0, 5), /* DU_DR7 */ |
| 2392 | [ 6] = RCAR_GP_PIN(0, 6), /* DU_DG2 */ |
| 2393 | [ 7] = RCAR_GP_PIN(0, 7), /* DU_DG3 */ |
| 2394 | [ 8] = RCAR_GP_PIN(0, 8), /* DU_DG4 */ |
| 2395 | [ 9] = RCAR_GP_PIN(0, 9), /* DU_DG5 */ |
| 2396 | [10] = RCAR_GP_PIN(0, 10), /* DU_DG6 */ |
| 2397 | [11] = RCAR_GP_PIN(0, 11), /* DU_DG7 */ |
| 2398 | [12] = RCAR_GP_PIN(0, 12), /* DU_DB2 */ |
| 2399 | [13] = RCAR_GP_PIN(0, 13), /* DU_DB3 */ |
| 2400 | [14] = RCAR_GP_PIN(0, 14), /* DU_DB4 */ |
| 2401 | [15] = RCAR_GP_PIN(0, 15), /* DU_DB5 */ |
| 2402 | [16] = RCAR_GP_PIN(0, 16), /* DU_DB6 */ |
| 2403 | [17] = RCAR_GP_PIN(0, 17), /* DU_DB7 */ |
| 2404 | [18] = RCAR_GP_PIN(0, 18), /* DU_DOTCLKOUT */ |
| 2405 | [19] = RCAR_GP_PIN(0, 19), /* DU_EXHSYNC/DU_HSYNC */ |
| 2406 | [20] = RCAR_GP_PIN(0, 20), /* DU_EXVSYNC/DU_VSYNC */ |
| 2407 | [21] = RCAR_GP_PIN(0, 21), /* DU_EXODDF/DU_ODDF/DISP/CDE */ |
| 2408 | [22] = PIN_DU_DOTCLKIN, /* DU_DOTCLKIN */ |
| 2409 | [23] = PIN_PRESETOUT_N, /* PRESETOUT# */ |
| 2410 | [24] = PIN_EXTALR, /* EXTALR */ |
| 2411 | [25] = PIN_FSCLKST_N, /* FSCLKST# */ |
| 2412 | [26] = RCAR_GP_PIN(1, 0), /* IRQ0 */ |
| 2413 | [27] = PIN_TRST_N, /* TRST# */ |
| 2414 | [28] = PIN_TCK, /* TCK */ |
| 2415 | [29] = PIN_TMS, /* TMS */ |
| 2416 | [30] = PIN_TDI, /* TDI */ |
| 2417 | [31] = RCAR_GP_PIN(2, 0), /* VI0_CLK */ |
| 2418 | } }, |
| 2419 | { PINMUX_BIAS_REG("PUEN1", 0xe6060404, "PUD1", 0xe6060444) { |
| 2420 | [ 0] = RCAR_GP_PIN(2, 1), /* VI0_CLKENB */ |
| 2421 | [ 1] = RCAR_GP_PIN(2, 2), /* VI0_HSYNC# */ |
| 2422 | [ 2] = RCAR_GP_PIN(2, 3), /* VI0_VSYNC# */ |
| 2423 | [ 3] = RCAR_GP_PIN(2, 4), /* VI0_DATA0 */ |
| 2424 | [ 4] = RCAR_GP_PIN(2, 5), /* VI0_DATA1 */ |
| 2425 | [ 5] = RCAR_GP_PIN(2, 6), /* VI0_DATA2 */ |
| 2426 | [ 6] = RCAR_GP_PIN(2, 7), /* VI0_DATA3 */ |
| 2427 | [ 7] = RCAR_GP_PIN(2, 8), /* VI0_DATA4 */ |
| 2428 | [ 8] = RCAR_GP_PIN(2, 9), /* VI0_DATA5 */ |
| 2429 | [ 9] = RCAR_GP_PIN(2, 10), /* VI0_DATA6 */ |
| 2430 | [10] = RCAR_GP_PIN(2, 11), /* VI0_DATA7 */ |
| 2431 | [11] = RCAR_GP_PIN(2, 12), /* VI0_DATA8 */ |
| 2432 | [12] = RCAR_GP_PIN(2, 13), /* VI0_DATA9 */ |
| 2433 | [13] = RCAR_GP_PIN(2, 14), /* VI0_DATA10 */ |
| 2434 | [14] = RCAR_GP_PIN(2, 15), /* VI0_DATA11 */ |
| 2435 | [15] = RCAR_GP_PIN(2, 16), /* VI0_FIELD */ |
| 2436 | [16] = RCAR_GP_PIN(3, 0), /* VI1_CLK */ |
| 2437 | [17] = RCAR_GP_PIN(3, 1), /* VI1_CLKENB */ |
| 2438 | [18] = RCAR_GP_PIN(3, 2), /* VI1_HSYNC# */ |
| 2439 | [19] = RCAR_GP_PIN(3, 3), /* VI1_VSYNC# */ |
| 2440 | [20] = RCAR_GP_PIN(3, 4), /* VI1_DATA0 */ |
| 2441 | [21] = RCAR_GP_PIN(3, 5), /* VI1_DATA1 */ |
| 2442 | [22] = RCAR_GP_PIN(3, 6), /* VI1_DATA2 */ |
| 2443 | [23] = RCAR_GP_PIN(3, 7), /* VI1_DATA3 */ |
| 2444 | [24] = RCAR_GP_PIN(3, 8), /* VI1_DATA4 */ |
| 2445 | [25] = RCAR_GP_PIN(3, 9), /* VI1_DATA5 */ |
| 2446 | [26] = RCAR_GP_PIN(3, 10), /* VI1_DATA6 */ |
| 2447 | [27] = RCAR_GP_PIN(3, 11), /* VI1_DATA7 */ |
| 2448 | [28] = RCAR_GP_PIN(3, 12), /* VI1_DATA8 */ |
| 2449 | [29] = RCAR_GP_PIN(3, 13), /* VI1_DATA9 */ |
| 2450 | [30] = RCAR_GP_PIN(3, 14), /* VI1_DATA10 */ |
| 2451 | [31] = RCAR_GP_PIN(3, 15), /* VI1_DATA11 */ |
| 2452 | } }, |
| 2453 | { PINMUX_BIAS_REG("PUEN2", 0xe6060408, "PUD2", 0xe6060448) { |
| 2454 | [ 0] = RCAR_GP_PIN(3, 16), /* VI1_FIELD */ |
| 2455 | [ 1] = RCAR_GP_PIN(4, 0), /* SCL0 */ |
| 2456 | [ 2] = RCAR_GP_PIN(4, 1), /* SDA0 */ |
| 2457 | [ 3] = RCAR_GP_PIN(4, 2), /* SCL1 */ |
| 2458 | [ 4] = RCAR_GP_PIN(4, 3), /* SDA1 */ |
| 2459 | [ 5] = RCAR_GP_PIN(4, 4), /* SCL2 */ |
| 2460 | [ 6] = RCAR_GP_PIN(4, 5), /* SDA2 */ |
| 2461 | [ 7] = RCAR_GP_PIN(1, 1), /* AVB0_RX_CTL */ |
| 2462 | [ 8] = RCAR_GP_PIN(1, 2), /* AVB0_RXC */ |
| 2463 | [ 9] = RCAR_GP_PIN(1, 3), /* AVB0_RD0 */ |
| 2464 | [10] = RCAR_GP_PIN(1, 4), /* AVB0_RD1 */ |
| 2465 | [11] = RCAR_GP_PIN(1, 5), /* AVB0_RD2 */ |
| 2466 | [12] = RCAR_GP_PIN(1, 6), /* AVB0_RD3 */ |
| 2467 | [13] = RCAR_GP_PIN(1, 7), /* AVB0_TX_CTL */ |
| 2468 | [14] = RCAR_GP_PIN(1, 8), /* AVB0_TXC */ |
| 2469 | [15] = RCAR_GP_PIN(1, 9), /* AVB0_TD0 */ |
| 2470 | [16] = RCAR_GP_PIN(1, 10), /* AVB0_TD1 */ |
| 2471 | [17] = RCAR_GP_PIN(1, 11), /* AVB0_TD2 */ |
| 2472 | [18] = RCAR_GP_PIN(1, 12), /* AVB0_TD3 */ |
| 2473 | [19] = RCAR_GP_PIN(1, 13), /* AVB0_TXCREFCLK */ |
| 2474 | [20] = RCAR_GP_PIN(1, 14), /* AVB0_MDIO */ |
| 2475 | [21] = RCAR_GP_PIN(1, 15), /* AVB0_MDC */ |
| 2476 | [22] = RCAR_GP_PIN(1, 16), /* AVB0_MAGIC */ |
| 2477 | [23] = RCAR_GP_PIN(1, 17), /* AVB0_PHY_INT */ |
| 2478 | [24] = RCAR_GP_PIN(1, 18), /* AVB0_LINK */ |
| 2479 | [25] = RCAR_GP_PIN(1, 19), /* AVB0_AVTP_MATCH */ |
| 2480 | [26] = RCAR_GP_PIN(1, 20), /* AVB0_AVTP_CAPTURE */ |
| 2481 | [27] = RCAR_GP_PIN(1, 21), /* CANFD0_TX_A */ |
| 2482 | [28] = RCAR_GP_PIN(1, 22), /* CANFD0_RX_A */ |
| 2483 | [29] = RCAR_GP_PIN(1, 23), /* CANFD1_TX */ |
| 2484 | [30] = RCAR_GP_PIN(1, 24), /* CANFD1_RX */ |
| 2485 | [31] = RCAR_GP_PIN(1, 25), /* CANFD_CLK */ |
| 2486 | } }, |
| 2487 | { PINMUX_BIAS_REG("PUEN3", 0xe606040c, "PUD3", 0xe606044c) { |
| 2488 | [ 0] = RCAR_GP_PIN(5, 0), /* QSPI0_SPCLK */ |
| 2489 | [ 1] = RCAR_GP_PIN(5, 1), /* QSPI0_MOSI_IO0 */ |
| 2490 | [ 2] = RCAR_GP_PIN(5, 2), /* QSPI0_MISO_IO1 */ |
| 2491 | [ 3] = RCAR_GP_PIN(5, 3), /* QSPI0_IO2 */ |
| 2492 | [ 4] = RCAR_GP_PIN(5, 4), /* QSPI0_IO3 */ |
| 2493 | [ 5] = RCAR_GP_PIN(5, 5), /* QSPI0_SSL */ |
| 2494 | [ 6] = RCAR_GP_PIN(5, 6), /* QSPI1_SPCLK */ |
| 2495 | [ 7] = RCAR_GP_PIN(5, 7), /* QSPI1_MOSI_IO0 */ |
| 2496 | [ 8] = RCAR_GP_PIN(5, 8), /* QSPI1_MISO_IO1 */ |
| 2497 | [ 9] = RCAR_GP_PIN(5, 9), /* QSPI1_IO2 */ |
| 2498 | [10] = RCAR_GP_PIN(5, 10), /* QSPI1_IO3 */ |
| 2499 | [11] = RCAR_GP_PIN(5, 11), /* QSPI1_SSL */ |
| 2500 | [12] = RCAR_GP_PIN(5, 12), /* RPC_RESET# */ |
| 2501 | [13] = RCAR_GP_PIN(5, 13), /* RPC_WP# */ |
| 2502 | [14] = RCAR_GP_PIN(5, 14), /* RPC_INT# */ |
| 2503 | [15] = RCAR_GP_PIN(1, 26), /* DIGRF_CLKIN */ |
| 2504 | [16] = RCAR_GP_PIN(1, 27), /* DIGRF_CLKOUT */ |
| 2505 | [17] = SH_PFC_PIN_NONE, |
| 2506 | [18] = SH_PFC_PIN_NONE, |
| 2507 | [19] = SH_PFC_PIN_NONE, |
| 2508 | [20] = SH_PFC_PIN_NONE, |
| 2509 | [21] = SH_PFC_PIN_NONE, |
| 2510 | [22] = SH_PFC_PIN_NONE, |
| 2511 | [23] = SH_PFC_PIN_NONE, |
| 2512 | [24] = SH_PFC_PIN_NONE, |
| 2513 | [25] = SH_PFC_PIN_NONE, |
| 2514 | [26] = SH_PFC_PIN_NONE, |
| 2515 | [27] = SH_PFC_PIN_NONE, |
| 2516 | [28] = SH_PFC_PIN_NONE, |
| 2517 | [29] = SH_PFC_PIN_NONE, |
| 2518 | [30] = SH_PFC_PIN_NONE, |
| 2519 | [31] = SH_PFC_PIN_NONE, |
| 2520 | } }, |
| 2521 | { /* sentinel */ } |
| 2522 | }; |
| 2523 | |
| 2524 | static const struct sh_pfc_soc_operations r8a77970_pfc_ops = { |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2525 | .pin_to_pocctrl = r8a77970_pin_to_pocctrl, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2526 | .get_bias = rcar_pinmux_get_bias, |
| 2527 | .set_bias = rcar_pinmux_set_bias, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2528 | }; |
| 2529 | |
| 2530 | const struct sh_pfc_soc_info r8a77970_pinmux_info = { |
| 2531 | .name = "r8a77970_pfc", |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2532 | .ops = &r8a77970_pfc_ops, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2533 | .unlock_reg = 0xe6060000, /* PMMR */ |
| 2534 | |
| 2535 | .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, |
| 2536 | |
| 2537 | .pins = pinmux_pins, |
| 2538 | .nr_pins = ARRAY_SIZE(pinmux_pins), |
| 2539 | .groups = pinmux_groups, |
| 2540 | .nr_groups = ARRAY_SIZE(pinmux_groups), |
| 2541 | .functions = pinmux_functions, |
| 2542 | .nr_functions = ARRAY_SIZE(pinmux_functions), |
| 2543 | |
| 2544 | .cfg_regs = pinmux_config_regs, |
Marek Vasut | 7ea35c2 | 2023-01-26 21:01:43 +0100 | [diff] [blame] | 2545 | .bias_regs = pinmux_bias_regs, |
Marek Vasut | 88e81ec | 2019-03-04 22:39:51 +0100 | [diff] [blame] | 2546 | .ioctrl_regs = pinmux_ioctrl_regs, |
Marek Vasut | a0e11e5 | 2017-10-09 20:57:29 +0200 | [diff] [blame] | 2547 | |
| 2548 | .pinmux_data = pinmux_data, |
| 2549 | .pinmux_data_size = ARRAY_SIZE(pinmux_data), |
| 2550 | }; |