2 * Pinctrl data for the NVIDIA Tegra30 pinmux
4 * Copyright (c) 2011, NVIDIA CORPORATION. All rights reserved.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 #include <linux/platform_device.h>
17 #include <linux/pinctrl/pinctrl.h>
18 #include <linux/pinctrl/pinmux.h>
20 #include "pinctrl-tegra.h"
23 * Most pins affected by the pinmux can also be GPIOs. Define these first.
24 * These must match how the GPIO driver names/numbers its pins.
26 #define _GPIO(offset) (offset)
28 #define TEGRA_PIN_CLK_32K_OUT_PA0 _GPIO(0)
29 #define TEGRA_PIN_UART3_CTS_N_PA1 _GPIO(1)
30 #define TEGRA_PIN_DAP2_FS_PA2 _GPIO(2)
31 #define TEGRA_PIN_DAP2_SCLK_PA3 _GPIO(3)
32 #define TEGRA_PIN_DAP2_DIN_PA4 _GPIO(4)
33 #define TEGRA_PIN_DAP2_DOUT_PA5 _GPIO(5)
34 #define TEGRA_PIN_SDMMC3_CLK_PA6 _GPIO(6)
35 #define TEGRA_PIN_SDMMC3_CMD_PA7 _GPIO(7)
36 #define TEGRA_PIN_GMI_A17_PB0 _GPIO(8)
37 #define TEGRA_PIN_GMI_A18_PB1 _GPIO(9)
38 #define TEGRA_PIN_LCD_PWR0_PB2 _GPIO(10)
39 #define TEGRA_PIN_LCD_PCLK_PB3 _GPIO(11)
40 #define TEGRA_PIN_SDMMC3_DAT3_PB4 _GPIO(12)
41 #define TEGRA_PIN_SDMMC3_DAT2_PB5 _GPIO(13)
42 #define TEGRA_PIN_SDMMC3_DAT1_PB6 _GPIO(14)
43 #define TEGRA_PIN_SDMMC3_DAT0_PB7 _GPIO(15)
44 #define TEGRA_PIN_UART3_RTS_N_PC0 _GPIO(16)
45 #define TEGRA_PIN_LCD_PWR1_PC1 _GPIO(17)
46 #define TEGRA_PIN_UART2_TXD_PC2 _GPIO(18)
47 #define TEGRA_PIN_UART2_RXD_PC3 _GPIO(19)
48 #define TEGRA_PIN_GEN1_I2C_SCL_PC4 _GPIO(20)
49 #define TEGRA_PIN_GEN1_I2C_SDA_PC5 _GPIO(21)
50 #define TEGRA_PIN_LCD_PWR2_PC6 _GPIO(22)
51 #define TEGRA_PIN_GMI_WP_N_PC7 _GPIO(23)
52 #define TEGRA_PIN_SDMMC3_DAT5_PD0 _GPIO(24)
53 #define TEGRA_PIN_SDMMC3_DAT4_PD1 _GPIO(25)
54 #define TEGRA_PIN_LCD_DC1_PD2 _GPIO(26)
55 #define TEGRA_PIN_SDMMC3_DAT6_PD3 _GPIO(27)
56 #define TEGRA_PIN_SDMMC3_DAT7_PD4 _GPIO(28)
57 #define TEGRA_PIN_VI_D1_PD5 _GPIO(29)
58 #define TEGRA_PIN_VI_VSYNC_PD6 _GPIO(30)
59 #define TEGRA_PIN_VI_HSYNC_PD7 _GPIO(31)
60 #define TEGRA_PIN_LCD_D0_PE0 _GPIO(32)
61 #define TEGRA_PIN_LCD_D1_PE1 _GPIO(33)
62 #define TEGRA_PIN_LCD_D2_PE2 _GPIO(34)
63 #define TEGRA_PIN_LCD_D3_PE3 _GPIO(35)
64 #define TEGRA_PIN_LCD_D4_PE4 _GPIO(36)
65 #define TEGRA_PIN_LCD_D5_PE5 _GPIO(37)
66 #define TEGRA_PIN_LCD_D6_PE6 _GPIO(38)
67 #define TEGRA_PIN_LCD_D7_PE7 _GPIO(39)
68 #define TEGRA_PIN_LCD_D8_PF0 _GPIO(40)
69 #define TEGRA_PIN_LCD_D9_PF1 _GPIO(41)
70 #define TEGRA_PIN_LCD_D10_PF2 _GPIO(42)
71 #define TEGRA_PIN_LCD_D11_PF3 _GPIO(43)
72 #define TEGRA_PIN_LCD_D12_PF4 _GPIO(44)
73 #define TEGRA_PIN_LCD_D13_PF5 _GPIO(45)
74 #define TEGRA_PIN_LCD_D14_PF6 _GPIO(46)
75 #define TEGRA_PIN_LCD_D15_PF7 _GPIO(47)
76 #define TEGRA_PIN_GMI_AD0_PG0 _GPIO(48)
77 #define TEGRA_PIN_GMI_AD1_PG1 _GPIO(49)
78 #define TEGRA_PIN_GMI_AD2_PG2 _GPIO(50)
79 #define TEGRA_PIN_GMI_AD3_PG3 _GPIO(51)
80 #define TEGRA_PIN_GMI_AD4_PG4 _GPIO(52)
81 #define TEGRA_PIN_GMI_AD5_PG5 _GPIO(53)
82 #define TEGRA_PIN_GMI_AD6_PG6 _GPIO(54)
83 #define TEGRA_PIN_GMI_AD7_PG7 _GPIO(55)
84 #define TEGRA_PIN_GMI_AD8_PH0 _GPIO(56)
85 #define TEGRA_PIN_GMI_AD9_PH1 _GPIO(57)
86 #define TEGRA_PIN_GMI_AD10_PH2 _GPIO(58)
87 #define TEGRA_PIN_GMI_AD11_PH3 _GPIO(59)
88 #define TEGRA_PIN_GMI_AD12_PH4 _GPIO(60)
89 #define TEGRA_PIN_GMI_AD13_PH5 _GPIO(61)
90 #define TEGRA_PIN_GMI_AD14_PH6 _GPIO(62)
91 #define TEGRA_PIN_GMI_AD15_PH7 _GPIO(63)
92 #define TEGRA_PIN_GMI_WR_N_PI0 _GPIO(64)
93 #define TEGRA_PIN_GMI_OE_N_PI1 _GPIO(65)
94 #define TEGRA_PIN_GMI_DQS_PI2 _GPIO(66)
95 #define TEGRA_PIN_GMI_CS6_N_PI3 _GPIO(67)
96 #define TEGRA_PIN_GMI_RST_N_PI4 _GPIO(68)
97 #define TEGRA_PIN_GMI_IORDY_PI5 _GPIO(69)
98 #define TEGRA_PIN_GMI_CS7_N_PI6 _GPIO(70)
99 #define TEGRA_PIN_GMI_WAIT_PI7 _GPIO(71)
100 #define TEGRA_PIN_GMI_CS0_N_PJ0 _GPIO(72)
101 #define TEGRA_PIN_LCD_DE_PJ1 _GPIO(73)
102 #define TEGRA_PIN_GMI_CS1_N_PJ2 _GPIO(74)
103 #define TEGRA_PIN_LCD_HSYNC_PJ3 _GPIO(75)
104 #define TEGRA_PIN_LCD_VSYNC_PJ4 _GPIO(76)
105 #define TEGRA_PIN_UART2_CTS_N_PJ5 _GPIO(77)
106 #define TEGRA_PIN_UART2_RTS_N_PJ6 _GPIO(78)
107 #define TEGRA_PIN_GMI_A16_PJ7 _GPIO(79)
108 #define TEGRA_PIN_GMI_ADV_N_PK0 _GPIO(80)
109 #define TEGRA_PIN_GMI_CLK_PK1 _GPIO(81)
110 #define TEGRA_PIN_GMI_CS4_N_PK2 _GPIO(82)
111 #define TEGRA_PIN_GMI_CS2_N_PK3 _GPIO(83)
112 #define TEGRA_PIN_GMI_CS3_N_PK4 _GPIO(84)
113 #define TEGRA_PIN_SPDIF_OUT_PK5 _GPIO(85)
114 #define TEGRA_PIN_SPDIF_IN_PK6 _GPIO(86)
115 #define TEGRA_PIN_GMI_A19_PK7 _GPIO(87)
116 #define TEGRA_PIN_VI_D2_PL0 _GPIO(88)
117 #define TEGRA_PIN_VI_D3_PL1 _GPIO(89)
118 #define TEGRA_PIN_VI_D4_PL2 _GPIO(90)
119 #define TEGRA_PIN_VI_D5_PL3 _GPIO(91)
120 #define TEGRA_PIN_VI_D6_PL4 _GPIO(92)
121 #define TEGRA_PIN_VI_D7_PL5 _GPIO(93)
122 #define TEGRA_PIN_VI_D8_PL6 _GPIO(94)
123 #define TEGRA_PIN_VI_D9_PL7 _GPIO(95)
124 #define TEGRA_PIN_LCD_D16_PM0 _GPIO(96)
125 #define TEGRA_PIN_LCD_D17_PM1 _GPIO(97)
126 #define TEGRA_PIN_LCD_D18_PM2 _GPIO(98)
127 #define TEGRA_PIN_LCD_D19_PM3 _GPIO(99)
128 #define TEGRA_PIN_LCD_D20_PM4 _GPIO(100)
129 #define TEGRA_PIN_LCD_D21_PM5 _GPIO(101)
130 #define TEGRA_PIN_LCD_D22_PM6 _GPIO(102)
131 #define TEGRA_PIN_LCD_D23_PM7 _GPIO(103)
132 #define TEGRA_PIN_DAP1_FS_PN0 _GPIO(104)
133 #define TEGRA_PIN_DAP1_DIN_PN1 _GPIO(105)
134 #define TEGRA_PIN_DAP1_DOUT_PN2 _GPIO(106)
135 #define TEGRA_PIN_DAP1_SCLK_PN3 _GPIO(107)
136 #define TEGRA_PIN_LCD_CS0_N_PN4 _GPIO(108)
137 #define TEGRA_PIN_LCD_SDOUT_PN5 _GPIO(109)
138 #define TEGRA_PIN_LCD_DC0_PN6 _GPIO(110)
139 #define TEGRA_PIN_HDMI_INT_PN7 _GPIO(111)
140 #define TEGRA_PIN_ULPI_DATA7_PO0 _GPIO(112)
141 #define TEGRA_PIN_ULPI_DATA0_PO1 _GPIO(113)
142 #define TEGRA_PIN_ULPI_DATA1_PO2 _GPIO(114)
143 #define TEGRA_PIN_ULPI_DATA2_PO3 _GPIO(115)
144 #define TEGRA_PIN_ULPI_DATA3_PO4 _GPIO(116)
145 #define TEGRA_PIN_ULPI_DATA4_PO5 _GPIO(117)
146 #define TEGRA_PIN_ULPI_DATA5_PO6 _GPIO(118)
147 #define TEGRA_PIN_ULPI_DATA6_PO7 _GPIO(119)
148 #define TEGRA_PIN_DAP3_FS_PP0 _GPIO(120)
149 #define TEGRA_PIN_DAP3_DIN_PP1 _GPIO(121)
150 #define TEGRA_PIN_DAP3_DOUT_PP2 _GPIO(122)
151 #define TEGRA_PIN_DAP3_SCLK_PP3 _GPIO(123)
152 #define TEGRA_PIN_DAP4_FS_PP4 _GPIO(124)
153 #define TEGRA_PIN_DAP4_DIN_PP5 _GPIO(125)
154 #define TEGRA_PIN_DAP4_DOUT_PP6 _GPIO(126)
155 #define TEGRA_PIN_DAP4_SCLK_PP7 _GPIO(127)
156 #define TEGRA_PIN_KB_COL0_PQ0 _GPIO(128)
157 #define TEGRA_PIN_KB_COL1_PQ1 _GPIO(129)
158 #define TEGRA_PIN_KB_COL2_PQ2 _GPIO(130)
159 #define TEGRA_PIN_KB_COL3_PQ3 _GPIO(131)
160 #define TEGRA_PIN_KB_COL4_PQ4 _GPIO(132)
161 #define TEGRA_PIN_KB_COL5_PQ5 _GPIO(133)
162 #define TEGRA_PIN_KB_COL6_PQ6 _GPIO(134)
163 #define TEGRA_PIN_KB_COL7_PQ7 _GPIO(135)
164 #define TEGRA_PIN_KB_ROW0_PR0 _GPIO(136)
165 #define TEGRA_PIN_KB_ROW1_PR1 _GPIO(137)
166 #define TEGRA_PIN_KB_ROW2_PR2 _GPIO(138)
167 #define TEGRA_PIN_KB_ROW3_PR3 _GPIO(139)
168 #define TEGRA_PIN_KB_ROW4_PR4 _GPIO(140)
169 #define TEGRA_PIN_KB_ROW5_PR5 _GPIO(141)
170 #define TEGRA_PIN_KB_ROW6_PR6 _GPIO(142)
171 #define TEGRA_PIN_KB_ROW7_PR7 _GPIO(143)
172 #define TEGRA_PIN_KB_ROW8_PS0 _GPIO(144)
173 #define TEGRA_PIN_KB_ROW9_PS1 _GPIO(145)
174 #define TEGRA_PIN_KB_ROW10_PS2 _GPIO(146)
175 #define TEGRA_PIN_KB_ROW11_PS3 _GPIO(147)
176 #define TEGRA_PIN_KB_ROW12_PS4 _GPIO(148)
177 #define TEGRA_PIN_KB_ROW13_PS5 _GPIO(149)
178 #define TEGRA_PIN_KB_ROW14_PS6 _GPIO(150)
179 #define TEGRA_PIN_KB_ROW15_PS7 _GPIO(151)
180 #define TEGRA_PIN_VI_PCLK_PT0 _GPIO(152)
181 #define TEGRA_PIN_VI_MCLK_PT1 _GPIO(153)
182 #define TEGRA_PIN_VI_D10_PT2 _GPIO(154)
183 #define TEGRA_PIN_VI_D11_PT3 _GPIO(155)
184 #define TEGRA_PIN_VI_D0_PT4 _GPIO(156)
185 #define TEGRA_PIN_GEN2_I2C_SCL_PT5 _GPIO(157)
186 #define TEGRA_PIN_GEN2_I2C_SDA_PT6 _GPIO(158)
187 #define TEGRA_PIN_SDMMC4_CMD_PT7 _GPIO(159)
188 #define TEGRA_PIN_PU0 _GPIO(160)
189 #define TEGRA_PIN_PU1 _GPIO(161)
190 #define TEGRA_PIN_PU2 _GPIO(162)
191 #define TEGRA_PIN_PU3 _GPIO(163)
192 #define TEGRA_PIN_PU4 _GPIO(164)
193 #define TEGRA_PIN_PU5 _GPIO(165)
194 #define TEGRA_PIN_PU6 _GPIO(166)
195 #define TEGRA_PIN_JTAG_RTCK_PU7 _GPIO(167)
196 #define TEGRA_PIN_PV0 _GPIO(168)
197 #define TEGRA_PIN_PV1 _GPIO(169)
198 #define TEGRA_PIN_PV2 _GPIO(170)
199 #define TEGRA_PIN_PV3 _GPIO(171)
200 #define TEGRA_PIN_DDC_SCL_PV4 _GPIO(172)
201 #define TEGRA_PIN_DDC_SDA_PV5 _GPIO(173)
202 #define TEGRA_PIN_CRT_HSYNC_PV6 _GPIO(174)
203 #define TEGRA_PIN_CRT_VSYNC_PV7 _GPIO(175)
204 #define TEGRA_PIN_LCD_CS1_N_PW0 _GPIO(176)
205 #define TEGRA_PIN_LCD_M1_PW1 _GPIO(177)
206 #define TEGRA_PIN_SPI2_CS1_N_PW2 _GPIO(178)
207 #define TEGRA_PIN_SPI2_CS2_N_PW3 _GPIO(179)
208 #define TEGRA_PIN_CLK1_OUT_PW4 _GPIO(180)
209 #define TEGRA_PIN_CLK2_OUT_PW5 _GPIO(181)
210 #define TEGRA_PIN_UART3_TXD_PW6 _GPIO(182)
211 #define TEGRA_PIN_UART3_RXD_PW7 _GPIO(183)
212 #define TEGRA_PIN_SPI2_MOSI_PX0 _GPIO(184)
213 #define TEGRA_PIN_SPI2_MISO_PX1 _GPIO(185)
214 #define TEGRA_PIN_SPI2_SCK_PX2 _GPIO(186)
215 #define TEGRA_PIN_SPI2_CS0_N_PX3 _GPIO(187)
216 #define TEGRA_PIN_SPI1_MOSI_PX4 _GPIO(188)
217 #define TEGRA_PIN_SPI1_SCK_PX5 _GPIO(189)
218 #define TEGRA_PIN_SPI1_CS0_N_PX6 _GPIO(190)
219 #define TEGRA_PIN_SPI1_MISO_PX7 _GPIO(191)
220 #define TEGRA_PIN_ULPI_CLK_PY0 _GPIO(192)
221 #define TEGRA_PIN_ULPI_DIR_PY1 _GPIO(193)
222 #define TEGRA_PIN_ULPI_NXT_PY2 _GPIO(194)
223 #define TEGRA_PIN_ULPI_STP_PY3 _GPIO(195)
224 #define TEGRA_PIN_SDMMC1_DAT3_PY4 _GPIO(196)
225 #define TEGRA_PIN_SDMMC1_DAT2_PY5 _GPIO(197)
226 #define TEGRA_PIN_SDMMC1_DAT1_PY6 _GPIO(198)
227 #define TEGRA_PIN_SDMMC1_DAT0_PY7 _GPIO(199)
228 #define TEGRA_PIN_SDMMC1_CLK_PZ0 _GPIO(200)
229 #define TEGRA_PIN_SDMMC1_CMD_PZ1 _GPIO(201)
230 #define TEGRA_PIN_LCD_SDIN_PZ2 _GPIO(202)
231 #define TEGRA_PIN_LCD_WR_N_PZ3 _GPIO(203)
232 #define TEGRA_PIN_LCD_SCK_PZ4 _GPIO(204)
233 #define TEGRA_PIN_SYS_CLK_REQ_PZ5 _GPIO(205)
234 #define TEGRA_PIN_PWR_I2C_SCL_PZ6 _GPIO(206)
235 #define TEGRA_PIN_PWR_I2C_SDA_PZ7 _GPIO(207)
236 #define TEGRA_PIN_SDMMC4_DAT0_PAA0 _GPIO(208)
237 #define TEGRA_PIN_SDMMC4_DAT1_PAA1 _GPIO(209)
238 #define TEGRA_PIN_SDMMC4_DAT2_PAA2 _GPIO(210)
239 #define TEGRA_PIN_SDMMC4_DAT3_PAA3 _GPIO(211)
240 #define TEGRA_PIN_SDMMC4_DAT4_PAA4 _GPIO(212)
241 #define TEGRA_PIN_SDMMC4_DAT5_PAA5 _GPIO(213)
242 #define TEGRA_PIN_SDMMC4_DAT6_PAA6 _GPIO(214)
243 #define TEGRA_PIN_SDMMC4_DAT7_PAA7 _GPIO(215)
244 #define TEGRA_PIN_PBB0 _GPIO(216)
245 #define TEGRA_PIN_CAM_I2C_SCL_PBB1 _GPIO(217)
246 #define TEGRA_PIN_CAM_I2C_SDA_PBB2 _GPIO(218)
247 #define TEGRA_PIN_PBB3 _GPIO(219)
248 #define TEGRA_PIN_PBB4 _GPIO(220)
249 #define TEGRA_PIN_PBB5 _GPIO(221)
250 #define TEGRA_PIN_PBB6 _GPIO(222)
251 #define TEGRA_PIN_PBB7 _GPIO(223)
252 #define TEGRA_PIN_CAM_MCLK_PCC0 _GPIO(224)
253 #define TEGRA_PIN_PCC1 _GPIO(225)
254 #define TEGRA_PIN_PCC2 _GPIO(226)
255 #define TEGRA_PIN_SDMMC4_RST_N_PCC3 _GPIO(227)
256 #define TEGRA_PIN_SDMMC4_CLK_PCC4 _GPIO(228)
257 #define TEGRA_PIN_CLK2_REQ_PCC5 _GPIO(229)
258 #define TEGRA_PIN_PEX_L2_RST_N_PCC6 _GPIO(230)
259 #define TEGRA_PIN_PEX_L2_CLKREQ_N_PCC7 _GPIO(231)
260 #define TEGRA_PIN_PEX_L0_PRSNT_N_PDD0 _GPIO(232)
261 #define TEGRA_PIN_PEX_L0_RST_N_PDD1 _GPIO(233)
262 #define TEGRA_PIN_PEX_L0_CLKREQ_N_PDD2 _GPIO(234)
263 #define TEGRA_PIN_PEX_WAKE_N_PDD3 _GPIO(235)
264 #define TEGRA_PIN_PEX_L1_PRSNT_N_PDD4 _GPIO(236)
265 #define TEGRA_PIN_PEX_L1_RST_N_PDD5 _GPIO(237)
266 #define TEGRA_PIN_PEX_L1_CLKREQ_N_PDD6 _GPIO(238)
267 #define TEGRA_PIN_PEX_L2_PRSNT_N_PDD7 _GPIO(239)
268 #define TEGRA_PIN_CLK3_OUT_PEE0 _GPIO(240)
269 #define TEGRA_PIN_CLK3_REQ_PEE1 _GPIO(241)
270 #define TEGRA_PIN_CLK1_REQ_PEE2 _GPIO(242)
271 #define TEGRA_PIN_HDMI_CEC_PEE3 _GPIO(243)
272 #define TEGRA_PIN_PEE4 _GPIO(244)
273 #define TEGRA_PIN_PEE5 _GPIO(245)
274 #define TEGRA_PIN_PEE6 _GPIO(246)
275 #define TEGRA_PIN_PEE7 _GPIO(247)
277 /* All non-GPIO pins follow */
278 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1)
279 #define _PIN(offset) (NUM_GPIOS + (offset))
282 #define TEGRA_PIN_CLK_32K_IN _PIN(0)
283 #define TEGRA_PIN_CORE_PWR_REQ _PIN(1)
284 #define TEGRA_PIN_CPU_PWR_REQ _PIN(2)
285 #define TEGRA_PIN_JTAG_TCK _PIN(3)
286 #define TEGRA_PIN_JTAG_TDI _PIN(4)
287 #define TEGRA_PIN_JTAG_TDO _PIN(5)
288 #define TEGRA_PIN_JTAG_TMS _PIN(6)
289 #define TEGRA_PIN_JTAG_TRST_N _PIN(7)
290 #define TEGRA_PIN_OWR _PIN(8)
291 #define TEGRA_PIN_PWR_INT_N _PIN(9)
292 #define TEGRA_PIN_SYS_RESET_N _PIN(10)
293 #define TEGRA_PIN_TEST_MODE_EN _PIN(11)
295 static const struct pinctrl_pin_desc tegra30_pins
[] = {
296 PINCTRL_PIN(TEGRA_PIN_CLK_32K_OUT_PA0
, "CLK_32K_OUT PA0"),
297 PINCTRL_PIN(TEGRA_PIN_UART3_CTS_N_PA1
, "UART3_CTS_N PA1"),
298 PINCTRL_PIN(TEGRA_PIN_DAP2_FS_PA2
, "DAP2_FS PA2"),
299 PINCTRL_PIN(TEGRA_PIN_DAP2_SCLK_PA3
, "DAP2_SCLK PA3"),
300 PINCTRL_PIN(TEGRA_PIN_DAP2_DIN_PA4
, "DAP2_DIN PA4"),
301 PINCTRL_PIN(TEGRA_PIN_DAP2_DOUT_PA5
, "DAP2_DOUT PA5"),
302 PINCTRL_PIN(TEGRA_PIN_SDMMC3_CLK_PA6
, "SDMMC3_CLK PA6"),
303 PINCTRL_PIN(TEGRA_PIN_SDMMC3_CMD_PA7
, "SDMMC3_CMD PA7"),
304 PINCTRL_PIN(TEGRA_PIN_GMI_A17_PB0
, "GMI_A17 PB0"),
305 PINCTRL_PIN(TEGRA_PIN_GMI_A18_PB1
, "GMI_A18 PB1"),
306 PINCTRL_PIN(TEGRA_PIN_LCD_PWR0_PB2
, "LCD_PWR0 PB2"),
307 PINCTRL_PIN(TEGRA_PIN_LCD_PCLK_PB3
, "LCD_PCLK PB3"),
308 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT3_PB4
, "SDMMC3_DAT3 PB4"),
309 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT2_PB5
, "SDMMC3_DAT2 PB5"),
310 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT1_PB6
, "SDMMC3_DAT1 PB6"),
311 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT0_PB7
, "SDMMC3_DAT0 PB7"),
312 PINCTRL_PIN(TEGRA_PIN_UART3_RTS_N_PC0
, "UART3_RTS_N PC0"),
313 PINCTRL_PIN(TEGRA_PIN_LCD_PWR1_PC1
, "LCD_PWR1 PC1"),
314 PINCTRL_PIN(TEGRA_PIN_UART2_TXD_PC2
, "UART2_TXD PC2"),
315 PINCTRL_PIN(TEGRA_PIN_UART2_RXD_PC3
, "UART2_RXD PC3"),
316 PINCTRL_PIN(TEGRA_PIN_GEN1_I2C_SCL_PC4
, "GEN1_I2C_SCL PC4"),
317 PINCTRL_PIN(TEGRA_PIN_GEN1_I2C_SDA_PC5
, "GEN1_I2C_SDA PC5"),
318 PINCTRL_PIN(TEGRA_PIN_LCD_PWR2_PC6
, "LCD_PWR2 PC6"),
319 PINCTRL_PIN(TEGRA_PIN_GMI_WP_N_PC7
, "GMI_WP_N PC7"),
320 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT5_PD0
, "SDMMC3_DAT5 PD0"),
321 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT4_PD1
, "SDMMC3_DAT4 PD1"),
322 PINCTRL_PIN(TEGRA_PIN_LCD_DC1_PD2
, "LCD_DC1 PD2"),
323 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT6_PD3
, "SDMMC3_DAT6 PD3"),
324 PINCTRL_PIN(TEGRA_PIN_SDMMC3_DAT7_PD4
, "SDMMC3_DAT7 PD4"),
325 PINCTRL_PIN(TEGRA_PIN_VI_D1_PD5
, "VI_D1 PD5"),
326 PINCTRL_PIN(TEGRA_PIN_VI_VSYNC_PD6
, "VI_VSYNC PD6"),
327 PINCTRL_PIN(TEGRA_PIN_VI_HSYNC_PD7
, "VI_HSYNC PD7"),
328 PINCTRL_PIN(TEGRA_PIN_LCD_D0_PE0
, "LCD_D0 PE0"),
329 PINCTRL_PIN(TEGRA_PIN_LCD_D1_PE1
, "LCD_D1 PE1"),
330 PINCTRL_PIN(TEGRA_PIN_LCD_D2_PE2
, "LCD_D2 PE2"),
331 PINCTRL_PIN(TEGRA_PIN_LCD_D3_PE3
, "LCD_D3 PE3"),
332 PINCTRL_PIN(TEGRA_PIN_LCD_D4_PE4
, "LCD_D4 PE4"),
333 PINCTRL_PIN(TEGRA_PIN_LCD_D5_PE5
, "LCD_D5 PE5"),
334 PINCTRL_PIN(TEGRA_PIN_LCD_D6_PE6
, "LCD_D6 PE6"),
335 PINCTRL_PIN(TEGRA_PIN_LCD_D7_PE7
, "LCD_D7 PE7"),
336 PINCTRL_PIN(TEGRA_PIN_LCD_D8_PF0
, "LCD_D8 PF0"),
337 PINCTRL_PIN(TEGRA_PIN_LCD_D9_PF1
, "LCD_D9 PF1"),
338 PINCTRL_PIN(TEGRA_PIN_LCD_D10_PF2
, "LCD_D10 PF2"),
339 PINCTRL_PIN(TEGRA_PIN_LCD_D11_PF3
, "LCD_D11 PF3"),
340 PINCTRL_PIN(TEGRA_PIN_LCD_D12_PF4
, "LCD_D12 PF4"),
341 PINCTRL_PIN(TEGRA_PIN_LCD_D13_PF5
, "LCD_D13 PF5"),
342 PINCTRL_PIN(TEGRA_PIN_LCD_D14_PF6
, "LCD_D14 PF6"),
343 PINCTRL_PIN(TEGRA_PIN_LCD_D15_PF7
, "LCD_D15 PF7"),
344 PINCTRL_PIN(TEGRA_PIN_GMI_AD0_PG0
, "GMI_AD0 PG0"),
345 PINCTRL_PIN(TEGRA_PIN_GMI_AD1_PG1
, "GMI_AD1 PG1"),
346 PINCTRL_PIN(TEGRA_PIN_GMI_AD2_PG2
, "GMI_AD2 PG2"),
347 PINCTRL_PIN(TEGRA_PIN_GMI_AD3_PG3
, "GMI_AD3 PG3"),
348 PINCTRL_PIN(TEGRA_PIN_GMI_AD4_PG4
, "GMI_AD4 PG4"),
349 PINCTRL_PIN(TEGRA_PIN_GMI_AD5_PG5
, "GMI_AD5 PG5"),
350 PINCTRL_PIN(TEGRA_PIN_GMI_AD6_PG6
, "GMI_AD6 PG6"),
351 PINCTRL_PIN(TEGRA_PIN_GMI_AD7_PG7
, "GMI_AD7 PG7"),
352 PINCTRL_PIN(TEGRA_PIN_GMI_AD8_PH0
, "GMI_AD8 PH0"),
353 PINCTRL_PIN(TEGRA_PIN_GMI_AD9_PH1
, "GMI_AD9 PH1"),
354 PINCTRL_PIN(TEGRA_PIN_GMI_AD10_PH2
, "GMI_AD10 PH2"),
355 PINCTRL_PIN(TEGRA_PIN_GMI_AD11_PH3
, "GMI_AD11 PH3"),
356 PINCTRL_PIN(TEGRA_PIN_GMI_AD12_PH4
, "GMI_AD12 PH4"),
357 PINCTRL_PIN(TEGRA_PIN_GMI_AD13_PH5
, "GMI_AD13 PH5"),
358 PINCTRL_PIN(TEGRA_PIN_GMI_AD14_PH6
, "GMI_AD14 PH6"),
359 PINCTRL_PIN(TEGRA_PIN_GMI_AD15_PH7
, "GMI_AD15 PH7"),
360 PINCTRL_PIN(TEGRA_PIN_GMI_WR_N_PI0
, "GMI_WR_N PI0"),
361 PINCTRL_PIN(TEGRA_PIN_GMI_OE_N_PI1
, "GMI_OE_N PI1"),
362 PINCTRL_PIN(TEGRA_PIN_GMI_DQS_PI2
, "GMI_DQS PI2"),
363 PINCTRL_PIN(TEGRA_PIN_GMI_CS6_N_PI3
, "GMI_CS6_N PI3"),
364 PINCTRL_PIN(TEGRA_PIN_GMI_RST_N_PI4
, "GMI_RST_N PI4"),
365 PINCTRL_PIN(TEGRA_PIN_GMI_IORDY_PI5
, "GMI_IORDY PI5"),
366 PINCTRL_PIN(TEGRA_PIN_GMI_CS7_N_PI6
, "GMI_CS7_N PI6"),
367 PINCTRL_PIN(TEGRA_PIN_GMI_WAIT_PI7
, "GMI_WAIT PI7"),
368 PINCTRL_PIN(TEGRA_PIN_GMI_CS0_N_PJ0
, "GMI_CS0_N PJ0"),
369 PINCTRL_PIN(TEGRA_PIN_LCD_DE_PJ1
, "LCD_DE PJ1"),
370 PINCTRL_PIN(TEGRA_PIN_GMI_CS1_N_PJ2
, "GMI_CS1_N PJ2"),
371 PINCTRL_PIN(TEGRA_PIN_LCD_HSYNC_PJ3
, "LCD_HSYNC PJ3"),
372 PINCTRL_PIN(TEGRA_PIN_LCD_VSYNC_PJ4
, "LCD_VSYNC PJ4"),
373 PINCTRL_PIN(TEGRA_PIN_UART2_CTS_N_PJ5
, "UART2_CTS_N PJ5"),
374 PINCTRL_PIN(TEGRA_PIN_UART2_RTS_N_PJ6
, "UART2_RTS_N PJ6"),
375 PINCTRL_PIN(TEGRA_PIN_GMI_A16_PJ7
, "GMI_A16 PJ7"),
376 PINCTRL_PIN(TEGRA_PIN_GMI_ADV_N_PK0
, "GMI_ADV_N PK0"),
377 PINCTRL_PIN(TEGRA_PIN_GMI_CLK_PK1
, "GMI_CLK PK1"),
378 PINCTRL_PIN(TEGRA_PIN_GMI_CS4_N_PK2
, "GMI_CS4_N PK2"),
379 PINCTRL_PIN(TEGRA_PIN_GMI_CS2_N_PK3
, "GMI_CS2_N PK3"),
380 PINCTRL_PIN(TEGRA_PIN_GMI_CS3_N_PK4
, "GMI_CS3_N PK4"),
381 PINCTRL_PIN(TEGRA_PIN_SPDIF_OUT_PK5
, "SPDIF_OUT PK5"),
382 PINCTRL_PIN(TEGRA_PIN_SPDIF_IN_PK6
, "SPDIF_IN PK6"),
383 PINCTRL_PIN(TEGRA_PIN_GMI_A19_PK7
, "GMI_A19 PK7"),
384 PINCTRL_PIN(TEGRA_PIN_VI_D2_PL0
, "VI_D2 PL0"),
385 PINCTRL_PIN(TEGRA_PIN_VI_D3_PL1
, "VI_D3 PL1"),
386 PINCTRL_PIN(TEGRA_PIN_VI_D4_PL2
, "VI_D4 PL2"),
387 PINCTRL_PIN(TEGRA_PIN_VI_D5_PL3
, "VI_D5 PL3"),
388 PINCTRL_PIN(TEGRA_PIN_VI_D6_PL4
, "VI_D6 PL4"),
389 PINCTRL_PIN(TEGRA_PIN_VI_D7_PL5
, "VI_D7 PL5"),
390 PINCTRL_PIN(TEGRA_PIN_VI_D8_PL6
, "VI_D8 PL6"),
391 PINCTRL_PIN(TEGRA_PIN_VI_D9_PL7
, "VI_D9 PL7"),
392 PINCTRL_PIN(TEGRA_PIN_LCD_D16_PM0
, "LCD_D16 PM0"),
393 PINCTRL_PIN(TEGRA_PIN_LCD_D17_PM1
, "LCD_D17 PM1"),
394 PINCTRL_PIN(TEGRA_PIN_LCD_D18_PM2
, "LCD_D18 PM2"),
395 PINCTRL_PIN(TEGRA_PIN_LCD_D19_PM3
, "LCD_D19 PM3"),
396 PINCTRL_PIN(TEGRA_PIN_LCD_D20_PM4
, "LCD_D20 PM4"),
397 PINCTRL_PIN(TEGRA_PIN_LCD_D21_PM5
, "LCD_D21 PM5"),
398 PINCTRL_PIN(TEGRA_PIN_LCD_D22_PM6
, "LCD_D22 PM6"),
399 PINCTRL_PIN(TEGRA_PIN_LCD_D23_PM7
, "LCD_D23 PM7"),
400 PINCTRL_PIN(TEGRA_PIN_DAP1_FS_PN0
, "DAP1_FS PN0"),
401 PINCTRL_PIN(TEGRA_PIN_DAP1_DIN_PN1
, "DAP1_DIN PN1"),
402 PINCTRL_PIN(TEGRA_PIN_DAP1_DOUT_PN2
, "DAP1_DOUT PN2"),
403 PINCTRL_PIN(TEGRA_PIN_DAP1_SCLK_PN3
, "DAP1_SCLK PN3"),
404 PINCTRL_PIN(TEGRA_PIN_LCD_CS0_N_PN4
, "LCD_CS0_N PN4"),
405 PINCTRL_PIN(TEGRA_PIN_LCD_SDOUT_PN5
, "LCD_SDOUT PN5"),
406 PINCTRL_PIN(TEGRA_PIN_LCD_DC0_PN6
, "LCD_DC0 PN6"),
407 PINCTRL_PIN(TEGRA_PIN_HDMI_INT_PN7
, "HDMI_INT PN7"),
408 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA7_PO0
, "ULPI_DATA7 PO0"),
409 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA0_PO1
, "ULPI_DATA0 PO1"),
410 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA1_PO2
, "ULPI_DATA1 PO2"),
411 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA2_PO3
, "ULPI_DATA2 PO3"),
412 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA3_PO4
, "ULPI_DATA3 PO4"),
413 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA4_PO5
, "ULPI_DATA4 PO5"),
414 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA5_PO6
, "ULPI_DATA5 PO6"),
415 PINCTRL_PIN(TEGRA_PIN_ULPI_DATA6_PO7
, "ULPI_DATA6 PO7"),
416 PINCTRL_PIN(TEGRA_PIN_DAP3_FS_PP0
, "DAP3_FS PP0"),
417 PINCTRL_PIN(TEGRA_PIN_DAP3_DIN_PP1
, "DAP3_DIN PP1"),
418 PINCTRL_PIN(TEGRA_PIN_DAP3_DOUT_PP2
, "DAP3_DOUT PP2"),
419 PINCTRL_PIN(TEGRA_PIN_DAP3_SCLK_PP3
, "DAP3_SCLK PP3"),
420 PINCTRL_PIN(TEGRA_PIN_DAP4_FS_PP4
, "DAP4_FS PP4"),
421 PINCTRL_PIN(TEGRA_PIN_DAP4_DIN_PP5
, "DAP4_DIN PP5"),
422 PINCTRL_PIN(TEGRA_PIN_DAP4_DOUT_PP6
, "DAP4_DOUT PP6"),
423 PINCTRL_PIN(TEGRA_PIN_DAP4_SCLK_PP7
, "DAP4_SCLK PP7"),
424 PINCTRL_PIN(TEGRA_PIN_KB_COL0_PQ0
, "KB_COL0 PQ0"),
425 PINCTRL_PIN(TEGRA_PIN_KB_COL1_PQ1
, "KB_COL1 PQ1"),
426 PINCTRL_PIN(TEGRA_PIN_KB_COL2_PQ2
, "KB_COL2 PQ2"),
427 PINCTRL_PIN(TEGRA_PIN_KB_COL3_PQ3
, "KB_COL3 PQ3"),
428 PINCTRL_PIN(TEGRA_PIN_KB_COL4_PQ4
, "KB_COL4 PQ4"),
429 PINCTRL_PIN(TEGRA_PIN_KB_COL5_PQ5
, "KB_COL5 PQ5"),
430 PINCTRL_PIN(TEGRA_PIN_KB_COL6_PQ6
, "KB_COL6 PQ6"),
431 PINCTRL_PIN(TEGRA_PIN_KB_COL7_PQ7
, "KB_COL7 PQ7"),
432 PINCTRL_PIN(TEGRA_PIN_KB_ROW0_PR0
, "KB_ROW0 PR0"),
433 PINCTRL_PIN(TEGRA_PIN_KB_ROW1_PR1
, "KB_ROW1 PR1"),
434 PINCTRL_PIN(TEGRA_PIN_KB_ROW2_PR2
, "KB_ROW2 PR2"),
435 PINCTRL_PIN(TEGRA_PIN_KB_ROW3_PR3
, "KB_ROW3 PR3"),
436 PINCTRL_PIN(TEGRA_PIN_KB_ROW4_PR4
, "KB_ROW4 PR4"),
437 PINCTRL_PIN(TEGRA_PIN_KB_ROW5_PR5
, "KB_ROW5 PR5"),
438 PINCTRL_PIN(TEGRA_PIN_KB_ROW6_PR6
, "KB_ROW6 PR6"),
439 PINCTRL_PIN(TEGRA_PIN_KB_ROW7_PR7
, "KB_ROW7 PR7"),
440 PINCTRL_PIN(TEGRA_PIN_KB_ROW8_PS0
, "KB_ROW8 PS0"),
441 PINCTRL_PIN(TEGRA_PIN_KB_ROW9_PS1
, "KB_ROW9 PS1"),
442 PINCTRL_PIN(TEGRA_PIN_KB_ROW10_PS2
, "KB_ROW10 PS2"),
443 PINCTRL_PIN(TEGRA_PIN_KB_ROW11_PS3
, "KB_ROW11 PS3"),
444 PINCTRL_PIN(TEGRA_PIN_KB_ROW12_PS4
, "KB_ROW12 PS4"),
445 PINCTRL_PIN(TEGRA_PIN_KB_ROW13_PS5
, "KB_ROW13 PS5"),
446 PINCTRL_PIN(TEGRA_PIN_KB_ROW14_PS6
, "KB_ROW14 PS6"),
447 PINCTRL_PIN(TEGRA_PIN_KB_ROW15_PS7
, "KB_ROW15 PS7"),
448 PINCTRL_PIN(TEGRA_PIN_VI_PCLK_PT0
, "VI_PCLK PT0"),
449 PINCTRL_PIN(TEGRA_PIN_VI_MCLK_PT1
, "VI_MCLK PT1"),
450 PINCTRL_PIN(TEGRA_PIN_VI_D10_PT2
, "VI_D10 PT2"),
451 PINCTRL_PIN(TEGRA_PIN_VI_D11_PT3
, "VI_D11 PT3"),
452 PINCTRL_PIN(TEGRA_PIN_VI_D0_PT4
, "VI_D0 PT4"),
453 PINCTRL_PIN(TEGRA_PIN_GEN2_I2C_SCL_PT5
, "GEN2_I2C_SCL PT5"),
454 PINCTRL_PIN(TEGRA_PIN_GEN2_I2C_SDA_PT6
, "GEN2_I2C_SDA PT6"),
455 PINCTRL_PIN(TEGRA_PIN_SDMMC4_CMD_PT7
, "SDMMC4_CMD PT7"),
456 PINCTRL_PIN(TEGRA_PIN_PU0
, "PU0"),
457 PINCTRL_PIN(TEGRA_PIN_PU1
, "PU1"),
458 PINCTRL_PIN(TEGRA_PIN_PU2
, "PU2"),
459 PINCTRL_PIN(TEGRA_PIN_PU3
, "PU3"),
460 PINCTRL_PIN(TEGRA_PIN_PU4
, "PU4"),
461 PINCTRL_PIN(TEGRA_PIN_PU5
, "PU5"),
462 PINCTRL_PIN(TEGRA_PIN_PU6
, "PU6"),
463 PINCTRL_PIN(TEGRA_PIN_JTAG_RTCK_PU7
, "JTAG_RTCK PU7"),
464 PINCTRL_PIN(TEGRA_PIN_PV0
, "PV0"),
465 PINCTRL_PIN(TEGRA_PIN_PV1
, "PV1"),
466 PINCTRL_PIN(TEGRA_PIN_PV2
, "PV2"),
467 PINCTRL_PIN(TEGRA_PIN_PV3
, "PV3"),
468 PINCTRL_PIN(TEGRA_PIN_DDC_SCL_PV4
, "DDC_SCL PV4"),
469 PINCTRL_PIN(TEGRA_PIN_DDC_SDA_PV5
, "DDC_SDA PV5"),
470 PINCTRL_PIN(TEGRA_PIN_CRT_HSYNC_PV6
, "CRT_HSYNC PV6"),
471 PINCTRL_PIN(TEGRA_PIN_CRT_VSYNC_PV7
, "CRT_VSYNC PV7"),
472 PINCTRL_PIN(TEGRA_PIN_LCD_CS1_N_PW0
, "LCD_CS1_N PW0"),
473 PINCTRL_PIN(TEGRA_PIN_LCD_M1_PW1
, "LCD_M1 PW1"),
474 PINCTRL_PIN(TEGRA_PIN_SPI2_CS1_N_PW2
, "SPI2_CS1_N PW2"),
475 PINCTRL_PIN(TEGRA_PIN_SPI2_CS2_N_PW3
, "SPI2_CS2_N PW3"),
476 PINCTRL_PIN(TEGRA_PIN_CLK1_OUT_PW4
, "CLK1_OUT PW4"),
477 PINCTRL_PIN(TEGRA_PIN_CLK2_OUT_PW5
, "CLK2_OUT PW5"),
478 PINCTRL_PIN(TEGRA_PIN_UART3_TXD_PW6
, "UART3_TXD PW6"),
479 PINCTRL_PIN(TEGRA_PIN_UART3_RXD_PW7
, "UART3_RXD PW7"),
480 PINCTRL_PIN(TEGRA_PIN_SPI2_MOSI_PX0
, "SPI2_MOSI PX0"),
481 PINCTRL_PIN(TEGRA_PIN_SPI2_MISO_PX1
, "SPI2_MISO PX1"),
482 PINCTRL_PIN(TEGRA_PIN_SPI2_SCK_PX2
, "SPI2_SCK PX2"),
483 PINCTRL_PIN(TEGRA_PIN_SPI2_CS0_N_PX3
, "SPI2_CS0_N PX3"),
484 PINCTRL_PIN(TEGRA_PIN_SPI1_MOSI_PX4
, "SPI1_MOSI PX4"),
485 PINCTRL_PIN(TEGRA_PIN_SPI1_SCK_PX5
, "SPI1_SCK PX5"),
486 PINCTRL_PIN(TEGRA_PIN_SPI1_CS0_N_PX6
, "SPI1_CS0_N PX6"),
487 PINCTRL_PIN(TEGRA_PIN_SPI1_MISO_PX7
, "SPI1_MISO PX7"),
488 PINCTRL_PIN(TEGRA_PIN_ULPI_CLK_PY0
, "ULPI_CLK PY0"),
489 PINCTRL_PIN(TEGRA_PIN_ULPI_DIR_PY1
, "ULPI_DIR PY1"),
490 PINCTRL_PIN(TEGRA_PIN_ULPI_NXT_PY2
, "ULPI_NXT PY2"),
491 PINCTRL_PIN(TEGRA_PIN_ULPI_STP_PY3
, "ULPI_STP PY3"),
492 PINCTRL_PIN(TEGRA_PIN_SDMMC1_DAT3_PY4
, "SDMMC1_DAT3 PY4"),
493 PINCTRL_PIN(TEGRA_PIN_SDMMC1_DAT2_PY5
, "SDMMC1_DAT2 PY5"),
494 PINCTRL_PIN(TEGRA_PIN_SDMMC1_DAT1_PY6
, "SDMMC1_DAT1 PY6"),
495 PINCTRL_PIN(TEGRA_PIN_SDMMC1_DAT0_PY7
, "SDMMC1_DAT0 PY7"),
496 PINCTRL_PIN(TEGRA_PIN_SDMMC1_CLK_PZ0
, "SDMMC1_CLK PZ0"),
497 PINCTRL_PIN(TEGRA_PIN_SDMMC1_CMD_PZ1
, "SDMMC1_CMD PZ1"),
498 PINCTRL_PIN(TEGRA_PIN_LCD_SDIN_PZ2
, "LCD_SDIN PZ2"),
499 PINCTRL_PIN(TEGRA_PIN_LCD_WR_N_PZ3
, "LCD_WR_N PZ3"),
500 PINCTRL_PIN(TEGRA_PIN_LCD_SCK_PZ4
, "LCD_SCK PZ4"),
501 PINCTRL_PIN(TEGRA_PIN_SYS_CLK_REQ_PZ5
, "SYS_CLK_REQ PZ5"),
502 PINCTRL_PIN(TEGRA_PIN_PWR_I2C_SCL_PZ6
, "PWR_I2C_SCL PZ6"),
503 PINCTRL_PIN(TEGRA_PIN_PWR_I2C_SDA_PZ7
, "PWR_I2C_SDA PZ7"),
504 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT0_PAA0
, "SDMMC4_DAT0 PAA0"),
505 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT1_PAA1
, "SDMMC4_DAT1 PAA1"),
506 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT2_PAA2
, "SDMMC4_DAT2 PAA2"),
507 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT3_PAA3
, "SDMMC4_DAT3 PAA3"),
508 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT4_PAA4
, "SDMMC4_DAT4 PAA4"),
509 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT5_PAA5
, "SDMMC4_DAT5 PAA5"),
510 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT6_PAA6
, "SDMMC4_DAT6 PAA6"),
511 PINCTRL_PIN(TEGRA_PIN_SDMMC4_DAT7_PAA7
, "SDMMC4_DAT7 PAA7"),
512 PINCTRL_PIN(TEGRA_PIN_PBB0
, "PBB0"),
513 PINCTRL_PIN(TEGRA_PIN_CAM_I2C_SCL_PBB1
, "CAM_I2C_SCL PBB1"),
514 PINCTRL_PIN(TEGRA_PIN_CAM_I2C_SDA_PBB2
, "CAM_I2C_SDA PBB2"),
515 PINCTRL_PIN(TEGRA_PIN_PBB3
, "PBB3"),
516 PINCTRL_PIN(TEGRA_PIN_PBB4
, "PBB4"),
517 PINCTRL_PIN(TEGRA_PIN_PBB5
, "PBB5"),
518 PINCTRL_PIN(TEGRA_PIN_PBB6
, "PBB6"),
519 PINCTRL_PIN(TEGRA_PIN_PBB7
, "PBB7"),
520 PINCTRL_PIN(TEGRA_PIN_CAM_MCLK_PCC0
, "CAM_MCLK PCC0"),
521 PINCTRL_PIN(TEGRA_PIN_PCC1
, "PCC1"),
522 PINCTRL_PIN(TEGRA_PIN_PCC2
, "PCC2"),
523 PINCTRL_PIN(TEGRA_PIN_SDMMC4_RST_N_PCC3
, "SDMMC4_RST_N PCC3"),
524 PINCTRL_PIN(TEGRA_PIN_SDMMC4_CLK_PCC4
, "SDMMC4_CLK PCC4"),
525 PINCTRL_PIN(TEGRA_PIN_CLK2_REQ_PCC5
, "CLK2_REQ PCC5"),
526 PINCTRL_PIN(TEGRA_PIN_PEX_L2_RST_N_PCC6
, "PEX_L2_RST_N PCC6"),
527 PINCTRL_PIN(TEGRA_PIN_PEX_L2_CLKREQ_N_PCC7
, "PEX_L2_CLKREQ_N PCC7"),
528 PINCTRL_PIN(TEGRA_PIN_PEX_L0_PRSNT_N_PDD0
, "PEX_L0_PRSNT_N PDD0"),
529 PINCTRL_PIN(TEGRA_PIN_PEX_L0_RST_N_PDD1
, "PEX_L0_RST_N PDD1"),
530 PINCTRL_PIN(TEGRA_PIN_PEX_L0_CLKREQ_N_PDD2
, "PEX_L0_CLKREQ_N PDD2"),
531 PINCTRL_PIN(TEGRA_PIN_PEX_WAKE_N_PDD3
, "PEX_WAKE_N PDD3"),
532 PINCTRL_PIN(TEGRA_PIN_PEX_L1_PRSNT_N_PDD4
, "PEX_L1_PRSNT_N PDD4"),
533 PINCTRL_PIN(TEGRA_PIN_PEX_L1_RST_N_PDD5
, "PEX_L1_RST_N PDD5"),
534 PINCTRL_PIN(TEGRA_PIN_PEX_L1_CLKREQ_N_PDD6
, "PEX_L1_CLKREQ_N PDD6"),
535 PINCTRL_PIN(TEGRA_PIN_PEX_L2_PRSNT_N_PDD7
, "PEX_L2_PRSNT_N PDD7"),
536 PINCTRL_PIN(TEGRA_PIN_CLK3_OUT_PEE0
, "CLK3_OUT PEE0"),
537 PINCTRL_PIN(TEGRA_PIN_CLK3_REQ_PEE1
, "CLK3_REQ PEE1"),
538 PINCTRL_PIN(TEGRA_PIN_CLK1_REQ_PEE2
, "CLK1_REQ PEE2"),
539 PINCTRL_PIN(TEGRA_PIN_HDMI_CEC_PEE3
, "HDMI_CEC PEE3"),
540 PINCTRL_PIN(TEGRA_PIN_PEE4
, "PEE4"),
541 PINCTRL_PIN(TEGRA_PIN_PEE5
, "PEE5"),
542 PINCTRL_PIN(TEGRA_PIN_PEE6
, "PEE6"),
543 PINCTRL_PIN(TEGRA_PIN_PEE7
, "PEE7"),
544 PINCTRL_PIN(TEGRA_PIN_CLK_32K_IN
, "CLK_32K_IN"),
545 PINCTRL_PIN(TEGRA_PIN_CORE_PWR_REQ
, "CORE_PWR_REQ"),
546 PINCTRL_PIN(TEGRA_PIN_CPU_PWR_REQ
, "CPU_PWR_REQ"),
547 PINCTRL_PIN(TEGRA_PIN_JTAG_TCK
, "JTAG_TCK"),
548 PINCTRL_PIN(TEGRA_PIN_JTAG_TDI
, "JTAG_TDI"),
549 PINCTRL_PIN(TEGRA_PIN_JTAG_TDO
, "JTAG_TDO"),
550 PINCTRL_PIN(TEGRA_PIN_JTAG_TMS
, "JTAG_TMS"),
551 PINCTRL_PIN(TEGRA_PIN_JTAG_TRST_N
, "JTAG_TRST_N"),
552 PINCTRL_PIN(TEGRA_PIN_OWR
, "OWR"),
553 PINCTRL_PIN(TEGRA_PIN_PWR_INT_N
, "PWR_INT_N"),
554 PINCTRL_PIN(TEGRA_PIN_SYS_RESET_N
, "SYS_RESET_N"),
555 PINCTRL_PIN(TEGRA_PIN_TEST_MODE_EN
, "TEST_MODE_EN"),
558 static const unsigned clk_32k_out_pa0_pins
[] = {
559 TEGRA_PIN_CLK_32K_OUT_PA0
,
562 static const unsigned uart3_cts_n_pa1_pins
[] = {
563 TEGRA_PIN_UART3_CTS_N_PA1
,
566 static const unsigned dap2_fs_pa2_pins
[] = {
567 TEGRA_PIN_DAP2_FS_PA2
,
570 static const unsigned dap2_sclk_pa3_pins
[] = {
571 TEGRA_PIN_DAP2_SCLK_PA3
,
574 static const unsigned dap2_din_pa4_pins
[] = {
575 TEGRA_PIN_DAP2_DIN_PA4
,
578 static const unsigned dap2_dout_pa5_pins
[] = {
579 TEGRA_PIN_DAP2_DOUT_PA5
,
582 static const unsigned sdmmc3_clk_pa6_pins
[] = {
583 TEGRA_PIN_SDMMC3_CLK_PA6
,
586 static const unsigned sdmmc3_cmd_pa7_pins
[] = {
587 TEGRA_PIN_SDMMC3_CMD_PA7
,
590 static const unsigned gmi_a17_pb0_pins
[] = {
591 TEGRA_PIN_GMI_A17_PB0
,
594 static const unsigned gmi_a18_pb1_pins
[] = {
595 TEGRA_PIN_GMI_A18_PB1
,
598 static const unsigned lcd_pwr0_pb2_pins
[] = {
599 TEGRA_PIN_LCD_PWR0_PB2
,
602 static const unsigned lcd_pclk_pb3_pins
[] = {
603 TEGRA_PIN_LCD_PCLK_PB3
,
606 static const unsigned sdmmc3_dat3_pb4_pins
[] = {
607 TEGRA_PIN_SDMMC3_DAT3_PB4
,
610 static const unsigned sdmmc3_dat2_pb5_pins
[] = {
611 TEGRA_PIN_SDMMC3_DAT2_PB5
,
614 static const unsigned sdmmc3_dat1_pb6_pins
[] = {
615 TEGRA_PIN_SDMMC3_DAT1_PB6
,
618 static const unsigned sdmmc3_dat0_pb7_pins
[] = {
619 TEGRA_PIN_SDMMC3_DAT0_PB7
,
622 static const unsigned uart3_rts_n_pc0_pins
[] = {
623 TEGRA_PIN_UART3_RTS_N_PC0
,
626 static const unsigned lcd_pwr1_pc1_pins
[] = {
627 TEGRA_PIN_LCD_PWR1_PC1
,
630 static const unsigned uart2_txd_pc2_pins
[] = {
631 TEGRA_PIN_UART2_TXD_PC2
,
634 static const unsigned uart2_rxd_pc3_pins
[] = {
635 TEGRA_PIN_UART2_RXD_PC3
,
638 static const unsigned gen1_i2c_scl_pc4_pins
[] = {
639 TEGRA_PIN_GEN1_I2C_SCL_PC4
,
642 static const unsigned gen1_i2c_sda_pc5_pins
[] = {
643 TEGRA_PIN_GEN1_I2C_SDA_PC5
,
646 static const unsigned lcd_pwr2_pc6_pins
[] = {
647 TEGRA_PIN_LCD_PWR2_PC6
,
650 static const unsigned gmi_wp_n_pc7_pins
[] = {
651 TEGRA_PIN_GMI_WP_N_PC7
,
654 static const unsigned sdmmc3_dat5_pd0_pins
[] = {
655 TEGRA_PIN_SDMMC3_DAT5_PD0
,
658 static const unsigned sdmmc3_dat4_pd1_pins
[] = {
659 TEGRA_PIN_SDMMC3_DAT4_PD1
,
662 static const unsigned lcd_dc1_pd2_pins
[] = {
663 TEGRA_PIN_LCD_DC1_PD2
,
666 static const unsigned sdmmc3_dat6_pd3_pins
[] = {
667 TEGRA_PIN_SDMMC3_DAT6_PD3
,
670 static const unsigned sdmmc3_dat7_pd4_pins
[] = {
671 TEGRA_PIN_SDMMC3_DAT7_PD4
,
674 static const unsigned vi_d1_pd5_pins
[] = {
678 static const unsigned vi_vsync_pd6_pins
[] = {
679 TEGRA_PIN_VI_VSYNC_PD6
,
682 static const unsigned vi_hsync_pd7_pins
[] = {
683 TEGRA_PIN_VI_HSYNC_PD7
,
686 static const unsigned lcd_d0_pe0_pins
[] = {
687 TEGRA_PIN_LCD_D0_PE0
,
690 static const unsigned lcd_d1_pe1_pins
[] = {
691 TEGRA_PIN_LCD_D1_PE1
,
694 static const unsigned lcd_d2_pe2_pins
[] = {
695 TEGRA_PIN_LCD_D2_PE2
,
698 static const unsigned lcd_d3_pe3_pins
[] = {
699 TEGRA_PIN_LCD_D3_PE3
,
702 static const unsigned lcd_d4_pe4_pins
[] = {
703 TEGRA_PIN_LCD_D4_PE4
,
706 static const unsigned lcd_d5_pe5_pins
[] = {
707 TEGRA_PIN_LCD_D5_PE5
,
710 static const unsigned lcd_d6_pe6_pins
[] = {
711 TEGRA_PIN_LCD_D6_PE6
,
714 static const unsigned lcd_d7_pe7_pins
[] = {
715 TEGRA_PIN_LCD_D7_PE7
,
718 static const unsigned lcd_d8_pf0_pins
[] = {
719 TEGRA_PIN_LCD_D8_PF0
,
722 static const unsigned lcd_d9_pf1_pins
[] = {
723 TEGRA_PIN_LCD_D9_PF1
,
726 static const unsigned lcd_d10_pf2_pins
[] = {
727 TEGRA_PIN_LCD_D10_PF2
,
730 static const unsigned lcd_d11_pf3_pins
[] = {
731 TEGRA_PIN_LCD_D11_PF3
,
734 static const unsigned lcd_d12_pf4_pins
[] = {
735 TEGRA_PIN_LCD_D12_PF4
,
738 static const unsigned lcd_d13_pf5_pins
[] = {
739 TEGRA_PIN_LCD_D13_PF5
,
742 static const unsigned lcd_d14_pf6_pins
[] = {
743 TEGRA_PIN_LCD_D14_PF6
,
746 static const unsigned lcd_d15_pf7_pins
[] = {
747 TEGRA_PIN_LCD_D15_PF7
,
750 static const unsigned gmi_ad0_pg0_pins
[] = {
751 TEGRA_PIN_GMI_AD0_PG0
,
754 static const unsigned gmi_ad1_pg1_pins
[] = {
755 TEGRA_PIN_GMI_AD1_PG1
,
758 static const unsigned gmi_ad2_pg2_pins
[] = {
759 TEGRA_PIN_GMI_AD2_PG2
,
762 static const unsigned gmi_ad3_pg3_pins
[] = {
763 TEGRA_PIN_GMI_AD3_PG3
,
766 static const unsigned gmi_ad4_pg4_pins
[] = {
767 TEGRA_PIN_GMI_AD4_PG4
,
770 static const unsigned gmi_ad5_pg5_pins
[] = {
771 TEGRA_PIN_GMI_AD5_PG5
,
774 static const unsigned gmi_ad6_pg6_pins
[] = {
775 TEGRA_PIN_GMI_AD6_PG6
,
778 static const unsigned gmi_ad7_pg7_pins
[] = {
779 TEGRA_PIN_GMI_AD7_PG7
,
782 static const unsigned gmi_ad8_ph0_pins
[] = {
783 TEGRA_PIN_GMI_AD8_PH0
,
786 static const unsigned gmi_ad9_ph1_pins
[] = {
787 TEGRA_PIN_GMI_AD9_PH1
,
790 static const unsigned gmi_ad10_ph2_pins
[] = {
791 TEGRA_PIN_GMI_AD10_PH2
,
794 static const unsigned gmi_ad11_ph3_pins
[] = {
795 TEGRA_PIN_GMI_AD11_PH3
,
798 static const unsigned gmi_ad12_ph4_pins
[] = {
799 TEGRA_PIN_GMI_AD12_PH4
,
802 static const unsigned gmi_ad13_ph5_pins
[] = {
803 TEGRA_PIN_GMI_AD13_PH5
,
806 static const unsigned gmi_ad14_ph6_pins
[] = {
807 TEGRA_PIN_GMI_AD14_PH6
,
810 static const unsigned gmi_ad15_ph7_pins
[] = {
811 TEGRA_PIN_GMI_AD15_PH7
,
814 static const unsigned gmi_wr_n_pi0_pins
[] = {
815 TEGRA_PIN_GMI_WR_N_PI0
,
818 static const unsigned gmi_oe_n_pi1_pins
[] = {
819 TEGRA_PIN_GMI_OE_N_PI1
,
822 static const unsigned gmi_dqs_pi2_pins
[] = {
823 TEGRA_PIN_GMI_DQS_PI2
,
826 static const unsigned gmi_cs6_n_pi3_pins
[] = {
827 TEGRA_PIN_GMI_CS6_N_PI3
,
830 static const unsigned gmi_rst_n_pi4_pins
[] = {
831 TEGRA_PIN_GMI_RST_N_PI4
,
834 static const unsigned gmi_iordy_pi5_pins
[] = {
835 TEGRA_PIN_GMI_IORDY_PI5
,
838 static const unsigned gmi_cs7_n_pi6_pins
[] = {
839 TEGRA_PIN_GMI_CS7_N_PI6
,
842 static const unsigned gmi_wait_pi7_pins
[] = {
843 TEGRA_PIN_GMI_WAIT_PI7
,
846 static const unsigned gmi_cs0_n_pj0_pins
[] = {
847 TEGRA_PIN_GMI_CS0_N_PJ0
,
850 static const unsigned lcd_de_pj1_pins
[] = {
851 TEGRA_PIN_LCD_DE_PJ1
,
854 static const unsigned gmi_cs1_n_pj2_pins
[] = {
855 TEGRA_PIN_GMI_CS1_N_PJ2
,
858 static const unsigned lcd_hsync_pj3_pins
[] = {
859 TEGRA_PIN_LCD_HSYNC_PJ3
,
862 static const unsigned lcd_vsync_pj4_pins
[] = {
863 TEGRA_PIN_LCD_VSYNC_PJ4
,
866 static const unsigned uart2_cts_n_pj5_pins
[] = {
867 TEGRA_PIN_UART2_CTS_N_PJ5
,
870 static const unsigned uart2_rts_n_pj6_pins
[] = {
871 TEGRA_PIN_UART2_RTS_N_PJ6
,
874 static const unsigned gmi_a16_pj7_pins
[] = {
875 TEGRA_PIN_GMI_A16_PJ7
,
878 static const unsigned gmi_adv_n_pk0_pins
[] = {
879 TEGRA_PIN_GMI_ADV_N_PK0
,
882 static const unsigned gmi_clk_pk1_pins
[] = {
883 TEGRA_PIN_GMI_CLK_PK1
,
886 static const unsigned gmi_cs4_n_pk2_pins
[] = {
887 TEGRA_PIN_GMI_CS4_N_PK2
,
890 static const unsigned gmi_cs2_n_pk3_pins
[] = {
891 TEGRA_PIN_GMI_CS2_N_PK3
,
894 static const unsigned gmi_cs3_n_pk4_pins
[] = {
895 TEGRA_PIN_GMI_CS3_N_PK4
,
898 static const unsigned spdif_out_pk5_pins
[] = {
899 TEGRA_PIN_SPDIF_OUT_PK5
,
902 static const unsigned spdif_in_pk6_pins
[] = {
903 TEGRA_PIN_SPDIF_IN_PK6
,
906 static const unsigned gmi_a19_pk7_pins
[] = {
907 TEGRA_PIN_GMI_A19_PK7
,
910 static const unsigned vi_d2_pl0_pins
[] = {
914 static const unsigned vi_d3_pl1_pins
[] = {
918 static const unsigned vi_d4_pl2_pins
[] = {
922 static const unsigned vi_d5_pl3_pins
[] = {
926 static const unsigned vi_d6_pl4_pins
[] = {
930 static const unsigned vi_d7_pl5_pins
[] = {
934 static const unsigned vi_d8_pl6_pins
[] = {
938 static const unsigned vi_d9_pl7_pins
[] = {
942 static const unsigned lcd_d16_pm0_pins
[] = {
943 TEGRA_PIN_LCD_D16_PM0
,
946 static const unsigned lcd_d17_pm1_pins
[] = {
947 TEGRA_PIN_LCD_D17_PM1
,
950 static const unsigned lcd_d18_pm2_pins
[] = {
951 TEGRA_PIN_LCD_D18_PM2
,
954 static const unsigned lcd_d19_pm3_pins
[] = {
955 TEGRA_PIN_LCD_D19_PM3
,
958 static const unsigned lcd_d20_pm4_pins
[] = {
959 TEGRA_PIN_LCD_D20_PM4
,
962 static const unsigned lcd_d21_pm5_pins
[] = {
963 TEGRA_PIN_LCD_D21_PM5
,
966 static const unsigned lcd_d22_pm6_pins
[] = {
967 TEGRA_PIN_LCD_D22_PM6
,
970 static const unsigned lcd_d23_pm7_pins
[] = {
971 TEGRA_PIN_LCD_D23_PM7
,
974 static const unsigned dap1_fs_pn0_pins
[] = {
975 TEGRA_PIN_DAP1_FS_PN0
,
978 static const unsigned dap1_din_pn1_pins
[] = {
979 TEGRA_PIN_DAP1_DIN_PN1
,
982 static const unsigned dap1_dout_pn2_pins
[] = {
983 TEGRA_PIN_DAP1_DOUT_PN2
,
986 static const unsigned dap1_sclk_pn3_pins
[] = {
987 TEGRA_PIN_DAP1_SCLK_PN3
,
990 static const unsigned lcd_cs0_n_pn4_pins
[] = {
991 TEGRA_PIN_LCD_CS0_N_PN4
,
994 static const unsigned lcd_sdout_pn5_pins
[] = {
995 TEGRA_PIN_LCD_SDOUT_PN5
,
998 static const unsigned lcd_dc0_pn6_pins
[] = {
999 TEGRA_PIN_LCD_DC0_PN6
,
1002 static const unsigned hdmi_int_pn7_pins
[] = {
1003 TEGRA_PIN_HDMI_INT_PN7
,
1006 static const unsigned ulpi_data7_po0_pins
[] = {
1007 TEGRA_PIN_ULPI_DATA7_PO0
,
1010 static const unsigned ulpi_data0_po1_pins
[] = {
1011 TEGRA_PIN_ULPI_DATA0_PO1
,
1014 static const unsigned ulpi_data1_po2_pins
[] = {
1015 TEGRA_PIN_ULPI_DATA1_PO2
,
1018 static const unsigned ulpi_data2_po3_pins
[] = {
1019 TEGRA_PIN_ULPI_DATA2_PO3
,
1022 static const unsigned ulpi_data3_po4_pins
[] = {
1023 TEGRA_PIN_ULPI_DATA3_PO4
,
1026 static const unsigned ulpi_data4_po5_pins
[] = {
1027 TEGRA_PIN_ULPI_DATA4_PO5
,
1030 static const unsigned ulpi_data5_po6_pins
[] = {
1031 TEGRA_PIN_ULPI_DATA5_PO6
,
1034 static const unsigned ulpi_data6_po7_pins
[] = {
1035 TEGRA_PIN_ULPI_DATA6_PO7
,
1038 static const unsigned dap3_fs_pp0_pins
[] = {
1039 TEGRA_PIN_DAP3_FS_PP0
,
1042 static const unsigned dap3_din_pp1_pins
[] = {
1043 TEGRA_PIN_DAP3_DIN_PP1
,
1046 static const unsigned dap3_dout_pp2_pins
[] = {
1047 TEGRA_PIN_DAP3_DOUT_PP2
,
1050 static const unsigned dap3_sclk_pp3_pins
[] = {
1051 TEGRA_PIN_DAP3_SCLK_PP3
,
1054 static const unsigned dap4_fs_pp4_pins
[] = {
1055 TEGRA_PIN_DAP4_FS_PP4
,
1058 static const unsigned dap4_din_pp5_pins
[] = {
1059 TEGRA_PIN_DAP4_DIN_PP5
,
1062 static const unsigned dap4_dout_pp6_pins
[] = {
1063 TEGRA_PIN_DAP4_DOUT_PP6
,
1066 static const unsigned dap4_sclk_pp7_pins
[] = {
1067 TEGRA_PIN_DAP4_SCLK_PP7
,
1070 static const unsigned kb_col0_pq0_pins
[] = {
1071 TEGRA_PIN_KB_COL0_PQ0
,
1074 static const unsigned kb_col1_pq1_pins
[] = {
1075 TEGRA_PIN_KB_COL1_PQ1
,
1078 static const unsigned kb_col2_pq2_pins
[] = {
1079 TEGRA_PIN_KB_COL2_PQ2
,
1082 static const unsigned kb_col3_pq3_pins
[] = {
1083 TEGRA_PIN_KB_COL3_PQ3
,
1086 static const unsigned kb_col4_pq4_pins
[] = {
1087 TEGRA_PIN_KB_COL4_PQ4
,
1090 static const unsigned kb_col5_pq5_pins
[] = {
1091 TEGRA_PIN_KB_COL5_PQ5
,
1094 static const unsigned kb_col6_pq6_pins
[] = {
1095 TEGRA_PIN_KB_COL6_PQ6
,
1098 static const unsigned kb_col7_pq7_pins
[] = {
1099 TEGRA_PIN_KB_COL7_PQ7
,
1102 static const unsigned kb_row0_pr0_pins
[] = {
1103 TEGRA_PIN_KB_ROW0_PR0
,
1106 static const unsigned kb_row1_pr1_pins
[] = {
1107 TEGRA_PIN_KB_ROW1_PR1
,
1110 static const unsigned kb_row2_pr2_pins
[] = {
1111 TEGRA_PIN_KB_ROW2_PR2
,
1114 static const unsigned kb_row3_pr3_pins
[] = {
1115 TEGRA_PIN_KB_ROW3_PR3
,
1118 static const unsigned kb_row4_pr4_pins
[] = {
1119 TEGRA_PIN_KB_ROW4_PR4
,
1122 static const unsigned kb_row5_pr5_pins
[] = {
1123 TEGRA_PIN_KB_ROW5_PR5
,
1126 static const unsigned kb_row6_pr6_pins
[] = {
1127 TEGRA_PIN_KB_ROW6_PR6
,
1130 static const unsigned kb_row7_pr7_pins
[] = {
1131 TEGRA_PIN_KB_ROW7_PR7
,
1134 static const unsigned kb_row8_ps0_pins
[] = {
1135 TEGRA_PIN_KB_ROW8_PS0
,
1138 static const unsigned kb_row9_ps1_pins
[] = {
1139 TEGRA_PIN_KB_ROW9_PS1
,
1142 static const unsigned kb_row10_ps2_pins
[] = {
1143 TEGRA_PIN_KB_ROW10_PS2
,
1146 static const unsigned kb_row11_ps3_pins
[] = {
1147 TEGRA_PIN_KB_ROW11_PS3
,
1150 static const unsigned kb_row12_ps4_pins
[] = {
1151 TEGRA_PIN_KB_ROW12_PS4
,
1154 static const unsigned kb_row13_ps5_pins
[] = {
1155 TEGRA_PIN_KB_ROW13_PS5
,
1158 static const unsigned kb_row14_ps6_pins
[] = {
1159 TEGRA_PIN_KB_ROW14_PS6
,
1162 static const unsigned kb_row15_ps7_pins
[] = {
1163 TEGRA_PIN_KB_ROW15_PS7
,
1166 static const unsigned vi_pclk_pt0_pins
[] = {
1167 TEGRA_PIN_VI_PCLK_PT0
,
1170 static const unsigned vi_mclk_pt1_pins
[] = {
1171 TEGRA_PIN_VI_MCLK_PT1
,
1174 static const unsigned vi_d10_pt2_pins
[] = {
1175 TEGRA_PIN_VI_D10_PT2
,
1178 static const unsigned vi_d11_pt3_pins
[] = {
1179 TEGRA_PIN_VI_D11_PT3
,
1182 static const unsigned vi_d0_pt4_pins
[] = {
1183 TEGRA_PIN_VI_D0_PT4
,
1186 static const unsigned gen2_i2c_scl_pt5_pins
[] = {
1187 TEGRA_PIN_GEN2_I2C_SCL_PT5
,
1190 static const unsigned gen2_i2c_sda_pt6_pins
[] = {
1191 TEGRA_PIN_GEN2_I2C_SDA_PT6
,
1194 static const unsigned sdmmc4_cmd_pt7_pins
[] = {
1195 TEGRA_PIN_SDMMC4_CMD_PT7
,
1198 static const unsigned pu0_pins
[] = {
1202 static const unsigned pu1_pins
[] = {
1206 static const unsigned pu2_pins
[] = {
1210 static const unsigned pu3_pins
[] = {
1214 static const unsigned pu4_pins
[] = {
1218 static const unsigned pu5_pins
[] = {
1222 static const unsigned pu6_pins
[] = {
1226 static const unsigned jtag_rtck_pu7_pins
[] = {
1227 TEGRA_PIN_JTAG_RTCK_PU7
,
1230 static const unsigned pv0_pins
[] = {
1234 static const unsigned pv1_pins
[] = {
1238 static const unsigned pv2_pins
[] = {
1242 static const unsigned pv3_pins
[] = {
1246 static const unsigned ddc_scl_pv4_pins
[] = {
1247 TEGRA_PIN_DDC_SCL_PV4
,
1250 static const unsigned ddc_sda_pv5_pins
[] = {
1251 TEGRA_PIN_DDC_SDA_PV5
,
1254 static const unsigned crt_hsync_pv6_pins
[] = {
1255 TEGRA_PIN_CRT_HSYNC_PV6
,
1258 static const unsigned crt_vsync_pv7_pins
[] = {
1259 TEGRA_PIN_CRT_VSYNC_PV7
,
1262 static const unsigned lcd_cs1_n_pw0_pins
[] = {
1263 TEGRA_PIN_LCD_CS1_N_PW0
,
1266 static const unsigned lcd_m1_pw1_pins
[] = {
1267 TEGRA_PIN_LCD_M1_PW1
,
1270 static const unsigned spi2_cs1_n_pw2_pins
[] = {
1271 TEGRA_PIN_SPI2_CS1_N_PW2
,
1274 static const unsigned spi2_cs2_n_pw3_pins
[] = {
1275 TEGRA_PIN_SPI2_CS2_N_PW3
,
1278 static const unsigned clk1_out_pw4_pins
[] = {
1279 TEGRA_PIN_CLK1_OUT_PW4
,
1282 static const unsigned clk2_out_pw5_pins
[] = {
1283 TEGRA_PIN_CLK2_OUT_PW5
,
1286 static const unsigned uart3_txd_pw6_pins
[] = {
1287 TEGRA_PIN_UART3_TXD_PW6
,
1290 static const unsigned uart3_rxd_pw7_pins
[] = {
1291 TEGRA_PIN_UART3_RXD_PW7
,
1294 static const unsigned spi2_mosi_px0_pins
[] = {
1295 TEGRA_PIN_SPI2_MOSI_PX0
,
1298 static const unsigned spi2_miso_px1_pins
[] = {
1299 TEGRA_PIN_SPI2_MISO_PX1
,
1302 static const unsigned spi2_sck_px2_pins
[] = {
1303 TEGRA_PIN_SPI2_SCK_PX2
,
1306 static const unsigned spi2_cs0_n_px3_pins
[] = {
1307 TEGRA_PIN_SPI2_CS0_N_PX3
,
1310 static const unsigned spi1_mosi_px4_pins
[] = {
1311 TEGRA_PIN_SPI1_MOSI_PX4
,
1314 static const unsigned spi1_sck_px5_pins
[] = {
1315 TEGRA_PIN_SPI1_SCK_PX5
,
1318 static const unsigned spi1_cs0_n_px6_pins
[] = {
1319 TEGRA_PIN_SPI1_CS0_N_PX6
,
1322 static const unsigned spi1_miso_px7_pins
[] = {
1323 TEGRA_PIN_SPI1_MISO_PX7
,
1326 static const unsigned ulpi_clk_py0_pins
[] = {
1327 TEGRA_PIN_ULPI_CLK_PY0
,
1330 static const unsigned ulpi_dir_py1_pins
[] = {
1331 TEGRA_PIN_ULPI_DIR_PY1
,
1334 static const unsigned ulpi_nxt_py2_pins
[] = {
1335 TEGRA_PIN_ULPI_NXT_PY2
,
1338 static const unsigned ulpi_stp_py3_pins
[] = {
1339 TEGRA_PIN_ULPI_STP_PY3
,
1342 static const unsigned sdmmc1_dat3_py4_pins
[] = {
1343 TEGRA_PIN_SDMMC1_DAT3_PY4
,
1346 static const unsigned sdmmc1_dat2_py5_pins
[] = {
1347 TEGRA_PIN_SDMMC1_DAT2_PY5
,
1350 static const unsigned sdmmc1_dat1_py6_pins
[] = {
1351 TEGRA_PIN_SDMMC1_DAT1_PY6
,
1354 static const unsigned sdmmc1_dat0_py7_pins
[] = {
1355 TEGRA_PIN_SDMMC1_DAT0_PY7
,
1358 static const unsigned sdmmc1_clk_pz0_pins
[] = {
1359 TEGRA_PIN_SDMMC1_CLK_PZ0
,
1362 static const unsigned sdmmc1_cmd_pz1_pins
[] = {
1363 TEGRA_PIN_SDMMC1_CMD_PZ1
,
1366 static const unsigned lcd_sdin_pz2_pins
[] = {
1367 TEGRA_PIN_LCD_SDIN_PZ2
,
1370 static const unsigned lcd_wr_n_pz3_pins
[] = {
1371 TEGRA_PIN_LCD_WR_N_PZ3
,
1374 static const unsigned lcd_sck_pz4_pins
[] = {
1375 TEGRA_PIN_LCD_SCK_PZ4
,
1378 static const unsigned sys_clk_req_pz5_pins
[] = {
1379 TEGRA_PIN_SYS_CLK_REQ_PZ5
,
1382 static const unsigned pwr_i2c_scl_pz6_pins
[] = {
1383 TEGRA_PIN_PWR_I2C_SCL_PZ6
,
1386 static const unsigned pwr_i2c_sda_pz7_pins
[] = {
1387 TEGRA_PIN_PWR_I2C_SDA_PZ7
,
1390 static const unsigned sdmmc4_dat0_paa0_pins
[] = {
1391 TEGRA_PIN_SDMMC4_DAT0_PAA0
,
1394 static const unsigned sdmmc4_dat1_paa1_pins
[] = {
1395 TEGRA_PIN_SDMMC4_DAT1_PAA1
,
1398 static const unsigned sdmmc4_dat2_paa2_pins
[] = {
1399 TEGRA_PIN_SDMMC4_DAT2_PAA2
,
1402 static const unsigned sdmmc4_dat3_paa3_pins
[] = {
1403 TEGRA_PIN_SDMMC4_DAT3_PAA3
,
1406 static const unsigned sdmmc4_dat4_paa4_pins
[] = {
1407 TEGRA_PIN_SDMMC4_DAT4_PAA4
,
1410 static const unsigned sdmmc4_dat5_paa5_pins
[] = {
1411 TEGRA_PIN_SDMMC4_DAT5_PAA5
,
1414 static const unsigned sdmmc4_dat6_paa6_pins
[] = {
1415 TEGRA_PIN_SDMMC4_DAT6_PAA6
,
1418 static const unsigned sdmmc4_dat7_paa7_pins
[] = {
1419 TEGRA_PIN_SDMMC4_DAT7_PAA7
,
1422 static const unsigned pbb0_pins
[] = {
1426 static const unsigned cam_i2c_scl_pbb1_pins
[] = {
1427 TEGRA_PIN_CAM_I2C_SCL_PBB1
,
1430 static const unsigned cam_i2c_sda_pbb2_pins
[] = {
1431 TEGRA_PIN_CAM_I2C_SDA_PBB2
,
1434 static const unsigned pbb3_pins
[] = {
1438 static const unsigned pbb4_pins
[] = {
1442 static const unsigned pbb5_pins
[] = {
1446 static const unsigned pbb6_pins
[] = {
1450 static const unsigned pbb7_pins
[] = {
1454 static const unsigned cam_mclk_pcc0_pins
[] = {
1455 TEGRA_PIN_CAM_MCLK_PCC0
,
1458 static const unsigned pcc1_pins
[] = {
1462 static const unsigned pcc2_pins
[] = {
1466 static const unsigned sdmmc4_rst_n_pcc3_pins
[] = {
1467 TEGRA_PIN_SDMMC4_RST_N_PCC3
,
1470 static const unsigned sdmmc4_clk_pcc4_pins
[] = {
1471 TEGRA_PIN_SDMMC4_CLK_PCC4
,
1474 static const unsigned clk2_req_pcc5_pins
[] = {
1475 TEGRA_PIN_CLK2_REQ_PCC5
,
1478 static const unsigned pex_l2_rst_n_pcc6_pins
[] = {
1479 TEGRA_PIN_PEX_L2_RST_N_PCC6
,
1482 static const unsigned pex_l2_clkreq_n_pcc7_pins
[] = {
1483 TEGRA_PIN_PEX_L2_CLKREQ_N_PCC7
,
1486 static const unsigned pex_l0_prsnt_n_pdd0_pins
[] = {
1487 TEGRA_PIN_PEX_L0_PRSNT_N_PDD0
,
1490 static const unsigned pex_l0_rst_n_pdd1_pins
[] = {
1491 TEGRA_PIN_PEX_L0_RST_N_PDD1
,
1494 static const unsigned pex_l0_clkreq_n_pdd2_pins
[] = {
1495 TEGRA_PIN_PEX_L0_CLKREQ_N_PDD2
,
1498 static const unsigned pex_wake_n_pdd3_pins
[] = {
1499 TEGRA_PIN_PEX_WAKE_N_PDD3
,
1502 static const unsigned pex_l1_prsnt_n_pdd4_pins
[] = {
1503 TEGRA_PIN_PEX_L1_PRSNT_N_PDD4
,
1506 static const unsigned pex_l1_rst_n_pdd5_pins
[] = {
1507 TEGRA_PIN_PEX_L1_RST_N_PDD5
,
1510 static const unsigned pex_l1_clkreq_n_pdd6_pins
[] = {
1511 TEGRA_PIN_PEX_L1_CLKREQ_N_PDD6
,
1514 static const unsigned pex_l2_prsnt_n_pdd7_pins
[] = {
1515 TEGRA_PIN_PEX_L2_PRSNT_N_PDD7
,
1518 static const unsigned clk3_out_pee0_pins
[] = {
1519 TEGRA_PIN_CLK3_OUT_PEE0
,
1522 static const unsigned clk3_req_pee1_pins
[] = {
1523 TEGRA_PIN_CLK3_REQ_PEE1
,
1526 static const unsigned clk1_req_pee2_pins
[] = {
1527 TEGRA_PIN_CLK1_REQ_PEE2
,
1530 static const unsigned hdmi_cec_pee3_pins
[] = {
1531 TEGRA_PIN_HDMI_CEC_PEE3
,
1534 static const unsigned clk_32k_in_pins
[] = {
1535 TEGRA_PIN_CLK_32K_IN
,
1538 static const unsigned core_pwr_req_pins
[] = {
1539 TEGRA_PIN_CORE_PWR_REQ
,
1542 static const unsigned cpu_pwr_req_pins
[] = {
1543 TEGRA_PIN_CPU_PWR_REQ
,
1546 static const unsigned owr_pins
[] = {
1550 static const unsigned pwr_int_n_pins
[] = {
1551 TEGRA_PIN_PWR_INT_N
,
1554 static const unsigned drive_ao1_pins
[] = {
1555 TEGRA_PIN_KB_ROW0_PR0
,
1556 TEGRA_PIN_KB_ROW1_PR1
,
1557 TEGRA_PIN_KB_ROW2_PR2
,
1558 TEGRA_PIN_KB_ROW3_PR3
,
1559 TEGRA_PIN_KB_ROW4_PR4
,
1560 TEGRA_PIN_KB_ROW5_PR5
,
1561 TEGRA_PIN_KB_ROW6_PR6
,
1562 TEGRA_PIN_KB_ROW7_PR7
,
1563 TEGRA_PIN_PWR_I2C_SCL_PZ6
,
1564 TEGRA_PIN_PWR_I2C_SDA_PZ7
,
1565 TEGRA_PIN_SYS_RESET_N
,
1568 static const unsigned drive_ao2_pins
[] = {
1569 TEGRA_PIN_CLK_32K_OUT_PA0
,
1570 TEGRA_PIN_KB_COL0_PQ0
,
1571 TEGRA_PIN_KB_COL1_PQ1
,
1572 TEGRA_PIN_KB_COL2_PQ2
,
1573 TEGRA_PIN_KB_COL3_PQ3
,
1574 TEGRA_PIN_KB_COL4_PQ4
,
1575 TEGRA_PIN_KB_COL5_PQ5
,
1576 TEGRA_PIN_KB_COL6_PQ6
,
1577 TEGRA_PIN_KB_COL7_PQ7
,
1578 TEGRA_PIN_KB_ROW8_PS0
,
1579 TEGRA_PIN_KB_ROW9_PS1
,
1580 TEGRA_PIN_KB_ROW10_PS2
,
1581 TEGRA_PIN_KB_ROW11_PS3
,
1582 TEGRA_PIN_KB_ROW12_PS4
,
1583 TEGRA_PIN_KB_ROW13_PS5
,
1584 TEGRA_PIN_KB_ROW14_PS6
,
1585 TEGRA_PIN_KB_ROW15_PS7
,
1586 TEGRA_PIN_SYS_CLK_REQ_PZ5
,
1587 TEGRA_PIN_CLK_32K_IN
,
1588 TEGRA_PIN_CORE_PWR_REQ
,
1589 TEGRA_PIN_CPU_PWR_REQ
,
1590 TEGRA_PIN_PWR_INT_N
,
1593 static const unsigned drive_at1_pins
[] = {
1594 TEGRA_PIN_GMI_AD8_PH0
,
1595 TEGRA_PIN_GMI_AD9_PH1
,
1596 TEGRA_PIN_GMI_AD10_PH2
,
1597 TEGRA_PIN_GMI_AD11_PH3
,
1598 TEGRA_PIN_GMI_AD12_PH4
,
1599 TEGRA_PIN_GMI_AD13_PH5
,
1600 TEGRA_PIN_GMI_AD14_PH6
,
1601 TEGRA_PIN_GMI_AD15_PH7
,
1602 TEGRA_PIN_GMI_IORDY_PI5
,
1603 TEGRA_PIN_GMI_CS7_N_PI6
,
1606 static const unsigned drive_at2_pins
[] = {
1607 TEGRA_PIN_GMI_AD0_PG0
,
1608 TEGRA_PIN_GMI_AD1_PG1
,
1609 TEGRA_PIN_GMI_AD2_PG2
,
1610 TEGRA_PIN_GMI_AD3_PG3
,
1611 TEGRA_PIN_GMI_AD4_PG4
,
1612 TEGRA_PIN_GMI_AD5_PG5
,
1613 TEGRA_PIN_GMI_AD6_PG6
,
1614 TEGRA_PIN_GMI_AD7_PG7
,
1615 TEGRA_PIN_GMI_WR_N_PI0
,
1616 TEGRA_PIN_GMI_OE_N_PI1
,
1617 TEGRA_PIN_GMI_DQS_PI2
,
1618 TEGRA_PIN_GMI_CS6_N_PI3
,
1619 TEGRA_PIN_GMI_RST_N_PI4
,
1620 TEGRA_PIN_GMI_WAIT_PI7
,
1621 TEGRA_PIN_GMI_ADV_N_PK0
,
1622 TEGRA_PIN_GMI_CLK_PK1
,
1623 TEGRA_PIN_GMI_CS4_N_PK2
,
1624 TEGRA_PIN_GMI_CS2_N_PK3
,
1625 TEGRA_PIN_GMI_CS3_N_PK4
,
1628 static const unsigned drive_at3_pins
[] = {
1629 TEGRA_PIN_GMI_WP_N_PC7
,
1630 TEGRA_PIN_GMI_CS0_N_PJ0
,
1633 static const unsigned drive_at4_pins
[] = {
1634 TEGRA_PIN_GMI_A17_PB0
,
1635 TEGRA_PIN_GMI_A18_PB1
,
1636 TEGRA_PIN_GMI_CS1_N_PJ2
,
1637 TEGRA_PIN_GMI_A16_PJ7
,
1638 TEGRA_PIN_GMI_A19_PK7
,
1641 static const unsigned drive_at5_pins
[] = {
1642 TEGRA_PIN_GEN2_I2C_SCL_PT5
,
1643 TEGRA_PIN_GEN2_I2C_SDA_PT6
,
1646 static const unsigned drive_cdev1_pins
[] = {
1647 TEGRA_PIN_CLK1_OUT_PW4
,
1648 TEGRA_PIN_CLK1_REQ_PEE2
,
1651 static const unsigned drive_cdev2_pins
[] = {
1652 TEGRA_PIN_CLK2_OUT_PW5
,
1653 TEGRA_PIN_CLK2_REQ_PCC5
,
1656 static const unsigned drive_cec_pins
[] = {
1657 TEGRA_PIN_HDMI_CEC_PEE3
,
1660 static const unsigned drive_crt_pins
[] = {
1661 TEGRA_PIN_CRT_HSYNC_PV6
,
1662 TEGRA_PIN_CRT_VSYNC_PV7
,
1665 static const unsigned drive_csus_pins
[] = {
1666 TEGRA_PIN_VI_MCLK_PT1
,
1669 static const unsigned drive_dap1_pins
[] = {
1670 TEGRA_PIN_SPDIF_OUT_PK5
,
1671 TEGRA_PIN_SPDIF_IN_PK6
,
1672 TEGRA_PIN_DAP1_FS_PN0
,
1673 TEGRA_PIN_DAP1_DIN_PN1
,
1674 TEGRA_PIN_DAP1_DOUT_PN2
,
1675 TEGRA_PIN_DAP1_SCLK_PN3
,
1678 static const unsigned drive_dap2_pins
[] = {
1679 TEGRA_PIN_DAP2_FS_PA2
,
1680 TEGRA_PIN_DAP2_SCLK_PA3
,
1681 TEGRA_PIN_DAP2_DIN_PA4
,
1682 TEGRA_PIN_DAP2_DOUT_PA5
,
1685 static const unsigned drive_dap3_pins
[] = {
1686 TEGRA_PIN_DAP3_FS_PP0
,
1687 TEGRA_PIN_DAP3_DIN_PP1
,
1688 TEGRA_PIN_DAP3_DOUT_PP2
,
1689 TEGRA_PIN_DAP3_SCLK_PP3
,
1692 static const unsigned drive_dap4_pins
[] = {
1693 TEGRA_PIN_DAP4_FS_PP4
,
1694 TEGRA_PIN_DAP4_DIN_PP5
,
1695 TEGRA_PIN_DAP4_DOUT_PP6
,
1696 TEGRA_PIN_DAP4_SCLK_PP7
,
1699 static const unsigned drive_dbg_pins
[] = {
1700 TEGRA_PIN_GEN1_I2C_SCL_PC4
,
1701 TEGRA_PIN_GEN1_I2C_SDA_PC5
,
1709 TEGRA_PIN_JTAG_RTCK_PU7
,
1714 TEGRA_PIN_JTAG_TRST_N
,
1715 TEGRA_PIN_TEST_MODE_EN
,
1718 static const unsigned drive_ddc_pins
[] = {
1719 TEGRA_PIN_DDC_SCL_PV4
,
1720 TEGRA_PIN_DDC_SDA_PV5
,
1723 static const unsigned drive_dev3_pins
[] = {
1724 TEGRA_PIN_CLK3_OUT_PEE0
,
1725 TEGRA_PIN_CLK3_REQ_PEE1
,
1728 static const unsigned drive_gma_pins
[] = {
1729 TEGRA_PIN_SDMMC4_DAT0_PAA0
,
1730 TEGRA_PIN_SDMMC4_DAT1_PAA1
,
1731 TEGRA_PIN_SDMMC4_DAT2_PAA2
,
1732 TEGRA_PIN_SDMMC4_DAT3_PAA3
,
1733 TEGRA_PIN_SDMMC4_RST_N_PCC3
,
1736 static const unsigned drive_gmb_pins
[] = {
1737 TEGRA_PIN_SDMMC4_DAT4_PAA4
,
1738 TEGRA_PIN_SDMMC4_DAT5_PAA5
,
1739 TEGRA_PIN_SDMMC4_DAT6_PAA6
,
1740 TEGRA_PIN_SDMMC4_DAT7_PAA7
,
1743 static const unsigned drive_gmc_pins
[] = {
1744 TEGRA_PIN_SDMMC4_CLK_PCC4
,
1747 static const unsigned drive_gmd_pins
[] = {
1748 TEGRA_PIN_SDMMC4_CMD_PT7
,
1751 static const unsigned drive_gme_pins
[] = {
1753 TEGRA_PIN_CAM_I2C_SCL_PBB1
,
1754 TEGRA_PIN_CAM_I2C_SDA_PBB2
,
1759 static const unsigned drive_gmf_pins
[] = {
1766 static const unsigned drive_gmg_pins
[] = {
1767 TEGRA_PIN_CAM_MCLK_PCC0
,
1770 static const unsigned drive_gmh_pins
[] = {
1774 static const unsigned drive_gpv_pins
[] = {
1775 TEGRA_PIN_PEX_L2_RST_N_PCC6
,
1776 TEGRA_PIN_PEX_L2_CLKREQ_N_PCC7
,
1777 TEGRA_PIN_PEX_L0_PRSNT_N_PDD0
,
1778 TEGRA_PIN_PEX_L0_RST_N_PDD1
,
1779 TEGRA_PIN_PEX_L0_CLKREQ_N_PDD2
,
1780 TEGRA_PIN_PEX_WAKE_N_PDD3
,
1781 TEGRA_PIN_PEX_L1_PRSNT_N_PDD4
,
1782 TEGRA_PIN_PEX_L1_RST_N_PDD5
,
1783 TEGRA_PIN_PEX_L1_CLKREQ_N_PDD6
,
1784 TEGRA_PIN_PEX_L2_PRSNT_N_PDD7
,
1787 static const unsigned drive_lcd1_pins
[] = {
1788 TEGRA_PIN_LCD_PWR1_PC1
,
1789 TEGRA_PIN_LCD_PWR2_PC6
,
1790 TEGRA_PIN_LCD_CS0_N_PN4
,
1791 TEGRA_PIN_LCD_SDOUT_PN5
,
1792 TEGRA_PIN_LCD_DC0_PN6
,
1793 TEGRA_PIN_LCD_SDIN_PZ2
,
1794 TEGRA_PIN_LCD_WR_N_PZ3
,
1795 TEGRA_PIN_LCD_SCK_PZ4
,
1798 static const unsigned drive_lcd2_pins
[] = {
1799 TEGRA_PIN_LCD_PWR0_PB2
,
1800 TEGRA_PIN_LCD_PCLK_PB3
,
1801 TEGRA_PIN_LCD_DC1_PD2
,
1802 TEGRA_PIN_LCD_D0_PE0
,
1803 TEGRA_PIN_LCD_D1_PE1
,
1804 TEGRA_PIN_LCD_D2_PE2
,
1805 TEGRA_PIN_LCD_D3_PE3
,
1806 TEGRA_PIN_LCD_D4_PE4
,
1807 TEGRA_PIN_LCD_D5_PE5
,
1808 TEGRA_PIN_LCD_D6_PE6
,
1809 TEGRA_PIN_LCD_D7_PE7
,
1810 TEGRA_PIN_LCD_D8_PF0
,
1811 TEGRA_PIN_LCD_D9_PF1
,
1812 TEGRA_PIN_LCD_D10_PF2
,
1813 TEGRA_PIN_LCD_D11_PF3
,
1814 TEGRA_PIN_LCD_D12_PF4
,
1815 TEGRA_PIN_LCD_D13_PF5
,
1816 TEGRA_PIN_LCD_D14_PF6
,
1817 TEGRA_PIN_LCD_D15_PF7
,
1818 TEGRA_PIN_LCD_DE_PJ1
,
1819 TEGRA_PIN_LCD_HSYNC_PJ3
,
1820 TEGRA_PIN_LCD_VSYNC_PJ4
,
1821 TEGRA_PIN_LCD_D16_PM0
,
1822 TEGRA_PIN_LCD_D17_PM1
,
1823 TEGRA_PIN_LCD_D18_PM2
,
1824 TEGRA_PIN_LCD_D19_PM3
,
1825 TEGRA_PIN_LCD_D20_PM4
,
1826 TEGRA_PIN_LCD_D21_PM5
,
1827 TEGRA_PIN_LCD_D22_PM6
,
1828 TEGRA_PIN_LCD_D23_PM7
,
1829 TEGRA_PIN_HDMI_INT_PN7
,
1830 TEGRA_PIN_LCD_CS1_N_PW0
,
1831 TEGRA_PIN_LCD_M1_PW1
,
1834 static const unsigned drive_owr_pins
[] = {
1838 static const unsigned drive_sdio1_pins
[] = {
1839 TEGRA_PIN_SDMMC1_DAT3_PY4
,
1840 TEGRA_PIN_SDMMC1_DAT2_PY5
,
1841 TEGRA_PIN_SDMMC1_DAT1_PY6
,
1842 TEGRA_PIN_SDMMC1_DAT0_PY7
,
1843 TEGRA_PIN_SDMMC1_CLK_PZ0
,
1844 TEGRA_PIN_SDMMC1_CMD_PZ1
,
1847 static const unsigned drive_sdio2_pins
[] = {
1848 TEGRA_PIN_SDMMC3_DAT5_PD0
,
1849 TEGRA_PIN_SDMMC3_DAT4_PD1
,
1850 TEGRA_PIN_SDMMC3_DAT6_PD3
,
1851 TEGRA_PIN_SDMMC3_DAT7_PD4
,
1854 static const unsigned drive_sdio3_pins
[] = {
1855 TEGRA_PIN_SDMMC3_CLK_PA6
,
1856 TEGRA_PIN_SDMMC3_CMD_PA7
,
1857 TEGRA_PIN_SDMMC3_DAT3_PB4
,
1858 TEGRA_PIN_SDMMC3_DAT2_PB5
,
1859 TEGRA_PIN_SDMMC3_DAT1_PB6
,
1860 TEGRA_PIN_SDMMC3_DAT0_PB7
,
1863 static const unsigned drive_spi_pins
[] = {
1864 TEGRA_PIN_SPI2_CS1_N_PW2
,
1865 TEGRA_PIN_SPI2_CS2_N_PW3
,
1866 TEGRA_PIN_SPI2_MOSI_PX0
,
1867 TEGRA_PIN_SPI2_MISO_PX1
,
1868 TEGRA_PIN_SPI2_SCK_PX2
,
1869 TEGRA_PIN_SPI2_CS0_N_PX3
,
1870 TEGRA_PIN_SPI1_MOSI_PX4
,
1871 TEGRA_PIN_SPI1_SCK_PX5
,
1872 TEGRA_PIN_SPI1_CS0_N_PX6
,
1873 TEGRA_PIN_SPI1_MISO_PX7
,
1876 static const unsigned drive_uaa_pins
[] = {
1877 TEGRA_PIN_ULPI_DATA0_PO1
,
1878 TEGRA_PIN_ULPI_DATA1_PO2
,
1879 TEGRA_PIN_ULPI_DATA2_PO3
,
1880 TEGRA_PIN_ULPI_DATA3_PO4
,
1883 static const unsigned drive_uab_pins
[] = {
1884 TEGRA_PIN_ULPI_DATA7_PO0
,
1885 TEGRA_PIN_ULPI_DATA4_PO5
,
1886 TEGRA_PIN_ULPI_DATA5_PO6
,
1887 TEGRA_PIN_ULPI_DATA6_PO7
,
1894 static const unsigned drive_uart2_pins
[] = {
1895 TEGRA_PIN_UART2_TXD_PC2
,
1896 TEGRA_PIN_UART2_RXD_PC3
,
1897 TEGRA_PIN_UART2_CTS_N_PJ5
,
1898 TEGRA_PIN_UART2_RTS_N_PJ6
,
1901 static const unsigned drive_uart3_pins
[] = {
1902 TEGRA_PIN_UART3_CTS_N_PA1
,
1903 TEGRA_PIN_UART3_RTS_N_PC0
,
1904 TEGRA_PIN_UART3_TXD_PW6
,
1905 TEGRA_PIN_UART3_RXD_PW7
,
1908 static const unsigned drive_uda_pins
[] = {
1909 TEGRA_PIN_ULPI_CLK_PY0
,
1910 TEGRA_PIN_ULPI_DIR_PY1
,
1911 TEGRA_PIN_ULPI_NXT_PY2
,
1912 TEGRA_PIN_ULPI_STP_PY3
,
1915 static const unsigned drive_vi1_pins
[] = {
1916 TEGRA_PIN_VI_D1_PD5
,
1917 TEGRA_PIN_VI_VSYNC_PD6
,
1918 TEGRA_PIN_VI_HSYNC_PD7
,
1919 TEGRA_PIN_VI_D2_PL0
,
1920 TEGRA_PIN_VI_D3_PL1
,
1921 TEGRA_PIN_VI_D4_PL2
,
1922 TEGRA_PIN_VI_D5_PL3
,
1923 TEGRA_PIN_VI_D6_PL4
,
1924 TEGRA_PIN_VI_D7_PL5
,
1925 TEGRA_PIN_VI_D8_PL6
,
1926 TEGRA_PIN_VI_D9_PL7
,
1927 TEGRA_PIN_VI_PCLK_PT0
,
1928 TEGRA_PIN_VI_D10_PT2
,
1929 TEGRA_PIN_VI_D11_PT3
,
1930 TEGRA_PIN_VI_D0_PT4
,
1936 TEGRA_MUX_CLK_12M_OUT
,
1937 TEGRA_MUX_CLK_32K_IN
,
1938 TEGRA_MUX_CORE_PWR_REQ
,
1939 TEGRA_MUX_CPU_PWR_REQ
,
1947 TEGRA_MUX_EXTPERIPH1
,
1948 TEGRA_MUX_EXTPERIPH2
,
1949 TEGRA_MUX_EXTPERIPH3
,
1977 TEGRA_MUX_PWR_INT_N
,
2016 static const char * const blink_groups
[] = {
2020 static const char * const cec_groups
[] = {
2025 static const char * const clk_12m_out_groups
[] = {
2029 static const char * const clk_32k_in_groups
[] = {
2033 static const char * const core_pwr_req_groups
[] = {
2037 static const char * const cpu_pwr_req_groups
[] = {
2041 static const char * const crt_groups
[] = {
2046 static const char * const dap_groups
[] = {
2051 static const char * const ddr_groups
[] = {
2068 static const char * const dev3_groups
[] = {
2072 static const char * const displaya_groups
[] = {
2123 static const char * const displayb_groups
[] = {
2174 static const char * const dtv_groups
[] = {
2181 static const char * const extperiph1_groups
[] = {
2185 static const char * const extperiph2_groups
[] = {
2189 static const char * const extperiph3_groups
[] = {
2193 static const char * const gmi_groups
[] = {
2276 static const char * const gmi_alt_groups
[] = {
2283 static const char * const hda_groups
[] = {
2293 "pex_l0_clkreq_n_pdd2",
2294 "pex_l0_prsnt_n_pdd0",
2295 "pex_l0_rst_n_pdd1",
2296 "pex_l1_clkreq_n_pdd6",
2297 "pex_l1_prsnt_n_pdd4",
2298 "pex_l1_rst_n_pdd5",
2299 "pex_l2_clkreq_n_pcc7",
2300 "pex_l2_prsnt_n_pdd7",
2301 "pex_l2_rst_n_pcc6",
2306 static const char * const hdcp_groups
[] = {
2316 static const char * const hdmi_groups
[] = {
2320 static const char * const hsi_groups
[] = {
2331 static const char * const i2c1_groups
[] = {
2340 static const char * const i2c2_groups
[] = {
2345 static const char * const i2c3_groups
[] = {
2352 static const char * const i2c4_groups
[] = {
2357 static const char * const i2cpwr_groups
[] = {
2362 static const char * const i2s0_groups
[] = {
2369 static const char * const i2s1_groups
[] = {
2376 static const char * const i2s2_groups
[] = {
2383 static const char * const i2s3_groups
[] = {
2390 static const char * const i2s4_groups
[] = {
2401 static const char * const invalid_groups
[] = {
2406 static const char * const kbc_groups
[] = {
2433 static const char * const mio_groups
[] = {
2448 static const char * const nand_groups
[] = {
2509 static const char * const nand_alt_groups
[] = {
2515 static const char * const owr_groups
[] = {
2522 static const char * const pcie_groups
[] = {
2523 "pex_l0_clkreq_n_pdd2",
2524 "pex_l0_prsnt_n_pdd0",
2525 "pex_l0_rst_n_pdd1",
2526 "pex_l1_clkreq_n_pdd6",
2527 "pex_l1_prsnt_n_pdd4",
2528 "pex_l1_rst_n_pdd5",
2529 "pex_l2_clkreq_n_pcc7",
2530 "pex_l2_prsnt_n_pdd7",
2531 "pex_l2_rst_n_pcc6",
2535 static const char * const pwm0_groups
[] = {
2543 static const char * const pwm1_groups
[] = {
2550 static const char * const pwm2_groups
[] = {
2556 static const char * const pwm3_groups
[] = {
2562 static const char * const pwr_int_n_groups
[] = {
2566 static const char * const rsvd1_groups
[] = {
2603 static const char * const rsvd2_groups
[] = {
2649 "sdmmc4_rst_n_pcc3",
2666 static const char * const rsvd3_groups
[] = {
2737 "pex_l0_clkreq_n_pdd2",
2738 "pex_l0_prsnt_n_pdd0",
2739 "pex_l0_rst_n_pdd1",
2740 "pex_l1_clkreq_n_pdd6",
2741 "pex_l1_prsnt_n_pdd4",
2742 "pex_l1_rst_n_pdd5",
2743 "pex_l2_clkreq_n_pcc7",
2744 "pex_l2_prsnt_n_pdd7",
2745 "pex_l2_rst_n_pcc6",
2752 "sdmmc4_rst_n_pcc3",
2756 static const char * const rsvd4_groups
[] = {
2865 "pex_l0_clkreq_n_pdd2",
2866 "pex_l0_prsnt_n_pdd0",
2867 "pex_l0_rst_n_pdd1",
2868 "pex_l1_clkreq_n_pdd6",
2869 "pex_l1_prsnt_n_pdd4",
2870 "pex_l1_rst_n_pdd5",
2871 "pex_l2_clkreq_n_pcc7",
2872 "pex_l2_prsnt_n_pdd7",
2873 "pex_l2_rst_n_pcc6",
2901 static const char * const rtck_groups
[] = {
2905 static const char * const sata_groups
[] = {
2909 static const char * const sdmmc1_groups
[] = {
2918 static const char * const sdmmc2_groups
[] = {
2947 static const char * const sdmmc3_groups
[] = {
2960 static const char * const sdmmc4_groups
[] = {
2981 "sdmmc4_rst_n_pcc3",
2984 static const char * const spdif_groups
[] = {
2993 static const char * const spi1_groups
[] = {
3004 static const char * const spi2_groups
[] = {
3025 static const char * const spi2_alt_groups
[] = {
3034 static const char * const spi3_groups
[] = {
3057 static const char * const spi4_groups
[] = {
3072 static const char * const spi5_groups
[] = {
3083 static const char * const spi6_groups
[] = {
3090 static const char * const sysclk_groups
[] = {
3094 static const char * const test_groups
[] = {
3099 static const char * const trace_groups
[] = {
3112 static const char * const uarta_groups
[] = {
3142 static const char * const uartb_groups
[] = {
3149 static const char * const uartc_groups
[] = {
3156 static const char * const uartd_groups
[] = {
3167 static const char * const uarte_groups
[] = {
3178 static const char * const ulpi_groups
[] = {
3193 static const char * const vgp1_groups
[] = {
3197 static const char * const vgp2_groups
[] = {
3201 static const char * const vgp3_groups
[] = {
3206 static const char * const vgp4_groups
[] = {
3211 static const char * const vgp5_groups
[] = {
3216 static const char * const vgp6_groups
[] = {
3218 "sdmmc4_rst_n_pcc3",
3221 static const char * const vi_groups
[] = {
3241 static const char * const vi_alt1_groups
[] = {
3246 static const char * const vi_alt2_groups
[] = {
3250 static const char * const vi_alt3_groups
[] = {
3255 #define FUNCTION(fname) \
3258 .groups = fname##_groups, \
3259 .ngroups = ARRAY_SIZE(fname##_groups), \
3262 static const struct tegra_function tegra30_functions
[] = {
3265 FUNCTION(clk_12m_out
),
3266 FUNCTION(clk_32k_in
),
3267 FUNCTION(core_pwr_req
),
3268 FUNCTION(cpu_pwr_req
),
3276 FUNCTION(extperiph1
),
3277 FUNCTION(extperiph2
),
3278 FUNCTION(extperiph3
),
3306 FUNCTION(pwr_int_n
),
3346 #define DRV_PINGROUP_REG_A 0x868 /* bank 0 */
3347 #define PINGROUP_REG_A 0x3000 /* bank 1 */
3349 #define PINGROUP_REG_Y(r) ((r) - PINGROUP_REG_A)
3350 #define PINGROUP_REG_N(r) -1
3352 #define PINGROUP(pg_name, f0, f1, f2, f3, f_safe, r, od, ior) \
3355 .pins = pg_name##_pins, \
3356 .npins = ARRAY_SIZE(pg_name##_pins), \
3363 .func_safe = TEGRA_MUX_ ## f_safe, \
3364 .mux_reg = PINGROUP_REG_Y(r), \
3367 .pupd_reg = PINGROUP_REG_Y(r), \
3370 .tri_reg = PINGROUP_REG_Y(r), \
3373 .einput_reg = PINGROUP_REG_Y(r), \
3376 .odrain_reg = PINGROUP_REG_##od(r), \
3379 .lock_reg = PINGROUP_REG_Y(r), \
3382 .ioreset_reg = PINGROUP_REG_##ior(r), \
3383 .ioreset_bank = 1, \
3388 #define DRV_PINGROUP(pg_name, r, hsm_b, schmitt_b, lpmd_b, \
3389 drvdn_b, drvdn_w, drvup_b, drvup_w, \
3390 slwr_b, slwr_w, slwf_b, slwf_w) \
3392 .name = "drive_" #pg_name, \
3393 .pins = drive_##pg_name##_pins, \
3394 .npins = ARRAY_SIZE(drive_##pg_name##_pins), \
3401 .ioreset_reg = -1, \
3402 .drv_reg = ((r) - DRV_PINGROUP_REG_A), \
3405 .schmitt_bit = schmitt_b, \
3406 .lpmd_bit = lpmd_b, \
3407 .drvdn_bit = drvdn_b, \
3408 .drvdn_width = drvdn_w, \
3409 .drvup_bit = drvup_b, \
3410 .drvup_width = drvup_w, \
3411 .slwr_bit = slwr_b, \
3412 .slwr_width = slwr_w, \
3413 .slwf_bit = slwf_b, \
3414 .slwf_width = slwf_w, \
3417 static const struct tegra_pingroup tegra30_groups
[] = {
3418 /* pg_name, f0, f1, f2, f3, safe, r, od, ior */
3419 /* FIXME: Fill in correct data in safe column */
3420 PINGROUP(clk_32k_out_pa0
, BLINK
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x331c, N
, N
),
3421 PINGROUP(uart3_cts_n_pa1
, UARTC
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x317c, N
, N
),
3422 PINGROUP(dap2_fs_pa2
, I2S1
, HDA
, RSVD3
, GMI
, RSVD3
, 0x3358, N
, N
),
3423 PINGROUP(dap2_sclk_pa3
, I2S1
, HDA
, RSVD3
, GMI
, RSVD3
, 0x3364, N
, N
),
3424 PINGROUP(dap2_din_pa4
, I2S1
, HDA
, RSVD3
, GMI
, RSVD3
, 0x335c, N
, N
),
3425 PINGROUP(dap2_dout_pa5
, I2S1
, HDA
, RSVD3
, GMI
, RSVD3
, 0x3360, N
, N
),
3426 PINGROUP(sdmmc3_clk_pa6
, UARTA
, PWM2
, SDMMC3
, SPI3
, SPI3
, 0x3390, N
, N
),
3427 PINGROUP(sdmmc3_cmd_pa7
, UARTA
, PWM3
, SDMMC3
, SPI2
, SPI2
, 0x3394, N
, N
),
3428 PINGROUP(gmi_a17_pb0
, UARTD
, SPI4
, GMI
, DTV
, DTV
, 0x3234, N
, N
),
3429 PINGROUP(gmi_a18_pb1
, UARTD
, SPI4
, GMI
, DTV
, DTV
, 0x3238, N
, N
),
3430 PINGROUP(lcd_pwr0_pb2
, DISPLAYA
, DISPLAYB
, SPI5
, HDCP
, HDCP
, 0x3090, N
, N
),
3431 PINGROUP(lcd_pclk_pb3
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3094, N
, N
),
3432 PINGROUP(sdmmc3_dat3_pb4
, RSVD1
, PWM0
, SDMMC3
, SPI3
, RSVD1
, 0x33a4, N
, N
),
3433 PINGROUP(sdmmc3_dat2_pb5
, RSVD1
, PWM1
, SDMMC3
, SPI3
, RSVD1
, 0x33a0, N
, N
),
3434 PINGROUP(sdmmc3_dat1_pb6
, RSVD1
, RSVD2
, SDMMC3
, SPI3
, RSVD2
, 0x339c, N
, N
),
3435 PINGROUP(sdmmc3_dat0_pb7
, RSVD1
, RSVD2
, SDMMC3
, SPI3
, RSVD2
, 0x3398, N
, N
),
3436 PINGROUP(uart3_rts_n_pc0
, UARTC
, PWM0
, GMI
, RSVD4
, RSVD4
, 0x3180, N
, N
),
3437 PINGROUP(lcd_pwr1_pc1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3070, N
, N
),
3438 PINGROUP(uart2_txd_pc2
, UARTB
, SPDIF
, UARTA
, SPI4
, SPI4
, 0x3168, N
, N
),
3439 PINGROUP(uart2_rxd_pc3
, UARTB
, SPDIF
, UARTA
, SPI4
, SPI4
, 0x3164, N
, N
),
3440 PINGROUP(gen1_i2c_scl_pc4
, I2C1
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x31a4, Y
, N
),
3441 PINGROUP(gen1_i2c_sda_pc5
, I2C1
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x31a0, Y
, N
),
3442 PINGROUP(lcd_pwr2_pc6
, DISPLAYA
, DISPLAYB
, SPI5
, HDCP
, HDCP
, 0x3074, N
, N
),
3443 PINGROUP(gmi_wp_n_pc7
, RSVD1
, NAND
, GMI
, GMI_ALT
, RSVD1
, 0x31c0, N
, N
),
3444 PINGROUP(sdmmc3_dat5_pd0
, PWM0
, SPI4
, SDMMC3
, SPI2
, SPI2
, 0x33ac, N
, N
),
3445 PINGROUP(sdmmc3_dat4_pd1
, PWM1
, SPI4
, SDMMC3
, SPI2
, SPI2
, 0x33a8, N
, N
),
3446 PINGROUP(lcd_dc1_pd2
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x310c, N
, N
),
3447 PINGROUP(sdmmc3_dat6_pd3
, SPDIF
, SPI4
, SDMMC3
, SPI2
, SPI2
, 0x33b0, N
, N
),
3448 PINGROUP(sdmmc3_dat7_pd4
, SPDIF
, SPI4
, SDMMC3
, SPI2
, SPI2
, 0x33b4, N
, N
),
3449 PINGROUP(vi_d1_pd5
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3128, N
, Y
),
3450 PINGROUP(vi_vsync_pd6
, DDR
, RSVD2
, VI
, RSVD4
, RSVD4
, 0x315c, N
, Y
),
3451 PINGROUP(vi_hsync_pd7
, DDR
, RSVD2
, VI
, RSVD4
, RSVD4
, 0x3160, N
, Y
),
3452 PINGROUP(lcd_d0_pe0
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30a4, N
, N
),
3453 PINGROUP(lcd_d1_pe1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30a8, N
, N
),
3454 PINGROUP(lcd_d2_pe2
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30ac, N
, N
),
3455 PINGROUP(lcd_d3_pe3
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30b0, N
, N
),
3456 PINGROUP(lcd_d4_pe4
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30b4, N
, N
),
3457 PINGROUP(lcd_d5_pe5
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30b8, N
, N
),
3458 PINGROUP(lcd_d6_pe6
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30bc, N
, N
),
3459 PINGROUP(lcd_d7_pe7
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30c0, N
, N
),
3460 PINGROUP(lcd_d8_pf0
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30c4, N
, N
),
3461 PINGROUP(lcd_d9_pf1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30c8, N
, N
),
3462 PINGROUP(lcd_d10_pf2
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30cc, N
, N
),
3463 PINGROUP(lcd_d11_pf3
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30d0, N
, N
),
3464 PINGROUP(lcd_d12_pf4
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30d4, N
, N
),
3465 PINGROUP(lcd_d13_pf5
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30d8, N
, N
),
3466 PINGROUP(lcd_d14_pf6
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30dc, N
, N
),
3467 PINGROUP(lcd_d15_pf7
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30e0, N
, N
),
3468 PINGROUP(gmi_ad0_pg0
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31f0, N
, N
),
3469 PINGROUP(gmi_ad1_pg1
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31f4, N
, N
),
3470 PINGROUP(gmi_ad2_pg2
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31f8, N
, N
),
3471 PINGROUP(gmi_ad3_pg3
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31fc, N
, N
),
3472 PINGROUP(gmi_ad4_pg4
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3200, N
, N
),
3473 PINGROUP(gmi_ad5_pg5
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3204, N
, N
),
3474 PINGROUP(gmi_ad6_pg6
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3208, N
, N
),
3475 PINGROUP(gmi_ad7_pg7
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x320c, N
, N
),
3476 PINGROUP(gmi_ad8_ph0
, PWM0
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3210, N
, N
),
3477 PINGROUP(gmi_ad9_ph1
, PWM1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3214, N
, N
),
3478 PINGROUP(gmi_ad10_ph2
, PWM2
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3218, N
, N
),
3479 PINGROUP(gmi_ad11_ph3
, PWM3
, NAND
, GMI
, RSVD4
, RSVD4
, 0x321c, N
, N
),
3480 PINGROUP(gmi_ad12_ph4
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3220, N
, N
),
3481 PINGROUP(gmi_ad13_ph5
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3224, N
, N
),
3482 PINGROUP(gmi_ad14_ph6
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3228, N
, N
),
3483 PINGROUP(gmi_ad15_ph7
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x322c, N
, N
),
3484 PINGROUP(gmi_wr_n_pi0
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3240, N
, N
),
3485 PINGROUP(gmi_oe_n_pi1
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3244, N
, N
),
3486 PINGROUP(gmi_dqs_pi2
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x3248, N
, N
),
3487 PINGROUP(gmi_cs6_n_pi3
, NAND
, NAND_ALT
, GMI
, SATA
, SATA
, 0x31e8, N
, N
),
3488 PINGROUP(gmi_rst_n_pi4
, NAND
, NAND_ALT
, GMI
, RSVD4
, RSVD4
, 0x324c, N
, N
),
3489 PINGROUP(gmi_iordy_pi5
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31c4, N
, N
),
3490 PINGROUP(gmi_cs7_n_pi6
, NAND
, NAND_ALT
, GMI
, GMI_ALT
, GMI_ALT
, 0x31ec, N
, N
),
3491 PINGROUP(gmi_wait_pi7
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31c8, N
, N
),
3492 PINGROUP(gmi_cs0_n_pj0
, RSVD1
, NAND
, GMI
, DTV
, RSVD1
, 0x31d4, N
, N
),
3493 PINGROUP(lcd_de_pj1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3098, N
, N
),
3494 PINGROUP(gmi_cs1_n_pj2
, RSVD1
, NAND
, GMI
, DTV
, RSVD1
, 0x31d8, N
, N
),
3495 PINGROUP(lcd_hsync_pj3
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x309c, N
, N
),
3496 PINGROUP(lcd_vsync_pj4
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30a0, N
, N
),
3497 PINGROUP(uart2_cts_n_pj5
, UARTA
, UARTB
, GMI
, SPI4
, SPI4
, 0x3170, N
, N
),
3498 PINGROUP(uart2_rts_n_pj6
, UARTA
, UARTB
, GMI
, SPI4
, SPI4
, 0x316c, N
, N
),
3499 PINGROUP(gmi_a16_pj7
, UARTD
, SPI4
, GMI
, GMI_ALT
, GMI_ALT
, 0x3230, N
, N
),
3500 PINGROUP(gmi_adv_n_pk0
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31cc, N
, N
),
3501 PINGROUP(gmi_clk_pk1
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31d0, N
, N
),
3502 PINGROUP(gmi_cs4_n_pk2
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31e4, N
, N
),
3503 PINGROUP(gmi_cs2_n_pk3
, RSVD1
, NAND
, GMI
, RSVD4
, RSVD4
, 0x31dc, N
, N
),
3504 PINGROUP(gmi_cs3_n_pk4
, RSVD1
, NAND
, GMI
, GMI_ALT
, RSVD1
, 0x31e0, N
, N
),
3505 PINGROUP(spdif_out_pk5
, SPDIF
, RSVD2
, I2C1
, SDMMC2
, RSVD2
, 0x3354, N
, N
),
3506 PINGROUP(spdif_in_pk6
, SPDIF
, HDA
, I2C1
, SDMMC2
, SDMMC2
, 0x3350, N
, N
),
3507 PINGROUP(gmi_a19_pk7
, UARTD
, SPI4
, GMI
, RSVD4
, RSVD4
, 0x323c, N
, N
),
3508 PINGROUP(vi_d2_pl0
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x312c, N
, Y
),
3509 PINGROUP(vi_d3_pl1
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3130, N
, Y
),
3510 PINGROUP(vi_d4_pl2
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3134, N
, Y
),
3511 PINGROUP(vi_d5_pl3
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3138, N
, Y
),
3512 PINGROUP(vi_d6_pl4
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x313c, N
, Y
),
3513 PINGROUP(vi_d7_pl5
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3140, N
, Y
),
3514 PINGROUP(vi_d8_pl6
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3144, N
, Y
),
3515 PINGROUP(vi_d9_pl7
, DDR
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3148, N
, Y
),
3516 PINGROUP(lcd_d16_pm0
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30e4, N
, N
),
3517 PINGROUP(lcd_d17_pm1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30e8, N
, N
),
3518 PINGROUP(lcd_d18_pm2
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30ec, N
, N
),
3519 PINGROUP(lcd_d19_pm3
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30f0, N
, N
),
3520 PINGROUP(lcd_d20_pm4
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30f4, N
, N
),
3521 PINGROUP(lcd_d21_pm5
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30f8, N
, N
),
3522 PINGROUP(lcd_d22_pm6
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x30fc, N
, N
),
3523 PINGROUP(lcd_d23_pm7
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3100, N
, N
),
3524 PINGROUP(dap1_fs_pn0
, I2S0
, HDA
, GMI
, SDMMC2
, SDMMC2
, 0x3338, N
, N
),
3525 PINGROUP(dap1_din_pn1
, I2S0
, HDA
, GMI
, SDMMC2
, SDMMC2
, 0x333c, N
, N
),
3526 PINGROUP(dap1_dout_pn2
, I2S0
, HDA
, GMI
, SDMMC2
, SDMMC2
, 0x3340, N
, N
),
3527 PINGROUP(dap1_sclk_pn3
, I2S0
, HDA
, GMI
, SDMMC2
, SDMMC2
, 0x3344, N
, N
),
3528 PINGROUP(lcd_cs0_n_pn4
, DISPLAYA
, DISPLAYB
, SPI5
, RSVD4
, RSVD4
, 0x3084, N
, N
),
3529 PINGROUP(lcd_sdout_pn5
, DISPLAYA
, DISPLAYB
, SPI5
, HDCP
, HDCP
, 0x307c, N
, N
),
3530 PINGROUP(lcd_dc0_pn6
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3088, N
, N
),
3531 PINGROUP(hdmi_int_pn7
, HDMI
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3110, N
, N
),
3532 PINGROUP(ulpi_data7_po0
, SPI2
, HSI
, UARTA
, ULPI
, ULPI
, 0x301c, N
, N
),
3533 PINGROUP(ulpi_data0_po1
, SPI3
, HSI
, UARTA
, ULPI
, ULPI
, 0x3000, N
, N
),
3534 PINGROUP(ulpi_data1_po2
, SPI3
, HSI
, UARTA
, ULPI
, ULPI
, 0x3004, N
, N
),
3535 PINGROUP(ulpi_data2_po3
, SPI3
, HSI
, UARTA
, ULPI
, ULPI
, 0x3008, N
, N
),
3536 PINGROUP(ulpi_data3_po4
, SPI3
, HSI
, UARTA
, ULPI
, ULPI
, 0x300c, N
, N
),
3537 PINGROUP(ulpi_data4_po5
, SPI2
, HSI
, UARTA
, ULPI
, ULPI
, 0x3010, N
, N
),
3538 PINGROUP(ulpi_data5_po6
, SPI2
, HSI
, UARTA
, ULPI
, ULPI
, 0x3014, N
, N
),
3539 PINGROUP(ulpi_data6_po7
, SPI2
, HSI
, UARTA
, ULPI
, ULPI
, 0x3018, N
, N
),
3540 PINGROUP(dap3_fs_pp0
, I2S2
, RSVD2
, DISPLAYA
, DISPLAYB
, RSVD2
, 0x3030, N
, N
),
3541 PINGROUP(dap3_din_pp1
, I2S2
, RSVD2
, DISPLAYA
, DISPLAYB
, RSVD2
, 0x3034, N
, N
),
3542 PINGROUP(dap3_dout_pp2
, I2S2
, RSVD2
, DISPLAYA
, DISPLAYB
, RSVD2
, 0x3038, N
, N
),
3543 PINGROUP(dap3_sclk_pp3
, I2S2
, RSVD2
, DISPLAYA
, DISPLAYB
, RSVD2
, 0x303c, N
, N
),
3544 PINGROUP(dap4_fs_pp4
, I2S3
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x31a8, N
, N
),
3545 PINGROUP(dap4_din_pp5
, I2S3
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x31ac, N
, N
),
3546 PINGROUP(dap4_dout_pp6
, I2S3
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x31b0, N
, N
),
3547 PINGROUP(dap4_sclk_pp7
, I2S3
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x31b4, N
, N
),
3548 PINGROUP(kb_col0_pq0
, KBC
, NAND
, TRACE
, TEST
, TEST
, 0x32fc, N
, N
),
3549 PINGROUP(kb_col1_pq1
, KBC
, NAND
, TRACE
, TEST
, TEST
, 0x3300, N
, N
),
3550 PINGROUP(kb_col2_pq2
, KBC
, NAND
, TRACE
, RSVD4
, RSVD4
, 0x3304, N
, N
),
3551 PINGROUP(kb_col3_pq3
, KBC
, NAND
, TRACE
, RSVD4
, RSVD4
, 0x3308, N
, N
),
3552 PINGROUP(kb_col4_pq4
, KBC
, NAND
, TRACE
, RSVD4
, RSVD4
, 0x330c, N
, N
),
3553 PINGROUP(kb_col5_pq5
, KBC
, NAND
, TRACE
, RSVD4
, RSVD4
, 0x3310, N
, N
),
3554 PINGROUP(kb_col6_pq6
, KBC
, NAND
, TRACE
, MIO
, MIO
, 0x3314, N
, N
),
3555 PINGROUP(kb_col7_pq7
, KBC
, NAND
, TRACE
, MIO
, MIO
, 0x3318, N
, N
),
3556 PINGROUP(kb_row0_pr0
, KBC
, NAND
, RSVD3
, RSVD4
, RSVD4
, 0x32bc, N
, N
),
3557 PINGROUP(kb_row1_pr1
, KBC
, NAND
, RSVD3
, RSVD4
, RSVD4
, 0x32c0, N
, N
),
3558 PINGROUP(kb_row2_pr2
, KBC
, NAND
, RSVD3
, RSVD4
, RSVD4
, 0x32c4, N
, N
),
3559 PINGROUP(kb_row3_pr3
, KBC
, NAND
, RSVD3
, INVALID
, RSVD3
, 0x32c8, N
, N
),
3560 PINGROUP(kb_row4_pr4
, KBC
, NAND
, TRACE
, RSVD4
, RSVD4
, 0x32cc, N
, N
),
3561 PINGROUP(kb_row5_pr5
, KBC
, NAND
, TRACE
, OWR
, OWR
, 0x32d0, N
, N
),
3562 PINGROUP(kb_row6_pr6
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32d4, N
, N
),
3563 PINGROUP(kb_row7_pr7
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32d8, N
, N
),
3564 PINGROUP(kb_row8_ps0
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32dc, N
, N
),
3565 PINGROUP(kb_row9_ps1
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32e0, N
, N
),
3566 PINGROUP(kb_row10_ps2
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32e4, N
, N
),
3567 PINGROUP(kb_row11_ps3
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32e8, N
, N
),
3568 PINGROUP(kb_row12_ps4
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32ec, N
, N
),
3569 PINGROUP(kb_row13_ps5
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32f0, N
, N
),
3570 PINGROUP(kb_row14_ps6
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32f4, N
, N
),
3571 PINGROUP(kb_row15_ps7
, KBC
, NAND
, SDMMC2
, MIO
, MIO
, 0x32f8, N
, N
),
3572 PINGROUP(vi_pclk_pt0
, RSVD1
, SDMMC2
, VI
, RSVD4
, RSVD4
, 0x3154, N
, Y
),
3573 PINGROUP(vi_mclk_pt1
, VI
, VI_ALT1
, VI_ALT2
, VI_ALT3
, VI_ALT3
, 0x3158, N
, Y
),
3574 PINGROUP(vi_d10_pt2
, DDR
, RSVD2
, VI
, RSVD4
, RSVD4
, 0x314c, N
, Y
),
3575 PINGROUP(vi_d11_pt3
, DDR
, RSVD2
, VI
, RSVD4
, RSVD4
, 0x3150, N
, Y
),
3576 PINGROUP(vi_d0_pt4
, DDR
, RSVD2
, VI
, RSVD4
, RSVD4
, 0x3124, N
, Y
),
3577 PINGROUP(gen2_i2c_scl_pt5
, I2C2
, HDCP
, GMI
, RSVD4
, RSVD4
, 0x3250, Y
, N
),
3578 PINGROUP(gen2_i2c_sda_pt6
, I2C2
, HDCP
, GMI
, RSVD4
, RSVD4
, 0x3254, Y
, N
),
3579 PINGROUP(sdmmc4_cmd_pt7
, I2C3
, NAND
, GMI
, SDMMC4
, SDMMC4
, 0x325c, N
, Y
),
3580 PINGROUP(pu0
, OWR
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x3184, N
, N
),
3581 PINGROUP(pu1
, RSVD1
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x3188, N
, N
),
3582 PINGROUP(pu2
, RSVD1
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x318c, N
, N
),
3583 PINGROUP(pu3
, PWM0
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x3190, N
, N
),
3584 PINGROUP(pu4
, PWM1
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x3194, N
, N
),
3585 PINGROUP(pu5
, PWM2
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x3198, N
, N
),
3586 PINGROUP(pu6
, PWM3
, UARTA
, GMI
, RSVD4
, RSVD4
, 0x319c, N
, N
),
3587 PINGROUP(jtag_rtck_pu7
, RTCK
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x32b0, N
, N
),
3588 PINGROUP(pv0
, RSVD1
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3040, N
, N
),
3589 PINGROUP(pv1
, RSVD1
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3044, N
, N
),
3590 PINGROUP(pv2
, OWR
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3060, N
, N
),
3591 PINGROUP(pv3
, CLK_12M_OUT
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3064, N
, N
),
3592 PINGROUP(ddc_scl_pv4
, I2C4
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3114, N
, N
),
3593 PINGROUP(ddc_sda_pv5
, I2C4
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3118, N
, N
),
3594 PINGROUP(crt_hsync_pv6
, CRT
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x311c, N
, N
),
3595 PINGROUP(crt_vsync_pv7
, CRT
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3120, N
, N
),
3596 PINGROUP(lcd_cs1_n_pw0
, DISPLAYA
, DISPLAYB
, SPI5
, RSVD4
, RSVD4
, 0x3104, N
, N
),
3597 PINGROUP(lcd_m1_pw1
, DISPLAYA
, DISPLAYB
, RSVD3
, RSVD4
, RSVD4
, 0x3108, N
, N
),
3598 PINGROUP(spi2_cs1_n_pw2
, SPI3
, SPI2
, SPI2_ALT
, I2C1
, I2C1
, 0x3388, N
, N
),
3599 PINGROUP(spi2_cs2_n_pw3
, SPI3
, SPI2
, SPI2_ALT
, I2C1
, I2C1
, 0x338c, N
, N
),
3600 PINGROUP(clk1_out_pw4
, EXTPERIPH1
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x334c, N
, N
),
3601 PINGROUP(clk2_out_pw5
, EXTPERIPH2
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3068, N
, N
),
3602 PINGROUP(uart3_txd_pw6
, UARTC
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x3174, N
, N
),
3603 PINGROUP(uart3_rxd_pw7
, UARTC
, RSVD2
, GMI
, RSVD4
, RSVD4
, 0x3178, N
, N
),
3604 PINGROUP(spi2_mosi_px0
, SPI6
, SPI2
, SPI3
, GMI
, GMI
, 0x3368, N
, N
),
3605 PINGROUP(spi2_miso_px1
, SPI6
, SPI2
, SPI3
, GMI
, GMI
, 0x336c, N
, N
),
3606 PINGROUP(spi2_sck_px2
, SPI6
, SPI2
, SPI3
, GMI
, GMI
, 0x3374, N
, N
),
3607 PINGROUP(spi2_cs0_n_px3
, SPI6
, SPI2
, SPI3
, GMI
, GMI
, 0x3370, N
, N
),
3608 PINGROUP(spi1_mosi_px4
, SPI2
, SPI1
, SPI2_ALT
, GMI
, GMI
, 0x3378, N
, N
),
3609 PINGROUP(spi1_sck_px5
, SPI2
, SPI1
, SPI2_ALT
, GMI
, GMI
, 0x337c, N
, N
),
3610 PINGROUP(spi1_cs0_n_px6
, SPI2
, SPI1
, SPI2_ALT
, GMI
, GMI
, 0x3380, N
, N
),
3611 PINGROUP(spi1_miso_px7
, SPI3
, SPI1
, SPI2_ALT
, RSVD4
, RSVD4
, 0x3384, N
, N
),
3612 PINGROUP(ulpi_clk_py0
, SPI1
, RSVD2
, UARTD
, ULPI
, RSVD2
, 0x3020, N
, N
),
3613 PINGROUP(ulpi_dir_py1
, SPI1
, RSVD2
, UARTD
, ULPI
, RSVD2
, 0x3024, N
, N
),
3614 PINGROUP(ulpi_nxt_py2
, SPI1
, RSVD2
, UARTD
, ULPI
, RSVD2
, 0x3028, N
, N
),
3615 PINGROUP(ulpi_stp_py3
, SPI1
, RSVD2
, UARTD
, ULPI
, RSVD2
, 0x302c, N
, N
),
3616 PINGROUP(sdmmc1_dat3_py4
, SDMMC1
, RSVD2
, UARTE
, UARTA
, RSVD2
, 0x3050, N
, N
),
3617 PINGROUP(sdmmc1_dat2_py5
, SDMMC1
, RSVD2
, UARTE
, UARTA
, RSVD2
, 0x3054, N
, N
),
3618 PINGROUP(sdmmc1_dat1_py6
, SDMMC1
, RSVD2
, UARTE
, UARTA
, RSVD2
, 0x3058, N
, N
),
3619 PINGROUP(sdmmc1_dat0_py7
, SDMMC1
, RSVD2
, UARTE
, UARTA
, RSVD2
, 0x305c, N
, N
),
3620 PINGROUP(sdmmc1_clk_pz0
, SDMMC1
, RSVD2
, RSVD3
, UARTA
, RSVD3
, 0x3048, N
, N
),
3621 PINGROUP(sdmmc1_cmd_pz1
, SDMMC1
, RSVD2
, RSVD3
, UARTA
, RSVD3
, 0x304c, N
, N
),
3622 PINGROUP(lcd_sdin_pz2
, DISPLAYA
, DISPLAYB
, SPI5
, RSVD4
, RSVD4
, 0x3078, N
, N
),
3623 PINGROUP(lcd_wr_n_pz3
, DISPLAYA
, DISPLAYB
, SPI5
, HDCP
, HDCP
, 0x3080, N
, N
),
3624 PINGROUP(lcd_sck_pz4
, DISPLAYA
, DISPLAYB
, SPI5
, HDCP
, HDCP
, 0x308c, N
, N
),
3625 PINGROUP(sys_clk_req_pz5
, SYSCLK
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3320, N
, N
),
3626 PINGROUP(pwr_i2c_scl_pz6
, I2CPWR
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x32b4, Y
, N
),
3627 PINGROUP(pwr_i2c_sda_pz7
, I2CPWR
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x32b8, Y
, N
),
3628 PINGROUP(sdmmc4_dat0_paa0
, UARTE
, SPI3
, GMI
, SDMMC4
, SDMMC4
, 0x3260, N
, Y
),
3629 PINGROUP(sdmmc4_dat1_paa1
, UARTE
, SPI3
, GMI
, SDMMC4
, SDMMC4
, 0x3264, N
, Y
),
3630 PINGROUP(sdmmc4_dat2_paa2
, UARTE
, SPI3
, GMI
, SDMMC4
, SDMMC4
, 0x3268, N
, Y
),
3631 PINGROUP(sdmmc4_dat3_paa3
, UARTE
, SPI3
, GMI
, SDMMC4
, SDMMC4
, 0x326c, N
, Y
),
3632 PINGROUP(sdmmc4_dat4_paa4
, I2C3
, I2S4
, GMI
, SDMMC4
, SDMMC4
, 0x3270, N
, Y
),
3633 PINGROUP(sdmmc4_dat5_paa5
, VGP3
, I2S4
, GMI
, SDMMC4
, SDMMC4
, 0x3274, N
, Y
),
3634 PINGROUP(sdmmc4_dat6_paa6
, VGP4
, I2S4
, GMI
, SDMMC4
, SDMMC4
, 0x3278, N
, Y
),
3635 PINGROUP(sdmmc4_dat7_paa7
, VGP5
, I2S4
, GMI
, SDMMC4
, SDMMC4
, 0x327c, N
, Y
),
3636 PINGROUP(pbb0
, I2S4
, RSVD2
, RSVD3
, SDMMC4
, RSVD3
, 0x328c, N
, N
),
3637 PINGROUP(cam_i2c_scl_pbb1
, VGP1
, I2C3
, RSVD3
, SDMMC4
, RSVD3
, 0x3290, Y
, N
),
3638 PINGROUP(cam_i2c_sda_pbb2
, VGP2
, I2C3
, RSVD3
, SDMMC4
, RSVD3
, 0x3294, Y
, N
),
3639 PINGROUP(pbb3
, VGP3
, DISPLAYA
, DISPLAYB
, SDMMC4
, SDMMC4
, 0x3298, N
, N
),
3640 PINGROUP(pbb4
, VGP4
, DISPLAYA
, DISPLAYB
, SDMMC4
, SDMMC4
, 0x329c, N
, N
),
3641 PINGROUP(pbb5
, VGP5
, DISPLAYA
, DISPLAYB
, SDMMC4
, SDMMC4
, 0x32a0, N
, N
),
3642 PINGROUP(pbb6
, VGP6
, DISPLAYA
, DISPLAYB
, SDMMC4
, SDMMC4
, 0x32a4, N
, N
),
3643 PINGROUP(pbb7
, I2S4
, RSVD2
, RSVD3
, SDMMC4
, RSVD3
, 0x32a8, N
, N
),
3644 PINGROUP(cam_mclk_pcc0
, VI
, VI_ALT1
, VI_ALT3
, SDMMC4
, SDMMC4
, 0x3284, N
, N
),
3645 PINGROUP(pcc1
, I2S4
, RSVD2
, RSVD3
, SDMMC4
, RSVD3
, 0x3288, N
, N
),
3646 PINGROUP(pcc2
, I2S4
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x32ac, N
, N
),
3647 PINGROUP(sdmmc4_rst_n_pcc3
, VGP6
, RSVD2
, RSVD3
, SDMMC4
, RSVD3
, 0x3280, N
, Y
),
3648 PINGROUP(sdmmc4_clk_pcc4
, INVALID
, NAND
, GMI
, SDMMC4
, SDMMC4
, 0x3258, N
, Y
),
3649 PINGROUP(clk2_req_pcc5
, DAP
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x306c, N
, N
),
3650 PINGROUP(pex_l2_rst_n_pcc6
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33d8, N
, N
),
3651 PINGROUP(pex_l2_clkreq_n_pcc7
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33dc, N
, N
),
3652 PINGROUP(pex_l0_prsnt_n_pdd0
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33b8, N
, N
),
3653 PINGROUP(pex_l0_rst_n_pdd1
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33bc, N
, N
),
3654 PINGROUP(pex_l0_clkreq_n_pdd2
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33c0, N
, N
),
3655 PINGROUP(pex_wake_n_pdd3
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33c4, N
, N
),
3656 PINGROUP(pex_l1_prsnt_n_pdd4
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33c8, N
, N
),
3657 PINGROUP(pex_l1_rst_n_pdd5
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33cc, N
, N
),
3658 PINGROUP(pex_l1_clkreq_n_pdd6
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33d0, N
, N
),
3659 PINGROUP(pex_l2_prsnt_n_pdd7
, PCIE
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x33d4, N
, N
),
3660 PINGROUP(clk3_out_pee0
, EXTPERIPH3
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x31b8, N
, N
),
3661 PINGROUP(clk3_req_pee1
, DEV3
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x31bc, N
, N
),
3662 PINGROUP(clk1_req_pee2
, DAP
, HDA
, RSVD3
, RSVD4
, RSVD4
, 0x3348, N
, N
),
3663 PINGROUP(hdmi_cec_pee3
, CEC
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x33e0, Y
, N
),
3664 PINGROUP(clk_32k_in
, CLK_32K_IN
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3330, N
, N
),
3665 PINGROUP(core_pwr_req
, CORE_PWR_REQ
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3324, N
, N
),
3666 PINGROUP(cpu_pwr_req
, CPU_PWR_REQ
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x3328, N
, N
),
3667 PINGROUP(owr
, OWR
, CEC
, RSVD3
, RSVD4
, RSVD4
, 0x3334, N
, N
),
3668 PINGROUP(pwr_int_n
, PWR_INT_N
, RSVD2
, RSVD3
, RSVD4
, RSVD4
, 0x332c, N
, N
),
3669 /* pg_name, r, hsm_b, schmitt_b, lpmd_b, drvdn_b, drvdn_w, drvup_b, drvup_w, slwr_b, slwr_w, slwf_b, slwf_w */
3670 DRV_PINGROUP(ao1
, 0x868, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3671 DRV_PINGROUP(ao2
, 0x86c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3672 DRV_PINGROUP(at1
, 0x870, 2, 3, 4, 14, 5, 19, 5, 24, 2, 28, 2),
3673 DRV_PINGROUP(at2
, 0x874, 2, 3, 4, 14, 5, 19, 5, 24, 2, 28, 2),
3674 DRV_PINGROUP(at3
, 0x878, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3675 DRV_PINGROUP(at4
, 0x87c, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3676 DRV_PINGROUP(at5
, 0x880, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3677 DRV_PINGROUP(cdev1
, 0x884, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3678 DRV_PINGROUP(cdev2
, 0x888, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3679 DRV_PINGROUP(cec
, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3680 DRV_PINGROUP(crt
, 0x8f8, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3681 DRV_PINGROUP(csus
, 0x88c, -1, -1, -1, 12, 5, 19, 5, 24, 4, 28, 4),
3682 DRV_PINGROUP(dap1
, 0x890, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3683 DRV_PINGROUP(dap2
, 0x894, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3684 DRV_PINGROUP(dap3
, 0x898, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3685 DRV_PINGROUP(dap4
, 0x89c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3686 DRV_PINGROUP(dbg
, 0x8a0, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3687 DRV_PINGROUP(ddc
, 0x8fc, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3688 DRV_PINGROUP(dev3
, 0x92c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3689 DRV_PINGROUP(gma
, 0x900, -1, -1, -1, 14, 5, 19, 5, 24, 4, 28, 4),
3690 DRV_PINGROUP(gmb
, 0x904, -1, -1, -1, 14, 5, 19, 5, 24, 4, 28, 4),
3691 DRV_PINGROUP(gmc
, 0x908, -1, -1, -1, 14, 5, 19, 5, 24, 4, 28, 4),
3692 DRV_PINGROUP(gmd
, 0x90c, -1, -1, -1, 14, 5, 19, 5, 24, 4, 28, 4),
3693 DRV_PINGROUP(gme
, 0x910, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3694 DRV_PINGROUP(gmf
, 0x914, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3695 DRV_PINGROUP(gmg
, 0x918, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3696 DRV_PINGROUP(gmh
, 0x91c, 2, 3, 4, 14, 5, 19, 5, 28, 2, 30, 2),
3697 DRV_PINGROUP(gpv
, 0x928, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3698 DRV_PINGROUP(lcd1
, 0x8a4, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3699 DRV_PINGROUP(lcd2
, 0x8a8, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3700 DRV_PINGROUP(owr
, 0x920, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3701 DRV_PINGROUP(sdio1
, 0x8ec, 2, 3, -1, 12, 7, 20, 7, 28, 2, 30, 2),
3702 DRV_PINGROUP(sdio2
, 0x8ac, 2, 3, -1, 12, 7, 20, 7, 28, 2, 30, 2),
3703 DRV_PINGROUP(sdio3
, 0x8b0, 2, 3, -1, 12, 7, 20, 7, 28, 2, 30, 2),
3704 DRV_PINGROUP(spi
, 0x8b4, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3705 DRV_PINGROUP(uaa
, 0x8b8, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3706 DRV_PINGROUP(uab
, 0x8bc, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3707 DRV_PINGROUP(uart2
, 0x8c0, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3708 DRV_PINGROUP(uart3
, 0x8c4, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3709 DRV_PINGROUP(uda
, 0x924, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
3710 DRV_PINGROUP(vi1
, 0x8c8, -1, -1, -1, 14, 5, 19, 5, 24, 4, 28, 4),
3713 static const struct tegra_pinctrl_soc_data tegra30_pinctrl
= {
3714 .ngpios
= NUM_GPIOS
,
3715 .pins
= tegra30_pins
,
3716 .npins
= ARRAY_SIZE(tegra30_pins
),
3717 .functions
= tegra30_functions
,
3718 .nfunctions
= ARRAY_SIZE(tegra30_functions
),
3719 .groups
= tegra30_groups
,
3720 .ngroups
= ARRAY_SIZE(tegra30_groups
),
3723 void __devinit
tegra30_pinctrl_init(const struct tegra_pinctrl_soc_data
**soc
)
3725 *soc
= &tegra30_pinctrl
;