2 * Allwinner A1X SoCs pinctrl driver.
4 * Copyright (C) 2012 Maxime Ripard
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
13 #ifndef __PINCTRL_SUNXI_H
14 #define __PINCTRL_SUNXI_H
16 #include <linux/kernel.h>
17 #include <linux/spinlock.h>
32 #define SUNXI_PINCTRL_PIN(bank, pin) \
33 PINCTRL_PIN(P ## bank ## _BASE + (pin), "P" #bank #pin)
35 #define SUNXI_PIN_NAME_MAX_LEN 5
37 #define BANK_MEM_SIZE 0x24
38 #define MUX_REGS_OFFSET 0x0
39 #define MUX_FIELD_WIDTH 4
40 #define DATA_REGS_OFFSET 0x10
41 #define DATA_FIELD_WIDTH 1
42 #define DLEVEL_REGS_OFFSET 0x14
43 #define DLEVEL_FIELD_WIDTH 2
44 #define PULL_REGS_OFFSET 0x1c
45 #define PULL_FIELD_WIDTH 2
47 #define D1_BANK_MEM_SIZE 0x30
48 #define D1_DLEVEL_FIELD_WIDTH 4
49 #define D1_PULL_REGS_OFFSET 0x24
51 #define PINS_PER_BANK 32
53 #define IRQ_PER_BANK 32
55 #define IRQ_CFG_REG 0x200
56 #define IRQ_CFG_IRQ_PER_REG 8
57 #define IRQ_CFG_IRQ_BITS 4
58 #define IRQ_CFG_IRQ_MASK ((1 << IRQ_CFG_IRQ_BITS) - 1)
59 #define IRQ_CTRL_REG 0x210
60 #define IRQ_CTRL_IRQ_PER_REG 32
61 #define IRQ_CTRL_IRQ_BITS 1
62 #define IRQ_CTRL_IRQ_MASK ((1 << IRQ_CTRL_IRQ_BITS) - 1)
63 #define IRQ_STATUS_REG 0x214
64 #define IRQ_STATUS_IRQ_PER_REG 32
65 #define IRQ_STATUS_IRQ_BITS 1
66 #define IRQ_STATUS_IRQ_MASK ((1 << IRQ_STATUS_IRQ_BITS) - 1)
68 #define IRQ_DEBOUNCE_REG 0x218
70 #define IRQ_MEM_SIZE 0x20
72 #define IRQ_EDGE_RISING 0x00
73 #define IRQ_EDGE_FALLING 0x01
74 #define IRQ_LEVEL_HIGH 0x02
75 #define IRQ_LEVEL_LOW 0x03
76 #define IRQ_EDGE_BOTH 0x04
78 #define GRP_CFG_REG 0x300
80 #define IO_BIAS_MASK GENMASK(3, 0)
82 #define SUN4I_FUNC_INPUT 0
83 #define SUN4I_FUNC_IRQ 6
85 #define PINCTRL_SUN5I_A10S BIT(1)
86 #define PINCTRL_SUN5I_A13 BIT(2)
87 #define PINCTRL_SUN5I_GR8 BIT(3)
88 #define PINCTRL_SUN6I_A31 BIT(4)
89 #define PINCTRL_SUN6I_A31S BIT(5)
90 #define PINCTRL_SUN4I_A10 BIT(6)
91 #define PINCTRL_SUN7I_A20 BIT(7)
92 #define PINCTRL_SUN8I_R40 BIT(8)
93 #define PINCTRL_SUN8I_V3 BIT(9)
94 #define PINCTRL_SUN8I_V3S BIT(10)
95 /* Variants below here have an updated register layout. */
96 #define PINCTRL_SUN20I_D1 BIT(11)
98 #define PIO_POW_MOD_SEL_REG 0x340
99 #define PIO_POW_MOD_CTL_REG 0x344
101 enum sunxi_desc_bias_voltage
{
104 * Bias voltage configuration is done through
105 * Pn_GRP_CONFIG registers, as seen on A80 SoC.
107 BIAS_VOLTAGE_GRP_CONFIG
,
109 * Bias voltage is set through PIO_POW_MOD_SEL_REG
110 * register, as seen on H6 SoC, for example.
112 BIAS_VOLTAGE_PIO_POW_MODE_SEL
,
114 * Bias voltage is set through PIO_POW_MOD_SEL_REG
115 * and PIO_POW_MOD_CTL_REG register, as seen on
116 * A100 and D1 SoC, for example.
118 BIAS_VOLTAGE_PIO_POW_MODE_CTL
,
121 struct sunxi_desc_function
{
122 unsigned long variant
;
129 struct sunxi_desc_pin
{
130 struct pinctrl_pin_desc pin
;
131 unsigned long variant
;
132 struct sunxi_desc_function
*functions
;
135 struct sunxi_pinctrl_desc
{
136 const struct sunxi_desc_pin
*pins
;
140 const unsigned int *irq_bank_map
;
141 bool irq_read_needs_mux
;
142 bool disable_strict_mode
;
143 enum sunxi_desc_bias_voltage io_bias_cfg_variant
;
146 struct sunxi_pinctrl_function
{
152 struct sunxi_pinctrl_group
{
157 struct sunxi_pinctrl_regulator
{
158 struct regulator
*regulator
;
162 struct sunxi_pinctrl
{
163 void __iomem
*membase
;
164 struct gpio_chip
*chip
;
165 const struct sunxi_pinctrl_desc
*desc
;
167 struct sunxi_pinctrl_regulator regulators
[9];
168 struct irq_domain
*domain
;
169 struct sunxi_pinctrl_function
*functions
;
171 struct sunxi_pinctrl_group
*groups
;
176 struct pinctrl_dev
*pctl_dev
;
177 unsigned long variant
;
179 u32 pull_regs_offset
;
180 u32 dlevel_field_width
;
183 #define SUNXI_PIN(_pin, ...) \
186 .functions = (struct sunxi_desc_function[]){ \
187 __VA_ARGS__, { } }, \
190 #define SUNXI_PIN_VARIANT(_pin, _variant, ...) \
193 .variant = _variant, \
194 .functions = (struct sunxi_desc_function[]){ \
195 __VA_ARGS__, { } }, \
198 #define SUNXI_FUNCTION(_val, _name) \
204 #define SUNXI_FUNCTION_VARIANT(_val, _name, _variant) \
208 .variant = _variant, \
211 #define SUNXI_FUNCTION_IRQ(_val, _irq) \
218 #define SUNXI_FUNCTION_IRQ_BANK(_val, _bank, _irq) \
226 static inline u32
sunxi_irq_hw_bank_num(const struct sunxi_pinctrl_desc
*desc
, u8 bank
)
228 if (!desc
->irq_bank_map
)
231 return desc
->irq_bank_map
[bank
];
234 static inline u32
sunxi_irq_cfg_reg(const struct sunxi_pinctrl_desc
*desc
,
237 u8 bank
= irq
/ IRQ_PER_BANK
;
238 u8 reg
= (irq
% IRQ_PER_BANK
) / IRQ_CFG_IRQ_PER_REG
* 0x04;
241 sunxi_irq_hw_bank_num(desc
, bank
) * IRQ_MEM_SIZE
+ reg
;
244 static inline u32
sunxi_irq_cfg_offset(u16 irq
)
246 u32 irq_num
= irq
% IRQ_CFG_IRQ_PER_REG
;
247 return irq_num
* IRQ_CFG_IRQ_BITS
;
250 static inline u32
sunxi_irq_ctrl_reg_from_bank(const struct sunxi_pinctrl_desc
*desc
, u8 bank
)
252 return IRQ_CTRL_REG
+ sunxi_irq_hw_bank_num(desc
, bank
) * IRQ_MEM_SIZE
;
255 static inline u32
sunxi_irq_ctrl_reg(const struct sunxi_pinctrl_desc
*desc
,
258 u8 bank
= irq
/ IRQ_PER_BANK
;
260 return sunxi_irq_ctrl_reg_from_bank(desc
, bank
);
263 static inline u32
sunxi_irq_ctrl_offset(u16 irq
)
265 u32 irq_num
= irq
% IRQ_CTRL_IRQ_PER_REG
;
266 return irq_num
* IRQ_CTRL_IRQ_BITS
;
269 static inline u32
sunxi_irq_debounce_reg_from_bank(const struct sunxi_pinctrl_desc
*desc
, u8 bank
)
271 return IRQ_DEBOUNCE_REG
+
272 sunxi_irq_hw_bank_num(desc
, bank
) * IRQ_MEM_SIZE
;
275 static inline u32
sunxi_irq_status_reg_from_bank(const struct sunxi_pinctrl_desc
*desc
, u8 bank
)
277 return IRQ_STATUS_REG
+
278 sunxi_irq_hw_bank_num(desc
, bank
) * IRQ_MEM_SIZE
;
281 static inline u32
sunxi_irq_status_reg(const struct sunxi_pinctrl_desc
*desc
,
284 u8 bank
= irq
/ IRQ_PER_BANK
;
286 return sunxi_irq_status_reg_from_bank(desc
, bank
);
289 static inline u32
sunxi_irq_status_offset(u16 irq
)
291 u32 irq_num
= irq
% IRQ_STATUS_IRQ_PER_REG
;
292 return irq_num
* IRQ_STATUS_IRQ_BITS
;
295 static inline u32
sunxi_grp_config_reg(u16 pin
)
297 u8 bank
= pin
/ PINS_PER_BANK
;
299 return GRP_CFG_REG
+ bank
* 0x4;
302 int sunxi_pinctrl_init_with_variant(struct platform_device
*pdev
,
303 const struct sunxi_pinctrl_desc
*desc
,
304 unsigned long variant
);
306 #define sunxi_pinctrl_init(_dev, _desc) \
307 sunxi_pinctrl_init_with_variant(_dev, _desc, 0)
309 #endif /* __PINCTRL_SUNXI_H */