blob: 050f2aa3ef109a0a1ff48fb0d1b726bcca97c959 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Dmitry Lifshitz46650d52016-12-28 18:28:33 +02002/*
3 * Pinmux configuration for CompuLab CL-SOM-AM57x board
4 *
5 * (C) Copyright 2016 CompuLab, Ltd. http://compulab.co.il/
6 *
7 * Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
Dmitry Lifshitz46650d52016-12-28 18:28:33 +02008 */
9#include <asm/arch/sys_proto.h>
10#include <asm/arch/mux_dra7xx.h>
11
12/* Serial console */
13static const struct pad_conf_entry cl_som_am57x_padconf_console[] = {
Suman Anna101d2172017-09-08 14:08:24 -050014 {UART3_RXD, (M0 | PIN_INPUT_PULLUP | SLEWCONTROL)}, /* UART3_RXD */
15 {UART3_TXD, (M0 | PIN_INPUT_PULLUP | SLEWCONTROL)}, /* UART3_TXD */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020016};
17
18/* PMIC I2C */
19static const struct pad_conf_entry cl_som_am57x_padconf_pmic[] = {
Suman Anna101d2172017-09-08 14:08:24 -050020 {MCASP1_ACLKR, (M10 | PIN_INPUT)}, /* MCASP1_ACLKR.I2C4_SDA */
21 {MCASP1_FSR, (M10 | PIN_INPUT)}, /* MCASP1_FSR.I2C4_SCL */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020022};
23
24/* Green GPIO led */
25static const struct pad_conf_entry cl_som_am57x_padconf_green_led[] = {
Suman Anna101d2172017-09-08 14:08:24 -050026 {GPMC_A15, (M14 | PIN_OUTPUT_PULLDOWN)}, /* GPMC_A15.GPIO2_5 */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020027};
28
29/* MMC/SD Card */
30static const struct pad_conf_entry cl_som_am57x_padconf_sd_card[] = {
Suman Anna101d2172017-09-08 14:08:24 -050031 {MMC1_CLK, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_CLK */
32 {MMC1_CMD, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_CMD */
33 {MMC1_DAT0, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_DAT0 */
34 {MMC1_DAT1, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_DAT1 */
35 {MMC1_DAT2, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_DAT2 */
36 {MMC1_DAT3, (M0 | PIN_INPUT_PULLUP)}, /* MMC1_DAT3 */
37 {MMC1_SDCD, (M14 | PIN_INPUT) }, /* MMC1_SDCD */
38 {MMC1_SDWP, (M14 | PIN_INPUT) }, /* MMC1_SDWP */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020039};
40
41/* WiFi - must be in the safe mode on boot */
42static const struct pad_conf_entry cl_som_am57x_padconf_wifi[] = {
Suman Anna101d2172017-09-08 14:08:24 -050043 {UART1_CTSN, (M15 | PIN_INPUT_PULLDOWN)}, /* UART1_CTSN */
44 {UART1_RTSN, (M15 | PIN_INPUT_PULLDOWN)}, /* UART1_RTSN */
45 {UART2_RXD, (M15 | PIN_INPUT_PULLDOWN)}, /* UART2_RXD */
46 {UART2_TXD, (M15 | PIN_INPUT_PULLDOWN)}, /* UART2_TXD */
47 {UART2_CTSN, (M15 | PIN_INPUT_PULLDOWN)}, /* UART2_CTSN */
48 {UART2_RTSN, (M15 | PIN_INPUT_PULLDOWN)}, /* UART2_RTSN */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020049};
50
51/* QSPI */
52static const struct pad_conf_entry cl_som_am57x_padconf_qspi[] = {
Suman Anna101d2172017-09-08 14:08:24 -050053 {GPMC_A13, (M1 | PIN_INPUT) }, /* GPMC_A13.QSPI1_RTCLK */
54 {GPMC_A18, (M1 | PIN_INPUT) }, /* GPMC_A18.QSPI1_SCLK */
55 {GPMC_A16, (M1 | PIN_INPUT) }, /* GPMC_A16.QSPI1_D0 */
56 {GPMC_A17, (M1 | PIN_INPUT) }, /* GPMC_A17.QSPI1_D1 */
57 {GPMC_CS2, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_CS2.QSPI1_CS0 */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020058};
59
60/* GPIO Expander I2C */
61static const struct pad_conf_entry cl_som_am57x_padconf_i2c_gpio[] = {
Suman Anna101d2172017-09-08 14:08:24 -050062 {MCASP1_AXR0, (M10 | PIN_INPUT)}, /* MCASP1_AXR0.I2C5_SDA */
63 {MCASP1_AXR1, (M10 | PIN_INPUT)}, /* MCASP1_AXR1.I2C5_SCL */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020064};
65
66/* eMMC internal storage */
67static const struct pad_conf_entry cl_som_am57x_padconf_emmc[] = {
Suman Anna101d2172017-09-08 14:08:24 -050068 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A19.MMC2_DAT4 */
69 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A20.MMC2_DAT5 */
70 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A21.MMC2_DAT6 */
71 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A22.MMC2_DAT7 */
72 {GPMC_A23, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A23.MMC2_CLK */
73 {GPMC_A24, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A24.MMC2_DAT0 */
74 {GPMC_A25, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A25.MMC2_DAT1 */
75 {GPMC_A26, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A26.MMC2_DAT2 */
76 {GPMC_A27, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A27.MMC2_DAT3 */
77 {GPMC_CS1, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_CS1.MMC2_CMD */
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020078};
79
80/* usb1_drvvbus */
81static const struct pad_conf_entry cl_som_am57x_padconf_usb[] = {
Suman Anna101d2172017-09-08 14:08:24 -050082 /* USB1_DRVVBUS.USB1_DRVVBUS */
83 {USB1_DRVVBUS, (M0 | PIN_OUTPUT_PULLDOWN | SLEWCONTROL) },
Dmitry Lifshitz46650d52016-12-28 18:28:33 +020084};
85
Dmitry Lifshitzfc300e22016-12-28 18:28:35 +020086/* Ethernet */
87static const struct pad_conf_entry cl_som_am57x_padconf_ethernet[] = {
88 /* MDIO bus */
Suman Anna101d2172017-09-08 14:08:24 -050089 {VIN2A_D10, (M3 | PIN_OUTPUT_PULLUP) }, /* VIN2A_D10.MDIO_MCLK */
90 {VIN2A_D11, (M3 | PIN_INPUT_PULLUP) }, /* VIN2A_D11.MDIO_D */
Dmitry Lifshitzfc300e22016-12-28 18:28:35 +020091 /* EMAC Slave 1 at addr 0x1 - Default interface */
Suman Anna101d2172017-09-08 14:08:24 -050092 {VIN2A_D12, (M3 | PIN_OUTPUT) }, /* VIN2A_D12.RGMII1_TXC */
93 {VIN2A_D13, (M3 | PIN_OUTPUT) }, /* VIN2A_D13.RGMII1_TXCTL */
94 {VIN2A_D14, (M3 | PIN_OUTPUT) }, /* VIN2A_D14.RGMII1_TXD3 */
95 {VIN2A_D15, (M3 | PIN_OUTPUT) }, /* VIN2A_D15.RGMII1_TXD2 */
96 {VIN2A_D16, (M3 | PIN_OUTPUT) }, /* VIN2A_D16.RGMII1_TXD1 */
97 {VIN2A_D17, (M3 | PIN_OUTPUT) }, /* VIN2A_D17.RGMII1_TXD0 */
98 {VIN2A_D18, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D18.RGMII1_RXC */
99 {VIN2A_D19, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D19.RGMII1_RXCTL */
100 {VIN2A_D20, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D20.RGMII1_RXD3 */
101 {VIN2A_D21, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D21.RGMII1_RXD2 */
102 {VIN2A_D22, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D22.RGMII1_RXD1 */
103 {VIN2A_D23, (M3 | PIN_INPUT_PULLDOWN) }, /* VIN2A_D23.RGMII1_RXD0 */
Dmitry Lifshitzfc300e22016-12-28 18:28:35 +0200104 /* Eth PHY1 reset GPIOs*/
Suman Anna101d2172017-09-08 14:08:24 -0500105 {VIN2A_CLK0, (M14 | PIN_OUTPUT_PULLDOWN)}, /* VIN2A_CLK0.GPIO3_28 */
Dmitry Lifshitzfc300e22016-12-28 18:28:35 +0200106};
107
Dmitry Lifshitz46650d52016-12-28 18:28:33 +0200108#define SET_MUX(mux_array) do_set_mux32((*ctrl)->control_padconf_core_base, \
109 mux_array, ARRAY_SIZE(mux_array))
110
111void set_muxconf_regs(void)
112{
113 SET_MUX(cl_som_am57x_padconf_console);
114 SET_MUX(cl_som_am57x_padconf_pmic);
115 SET_MUX(cl_som_am57x_padconf_green_led);
116 SET_MUX(cl_som_am57x_padconf_sd_card);
117 SET_MUX(cl_som_am57x_padconf_wifi);
118 SET_MUX(cl_som_am57x_padconf_qspi);
119 SET_MUX(cl_som_am57x_padconf_i2c_gpio);
120 SET_MUX(cl_som_am57x_padconf_emmc);
121 SET_MUX(cl_som_am57x_padconf_usb);
Dmitry Lifshitzfc300e22016-12-28 18:28:35 +0200122 SET_MUX(cl_som_am57x_padconf_ethernet);
Dmitry Lifshitz46650d52016-12-28 18:28:33 +0200123}