|
@@ -1034,6 +1034,87 @@ static const unsigned int lbsc_ex_cs5_pins[] = {
|
|
static const unsigned int lbsc_ex_cs5_mux[] = {
|
|
static const unsigned int lbsc_ex_cs5_mux[] = {
|
|
EX_CS5_N_MARK,
|
|
EX_CS5_N_MARK,
|
|
};
|
|
};
|
|
|
|
+/* - MSIOF0 ----------------------------------------------------------------- */
|
|
|
|
+static const unsigned int msiof0_clk_pins[] = {
|
|
|
|
+ /* SCK */
|
|
|
|
+ RCAR_GP_PIN(10, 0),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_clk_mux[] = {
|
|
|
|
+ MSIOF0_SCK_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_sync_pins[] = {
|
|
|
|
+ /* SYNC */
|
|
|
|
+ RCAR_GP_PIN(10, 1),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_sync_mux[] = {
|
|
|
|
+ MSIOF0_SYNC_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_rx_pins[] = {
|
|
|
|
+ /* RXD */
|
|
|
|
+ RCAR_GP_PIN(10, 4),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_rx_mux[] = {
|
|
|
|
+ MSIOF0_RXD_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_tx_pins[] = {
|
|
|
|
+ /* TXD */
|
|
|
|
+ RCAR_GP_PIN(10, 3),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof0_tx_mux[] = {
|
|
|
|
+ MSIOF0_TXD_MARK,
|
|
|
|
+};
|
|
|
|
+/* - MSIOF1 ----------------------------------------------------------------- */
|
|
|
|
+static const unsigned int msiof1_clk_pins[] = {
|
|
|
|
+ /* SCK */
|
|
|
|
+ RCAR_GP_PIN(10, 5),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_clk_mux[] = {
|
|
|
|
+ MSIOF1_SCK_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_sync_pins[] = {
|
|
|
|
+ /* SYNC */
|
|
|
|
+ RCAR_GP_PIN(10, 6),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_sync_mux[] = {
|
|
|
|
+ MSIOF1_SYNC_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_rx_pins[] = {
|
|
|
|
+ /* RXD */
|
|
|
|
+ RCAR_GP_PIN(10, 9),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_rx_mux[] = {
|
|
|
|
+ MSIOF1_RXD_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_tx_pins[] = {
|
|
|
|
+ /* TXD */
|
|
|
|
+ RCAR_GP_PIN(10, 8),
|
|
|
|
+};
|
|
|
|
+static const unsigned int msiof1_tx_mux[] = {
|
|
|
|
+ MSIOF1_TXD_MARK,
|
|
|
|
+};
|
|
|
|
+/* - QSPI ------------------------------------------------------------------- */
|
|
|
|
+static const unsigned int qspi_ctrl_pins[] = {
|
|
|
|
+ /* SPCLK, SSL */
|
|
|
|
+ RCAR_GP_PIN(3, 25), RCAR_GP_PIN(3, 26),
|
|
|
|
+};
|
|
|
|
+static const unsigned int qspi_ctrl_mux[] = {
|
|
|
|
+ SPCLK_MARK, SSL_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int qspi_data2_pins[] = {
|
|
|
|
+ /* MOSI_IO0, MISO_IO1 */
|
|
|
|
+ RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 5),
|
|
|
|
+};
|
|
|
|
+static const unsigned int qspi_data2_mux[] = {
|
|
|
|
+ MOSI_IO0_MARK, MISO_IO1_MARK,
|
|
|
|
+};
|
|
|
|
+static const unsigned int qspi_data4_pins[] = {
|
|
|
|
+ /* MOSI_IO0, MISO_IO1, IO2, IO3 */
|
|
|
|
+ RCAR_GP_PIN(3, 4), RCAR_GP_PIN(3, 5), RCAR_GP_PIN(3, 23),
|
|
|
|
+ RCAR_GP_PIN(3, 24),
|
|
|
|
+};
|
|
|
|
+static const unsigned int qspi_data4_mux[] = {
|
|
|
|
+ MOSI_IO0_MARK, MISO_IO1_MARK, IO2_MARK, IO3_MARK,
|
|
|
|
+};
|
|
/* - SCIF0 ------------------------------------------------------------------ */
|
|
/* - SCIF0 ------------------------------------------------------------------ */
|
|
static const unsigned int scif0_data_pins[] = {
|
|
static const unsigned int scif0_data_pins[] = {
|
|
/* RX, TX */
|
|
/* RX, TX */
|
|
@@ -1585,6 +1666,17 @@ static const struct sh_pfc_pin_group pinmux_groups[] = {
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs3),
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs3),
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs4),
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs4),
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs5),
|
|
SH_PFC_PIN_GROUP(lbsc_ex_cs5),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof0_clk),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof0_sync),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof0_rx),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof0_tx),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof1_clk),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof1_sync),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof1_rx),
|
|
|
|
+ SH_PFC_PIN_GROUP(msiof1_tx),
|
|
|
|
+ SH_PFC_PIN_GROUP(qspi_ctrl),
|
|
|
|
+ SH_PFC_PIN_GROUP(qspi_data2),
|
|
|
|
+ SH_PFC_PIN_GROUP(qspi_data4),
|
|
SH_PFC_PIN_GROUP(scif0_data),
|
|
SH_PFC_PIN_GROUP(scif0_data),
|
|
SH_PFC_PIN_GROUP(scif0_clk),
|
|
SH_PFC_PIN_GROUP(scif0_clk),
|
|
SH_PFC_PIN_GROUP(scif0_ctrl),
|
|
SH_PFC_PIN_GROUP(scif0_ctrl),
|
|
@@ -1708,6 +1800,26 @@ static const char * const lbsc_groups[] = {
|
|
"lbsc_ex_cs5",
|
|
"lbsc_ex_cs5",
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+static const char * const msiof0_groups[] = {
|
|
|
|
+ "msiof0_clk",
|
|
|
|
+ "msiof0_sync",
|
|
|
|
+ "msiof0_rx",
|
|
|
|
+ "msiof0_tx",
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+static const char * const msiof1_groups[] = {
|
|
|
|
+ "msiof1_clk",
|
|
|
|
+ "msiof1_sync",
|
|
|
|
+ "msiof1_rx",
|
|
|
|
+ "msiof1_tx",
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+static const char * const qspi_groups[] = {
|
|
|
|
+ "qspi_ctrl",
|
|
|
|
+ "qspi_data2",
|
|
|
|
+ "qspi_data4",
|
|
|
|
+};
|
|
|
|
+
|
|
static const char * const scif0_groups[] = {
|
|
static const char * const scif0_groups[] = {
|
|
"scif0_data",
|
|
"scif0_data",
|
|
"scif0_clk",
|
|
"scif0_clk",
|
|
@@ -1808,6 +1920,9 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|
SH_PFC_FUNCTION(du1),
|
|
SH_PFC_FUNCTION(du1),
|
|
SH_PFC_FUNCTION(intc),
|
|
SH_PFC_FUNCTION(intc),
|
|
SH_PFC_FUNCTION(lbsc),
|
|
SH_PFC_FUNCTION(lbsc),
|
|
|
|
+ SH_PFC_FUNCTION(msiof0),
|
|
|
|
+ SH_PFC_FUNCTION(msiof1),
|
|
|
|
+ SH_PFC_FUNCTION(qspi),
|
|
SH_PFC_FUNCTION(scif0),
|
|
SH_PFC_FUNCTION(scif0),
|
|
SH_PFC_FUNCTION(scif3),
|
|
SH_PFC_FUNCTION(scif3),
|
|
SH_PFC_FUNCTION(sdhi0),
|
|
SH_PFC_FUNCTION(sdhi0),
|