summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra2/pinmux.h
blob: b8a4753c813f3debf7896829b8a1b68d41d3c471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/*
 *  (C) Copyright 2010,2011
 *  NVIDIA Corporation <www.nvidia.com>
 *
 * See file CREDITS for list of people who contributed to this
 * project.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 * MA 02111-1307 USA
 */

#ifndef _PINMUX_H_
#define _PINMUX_H_

/* Pins which we can set to tristate or normal */
enum pmux_pin {
	/* APB_MISC_PP_TRISTATE_REG_A_0 */
	PIN_ATA,
	PIN_ATB,
	PIN_ATC,
	PIN_ATD,
	PIN_CDEV1,
	PIN_CDEV2,
	PIN_CSUS,
	PIN_DAP1,

	PIN_DAP2,
	PIN_DAP3,
	PIN_DAP4,
	PIN_DTA,
	PIN_DTB,
	PIN_DTC,
	PIN_DTD,
	PIN_DTE,

	PIN_GPU,
	PIN_GPV,
	PIN_I2CP,
	PIN_IRTX,
	PIN_IRRX,
	PIN_KBCB,
	PIN_KBCA,
	PIN_PMC,

	PIN_PTA,
	PIN_RM,
	PIN_KBCE,
	PIN_KBCF,
	PIN_GMA,
	PIN_GMC,
	PIN_SDMMC1,
	PIN_OWC,

	/* 32: APB_MISC_PP_TRISTATE_REG_B_0 */
	PIN_GME,
	PIN_SDC,
	PIN_SDD,
	PIN_RESERVED0,
	PIN_SLXA,
	PIN_SLXC,
	PIN_SLXD,
	PIN_SLXK,

	PIN_SPDI,
	PIN_SPDO,
	PIN_SPIA,
	PIN_SPIB,
	PIN_SPIC,
	PIN_SPID,
	PIN_SPIE,
	PIN_SPIF,

	PIN_SPIG,
	PIN_SPIH,
	PIN_UAA,
	PIN_UAB,
	PIN_UAC,
	PIN_UAD,
	PIN_UCA,
	PIN_UCB,

	PIN_RESERVED1,
	PIN_ATE,
	PIN_KBCC,
	PIN_RESERVED2,
	PIN_RESERVED3,
	PIN_GMB,
	PIN_GMD,
	PIN_DDC,

	/* 64: APB_MISC_PP_TRISTATE_REG_C_0 */
	PIN_LD0,
	PIN_LD1,
	PIN_LD2,
	PIN_LD3,
	PIN_LD4,
	PIN_LD5,
	PIN_LD6,
	PIN_LD7,

	PIN_LD8,
	PIN_LD9,
	PIN_LD10,
	PIN_LD11,
	PIN_LD12,
	PIN_LD13,
	PIN_LD14,
	PIN_LD15,

	PIN_LD16,
	PIN_LD17,
	PIN_LHP0,
	PIN_LHP1,
	PIN_LHP2,
	PIN_LVP0,
	PIN_LVP1,
	PIN_HDINT,

	PIN_LM0,
	PIN_LM1,
	PIN_LVS,
	PIN_LSC0,
	PIN_LSC1,
	PIN_LSCK,
	PIN_LDC,
	PIN_LCSN,

	/* 96: APB_MISC_PP_TRISTATE_REG_D_0 */
	PIN_LSPI,
	PIN_LSDA,
	PIN_LSDI,
	PIN_LPW0,
	PIN_LPW1,
	PIN_LPW2,
	PIN_LDI,
	PIN_LHS,

	PIN_LPP,
	PIN_RESERVED4,
	PIN_KBCD,
	PIN_GPU7,
	PIN_DTF,
	PIN_UDA,
	PIN_CRTP,
	PIN_SDB,
};


#define TEGRA_TRISTATE_REGS 4

/* APB MISC Pin Mux and Tristate (APB_MISC_PP_) registers */
struct pmux_tri_ctlr {
	uint pmt_reserved0;		/* ABP_MISC_PP_ reserved offset 00 */
	uint pmt_reserved1;		/* ABP_MISC_PP_ reserved offset 04 */
	uint pmt_strap_opt_a;		/* _STRAPPING_OPT_A_0, offset 08 */
	uint pmt_reserved2;		/* ABP_MISC_PP_ reserved offset 0C */
	uint pmt_reserved3;		/* ABP_MISC_PP_ reserved offset 10 */
	uint pmt_tri[TEGRA_TRISTATE_REGS]; /* _TRI_STATE_REG_A/B/C/D_0 14-20 */
	uint pmt_cfg_ctl;		/* _CONFIG_CTL_0, offset 24 */

	uint pmt_reserved[22];		/* ABP_MISC_PP_ reserved offs 28-7C */

	uint pmt_ctl_a;			/* _PIN_MUX_CTL_A_0, offset 80 */
	uint pmt_ctl_b;			/* _PIN_MUX_CTL_B_0, offset 84 */
	uint pmt_ctl_c;			/* _PIN_MUX_CTL_C_0, offset 88 */
	uint pmt_ctl_d;			/* _PIN_MUX_CTL_D_0, offset 8C */
	uint pmt_ctl_e;			/* _PIN_MUX_CTL_E_0, offset 90 */
	uint pmt_ctl_f;			/* _PIN_MUX_CTL_F_0, offset 94 */
	uint pmt_ctl_g;			/* _PIN_MUX_CTL_G_0, offset 98 */
};

/* Converts a pin number to a tristate register: 0=A, 1=B, 2=C, 3=D */
#define TRISTATE_REG(id) ((id) >> 5)

/* Mask value for a tristate (within TRISTATE_REG(id)) */
#define TRISTATE_MASK(id) (1 << ((id) & 0x1f))

/* Set a pin to tristate */
void pinmux_tristate_enable(enum pmux_pin pin);

/* Set a pin to normal (non tristate) */
void pinmux_tristate_disable(enum pmux_pin pin);

#endif	/* PINMUX_H */
OpenPOWER on IntegriCloud