1 // SPDX-License-Identifier: GPL-2.0+
3 * Actions Semi S500 SoC Pinctrl driver
5 * Copyright (c) 2014 Actions Semi Inc.
6 * Copyright (c) 2020 Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
9 #include <linux/module.h>
11 #include <linux/platform_device.h>
12 #include <linux/pinctrl/pinconf-generic.h>
13 #include <linux/pinctrl/pinctrl.h>
14 #include "pinctrl-owl.h"
16 /* Pinctrl registers offset */
17 #define MFCTL0 (0x0040)
18 #define MFCTL1 (0x0044)
19 #define MFCTL2 (0x0048)
20 #define MFCTL3 (0x004C)
21 #define PAD_PULLCTL0 (0x0060)
22 #define PAD_PULLCTL1 (0x0064)
23 #define PAD_PULLCTL2 (0x0068)
24 #define PAD_ST0 (0x006C)
25 #define PAD_ST1 (0x0070)
26 #define PAD_CTL (0x0074)
27 #define PAD_DRV0 (0x0080)
28 #define PAD_DRV1 (0x0084)
29 #define PAD_DRV2 (0x0088)
31 #define _GPIOA(offset) (offset)
32 #define _GPIOB(offset) (32 + (offset))
33 #define _GPIOC(offset) (64 + (offset))
34 #define _GPIOD(offset) (96 + (offset))
35 #define _GPIOE(offset) (128 + (offset))
37 #define NUM_GPIOS (_GPIOE(3) + 1)
38 #define _PIN(offset) (NUM_GPIOS + (offset))
40 #define DNAND_DQS _GPIOA(12)
41 #define DNAND_DQSN _GPIOA(13)
42 #define ETH_TXD0 _GPIOA(14)
43 #define ETH_TXD1 _GPIOA(15)
44 #define ETH_TXEN _GPIOA(16)
45 #define ETH_RXER _GPIOA(17)
46 #define ETH_CRS_DV _GPIOA(18)
47 #define ETH_RXD1 _GPIOA(19)
48 #define ETH_RXD0 _GPIOA(20)
49 #define ETH_REF_CLK _GPIOA(21)
50 #define ETH_MDC _GPIOA(22)
51 #define ETH_MDIO _GPIOA(23)
52 #define SIRQ0 _GPIOA(24)
53 #define SIRQ1 _GPIOA(25)
54 #define SIRQ2 _GPIOA(26)
55 #define I2S_D0 _GPIOA(27)
56 #define I2S_BCLK0 _GPIOA(28)
57 #define I2S_LRCLK0 _GPIOA(29)
58 #define I2S_MCLK0 _GPIOA(30)
59 #define I2S_D1 _GPIOA(31)
61 #define I2S_BCLK1 _GPIOB(0)
62 #define I2S_LRCLK1 _GPIOB(1)
63 #define I2S_MCLK1 _GPIOB(2)
64 #define KS_IN0 _GPIOB(3)
65 #define KS_IN1 _GPIOB(4)
66 #define KS_IN2 _GPIOB(5)
67 #define KS_IN3 _GPIOB(6)
68 #define KS_OUT0 _GPIOB(7)
69 #define KS_OUT1 _GPIOB(8)
70 #define KS_OUT2 _GPIOB(9)
71 #define LVDS_OEP _GPIOB(10)
72 #define LVDS_OEN _GPIOB(11)
73 #define LVDS_ODP _GPIOB(12)
74 #define LVDS_ODN _GPIOB(13)
75 #define LVDS_OCP _GPIOB(14)
76 #define LVDS_OCN _GPIOB(15)
77 #define LVDS_OBP _GPIOB(16)
78 #define LVDS_OBN _GPIOB(17)
79 #define LVDS_OAP _GPIOB(18)
80 #define LVDS_OAN _GPIOB(19)
81 #define LVDS_EEP _GPIOB(20)
82 #define LVDS_EEN _GPIOB(21)
83 #define LVDS_EDP _GPIOB(22)
84 #define LVDS_EDN _GPIOB(23)
85 #define LVDS_ECP _GPIOB(24)
86 #define LVDS_ECN _GPIOB(25)
87 #define LVDS_EBP _GPIOB(26)
88 #define LVDS_EBN _GPIOB(27)
89 #define LVDS_EAP _GPIOB(28)
90 #define LVDS_EAN _GPIOB(29)
91 #define LCD0_D18 _GPIOB(30)
92 #define LCD0_D17 _GPIOB(31)
94 #define DSI_DP3 _GPIOC(0)
95 #define DSI_DN3 _GPIOC(1)
96 #define DSI_DP1 _GPIOC(2)
97 #define DSI_DN1 _GPIOC(3)
98 #define DSI_CP _GPIOC(4)
99 #define DSI_CN _GPIOC(5)
100 #define DSI_DP0 _GPIOC(6)
101 #define DSI_DN0 _GPIOC(7)
102 #define DSI_DP2 _GPIOC(8)
103 #define DSI_DN2 _GPIOC(9)
104 #define SD0_D0 _GPIOC(10)
105 #define SD0_D1 _GPIOC(11)
106 #define SD0_D2 _GPIOC(12)
107 #define SD0_D3 _GPIOC(13)
108 #define SD1_D0 _GPIOC(14) /* SD0_D4 */
109 #define SD1_D1 _GPIOC(15) /* SD0_D5 */
110 #define SD1_D2 _GPIOC(16) /* SD0_D6 */
111 #define SD1_D3 _GPIOC(17) /* SD0_D7 */
112 #define SD0_CMD _GPIOC(18)
113 #define SD0_CLK _GPIOC(19)
114 #define SD1_CMD _GPIOC(20)
115 #define SD1_CLK _GPIOC(21)
116 #define SPI0_SCLK _GPIOC(22)
117 #define SPI0_SS _GPIOC(23)
118 #define SPI0_MISO _GPIOC(24)
119 #define SPI0_MOSI _GPIOC(25)
120 #define UART0_RX _GPIOC(26)
121 #define UART0_TX _GPIOC(27)
122 #define I2C0_SCLK _GPIOC(28)
123 #define I2C0_SDATA _GPIOC(29)
124 #define SENSOR0_PCLK _GPIOC(31)
126 #define SENSOR0_CKOUT _GPIOD(10)
127 #define DNAND_ALE _GPIOD(12)
128 #define DNAND_CLE _GPIOD(13)
129 #define DNAND_CEB0 _GPIOD(14)
130 #define DNAND_CEB1 _GPIOD(15)
131 #define DNAND_CEB2 _GPIOD(16)
132 #define DNAND_CEB3 _GPIOD(17)
133 #define UART2_RX _GPIOD(18)
134 #define UART2_TX _GPIOD(19)
135 #define UART2_RTSB _GPIOD(20)
136 #define UART2_CTSB _GPIOD(21)
137 #define UART3_RX _GPIOD(22)
138 #define UART3_TX _GPIOD(23)
139 #define UART3_RTSB _GPIOD(24)
140 #define UART3_CTSB _GPIOD(25)
141 #define PCM1_IN _GPIOD(28)
142 #define PCM1_CLK _GPIOD(29)
143 #define PCM1_SYNC _GPIOD(30)
144 #define PCM1_OUT _GPIOD(31)
146 #define I2C1_SCLK _GPIOE(0)
147 #define I2C1_SDATA _GPIOE(1)
148 #define I2C2_SCLK _GPIOE(2)
149 #define I2C2_SDATA _GPIOE(3)
151 #define CSI_DN0 _PIN(0)
152 #define CSI_DP0 _PIN(1)
153 #define CSI_DN1 _PIN(2)
154 #define CSI_DP1 _PIN(3)
155 #define CSI_CN _PIN(4)
156 #define CSI_CP _PIN(5)
157 #define CSI_DN2 _PIN(6)
158 #define CSI_DP2 _PIN(7)
159 #define CSI_DN3 _PIN(8)
160 #define CSI_DP3 _PIN(9)
162 #define DNAND_D0 _PIN(10)
163 #define DNAND_D1 _PIN(11)
164 #define DNAND_D2 _PIN(12)
165 #define DNAND_D3 _PIN(13)
166 #define DNAND_D4 _PIN(14)
167 #define DNAND_D5 _PIN(15)
168 #define DNAND_D6 _PIN(16)
169 #define DNAND_D7 _PIN(17)
170 #define DNAND_WRB _PIN(18)
171 #define DNAND_RDB _PIN(19)
172 #define DNAND_RDBN _PIN(20)
173 #define DNAND_RB _PIN(21)
175 #define PORB _PIN(22)
176 #define CLKO_25M _PIN(23)
177 #define BSEL _PIN(24)
178 #define PKG0 _PIN(25)
179 #define PKG1 _PIN(26)
180 #define PKG2 _PIN(27)
181 #define PKG3 _PIN(28)
183 #define _FIRSTPAD _GPIOA(0)
184 #define _LASTPAD PKG3
185 #define NUM_PADS (_PIN(28) + 1)
187 static const struct pinctrl_pin_desc s500_pads
[] = {
188 PINCTRL_PIN(DNAND_DQS
, "dnand_dqs"),
189 PINCTRL_PIN(DNAND_DQSN
, "dnand_dqsn"),
190 PINCTRL_PIN(ETH_TXD0
, "eth_txd0"),
191 PINCTRL_PIN(ETH_TXD1
, "eth_txd1"),
192 PINCTRL_PIN(ETH_TXEN
, "eth_txen"),
193 PINCTRL_PIN(ETH_RXER
, "eth_rxer"),
194 PINCTRL_PIN(ETH_CRS_DV
, "eth_crs_dv"),
195 PINCTRL_PIN(ETH_RXD1
, "eth_rxd1"),
196 PINCTRL_PIN(ETH_RXD0
, "eth_rxd0"),
197 PINCTRL_PIN(ETH_REF_CLK
, "eth_ref_clk"),
198 PINCTRL_PIN(ETH_MDC
, "eth_mdc"),
199 PINCTRL_PIN(ETH_MDIO
, "eth_mdio"),
200 PINCTRL_PIN(SIRQ0
, "sirq0"),
201 PINCTRL_PIN(SIRQ1
, "sirq1"),
202 PINCTRL_PIN(SIRQ2
, "sirq2"),
203 PINCTRL_PIN(I2S_D0
, "i2s_d0"),
204 PINCTRL_PIN(I2S_BCLK0
, "i2s_bclk0"),
205 PINCTRL_PIN(I2S_LRCLK0
, "i2s_lrclk0"),
206 PINCTRL_PIN(I2S_MCLK0
, "i2s_mclk0"),
207 PINCTRL_PIN(I2S_D1
, "i2s_d1"),
208 PINCTRL_PIN(I2S_BCLK1
, "i2s_bclk1"),
209 PINCTRL_PIN(I2S_LRCLK1
, "i2s_lrclk1"),
210 PINCTRL_PIN(I2S_MCLK1
, "i2s_mclk1"),
211 PINCTRL_PIN(KS_IN0
, "ks_in0"),
212 PINCTRL_PIN(KS_IN1
, "ks_in1"),
213 PINCTRL_PIN(KS_IN2
, "ks_in2"),
214 PINCTRL_PIN(KS_IN3
, "ks_in3"),
215 PINCTRL_PIN(KS_OUT0
, "ks_out0"),
216 PINCTRL_PIN(KS_OUT1
, "ks_out1"),
217 PINCTRL_PIN(KS_OUT2
, "ks_out2"),
218 PINCTRL_PIN(LVDS_OEP
, "lvds_oep"),
219 PINCTRL_PIN(LVDS_OEN
, "lvds_oen"),
220 PINCTRL_PIN(LVDS_ODP
, "lvds_odp"),
221 PINCTRL_PIN(LVDS_ODN
, "lvds_odn"),
222 PINCTRL_PIN(LVDS_OCP
, "lvds_ocp"),
223 PINCTRL_PIN(LVDS_OCN
, "lvds_ocn"),
224 PINCTRL_PIN(LVDS_OBP
, "lvds_obp"),
225 PINCTRL_PIN(LVDS_OBN
, "lvds_obn"),
226 PINCTRL_PIN(LVDS_OAP
, "lvds_oap"),
227 PINCTRL_PIN(LVDS_OAN
, "lvds_oan"),
228 PINCTRL_PIN(LVDS_EEP
, "lvds_eep"),
229 PINCTRL_PIN(LVDS_EEN
, "lvds_een"),
230 PINCTRL_PIN(LVDS_EDP
, "lvds_edp"),
231 PINCTRL_PIN(LVDS_EDN
, "lvds_edn"),
232 PINCTRL_PIN(LVDS_ECP
, "lvds_ecp"),
233 PINCTRL_PIN(LVDS_ECN
, "lvds_ecn"),
234 PINCTRL_PIN(LVDS_EBP
, "lvds_ebp"),
235 PINCTRL_PIN(LVDS_EBN
, "lvds_ebn"),
236 PINCTRL_PIN(LVDS_EAP
, "lvds_eap"),
237 PINCTRL_PIN(LVDS_EAN
, "lvds_ean"),
238 PINCTRL_PIN(LCD0_D18
, "lcd0_d18"),
239 PINCTRL_PIN(LCD0_D17
, "lcd0_d17"),
240 PINCTRL_PIN(DSI_DP3
, "dsi_dp3"),
241 PINCTRL_PIN(DSI_DN3
, "dsi_dn3"),
242 PINCTRL_PIN(DSI_DP1
, "dsi_dp1"),
243 PINCTRL_PIN(DSI_DN1
, "dsi_dn1"),
244 PINCTRL_PIN(DSI_CP
, "dsi_cp"),
245 PINCTRL_PIN(DSI_CN
, "dsi_cn"),
246 PINCTRL_PIN(DSI_DP0
, "dsi_dp0"),
247 PINCTRL_PIN(DSI_DN0
, "dsi_dn0"),
248 PINCTRL_PIN(DSI_DP2
, "dsi_dp2"),
249 PINCTRL_PIN(DSI_DN2
, "dsi_dn2"),
250 PINCTRL_PIN(SD0_D0
, "sd0_d0"),
251 PINCTRL_PIN(SD0_D1
, "sd0_d1"),
252 PINCTRL_PIN(SD0_D2
, "sd0_d2"),
253 PINCTRL_PIN(SD0_D3
, "sd0_d3"),
254 PINCTRL_PIN(SD1_D0
, "sd1_d0"),
255 PINCTRL_PIN(SD1_D1
, "sd1_d1"),
256 PINCTRL_PIN(SD1_D2
, "sd1_d2"),
257 PINCTRL_PIN(SD1_D3
, "sd1_d3"),
258 PINCTRL_PIN(SD0_CMD
, "sd0_cmd"),
259 PINCTRL_PIN(SD0_CLK
, "sd0_clk"),
260 PINCTRL_PIN(SD1_CMD
, "sd1_cmd"),
261 PINCTRL_PIN(SD1_CLK
, "sd1_clk"),
262 PINCTRL_PIN(SPI0_SCLK
, "spi0_sclk"),
263 PINCTRL_PIN(SPI0_SS
, "spi0_ss"),
264 PINCTRL_PIN(SPI0_MISO
, "spi0_miso"),
265 PINCTRL_PIN(SPI0_MOSI
, "spi0_mosi"),
266 PINCTRL_PIN(UART0_RX
, "uart0_rx"),
267 PINCTRL_PIN(UART0_TX
, "uart0_tx"),
268 PINCTRL_PIN(I2C0_SCLK
, "i2c0_sclk"),
269 PINCTRL_PIN(I2C0_SDATA
, "i2c0_sdata"),
270 PINCTRL_PIN(SENSOR0_PCLK
, "sensor0_pclk"),
271 PINCTRL_PIN(SENSOR0_CKOUT
, "sensor0_ckout"),
272 PINCTRL_PIN(DNAND_ALE
, "dnand_ale"),
273 PINCTRL_PIN(DNAND_CLE
, "dnand_cle"),
274 PINCTRL_PIN(DNAND_CEB0
, "dnand_ceb0"),
275 PINCTRL_PIN(DNAND_CEB1
, "dnand_ceb1"),
276 PINCTRL_PIN(DNAND_CEB2
, "dnand_ceb2"),
277 PINCTRL_PIN(DNAND_CEB3
, "dnand_ceb3"),
278 PINCTRL_PIN(UART2_RX
, "uart2_rx"),
279 PINCTRL_PIN(UART2_TX
, "uart2_tx"),
280 PINCTRL_PIN(UART2_RTSB
, "uart2_rtsb"),
281 PINCTRL_PIN(UART2_CTSB
, "uart2_ctsb"),
282 PINCTRL_PIN(UART3_RX
, "uart3_rx"),
283 PINCTRL_PIN(UART3_TX
, "uart3_tx"),
284 PINCTRL_PIN(UART3_RTSB
, "uart3_rtsb"),
285 PINCTRL_PIN(UART3_CTSB
, "uart3_ctsb"),
286 PINCTRL_PIN(PCM1_IN
, "pcm1_in"),
287 PINCTRL_PIN(PCM1_CLK
, "pcm1_clk"),
288 PINCTRL_PIN(PCM1_SYNC
, "pcm1_sync"),
289 PINCTRL_PIN(PCM1_OUT
, "pcm1_out"),
290 PINCTRL_PIN(I2C1_SCLK
, "i2c1_sclk"),
291 PINCTRL_PIN(I2C1_SDATA
, "i2c1_sdata"),
292 PINCTRL_PIN(I2C2_SCLK
, "i2c2_sclk"),
293 PINCTRL_PIN(I2C2_SDATA
, "i2c2_sdata"),
294 PINCTRL_PIN(CSI_DN0
, "csi_dn0"),
295 PINCTRL_PIN(CSI_DP0
, "csi_dp0"),
296 PINCTRL_PIN(CSI_DN1
, "csi_dn1"),
297 PINCTRL_PIN(CSI_DP1
, "csi_dp1"),
298 PINCTRL_PIN(CSI_DN2
, "csi_dn2"),
299 PINCTRL_PIN(CSI_DP2
, "csi_dp2"),
300 PINCTRL_PIN(CSI_DN3
, "csi_dn3"),
301 PINCTRL_PIN(CSI_DP3
, "csi_dp3"),
302 PINCTRL_PIN(CSI_CN
, "csi_cn"),
303 PINCTRL_PIN(CSI_CP
, "csi_cp"),
304 PINCTRL_PIN(DNAND_D0
, "dnand_d0"),
305 PINCTRL_PIN(DNAND_D1
, "dnand_d1"),
306 PINCTRL_PIN(DNAND_D2
, "dnand_d2"),
307 PINCTRL_PIN(DNAND_D3
, "dnand_d3"),
308 PINCTRL_PIN(DNAND_D4
, "dnand_d4"),
309 PINCTRL_PIN(DNAND_D5
, "dnand_d5"),
310 PINCTRL_PIN(DNAND_D6
, "dnand_d6"),
311 PINCTRL_PIN(DNAND_D7
, "dnand_d7"),
312 PINCTRL_PIN(DNAND_RB
, "dnand_rb"),
313 PINCTRL_PIN(DNAND_RDB
, "dnand_rdb"),
314 PINCTRL_PIN(DNAND_RDBN
, "dnand_rdbn"),
315 PINCTRL_PIN(DNAND_WRB
, "dnand_wrb"),
316 PINCTRL_PIN(PORB
, "porb"),
317 PINCTRL_PIN(CLKO_25M
, "clko_25m"),
318 PINCTRL_PIN(BSEL
, "bsel"),
319 PINCTRL_PIN(PKG0
, "pkg0"),
320 PINCTRL_PIN(PKG1
, "pkg1"),
321 PINCTRL_PIN(PKG2
, "pkg2"),
322 PINCTRL_PIN(PKG3
, "pkg3"),
325 enum s500_pinmux_functions
{
377 /* MFPCTL group data */
378 /* mfp0_31_26 reserved */
380 static unsigned int lcd0_d18_mfp_pads
[] = { LCD0_D18
};
381 static unsigned int lcd0_d18_mfp_funcs
[] = { S500_MUX_NOR
,
387 static unsigned int rmii_crs_dv_mfp_pads
[] = { ETH_CRS_DV
};
388 static unsigned int rmii_crs_dv_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
393 /* mfp0_18_16_eth_txd0 */
394 static unsigned int rmii_txd0_mfp_pads
[] = { ETH_TXD0
};
395 static unsigned int rmii_txd0_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
400 /* mfp0_18_16_eth_txd1 */
401 static unsigned int rmii_txd1_mfp_pads
[] = { ETH_TXD1
};
402 static unsigned int rmii_txd1_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
407 /* mfp0_15_13_rmii_txen */
408 static unsigned int rmii_txen_mfp_pads
[] = { ETH_TXEN
};
409 static unsigned int rmii_txen_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
413 /* mfp0_15_13_rmii_rxen */
414 static unsigned int rmii_rxen_mfp_pads
[] = { ETH_RXER
};
415 static unsigned int rmii_rxen_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
419 /* mfp0_12_11 reserved */
421 /* mfp0_10_8_rmii_rxd1 */
422 static unsigned int rmii_rxd1_mfp_pads
[] = { ETH_RXD1
};
423 static unsigned int rmii_rxd1_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
428 /* mfp0_10_8_rmii_rxd0 */
429 static unsigned int rmii_rxd0_mfp_pads
[] = { ETH_RXD0
};
430 static unsigned int rmii_rxd0_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
436 static unsigned int rmii_ref_clk_mfp_pads
[] = { ETH_REF_CLK
};
437 static unsigned int rmii_ref_clk_mfp_funcs
[] = { S500_MUX_ETH_RMII
,
443 static unsigned int i2s_d0_mfp_pads
[] = { I2S_D0
};
444 static unsigned int i2s_d0_mfp_funcs
[] = { S500_MUX_I2S0
,
447 static unsigned int i2s_pcm1_mfp_pads
[] = { I2S_LRCLK0
, I2S_MCLK0
};
448 static unsigned int i2s_pcm1_mfp_funcs
[] = { S500_MUX_I2S0
,
452 static unsigned int i2s0_pcm0_mfp_pads
[] = { I2S_BCLK0
};
453 static unsigned int i2s0_pcm0_mfp_funcs
[] = { S500_MUX_I2S0
,
457 static unsigned int i2s1_pcm0_mfp_pads
[] = { I2S_BCLK1
, I2S_LRCLK1
,
459 static unsigned int i2s1_pcm0_mfp_funcs
[] = { S500_MUX_I2S1
,
463 static unsigned int i2s_d1_mfp_pads
[] = { I2S_D1
};
464 static unsigned int i2s_d1_mfp_funcs
[] = { S500_MUX_I2S1
,
466 /* mfp1_31_29_ks_in0 */
467 static unsigned int ks_in0_mfp_pads
[] = { KS_IN0
};
468 static unsigned int ks_in0_mfp_funcs
[] = { S500_MUX_KS
,
476 /* mfp1_31_29_ks_in1 */
477 static unsigned int ks_in1_mfp_pads
[] = { KS_IN1
};
478 static unsigned int ks_in1_mfp_funcs
[] = { S500_MUX_KS
,
486 /* mfp1_31_29_ks_in2 */
487 static unsigned int ks_in2_mfp_pads
[] = { KS_IN2
};
488 static unsigned int ks_in2_mfp_funcs
[] = { S500_MUX_KS
,
496 /* mfp1_28_26_ks_in3 */
497 static unsigned int ks_in3_mfp_pads
[] = { KS_IN3
};
498 static unsigned int ks_in3_mfp_funcs
[] = { S500_MUX_KS
,
504 /* mfp1_28_26_ks_out0 */
505 static unsigned int ks_out0_mfp_pads
[] = { KS_OUT0
};
506 static unsigned int ks_out0_mfp_funcs
[] = { S500_MUX_KS
,
513 /* mfp1_28_26_ks_out1 */
514 static unsigned int ks_out1_mfp_pads
[] = { KS_OUT1
};
515 static unsigned int ks_out1_mfp_funcs
[] = { S500_MUX_KS
,
523 static unsigned int ks_out2_mfp_pads
[] = { KS_OUT2
};
524 static unsigned int ks_out2_mfp_funcs
[] = { S500_MUX_SD0
,
531 static unsigned int lvds_o_pn_mfp_pads
[] = { LVDS_OEP
, LVDS_OEN
,
535 LVDS_OAP
, LVDS_OAN
};
536 static unsigned int lvds_o_pn_mfp_funcs
[] = { S500_MUX_LVDS
,
540 static unsigned int dsi_dn0_mfp_pads
[] = { DSI_DN0
};
541 static unsigned int dsi_dn0_mfp_funcs
[] = { S500_MUX_DSI
,
545 static unsigned int dsi_dp2_mfp_pads
[] = { DSI_DP2
};
546 static unsigned int dsi_dp2_mfp_funcs
[] = { S500_MUX_DSI
,
551 static unsigned int lcd0_d17_mfp_pads
[] = { LCD0_D17
};
552 static unsigned int lcd0_d17_mfp_funcs
[] = { S500_MUX_NOR
,
558 static unsigned int dsi_dp3_mfp_pads
[] = { DSI_DP3
};
559 static unsigned int dsi_dp3_mfp_funcs
[] = { S500_MUX_DSI
,
564 static unsigned int dsi_dn3_mfp_pads
[] = { DSI_DN3
};
565 static unsigned int dsi_dn3_mfp_funcs
[] = { S500_MUX_DSI
,
570 static unsigned int dsi_dp0_mfp_pads
[] = { DSI_DP0
};
571 static unsigned int dsi_dp0_mfp_funcs
[] = { S500_MUX_DSI
,
577 static unsigned int lvds_ee_pn_mfp_pads
[] = { LVDS_EEP
, LVDS_EEN
};
578 static unsigned int lvds_ee_pn_mfp_funcs
[] = { S500_MUX_LVDS
,
583 static unsigned int spi0_i2c_pcm_mfp_pads
[] = { SPI0_SCLK
, SPI0_MOSI
};
584 static unsigned int spi0_i2c_pcm_mfp_funcs
[] = { S500_MUX_SPI0
,
589 static unsigned int spi0_i2s_pcm_mfp_pads
[] = { SPI0_SS
, SPI0_MISO
};
590 static unsigned int spi0_i2s_pcm_mfp_funcs
[] = { S500_MUX_SPI0
,
595 /* mfp2_31 reserved */
597 static unsigned int dsi_dnp1_cp_mfp_pads
[] = { DSI_DP1
, DSI_CP
, DSI_CN
};
598 static unsigned int dsi_dnp1_cp_mfp_funcs
[] = { S500_MUX_DSI
,
602 static unsigned int lvds_e_pn_mfp_pads
[] = { LVDS_EDP
, LVDS_EDN
,
605 LVDS_EAP
, LVDS_EAN
};
606 static unsigned int lvds_e_pn_mfp_funcs
[] = { S500_MUX_LVDS
,
610 static unsigned int dsi_dn2_mfp_pads
[] = { DSI_DN2
};
611 static unsigned int dsi_dn2_mfp_funcs
[] = { S500_MUX_DSI
,
617 static unsigned int uart2_rtsb_mfp_pads
[] = { UART2_RTSB
};
618 static unsigned int uart2_rtsb_mfp_funcs
[] = { S500_MUX_UART2
,
621 static unsigned int uart2_ctsb_mfp_pads
[] = { UART2_CTSB
};
622 static unsigned int uart2_ctsb_mfp_funcs
[] = { S500_MUX_UART2
,
625 static unsigned int uart3_rtsb_mfp_pads
[] = { UART3_RTSB
};
626 static unsigned int uart3_rtsb_mfp_funcs
[] = { S500_MUX_UART3
,
629 static unsigned int uart3_ctsb_mfp_pads
[] = { UART3_CTSB
};
630 static unsigned int uart3_ctsb_mfp_funcs
[] = { S500_MUX_UART3
,
633 static unsigned int sd0_d0_mfp_pads
[] = { SD0_D0
};
634 static unsigned int sd0_d0_mfp_funcs
[] = { S500_MUX_SD0
,
641 static unsigned int sd0_d1_mfp_pads
[] = { SD0_D1
};
642 static unsigned int sd0_d1_mfp_funcs
[] = { S500_MUX_SD0
,
649 static unsigned int sd0_d2_d3_mfp_pads
[] = { SD0_D2
, SD0_D3
};
650 static unsigned int sd0_d2_d3_mfp_funcs
[] = { S500_MUX_SD0
,
657 static unsigned int sd1_d0_d3_mfp_pads
[] = { SD1_D0
, SD1_D1
,
659 static unsigned int sd1_d0_d3_mfp_funcs
[] = { S500_MUX_SD0
,
664 static unsigned int sd0_cmd_mfp_pads
[] = { SD0_CMD
};
665 static unsigned int sd0_cmd_mfp_funcs
[] = { S500_MUX_SD0
,
670 static unsigned int sd0_clk_mfp_pads
[] = { SD0_CLK
};
671 static unsigned int sd0_clk_mfp_funcs
[] = { S500_MUX_SD0
,
675 static unsigned int sd1_cmd_mfp_pads
[] = { SD1_CMD
};
676 static unsigned int sd1_cmd_mfp_funcs
[] = { S500_MUX_SD1
,
679 static unsigned int uart0_rx_mfp_pads
[] = { UART0_RX
};
680 static unsigned int uart0_rx_mfp_funcs
[] = { S500_MUX_UART0
,
686 /* mfp3_31 reserved */
688 static unsigned int clko_25m_mfp_pads
[] = { CLKO_25M
};
689 static unsigned int clko_25m_mfp_funcs
[] = { S500_MUX_RESERVED
,
692 static unsigned int csi_cn_cp_mfp_pads
[] = { CSI_CN
, CSI_CP
};
693 static unsigned int csi_cn_cp_mfp_funcs
[] = { S500_MUX_MIPI_CSI
,
695 /* mfp3_27_24 reserved */
697 static unsigned int sens0_ckout_mfp_pads
[] = { SENSOR0_CKOUT
};
698 static unsigned int sens0_ckout_mfp_funcs
[] = { S500_MUX_SENS0
,
703 static unsigned int uart0_tx_mfp_pads
[] = { UART0_TX
};
704 static unsigned int uart0_tx_mfp_funcs
[] = { S500_MUX_UART0
,
712 static unsigned int i2c0_mfp_pads
[] = { I2C0_SCLK
,
714 static unsigned int i2c0_mfp_funcs
[] = { S500_MUX_I2C0
,
720 static unsigned int csi_dn_dp_mfp_pads
[] = { CSI_DN0
, CSI_DN1
,
724 static unsigned int csi_dn_dp_mfp_funcs
[] = { S500_MUX_MIPI_CSI
,
727 static unsigned int sen0_pclk_mfp_pads
[] = { SENSOR0_PCLK
};
728 static unsigned int sen0_pclk_mfp_funcs
[] = { S500_MUX_SENS0
,
732 static unsigned int pcm1_in_mfp_pads
[] = { PCM1_IN
};
733 static unsigned int pcm1_in_mfp_funcs
[] = { S500_MUX_PCM1
,
738 static unsigned int pcm1_clk_mfp_pads
[] = { PCM1_CLK
};
739 static unsigned int pcm1_clk_mfp_funcs
[] = { S500_MUX_PCM1
,
744 static unsigned int pcm1_sync_mfp_pads
[] = { PCM1_SYNC
};
745 static unsigned int pcm1_sync_mfp_funcs
[] = { S500_MUX_PCM1
,
750 static unsigned int pcm1_out_mfp_pads
[] = { PCM1_OUT
};
751 static unsigned int pcm1_out_mfp_funcs
[] = { S500_MUX_PCM1
,
756 static unsigned int dnand_data_wr_mfp_pads
[] = { DNAND_D0
, DNAND_D1
,
760 DNAND_RDB
, DNAND_RDBN
};
761 static unsigned int dnand_data_wr_mfp_funcs
[] = { S500_MUX_NAND
,
764 static unsigned int dnand_acle_ce0_mfp_pads
[] = { DNAND_ALE
,
768 static unsigned int dnand_acle_ce0_mfp_funcs
[] = { S500_MUX_NAND
,
770 /* mfp3_1_0_nand_ceb2 */
771 static unsigned int nand_ceb2_mfp_pads
[] = { DNAND_CEB2
};
772 static unsigned int nand_ceb2_mfp_funcs
[] = { S500_MUX_NAND
,
774 /* mfp3_1_0_nand_ceb3 */
775 static unsigned int nand_ceb3_mfp_pads
[] = { DNAND_CEB3
};
776 static unsigned int nand_ceb3_mfp_funcs
[] = { S500_MUX_NAND
,
779 /* PADDRV group data */
781 static unsigned int sirq_drv_pads
[] = { SIRQ0
, SIRQ1
, SIRQ2
};
783 static unsigned int rmii_txd01_txen_drv_pads
[] = { ETH_TXD0
, ETH_TXD1
,
786 static unsigned int rmii_rxer_drv_pads
[] = { ETH_RXER
};
788 static unsigned int rmii_crs_drv_pads
[] = { ETH_CRS_DV
};
790 static unsigned int rmii_rxd10_drv_pads
[] = { ETH_RXD0
, ETH_RXD1
};
792 static unsigned int rmii_ref_clk_drv_pads
[] = { ETH_REF_CLK
};
794 static unsigned int smi_mdc_mdio_drv_pads
[] = { ETH_MDC
, ETH_MDIO
};
796 static unsigned int i2s_d0_drv_pads
[] = { I2S_D0
};
798 static unsigned int i2s_bclk0_drv_pads
[] = { I2S_BCLK0
};
800 static unsigned int i2s3_drv_pads
[] = { I2S_LRCLK0
, I2S_MCLK0
,
803 static unsigned int i2s13_drv_pads
[] = { I2S_BCLK1
, I2S_LRCLK1
,
806 static unsigned int pcm1_drv_pads
[] = { PCM1_IN
, PCM1_CLK
,
807 PCM1_SYNC
, PCM1_OUT
};
809 static unsigned int ks_in_drv_pads
[] = { KS_IN0
, KS_IN1
,
812 static unsigned int ks_out_drv_pads
[] = { KS_OUT0
, KS_OUT1
, KS_OUT2
};
814 static unsigned int lvds_all_drv_pads
[] = { LVDS_OEP
, LVDS_OEN
,
823 LVDS_EAP
, LVDS_EAN
};
825 static unsigned int lcd_dsi_drv_pads
[] = { DSI_DP3
, DSI_DN3
, DSI_DP1
,
826 DSI_DN1
, DSI_CP
, DSI_CN
};
828 static unsigned int dsi_drv_pads
[] = { DSI_DP0
, DSI_DN0
,
831 static unsigned int sd0_d0_d3_drv_pads
[] = { SD0_D0
, SD0_D1
,
834 static unsigned int sd1_d0_d3_drv_pads
[] = { SD1_D0
, SD1_D1
,
837 static unsigned int sd0_cmd_drv_pads
[] = { SD0_CMD
};
839 static unsigned int sd0_clk_drv_pads
[] = { SD0_CLK
};
841 static unsigned int sd1_cmd_drv_pads
[] = { SD1_CMD
};
843 static unsigned int sd1_clk_drv_pads
[] = { SD1_CLK
};
845 static unsigned int spi0_all_drv_pads
[] = { SPI0_SCLK
, SPI0_SS
,
846 SPI0_MISO
, SPI0_MOSI
};
848 static unsigned int uart0_rx_drv_pads
[] = { UART0_RX
};
850 static unsigned int uart0_tx_drv_pads
[] = { UART0_TX
};
852 static unsigned int uart2_all_drv_pads
[] = { UART2_RX
, UART2_TX
,
853 UART2_RTSB
, UART2_CTSB
};
855 static unsigned int i2c0_all_drv_pads
[] = { I2C0_SCLK
, I2C0_SDATA
};
857 static unsigned int i2c12_all_drv_pads
[] = { I2C1_SCLK
, I2C1_SDATA
,
858 I2C2_SCLK
, I2C2_SDATA
};
860 static unsigned int sens0_pclk_drv_pads
[] = { SENSOR0_PCLK
};
862 static unsigned int sens0_ckout_drv_pads
[] = { SENSOR0_CKOUT
};
864 static unsigned int uart3_all_drv_pads
[] = { UART3_RX
, UART3_TX
,
865 UART3_RTSB
, UART3_CTSB
};
868 static const struct owl_pingroup s500_groups
[] = {
869 MUX_PG(lcd0_d18_mfp
, 0, 23, 3),
870 MUX_PG(rmii_crs_dv_mfp
, 0, 20, 3),
871 MUX_PG(rmii_txd0_mfp
, 0, 16, 3),
872 MUX_PG(rmii_txd1_mfp
, 0, 16, 3),
873 MUX_PG(rmii_txen_mfp
, 0, 13, 3),
874 MUX_PG(rmii_rxen_mfp
, 0, 13, 3),
875 MUX_PG(rmii_rxd1_mfp
, 0, 8, 3),
876 MUX_PG(rmii_rxd0_mfp
, 0, 8, 3),
877 MUX_PG(rmii_ref_clk_mfp
, 0, 6, 2),
878 MUX_PG(i2s_d0_mfp
, 0, 5, 1),
879 MUX_PG(i2s_pcm1_mfp
, 0, 3, 2),
880 MUX_PG(i2s0_pcm0_mfp
, 0, 1, 2),
881 MUX_PG(i2s1_pcm0_mfp
, 0, 1, 2),
882 MUX_PG(i2s_d1_mfp
, 0, 0, 1),
883 MUX_PG(ks_in2_mfp
, 1, 29, 3),
884 MUX_PG(ks_in1_mfp
, 1, 29, 3),
885 MUX_PG(ks_in0_mfp
, 1, 29, 3),
886 MUX_PG(ks_in3_mfp
, 1, 26, 3),
887 MUX_PG(ks_out0_mfp
, 1, 26, 3),
888 MUX_PG(ks_out1_mfp
, 1, 26, 3),
889 MUX_PG(ks_out2_mfp
, 1, 23, 3),
890 MUX_PG(lvds_o_pn_mfp
, 1, 21, 2),
891 MUX_PG(dsi_dn0_mfp
, 1, 19, 2),
892 MUX_PG(dsi_dp2_mfp
, 1, 17, 2),
893 MUX_PG(lcd0_d17_mfp
, 1, 14, 3),
894 MUX_PG(dsi_dp3_mfp
, 1, 12, 2),
895 MUX_PG(dsi_dn3_mfp
, 1, 10, 2),
896 MUX_PG(dsi_dp0_mfp
, 1, 7, 3),
897 MUX_PG(lvds_ee_pn_mfp
, 1, 5, 2),
898 MUX_PG(spi0_i2c_pcm_mfp
, 1, 3, 2),
899 MUX_PG(spi0_i2s_pcm_mfp
, 1, 0, 3),
900 MUX_PG(dsi_dnp1_cp_mfp
, 2, 29, 2),
901 MUX_PG(lvds_e_pn_mfp
, 2, 27, 2),
902 MUX_PG(dsi_dn2_mfp
, 2, 24, 3),
903 MUX_PG(uart2_rtsb_mfp
, 2, 23, 1),
904 MUX_PG(uart2_ctsb_mfp
, 2, 22, 1),
905 MUX_PG(uart3_rtsb_mfp
, 2, 21, 1),
906 MUX_PG(uart3_ctsb_mfp
, 2, 20, 1),
907 MUX_PG(sd0_d0_mfp
, 2, 17, 3),
908 MUX_PG(sd0_d1_mfp
, 2, 14, 3),
909 MUX_PG(sd0_d2_d3_mfp
, 2, 11, 3),
910 MUX_PG(sd1_d0_d3_mfp
, 2, 9, 2),
911 MUX_PG(sd0_cmd_mfp
, 2, 7, 2),
912 MUX_PG(sd0_clk_mfp
, 2, 5, 2),
913 MUX_PG(sd1_cmd_mfp
, 2, 3, 2),
914 MUX_PG(uart0_rx_mfp
, 2, 0, 3),
915 MUX_PG(clko_25m_mfp
, 3, 30, 1),
916 MUX_PG(csi_cn_cp_mfp
, 3, 28, 2),
917 MUX_PG(sens0_ckout_mfp
, 3, 22, 2),
918 MUX_PG(uart0_tx_mfp
, 3, 19, 3),
919 MUX_PG(i2c0_mfp
, 3, 16, 3),
920 MUX_PG(csi_dn_dp_mfp
, 3, 14, 2),
921 MUX_PG(sen0_pclk_mfp
, 3, 12, 2),
922 MUX_PG(pcm1_in_mfp
, 3, 10, 2),
923 MUX_PG(pcm1_clk_mfp
, 3, 8, 2),
924 MUX_PG(pcm1_sync_mfp
, 3, 6, 2),
925 MUX_PG(pcm1_out_mfp
, 3, 4, 2),
926 MUX_PG(dnand_data_wr_mfp
, 3, 3, 1),
927 MUX_PG(dnand_acle_ce0_mfp
, 3, 2, 1),
928 MUX_PG(nand_ceb2_mfp
, 3, 0, 2),
929 MUX_PG(nand_ceb3_mfp
, 3, 0, 2),
931 DRV_PG(sirq_drv
, 0, 28, 2),
932 DRV_PG(rmii_txd01_txen_drv
, 0, 22, 2),
933 DRV_PG(rmii_rxer_drv
, 0, 20, 2),
934 DRV_PG(rmii_crs_drv
, 0, 18, 2),
935 DRV_PG(rmii_rxd10_drv
, 0, 16, 2),
936 DRV_PG(rmii_ref_clk_drv
, 0, 14, 2),
937 DRV_PG(smi_mdc_mdio_drv
, 0, 12, 2),
938 DRV_PG(i2s_d0_drv
, 0, 10, 2),
939 DRV_PG(i2s_bclk0_drv
, 0, 8, 2),
940 DRV_PG(i2s3_drv
, 0, 6, 2),
941 DRV_PG(i2s13_drv
, 0, 4, 2),
942 DRV_PG(pcm1_drv
, 0, 2, 2),
943 DRV_PG(ks_in_drv
, 0, 0, 2),
944 DRV_PG(ks_out_drv
, 1, 30, 2),
945 DRV_PG(lvds_all_drv
, 1, 28, 2),
946 DRV_PG(lcd_dsi_drv
, 1, 26, 2),
947 DRV_PG(dsi_drv
, 1, 24, 2),
948 DRV_PG(sd0_d0_d3_drv
, 1, 22, 2),
949 DRV_PG(sd1_d0_d3_drv
, 1, 20, 2),
950 DRV_PG(sd0_cmd_drv
, 1, 18, 2),
951 DRV_PG(sd0_clk_drv
, 1, 16, 2),
952 DRV_PG(sd1_cmd_drv
, 1, 14, 2),
953 DRV_PG(sd1_clk_drv
, 1, 12, 2),
954 DRV_PG(spi0_all_drv
, 1, 10, 2),
955 DRV_PG(uart0_rx_drv
, 2, 30, 2),
956 DRV_PG(uart0_tx_drv
, 2, 28, 2),
957 DRV_PG(uart2_all_drv
, 2, 26, 2),
958 DRV_PG(i2c0_all_drv
, 2, 23, 2),
959 DRV_PG(i2c12_all_drv
, 2, 21, 2),
960 DRV_PG(sens0_pclk_drv
, 2, 18, 2),
961 DRV_PG(sens0_ckout_drv
, 2, 12, 2),
962 DRV_PG(uart3_all_drv
, 2, 2, 2),
965 static const char * const nor_groups
[] = {
993 static const char * const eth_rmii_groups
[] = {
1004 static const char * const eth_smii_groups
[] = {
1011 static const char * const spi0_groups
[] = {
1020 static const char * const spi1_groups
[] = {
1026 static const char * const spi2_groups
[] = {
1031 "dnand_acle_ce0_mfp",
1034 static const char * const spi3_groups
[] = {
1041 static const char * const sens0_groups
[] = {
1048 static const char * const sens1_groups
[] = {
1064 static const char * const uart0_groups
[] = {
1071 static const char * const uart1_groups
[] = {
1076 static const char * const uart2_groups
[] = {
1095 static const char * const uart3_groups
[] = {
1100 static const char * const uart4_groups
[] = {
1107 static const char * const uart5_groups
[] = {
1118 static const char * const uart6_groups
[] = {
1125 static const char * const i2s0_groups
[] = {
1131 static const char * const i2s1_groups
[] = {
1139 static const char * const pcm1_groups
[] = {
1150 static const char * const pcm0_groups
[] = {
1157 static const char * const ks_groups
[] = {
1167 static const char * const jtag_groups
[] = {
1179 static const char * const pwm0_groups
[] = {
1186 static const char * const pwm1_groups
[] = {
1193 static const char * const pwm2_groups
[] = {
1200 static const char * const pwm3_groups
[] = {
1206 static const char * const pwm4_groups
[] = {
1215 static const char * const pwm5_groups
[] = {
1222 static const char * const p0_groups
[] = {
1227 static const char * const sd0_groups
[] = {
1242 static const char * const sd1_groups
[] = {
1253 static const char * const sd2_groups
[] = {
1254 "dnand_data_wr_mfp",
1257 static const char * const i2c0_groups
[] = {
1263 static const char * const i2c1_groups
[] = {
1267 static const char * const i2c3_groups
[] = {
1273 static const char * const lvds_groups
[] = {
1279 static const char * const ts_groups
[] = {
1284 static const char * const lcd0_groups
[] = {
1295 static const char * const usb30_groups
[] = {
1299 static const char * const clko_25m_groups
[] = {
1303 static const char * const mipi_csi_groups
[] = {
1308 static const char * const dsi_groups
[] = {
1318 static const char * const nand_groups
[] = {
1319 "dnand_data_wr_mfp",
1320 "dnand_acle_ce0_mfp",
1325 static const char * const spdif_groups
[] = {
1329 static const struct owl_pinmux_func s500_functions
[] = {
1330 [S500_MUX_NOR
] = FUNCTION(nor
),
1331 [S500_MUX_ETH_RMII
] = FUNCTION(eth_rmii
),
1332 [S500_MUX_ETH_SMII
] = FUNCTION(eth_smii
),
1333 [S500_MUX_SPI0
] = FUNCTION(spi0
),
1334 [S500_MUX_SPI1
] = FUNCTION(spi1
),
1335 [S500_MUX_SPI2
] = FUNCTION(spi2
),
1336 [S500_MUX_SPI3
] = FUNCTION(spi3
),
1337 [S500_MUX_SENS0
] = FUNCTION(sens0
),
1338 [S500_MUX_SENS1
] = FUNCTION(sens1
),
1339 [S500_MUX_UART0
] = FUNCTION(uart0
),
1340 [S500_MUX_UART1
] = FUNCTION(uart1
),
1341 [S500_MUX_UART2
] = FUNCTION(uart2
),
1342 [S500_MUX_UART3
] = FUNCTION(uart3
),
1343 [S500_MUX_UART4
] = FUNCTION(uart4
),
1344 [S500_MUX_UART5
] = FUNCTION(uart5
),
1345 [S500_MUX_UART6
] = FUNCTION(uart6
),
1346 [S500_MUX_I2S0
] = FUNCTION(i2s0
),
1347 [S500_MUX_I2S1
] = FUNCTION(i2s1
),
1348 [S500_MUX_PCM1
] = FUNCTION(pcm1
),
1349 [S500_MUX_PCM0
] = FUNCTION(pcm0
),
1350 [S500_MUX_KS
] = FUNCTION(ks
),
1351 [S500_MUX_JTAG
] = FUNCTION(jtag
),
1352 [S500_MUX_PWM0
] = FUNCTION(pwm0
),
1353 [S500_MUX_PWM1
] = FUNCTION(pwm1
),
1354 [S500_MUX_PWM2
] = FUNCTION(pwm2
),
1355 [S500_MUX_PWM3
] = FUNCTION(pwm3
),
1356 [S500_MUX_PWM4
] = FUNCTION(pwm4
),
1357 [S500_MUX_PWM5
] = FUNCTION(pwm5
),
1358 [S500_MUX_P0
] = FUNCTION(p0
),
1359 [S500_MUX_SD0
] = FUNCTION(sd0
),
1360 [S500_MUX_SD1
] = FUNCTION(sd1
),
1361 [S500_MUX_SD2
] = FUNCTION(sd2
),
1362 [S500_MUX_I2C0
] = FUNCTION(i2c0
),
1363 [S500_MUX_I2C1
] = FUNCTION(i2c1
),
1364 /*[S500_MUX_I2C2] = FUNCTION(i2c2),*/
1365 [S500_MUX_I2C3
] = FUNCTION(i2c3
),
1366 [S500_MUX_DSI
] = FUNCTION(dsi
),
1367 [S500_MUX_LVDS
] = FUNCTION(lvds
),
1368 [S500_MUX_USB30
] = FUNCTION(usb30
),
1369 [S500_MUX_CLKO_25M
] = FUNCTION(clko_25m
),
1370 [S500_MUX_MIPI_CSI
] = FUNCTION(mipi_csi
),
1371 [S500_MUX_NAND
] = FUNCTION(nand
),
1372 [S500_MUX_SPDIF
] = FUNCTION(spdif
),
1373 /*[S500_MUX_SIRQ0] = FUNCTION(sirq0),*/
1374 /*[S500_MUX_SIRQ1] = FUNCTION(sirq1),*/
1375 /*[S500_MUX_SIRQ2] = FUNCTION(sirq2),*/
1376 [S500_MUX_TS
] = FUNCTION(ts
),
1377 [S500_MUX_LCD0
] = FUNCTION(lcd0
),
1381 static PAD_ST_CONF(I2C0_SDATA
, 0, 30, 1);
1382 static PAD_ST_CONF(UART0_RX
, 0, 29, 1);
1383 static PAD_ST_CONF(I2S_MCLK1
, 0, 23, 1);
1384 static PAD_ST_CONF(ETH_REF_CLK
, 0, 22, 1);
1385 static PAD_ST_CONF(ETH_TXEN
, 0, 21, 1);
1386 static PAD_ST_CONF(ETH_TXD0
, 0, 20, 1);
1387 static PAD_ST_CONF(I2S_LRCLK1
, 0, 19, 1);
1388 static PAD_ST_CONF(DSI_DP0
, 0, 16, 1);
1389 static PAD_ST_CONF(DSI_DN0
, 0, 15, 1);
1390 static PAD_ST_CONF(UART0_TX
, 0, 14, 1);
1391 static PAD_ST_CONF(SPI0_SCLK
, 0, 13, 1);
1392 static PAD_ST_CONF(SD0_CLK
, 0, 12, 1);
1393 static PAD_ST_CONF(KS_IN0
, 0, 11, 1);
1394 static PAD_ST_CONF(SENSOR0_PCLK
, 0, 9, 1);
1395 static PAD_ST_CONF(I2C0_SCLK
, 0, 7, 1);
1396 static PAD_ST_CONF(KS_OUT0
, 0, 6, 1);
1397 static PAD_ST_CONF(KS_OUT1
, 0, 5, 1);
1398 static PAD_ST_CONF(KS_OUT2
, 0, 4, 1);
1401 static PAD_ST_CONF(DSI_DP2
, 1, 31, 1);
1402 static PAD_ST_CONF(DSI_DN2
, 1, 30, 1);
1403 static PAD_ST_CONF(I2S_LRCLK0
, 1, 29, 1);
1404 static PAD_ST_CONF(UART3_CTSB
, 1, 27, 1);
1405 static PAD_ST_CONF(UART3_RTSB
, 1, 26, 1);
1406 static PAD_ST_CONF(UART3_RX
, 1, 25, 1);
1407 static PAD_ST_CONF(UART2_RTSB
, 1, 24, 1);
1408 static PAD_ST_CONF(UART2_CTSB
, 1, 23, 1);
1409 static PAD_ST_CONF(UART2_RX
, 1, 22, 1);
1410 static PAD_ST_CONF(ETH_RXD0
, 1, 21, 1);
1411 static PAD_ST_CONF(ETH_RXD1
, 1, 20, 1);
1412 static PAD_ST_CONF(ETH_CRS_DV
, 1, 19, 1);
1413 static PAD_ST_CONF(ETH_RXER
, 1, 18, 1);
1414 static PAD_ST_CONF(ETH_TXD1
, 1, 17, 1);
1415 static PAD_ST_CONF(LVDS_OAP
, 1, 12, 1);
1416 static PAD_ST_CONF(PCM1_CLK
, 1, 11, 1);
1417 static PAD_ST_CONF(PCM1_IN
, 1, 10, 1);
1418 static PAD_ST_CONF(PCM1_SYNC
, 1, 9, 1);
1419 static PAD_ST_CONF(I2C1_SCLK
, 1, 8, 1);
1420 static PAD_ST_CONF(I2C1_SDATA
, 1, 7, 1);
1421 static PAD_ST_CONF(I2C2_SCLK
, 1, 6, 1);
1422 static PAD_ST_CONF(I2C2_SDATA
, 1, 5, 1);
1423 static PAD_ST_CONF(SPI0_MOSI
, 1, 4, 1);
1424 static PAD_ST_CONF(SPI0_MISO
, 1, 3, 1);
1425 static PAD_ST_CONF(SPI0_SS
, 1, 2, 1);
1426 static PAD_ST_CONF(I2S_BCLK0
, 1, 1, 1);
1427 static PAD_ST_CONF(I2S_MCLK0
, 1, 0, 1);
1430 static PAD_PULLCTL_CONF(PCM1_SYNC
, 0, 30, 1);
1431 static PAD_PULLCTL_CONF(PCM1_OUT
, 0, 29, 1);
1432 static PAD_PULLCTL_CONF(KS_OUT2
, 0, 28, 1);
1433 static PAD_PULLCTL_CONF(LCD0_D17
, 0, 27, 1);
1434 static PAD_PULLCTL_CONF(DSI_DN3
, 0, 26, 1);
1435 static PAD_PULLCTL_CONF(ETH_RXER
, 0, 16, 1);
1436 static PAD_PULLCTL_CONF(SIRQ0
, 0, 14, 2);
1437 static PAD_PULLCTL_CONF(SIRQ1
, 0, 12, 2);
1438 static PAD_PULLCTL_CONF(SIRQ2
, 0, 10, 2);
1439 static PAD_PULLCTL_CONF(I2C0_SDATA
, 0, 9, 1);
1440 static PAD_PULLCTL_CONF(I2C0_SCLK
, 0, 8, 1);
1441 static PAD_PULLCTL_CONF(KS_IN0
, 0, 7, 1);
1442 static PAD_PULLCTL_CONF(KS_IN1
, 0, 6, 1);
1443 static PAD_PULLCTL_CONF(KS_IN2
, 0, 5, 1);
1444 static PAD_PULLCTL_CONF(KS_IN3
, 0, 4, 1);
1445 static PAD_PULLCTL_CONF(KS_OUT0
, 0, 2, 1);
1446 static PAD_PULLCTL_CONF(KS_OUT1
, 0, 1, 1);
1447 static PAD_PULLCTL_CONF(DSI_DP1
, 0, 0, 1);
1450 static PAD_PULLCTL_CONF(DSI_CP
, 1, 31, 1);
1451 static PAD_PULLCTL_CONF(DSI_CN
, 1, 30, 1);
1452 static PAD_PULLCTL_CONF(DSI_DN2
, 1, 28, 1);
1453 static PAD_PULLCTL_CONF(DNAND_RDBN
, 1, 25, 1);
1454 static PAD_PULLCTL_CONF(SD0_D0
, 1, 17, 1);
1455 static PAD_PULLCTL_CONF(SD0_D1
, 1, 16, 1);
1456 static PAD_PULLCTL_CONF(SD0_D2
, 1, 15, 1);
1457 static PAD_PULLCTL_CONF(SD0_D3
, 1, 14, 1);
1458 static PAD_PULLCTL_CONF(SD0_CMD
, 1, 13, 1);
1459 static PAD_PULLCTL_CONF(SD0_CLK
, 1, 12, 1);
1460 static PAD_PULLCTL_CONF(SD1_CMD
, 1, 11, 1);
1461 static PAD_PULLCTL_CONF(SD1_D0
, 1, 6, 1);
1462 static PAD_PULLCTL_CONF(SD1_D1
, 1, 5, 1);
1463 static PAD_PULLCTL_CONF(SD1_D2
, 1, 4, 1);
1464 static PAD_PULLCTL_CONF(SD1_D3
, 1, 3, 1);
1465 static PAD_PULLCTL_CONF(UART0_RX
, 1, 2, 1);
1466 static PAD_PULLCTL_CONF(UART0_TX
, 1, 1, 1);
1467 static PAD_PULLCTL_CONF(CLKO_25M
, 1, 0, 1);
1470 static PAD_PULLCTL_CONF(SPI0_SCLK
, 2, 12, 1);
1471 static PAD_PULLCTL_CONF(SPI0_MOSI
, 2, 11, 1);
1472 static PAD_PULLCTL_CONF(I2C1_SDATA
, 2, 10, 1);
1473 static PAD_PULLCTL_CONF(I2C1_SCLK
, 2, 9, 1);
1474 static PAD_PULLCTL_CONF(I2C2_SDATA
, 2, 8, 1);
1475 static PAD_PULLCTL_CONF(I2C2_SCLK
, 2, 7, 1);
1476 static PAD_PULLCTL_CONF(DNAND_DQSN
, 2, 5, 2);
1477 static PAD_PULLCTL_CONF(DNAND_DQS
, 2, 3, 2);
1478 static PAD_PULLCTL_CONF(DNAND_D0
, 2, 2, 1);
1479 static PAD_PULLCTL_CONF(DNAND_D1
, 2, 2, 1);
1480 static PAD_PULLCTL_CONF(DNAND_D2
, 2, 2, 1);
1481 static PAD_PULLCTL_CONF(DNAND_D3
, 2, 2, 1);
1482 static PAD_PULLCTL_CONF(DNAND_D4
, 2, 2, 1);
1483 static PAD_PULLCTL_CONF(DNAND_D5
, 2, 2, 1);
1484 static PAD_PULLCTL_CONF(DNAND_D6
, 2, 2, 1);
1485 static PAD_PULLCTL_CONF(DNAND_D7
, 2, 2, 1);
1487 /* Pad info table */
1488 static const struct owl_padinfo s500_padinfo
[NUM_PADS
] = {
1489 [DNAND_DQS
] = PAD_INFO_PULLCTL(DNAND_DQS
),
1490 [DNAND_DQSN
] = PAD_INFO_PULLCTL(DNAND_DQSN
),
1491 [ETH_TXD0
] = PAD_INFO_ST(ETH_TXD0
),
1492 [ETH_TXD1
] = PAD_INFO_ST(ETH_TXD1
),
1493 [ETH_TXEN
] = PAD_INFO_ST(ETH_TXEN
),
1494 [ETH_RXER
] = PAD_INFO_PULLCTL_ST(ETH_RXER
),
1495 [ETH_CRS_DV
] = PAD_INFO_ST(ETH_CRS_DV
),
1496 [ETH_RXD1
] = PAD_INFO_ST(ETH_RXD1
),
1497 [ETH_RXD0
] = PAD_INFO_ST(ETH_RXD0
),
1498 [ETH_REF_CLK
] = PAD_INFO_ST(ETH_REF_CLK
),
1499 [ETH_MDC
] = PAD_INFO(ETH_MDC
),
1500 [ETH_MDIO
] = PAD_INFO(ETH_MDIO
),
1501 [SIRQ0
] = PAD_INFO_PULLCTL(SIRQ0
),
1502 [SIRQ1
] = PAD_INFO_PULLCTL(SIRQ1
),
1503 [SIRQ2
] = PAD_INFO_PULLCTL(SIRQ2
),
1504 [I2S_D0
] = PAD_INFO(I2S_D0
),
1505 [I2S_BCLK0
] = PAD_INFO_ST(I2S_BCLK0
),
1506 [I2S_LRCLK0
] = PAD_INFO_ST(I2S_LRCLK0
),
1507 [I2S_MCLK0
] = PAD_INFO_ST(I2S_MCLK0
),
1508 [I2S_D1
] = PAD_INFO(I2S_D1
),
1509 [I2S_BCLK1
] = PAD_INFO(I2S_BCLK1
),
1510 [I2S_LRCLK1
] = PAD_INFO_ST(I2S_LRCLK1
),
1511 [I2S_MCLK1
] = PAD_INFO_ST(I2S_MCLK1
),
1512 [KS_IN0
] = PAD_INFO_PULLCTL_ST(KS_IN0
),
1513 [KS_IN1
] = PAD_INFO_PULLCTL(KS_IN1
),
1514 [KS_IN2
] = PAD_INFO_PULLCTL(KS_IN2
),
1515 [KS_IN3
] = PAD_INFO_PULLCTL(KS_IN3
),
1516 [KS_OUT0
] = PAD_INFO_PULLCTL_ST(KS_OUT0
),
1517 [KS_OUT1
] = PAD_INFO_PULLCTL_ST(KS_OUT1
),
1518 [KS_OUT2
] = PAD_INFO_PULLCTL_ST(KS_OUT2
),
1519 [LVDS_OEP
] = PAD_INFO(LVDS_OEP
),
1520 [LVDS_OEN
] = PAD_INFO(LVDS_OEN
),
1521 [LVDS_ODP
] = PAD_INFO(LVDS_ODP
),
1522 [LVDS_ODN
] = PAD_INFO(LVDS_ODN
),
1523 [LVDS_OCP
] = PAD_INFO(LVDS_OCP
),
1524 [LVDS_OCN
] = PAD_INFO(LVDS_OCN
),
1525 [LVDS_OBP
] = PAD_INFO(LVDS_OBP
),
1526 [LVDS_OBN
] = PAD_INFO(LVDS_OBN
),
1527 [LVDS_OAP
] = PAD_INFO_ST(LVDS_OAP
),
1528 [LVDS_OAN
] = PAD_INFO(LVDS_OAN
),
1529 [LVDS_EEP
] = PAD_INFO(LVDS_EEP
),
1530 [LVDS_EEN
] = PAD_INFO(LVDS_EEN
),
1531 [LVDS_EDP
] = PAD_INFO(LVDS_EDP
),
1532 [LVDS_EDN
] = PAD_INFO(LVDS_EDN
),
1533 [LVDS_ECP
] = PAD_INFO(LVDS_ECP
),
1534 [LVDS_ECN
] = PAD_INFO(LVDS_ECN
),
1535 [LVDS_EBP
] = PAD_INFO(LVDS_EBP
),
1536 [LVDS_EBN
] = PAD_INFO(LVDS_EBN
),
1537 [LVDS_EAP
] = PAD_INFO(LVDS_EAP
),
1538 [LVDS_EAN
] = PAD_INFO(LVDS_EAN
),
1539 [LCD0_D18
] = PAD_INFO(LCD0_D18
),
1540 [LCD0_D17
] = PAD_INFO_PULLCTL(LCD0_D17
),
1541 [DSI_DP3
] = PAD_INFO(DSI_DP3
),
1542 [DSI_DN3
] = PAD_INFO_PULLCTL(DSI_DN3
),
1543 [DSI_DP1
] = PAD_INFO_PULLCTL(DSI_DP1
),
1544 [DSI_DN1
] = PAD_INFO(DSI_DN1
),
1545 [DSI_CP
] = PAD_INFO_PULLCTL(DSI_CP
),
1546 [DSI_CN
] = PAD_INFO_PULLCTL(DSI_CN
),
1547 [DSI_DP0
] = PAD_INFO_ST(DSI_DP0
),
1548 [DSI_DN0
] = PAD_INFO_ST(DSI_DN0
),
1549 [DSI_DP2
] = PAD_INFO_ST(DSI_DP2
),
1550 [DSI_DN2
] = PAD_INFO_PULLCTL_ST(DSI_DN2
),
1551 [SD0_D0
] = PAD_INFO_PULLCTL(SD0_D0
),
1552 [SD0_D1
] = PAD_INFO_PULLCTL(SD0_D1
),
1553 [SD0_D2
] = PAD_INFO_PULLCTL(SD0_D2
),
1554 [SD0_D3
] = PAD_INFO_PULLCTL(SD0_D3
),
1555 [SD1_D0
] = PAD_INFO_PULLCTL(SD1_D0
),
1556 [SD1_D1
] = PAD_INFO_PULLCTL(SD1_D1
),
1557 [SD1_D2
] = PAD_INFO_PULLCTL(SD1_D2
),
1558 [SD1_D3
] = PAD_INFO_PULLCTL(SD1_D3
),
1559 [SD0_CMD
] = PAD_INFO_PULLCTL(SD0_CMD
),
1560 [SD0_CLK
] = PAD_INFO_PULLCTL_ST(SD0_CLK
),
1561 [SD1_CMD
] = PAD_INFO_PULLCTL(SD1_CMD
),
1562 [SD1_CLK
] = PAD_INFO(SD1_CLK
),
1563 [SPI0_SCLK
] = PAD_INFO_PULLCTL_ST(SPI0_SCLK
),
1564 [SPI0_SS
] = PAD_INFO_ST(SPI0_SS
),
1565 [SPI0_MISO
] = PAD_INFO_ST(SPI0_MISO
),
1566 [SPI0_MOSI
] = PAD_INFO_PULLCTL_ST(SPI0_MOSI
),
1567 [UART0_RX
] = PAD_INFO_PULLCTL_ST(UART0_RX
),
1568 [UART0_TX
] = PAD_INFO_PULLCTL_ST(UART0_TX
),
1569 [I2C0_SCLK
] = PAD_INFO_PULLCTL_ST(I2C0_SCLK
),
1570 [I2C0_SDATA
] = PAD_INFO_PULLCTL_ST(I2C0_SDATA
),
1571 [SENSOR0_PCLK
] = PAD_INFO_ST(SENSOR0_PCLK
),
1572 [SENSOR0_CKOUT
] = PAD_INFO(SENSOR0_CKOUT
),
1573 [DNAND_ALE
] = PAD_INFO(DNAND_ALE
),
1574 [DNAND_CLE
] = PAD_INFO(DNAND_CLE
),
1575 [DNAND_CEB0
] = PAD_INFO(DNAND_CEB0
),
1576 [DNAND_CEB1
] = PAD_INFO(DNAND_CEB1
),
1577 [DNAND_CEB2
] = PAD_INFO(DNAND_CEB2
),
1578 [DNAND_CEB3
] = PAD_INFO(DNAND_CEB3
),
1579 [UART2_RX
] = PAD_INFO_ST(UART2_RX
),
1580 [UART2_TX
] = PAD_INFO(UART2_TX
),
1581 [UART2_RTSB
] = PAD_INFO_ST(UART2_RTSB
),
1582 [UART2_CTSB
] = PAD_INFO_ST(UART2_CTSB
),
1583 [UART3_RX
] = PAD_INFO_ST(UART3_RX
),
1584 [UART3_TX
] = PAD_INFO(UART3_TX
),
1585 [UART3_RTSB
] = PAD_INFO_ST(UART3_RTSB
),
1586 [UART3_CTSB
] = PAD_INFO_ST(UART3_CTSB
),
1587 [PCM1_IN
] = PAD_INFO_ST(PCM1_IN
),
1588 [PCM1_CLK
] = PAD_INFO_ST(PCM1_CLK
),
1589 [PCM1_SYNC
] = PAD_INFO_PULLCTL_ST(PCM1_SYNC
),
1590 [PCM1_OUT
] = PAD_INFO_PULLCTL(PCM1_OUT
),
1591 [I2C1_SCLK
] = PAD_INFO_PULLCTL_ST(I2C1_SCLK
),
1592 [I2C1_SDATA
] = PAD_INFO_PULLCTL_ST(I2C1_SDATA
),
1593 [I2C2_SCLK
] = PAD_INFO_PULLCTL_ST(I2C2_SCLK
),
1594 [I2C2_SDATA
] = PAD_INFO_PULLCTL_ST(I2C2_SDATA
),
1595 [CSI_DN0
] = PAD_INFO(CSI_DN0
),
1596 [CSI_DP0
] = PAD_INFO(CSI_DP0
),
1597 [CSI_DN1
] = PAD_INFO(CSI_DN1
),
1598 [CSI_DP1
] = PAD_INFO(CSI_DP1
),
1599 [CSI_CN
] = PAD_INFO(CSI_CN
),
1600 [CSI_CP
] = PAD_INFO(CSI_CP
),
1601 [CSI_DN2
] = PAD_INFO(CSI_DN2
),
1602 [CSI_DP2
] = PAD_INFO(CSI_DP2
),
1603 [CSI_DN3
] = PAD_INFO(CSI_DN3
),
1604 [CSI_DP3
] = PAD_INFO(CSI_DP3
),
1605 [DNAND_D0
] = PAD_INFO_PULLCTL(DNAND_D0
),
1606 [DNAND_D1
] = PAD_INFO_PULLCTL(DNAND_D1
),
1607 [DNAND_D2
] = PAD_INFO_PULLCTL(DNAND_D2
),
1608 [DNAND_D3
] = PAD_INFO_PULLCTL(DNAND_D3
),
1609 [DNAND_D4
] = PAD_INFO_PULLCTL(DNAND_D4
),
1610 [DNAND_D5
] = PAD_INFO_PULLCTL(DNAND_D5
),
1611 [DNAND_D6
] = PAD_INFO_PULLCTL(DNAND_D6
),
1612 [DNAND_D7
] = PAD_INFO_PULLCTL(DNAND_D7
),
1613 [DNAND_WRB
] = PAD_INFO(DNAND_WRB
),
1614 [DNAND_RDB
] = PAD_INFO(DNAND_RDB
),
1615 [DNAND_RDBN
] = PAD_INFO_PULLCTL(DNAND_RDBN
),
1616 [DNAND_RB
] = PAD_INFO(DNAND_RB
),
1617 [PORB
] = PAD_INFO(PORB
),
1618 [CLKO_25M
] = PAD_INFO_PULLCTL(CLKO_25M
),
1619 [BSEL
] = PAD_INFO(BSEL
),
1620 [PKG0
] = PAD_INFO(PKG0
),
1621 [PKG1
] = PAD_INFO(PKG1
),
1622 [PKG2
] = PAD_INFO(PKG2
),
1623 [PKG3
] = PAD_INFO(PKG3
),
1626 static const struct owl_gpio_port s500_gpio_ports
[] = {
1627 OWL_GPIO_PORT(A
, 0x0000, 32, 0x0, 0x4, 0x8, 0x204, 0x208, 0x20C, 0x230, 0),
1628 OWL_GPIO_PORT(B
, 0x000C, 32, 0x0, 0x4, 0x8, 0x1F8, 0x204, 0x208, 0x22C, 1),
1629 OWL_GPIO_PORT(C
, 0x0018, 32, 0x0, 0x4, 0x8, 0x1EC, 0x200, 0x204, 0x228, 2),
1630 OWL_GPIO_PORT(D
, 0x0024, 32, 0x0, 0x4, 0x8, 0x1E0, 0x1FC, 0x200, 0x224, 3),
1631 OWL_GPIO_PORT(E
, 0x0030, 4, 0x0, 0x4, 0x8, 0x1D4, 0x1F8, 0x1FC, 0x220, 4),
1634 enum s500_pinconf_pull
{
1635 OWL_PINCONF_PULL_DOWN
,
1636 OWL_PINCONF_PULL_UP
,
1639 static int s500_pad_pinconf_arg2val(const struct owl_padinfo
*info
,
1640 unsigned int param
, u32
*arg
)
1643 case PIN_CONFIG_BIAS_PULL_DOWN
:
1644 *arg
= OWL_PINCONF_PULL_DOWN
;
1646 case PIN_CONFIG_BIAS_PULL_UP
:
1647 *arg
= OWL_PINCONF_PULL_UP
;
1649 case PIN_CONFIG_INPUT_SCHMITT_ENABLE
:
1650 *arg
= (*arg
>= 1 ? 1 : 0);
1659 static int s500_pad_pinconf_val2arg(const struct owl_padinfo
*padinfo
,
1660 unsigned int param
, u32
*arg
)
1663 case PIN_CONFIG_BIAS_PULL_DOWN
:
1664 *arg
= *arg
== OWL_PINCONF_PULL_DOWN
;
1666 case PIN_CONFIG_BIAS_PULL_UP
:
1667 *arg
= *arg
== OWL_PINCONF_PULL_UP
;
1669 case PIN_CONFIG_INPUT_SCHMITT_ENABLE
:
1679 static struct owl_pinctrl_soc_data s500_pinctrl_data
= {
1680 .padinfo
= s500_padinfo
,
1681 .pins
= (const struct pinctrl_pin_desc
*)s500_pads
,
1682 .npins
= ARRAY_SIZE(s500_pads
),
1683 .functions
= s500_functions
,
1684 .nfunctions
= ARRAY_SIZE(s500_functions
),
1685 .groups
= s500_groups
,
1686 .ngroups
= ARRAY_SIZE(s500_groups
),
1687 .ngpios
= NUM_GPIOS
,
1688 .ports
= s500_gpio_ports
,
1689 .nports
= ARRAY_SIZE(s500_gpio_ports
),
1690 .padctl_arg2val
= s500_pad_pinconf_arg2val
,
1691 .padctl_val2arg
= s500_pad_pinconf_val2arg
,
1694 static int s500_pinctrl_probe(struct platform_device
*pdev
)
1696 return owl_pinctrl_probe(pdev
, &s500_pinctrl_data
);
1699 static const struct of_device_id s500_pinctrl_of_match
[] = {
1700 { .compatible
= "actions,s500-pinctrl", },
1704 static struct platform_driver s500_pinctrl_driver
= {
1706 .name
= "pinctrl-s500",
1707 .of_match_table
= of_match_ptr(s500_pinctrl_of_match
),
1709 .probe
= s500_pinctrl_probe
,
1712 static int __init
s500_pinctrl_init(void)
1714 return platform_driver_register(&s500_pinctrl_driver
);
1716 arch_initcall(s500_pinctrl_init
);
1718 static void __exit
s500_pinctrl_exit(void)
1720 platform_driver_unregister(&s500_pinctrl_driver
);
1722 module_exit(s500_pinctrl_exit
);
1724 MODULE_AUTHOR("Actions Semi Inc.");
1725 MODULE_AUTHOR("Cristian Ciocaltea <cristian.ciocaltea@gmail.com>");
1726 MODULE_DESCRIPTION("Actions Semi S500 SoC Pinctrl Driver");
1727 MODULE_LICENSE("GPL");