1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * The MT7981 driver based on Linux generic pinctrl binding. 4 * 5 * Copyright (C) 2020 MediaTek Inc. 6 * Author: Sam Shih <sam.shih@mediatek.com> 7 */ 8 9 #include "pinctrl-moore.h" 10 11 #define MT7981_PIN(_number, _name) \ 12 MTK_PIN(_number, _name, 0, _number, DRV_GRP4) 13 14 #define PIN_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ 15 PIN_FIELD_CALC(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, \ 16 _x_bits, 32, 0) 17 18 #define PINS_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ 19 PIN_FIELD_CALC(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, \ 20 _x_bits, 32, 1) 21 22 static const struct mtk_pin_field_calc mt7981_pin_mode_range[] = { 23 PIN_FIELD(0, 56, 0x300, 0x10, 0, 4), 24 }; 25 26 static const struct mtk_pin_field_calc mt7981_pin_dir_range[] = { 27 PIN_FIELD(0, 56, 0x0, 0x10, 0, 1), 28 }; 29 30 static const struct mtk_pin_field_calc mt7981_pin_di_range[] = { 31 PIN_FIELD(0, 56, 0x200, 0x10, 0, 1), 32 }; 33 34 static const struct mtk_pin_field_calc mt7981_pin_do_range[] = { 35 PIN_FIELD(0, 56, 0x100, 0x10, 0, 1), 36 }; 37 38 static const struct mtk_pin_field_calc mt7981_pin_ies_range[] = { 39 PIN_FIELD_BASE(0, 0, 1, 0x10, 0x10, 1, 1), 40 PIN_FIELD_BASE(1, 1, 1, 0x10, 0x10, 0, 1), 41 PIN_FIELD_BASE(2, 2, 5, 0x20, 0x10, 6, 1), 42 PIN_FIELD_BASE(3, 3, 4, 0x20, 0x10, 6, 1), 43 PIN_FIELD_BASE(4, 4, 4, 0x20, 0x10, 2, 1), 44 PIN_FIELD_BASE(5, 5, 4, 0x20, 0x10, 1, 1), 45 PIN_FIELD_BASE(6, 6, 4, 0x20, 0x10, 3, 1), 46 PIN_FIELD_BASE(7, 7, 4, 0x20, 0x10, 0, 1), 47 PIN_FIELD_BASE(8, 8, 4, 0x20, 0x10, 4, 1), 48 49 PIN_FIELD_BASE(9, 9, 5, 0x20, 0x10, 9, 1), 50 PIN_FIELD_BASE(10, 10, 5, 0x20, 0x10, 8, 1), 51 PIN_FIELD_BASE(11, 11, 5, 0x40, 0x10, 10, 1), 52 PIN_FIELD_BASE(12, 12, 5, 0x20, 0x10, 7, 1), 53 PIN_FIELD_BASE(13, 13, 5, 0x20, 0x10, 11, 1), 54 55 PIN_FIELD_BASE(14, 14, 4, 0x20, 0x10, 8, 1), 56 57 PIN_FIELD_BASE(15, 15, 2, 0x20, 0x10, 0, 1), 58 PIN_FIELD_BASE(16, 16, 2, 0x20, 0x10, 1, 1), 59 PIN_FIELD_BASE(17, 17, 2, 0x20, 0x10, 5, 1), 60 PIN_FIELD_BASE(18, 18, 2, 0x20, 0x10, 4, 1), 61 PIN_FIELD_BASE(19, 19, 2, 0x20, 0x10, 2, 1), 62 PIN_FIELD_BASE(20, 20, 2, 0x20, 0x10, 3, 1), 63 PIN_FIELD_BASE(21, 21, 2, 0x20, 0x10, 6, 1), 64 PIN_FIELD_BASE(22, 22, 2, 0x20, 0x10, 7, 1), 65 PIN_FIELD_BASE(23, 23, 2, 0x20, 0x10, 10, 1), 66 PIN_FIELD_BASE(24, 24, 2, 0x20, 0x10, 9, 1), 67 PIN_FIELD_BASE(25, 25, 2, 0x20, 0x10, 8, 1), 68 69 PIN_FIELD_BASE(26, 26, 5, 0x20, 0x10, 0, 1), 70 PIN_FIELD_BASE(27, 27, 5, 0x20, 0x10, 4, 1), 71 PIN_FIELD_BASE(28, 28, 5, 0x20, 0x10, 3, 1), 72 PIN_FIELD_BASE(29, 29, 5, 0x20, 0x10, 1, 1), 73 PIN_FIELD_BASE(30, 30, 5, 0x20, 0x10, 2, 1), 74 PIN_FIELD_BASE(31, 31, 5, 0x20, 0x10, 5, 1), 75 76 PIN_FIELD_BASE(32, 32, 1, 0x10, 0x10, 2, 1), 77 PIN_FIELD_BASE(33, 33, 1, 0x10, 0x10, 3, 1), 78 79 PIN_FIELD_BASE(34, 34, 4, 0x20, 0x10, 5, 1), 80 PIN_FIELD_BASE(35, 35, 4, 0x20, 0x10, 7, 1), 81 82 PIN_FIELD_BASE(36, 36, 3, 0x10, 0x10, 2, 1), 83 PIN_FIELD_BASE(37, 37, 3, 0x10, 0x10, 3, 1), 84 PIN_FIELD_BASE(38, 38, 3, 0x10, 0x10, 0, 1), 85 PIN_FIELD_BASE(39, 39, 3, 0x10, 0x10, 1, 1), 86 87 PIN_FIELD_BASE(40, 40, 7, 0x30, 0x10, 1, 1), 88 PIN_FIELD_BASE(41, 41, 7, 0x30, 0x10, 0, 1), 89 PIN_FIELD_BASE(42, 42, 7, 0x30, 0x10, 9, 1), 90 PIN_FIELD_BASE(43, 43, 7, 0x30, 0x10, 7, 1), 91 PIN_FIELD_BASE(44, 44, 7, 0x30, 0x10, 8, 1), 92 PIN_FIELD_BASE(45, 45, 7, 0x30, 0x10, 3, 1), 93 PIN_FIELD_BASE(46, 46, 7, 0x30, 0x10, 4, 1), 94 PIN_FIELD_BASE(47, 47, 7, 0x30, 0x10, 5, 1), 95 PIN_FIELD_BASE(48, 48, 7, 0x30, 0x10, 6, 1), 96 PIN_FIELD_BASE(49, 49, 7, 0x30, 0x10, 2, 1), 97 98 PIN_FIELD_BASE(50, 50, 6, 0x10, 0x10, 0, 1), 99 PIN_FIELD_BASE(51, 51, 6, 0x10, 0x10, 2, 1), 100 PIN_FIELD_BASE(52, 52, 6, 0x10, 0x10, 3, 1), 101 PIN_FIELD_BASE(53, 53, 6, 0x10, 0x10, 4, 1), 102 PIN_FIELD_BASE(54, 54, 6, 0x10, 0x10, 5, 1), 103 PIN_FIELD_BASE(55, 55, 6, 0x10, 0x10, 6, 1), 104 PIN_FIELD_BASE(56, 56, 6, 0x10, 0x10, 1, 1), 105 }; 106 107 static const struct mtk_pin_field_calc mt7981_pin_smt_range[] = { 108 PIN_FIELD_BASE(0, 0, 1, 0x60, 0x10, 1, 1), 109 PIN_FIELD_BASE(1, 1, 1, 0x60, 0x10, 0, 1), 110 PIN_FIELD_BASE(2, 2, 5, 0x90, 0x10, 6, 1), 111 PIN_FIELD_BASE(3, 3, 4, 0x80, 0x10, 6, 1), 112 PIN_FIELD_BASE(4, 4, 4, 0x80, 0x10, 2, 1), 113 PIN_FIELD_BASE(5, 5, 4, 0x80, 0x10, 1, 1), 114 PIN_FIELD_BASE(6, 6, 4, 0x80, 0x10, 3, 1), 115 PIN_FIELD_BASE(7, 7, 4, 0x80, 0x10, 0, 1), 116 PIN_FIELD_BASE(8, 8, 4, 0x80, 0x10, 4, 1), 117 118 PIN_FIELD_BASE(9, 9, 5, 0x90, 0x10, 9, 1), 119 PIN_FIELD_BASE(10, 10, 5, 0x90, 0x10, 8, 1), 120 PIN_FIELD_BASE(11, 11, 5, 0x90, 0x10, 10, 1), 121 PIN_FIELD_BASE(12, 12, 5, 0x90, 0x10, 7, 1), 122 PIN_FIELD_BASE(13, 13, 5, 0x90, 0x10, 11, 1), 123 124 PIN_FIELD_BASE(14, 14, 4, 0x80, 0x10, 8, 1), 125 126 PIN_FIELD_BASE(15, 15, 2, 0x90, 0x10, 0, 1), 127 PIN_FIELD_BASE(16, 16, 2, 0x90, 0x10, 1, 1), 128 PIN_FIELD_BASE(17, 17, 2, 0x90, 0x10, 5, 1), 129 PIN_FIELD_BASE(18, 18, 2, 0x90, 0x10, 4, 1), 130 PIN_FIELD_BASE(19, 19, 2, 0x90, 0x10, 2, 1), 131 PIN_FIELD_BASE(20, 20, 2, 0x90, 0x10, 3, 1), 132 PIN_FIELD_BASE(21, 21, 2, 0x90, 0x10, 6, 1), 133 PIN_FIELD_BASE(22, 22, 2, 0x90, 0x10, 7, 1), 134 PIN_FIELD_BASE(23, 23, 2, 0x90, 0x10, 10, 1), 135 PIN_FIELD_BASE(24, 24, 2, 0x90, 0x10, 9, 1), 136 PIN_FIELD_BASE(25, 25, 2, 0x90, 0x10, 8, 1), 137 138 PIN_FIELD_BASE(26, 26, 5, 0x90, 0x10, 0, 1), 139 PIN_FIELD_BASE(27, 27, 5, 0x90, 0x10, 4, 1), 140 PIN_FIELD_BASE(28, 28, 5, 0x90, 0x10, 3, 1), 141 PIN_FIELD_BASE(29, 29, 5, 0x90, 0x10, 1, 1), 142 PIN_FIELD_BASE(30, 30, 5, 0x90, 0x10, 2, 1), 143 PIN_FIELD_BASE(31, 31, 5, 0x90, 0x10, 5, 1), 144 145 PIN_FIELD_BASE(32, 32, 1, 0x60, 0x10, 2, 1), 146 PIN_FIELD_BASE(33, 33, 1, 0x60, 0x10, 3, 1), 147 148 PIN_FIELD_BASE(34, 34, 4, 0x80, 0x10, 5, 1), 149 PIN_FIELD_BASE(35, 35, 4, 0x80, 0x10, 7, 1), 150 151 PIN_FIELD_BASE(36, 36, 3, 0x60, 0x10, 2, 1), 152 PIN_FIELD_BASE(37, 37, 3, 0x60, 0x10, 3, 1), 153 PIN_FIELD_BASE(38, 38, 3, 0x60, 0x10, 0, 1), 154 PIN_FIELD_BASE(39, 39, 3, 0x60, 0x10, 1, 1), 155 156 PIN_FIELD_BASE(40, 40, 7, 0x70, 0x10, 1, 1), 157 PIN_FIELD_BASE(41, 41, 7, 0x70, 0x10, 0, 1), 158 PIN_FIELD_BASE(42, 42, 7, 0x70, 0x10, 9, 1), 159 PIN_FIELD_BASE(43, 43, 7, 0x70, 0x10, 7, 1), 160 PIN_FIELD_BASE(44, 44, 7, 0x30, 0x10, 8, 1), 161 PIN_FIELD_BASE(45, 45, 7, 0x70, 0x10, 3, 1), 162 PIN_FIELD_BASE(46, 46, 7, 0x70, 0x10, 4, 1), 163 PIN_FIELD_BASE(47, 47, 7, 0x70, 0x10, 5, 1), 164 PIN_FIELD_BASE(48, 48, 7, 0x70, 0x10, 6, 1), 165 PIN_FIELD_BASE(49, 49, 7, 0x70, 0x10, 2, 1), 166 167 PIN_FIELD_BASE(50, 50, 6, 0x50, 0x10, 0, 1), 168 PIN_FIELD_BASE(51, 51, 6, 0x50, 0x10, 2, 1), 169 PIN_FIELD_BASE(52, 52, 6, 0x50, 0x10, 3, 1), 170 PIN_FIELD_BASE(53, 53, 6, 0x50, 0x10, 4, 1), 171 PIN_FIELD_BASE(54, 54, 6, 0x50, 0x10, 5, 1), 172 PIN_FIELD_BASE(55, 55, 6, 0x50, 0x10, 6, 1), 173 PIN_FIELD_BASE(56, 56, 6, 0x50, 0x10, 1, 1), 174 }; 175 176 static const struct mtk_pin_field_calc mt7981_pin_pu_range[] = { 177 PIN_FIELD_BASE(40, 40, 7, 0x50, 0x10, 1, 1), 178 PIN_FIELD_BASE(41, 41, 7, 0x50, 0x10, 0, 1), 179 PIN_FIELD_BASE(42, 42, 7, 0x50, 0x10, 9, 1), 180 PIN_FIELD_BASE(43, 43, 7, 0x50, 0x10, 7, 1), 181 PIN_FIELD_BASE(44, 44, 7, 0x50, 0x10, 8, 1), 182 PIN_FIELD_BASE(45, 45, 7, 0x50, 0x10, 3, 1), 183 PIN_FIELD_BASE(46, 46, 7, 0x50, 0x10, 4, 1), 184 PIN_FIELD_BASE(47, 47, 7, 0x50, 0x10, 5, 1), 185 PIN_FIELD_BASE(48, 48, 7, 0x50, 0x10, 6, 1), 186 PIN_FIELD_BASE(49, 49, 7, 0x50, 0x10, 2, 1), 187 188 PIN_FIELD_BASE(50, 50, 6, 0x30, 0x10, 0, 1), 189 PIN_FIELD_BASE(51, 51, 6, 0x30, 0x10, 2, 1), 190 PIN_FIELD_BASE(52, 52, 6, 0x30, 0x10, 3, 1), 191 PIN_FIELD_BASE(53, 53, 6, 0x30, 0x10, 4, 1), 192 PIN_FIELD_BASE(54, 54, 6, 0x30, 0x10, 5, 1), 193 PIN_FIELD_BASE(55, 55, 6, 0x30, 0x10, 6, 1), 194 PIN_FIELD_BASE(56, 56, 6, 0x30, 0x10, 1, 1), 195 }; 196 197 static const struct mtk_pin_field_calc mt7981_pin_pd_range[] = { 198 PIN_FIELD_BASE(40, 40, 7, 0x40, 0x10, 1, 1), 199 PIN_FIELD_BASE(41, 41, 7, 0x40, 0x10, 0, 1), 200 PIN_FIELD_BASE(42, 42, 7, 0x40, 0x10, 9, 1), 201 PIN_FIELD_BASE(43, 43, 7, 0x40, 0x10, 7, 1), 202 PIN_FIELD_BASE(44, 44, 7, 0x40, 0x10, 8, 1), 203 PIN_FIELD_BASE(45, 45, 7, 0x40, 0x10, 3, 1), 204 PIN_FIELD_BASE(46, 46, 7, 0x40, 0x10, 4, 1), 205 PIN_FIELD_BASE(47, 47, 7, 0x40, 0x10, 5, 1), 206 PIN_FIELD_BASE(48, 48, 7, 0x40, 0x10, 6, 1), 207 PIN_FIELD_BASE(49, 49, 7, 0x40, 0x10, 2, 1), 208 209 PIN_FIELD_BASE(50, 50, 6, 0x20, 0x10, 0, 1), 210 PIN_FIELD_BASE(51, 51, 6, 0x20, 0x10, 2, 1), 211 PIN_FIELD_BASE(52, 52, 6, 0x20, 0x10, 3, 1), 212 PIN_FIELD_BASE(53, 53, 6, 0x20, 0x10, 4, 1), 213 PIN_FIELD_BASE(54, 54, 6, 0x20, 0x10, 5, 1), 214 PIN_FIELD_BASE(55, 55, 6, 0x20, 0x10, 6, 1), 215 PIN_FIELD_BASE(56, 56, 6, 0x20, 0x10, 1, 1), 216 }; 217 218 static const struct mtk_pin_field_calc mt7981_pin_drv_range[] = { 219 PIN_FIELD_BASE(0, 0, 1, 0x00, 0x10, 3, 3), 220 PIN_FIELD_BASE(1, 1, 1, 0x00, 0x10, 0, 3), 221 222 PIN_FIELD_BASE(2, 2, 5, 0x00, 0x10, 18, 3), 223 224 PIN_FIELD_BASE(3, 3, 4, 0x00, 0x10, 18, 1), 225 PIN_FIELD_BASE(4, 4, 4, 0x00, 0x10, 6, 1), 226 PIN_FIELD_BASE(5, 5, 4, 0x00, 0x10, 3, 3), 227 PIN_FIELD_BASE(6, 6, 4, 0x00, 0x10, 9, 3), 228 PIN_FIELD_BASE(7, 7, 4, 0x00, 0x10, 0, 3), 229 PIN_FIELD_BASE(8, 8, 4, 0x00, 0x10, 12, 3), 230 231 PIN_FIELD_BASE(9, 9, 5, 0x00, 0x10, 27, 3), 232 PIN_FIELD_BASE(10, 10, 5, 0x00, 0x10, 24, 3), 233 PIN_FIELD_BASE(11, 11, 5, 0x00, 0x10, 0, 3), 234 PIN_FIELD_BASE(12, 12, 5, 0x00, 0x10, 21, 3), 235 PIN_FIELD_BASE(13, 13, 5, 0x00, 0x10, 3, 3), 236 237 PIN_FIELD_BASE(14, 14, 4, 0x00, 0x10, 27, 3), 238 239 PIN_FIELD_BASE(15, 15, 2, 0x00, 0x10, 0, 3), 240 PIN_FIELD_BASE(16, 16, 2, 0x00, 0x10, 3, 3), 241 PIN_FIELD_BASE(17, 17, 2, 0x00, 0x10, 15, 3), 242 PIN_FIELD_BASE(18, 18, 2, 0x00, 0x10, 12, 3), 243 PIN_FIELD_BASE(19, 19, 2, 0x00, 0x10, 6, 3), 244 PIN_FIELD_BASE(20, 20, 2, 0x00, 0x10, 9, 3), 245 PIN_FIELD_BASE(21, 21, 2, 0x00, 0x10, 18, 3), 246 PIN_FIELD_BASE(22, 22, 2, 0x00, 0x10, 21, 3), 247 PIN_FIELD_BASE(23, 23, 2, 0x00, 0x10, 0, 3), 248 PIN_FIELD_BASE(24, 24, 2, 0x00, 0x10, 27, 3), 249 PIN_FIELD_BASE(25, 25, 2, 0x00, 0x10, 24, 3), 250 251 PIN_FIELD_BASE(26, 26, 5, 0x00, 0x10, 0, 3), 252 PIN_FIELD_BASE(27, 27, 5, 0x00, 0x10, 12, 3), 253 PIN_FIELD_BASE(28, 28, 5, 0x00, 0x10, 9, 3), 254 PIN_FIELD_BASE(29, 29, 5, 0x00, 0x10, 3, 3), 255 PIN_FIELD_BASE(30, 30, 5, 0x00, 0x10, 6, 3), 256 PIN_FIELD_BASE(31, 31, 5, 0x00, 0x10, 15, 3), 257 258 PIN_FIELD_BASE(32, 32, 1, 0x00, 0x10, 9, 3), 259 PIN_FIELD_BASE(33, 33, 1, 0x00, 0x10, 12, 3), 260 261 PIN_FIELD_BASE(34, 34, 4, 0x00, 0x10, 15, 3), 262 PIN_FIELD_BASE(35, 35, 4, 0x00, 0x10, 21, 3), 263 264 PIN_FIELD_BASE(36, 36, 3, 0x00, 0x10, 6, 3), 265 PIN_FIELD_BASE(37, 37, 3, 0x00, 0x10, 9, 3), 266 PIN_FIELD_BASE(38, 38, 3, 0x00, 0x10, 0, 3), 267 PIN_FIELD_BASE(39, 39, 3, 0x00, 0x10, 3, 3), 268 269 PIN_FIELD_BASE(40, 40, 7, 0x00, 0x10, 3, 3), 270 PIN_FIELD_BASE(41, 41, 7, 0x00, 0x10, 0, 3), 271 PIN_FIELD_BASE(42, 42, 7, 0x00, 0x10, 27, 3), 272 PIN_FIELD_BASE(43, 43, 7, 0x00, 0x10, 21, 3), 273 PIN_FIELD_BASE(44, 44, 7, 0x00, 0x10, 24, 3), 274 PIN_FIELD_BASE(45, 45, 7, 0x00, 0x10, 9, 3), 275 PIN_FIELD_BASE(46, 46, 7, 0x00, 0x10, 12, 3), 276 PIN_FIELD_BASE(47, 47, 7, 0x00, 0x10, 15, 3), 277 PIN_FIELD_BASE(48, 48, 7, 0x00, 0x10, 18, 3), 278 PIN_FIELD_BASE(49, 49, 7, 0x00, 0x10, 6, 3), 279 280 PIN_FIELD_BASE(50, 50, 6, 0x00, 0x10, 0, 3), 281 PIN_FIELD_BASE(51, 51, 6, 0x00, 0x10, 6, 3), 282 PIN_FIELD_BASE(52, 52, 6, 0x00, 0x10, 9, 3), 283 PIN_FIELD_BASE(53, 53, 6, 0x00, 0x10, 12, 3), 284 PIN_FIELD_BASE(54, 54, 6, 0x00, 0x10, 15, 3), 285 PIN_FIELD_BASE(55, 55, 6, 0x00, 0x10, 18, 3), 286 PIN_FIELD_BASE(56, 56, 6, 0x00, 0x10, 3, 3), 287 }; 288 289 static const struct mtk_pin_field_calc mt7981_pin_pupd_range[] = { 290 PIN_FIELD_BASE(0, 0, 1, 0x20, 0x10, 1, 1), 291 PIN_FIELD_BASE(1, 1, 1, 0x20, 0x10, 0, 1), 292 PIN_FIELD_BASE(2, 2, 5, 0x30, 0x10, 6, 1), 293 PIN_FIELD_BASE(3, 3, 4, 0x30, 0x10, 6, 1), 294 PIN_FIELD_BASE(4, 4, 4, 0x30, 0x10, 2, 1), 295 PIN_FIELD_BASE(5, 5, 4, 0x30, 0x10, 1, 1), 296 PIN_FIELD_BASE(6, 6, 4, 0x30, 0x10, 3, 1), 297 PIN_FIELD_BASE(7, 7, 4, 0x30, 0x10, 0, 1), 298 PIN_FIELD_BASE(8, 8, 4, 0x30, 0x10, 4, 1), 299 300 PIN_FIELD_BASE(9, 9, 5, 0x30, 0x10, 9, 1), 301 PIN_FIELD_BASE(10, 10, 5, 0x30, 0x10, 8, 1), 302 PIN_FIELD_BASE(11, 11, 5, 0x30, 0x10, 10, 1), 303 PIN_FIELD_BASE(12, 12, 5, 0x30, 0x10, 7, 1), 304 PIN_FIELD_BASE(13, 13, 5, 0x30, 0x10, 11, 1), 305 306 PIN_FIELD_BASE(14, 14, 4, 0x30, 0x10, 8, 1), 307 308 PIN_FIELD_BASE(15, 15, 2, 0x30, 0x10, 0, 1), 309 PIN_FIELD_BASE(16, 16, 2, 0x30, 0x10, 1, 1), 310 PIN_FIELD_BASE(17, 17, 2, 0x30, 0x10, 5, 1), 311 PIN_FIELD_BASE(18, 18, 2, 0x30, 0x10, 4, 1), 312 PIN_FIELD_BASE(19, 19, 2, 0x30, 0x10, 2, 1), 313 PIN_FIELD_BASE(20, 20, 2, 0x90, 0x10, 3, 1), 314 PIN_FIELD_BASE(21, 21, 2, 0x30, 0x10, 6, 1), 315 PIN_FIELD_BASE(22, 22, 2, 0x30, 0x10, 7, 1), 316 PIN_FIELD_BASE(23, 23, 2, 0x30, 0x10, 10, 1), 317 PIN_FIELD_BASE(24, 24, 2, 0x30, 0x10, 9, 1), 318 PIN_FIELD_BASE(25, 25, 2, 0x30, 0x10, 8, 1), 319 320 PIN_FIELD_BASE(26, 26, 5, 0x30, 0x10, 0, 1), 321 PIN_FIELD_BASE(27, 27, 5, 0x30, 0x10, 4, 1), 322 PIN_FIELD_BASE(28, 28, 5, 0x30, 0x10, 3, 1), 323 PIN_FIELD_BASE(29, 29, 5, 0x30, 0x10, 1, 1), 324 PIN_FIELD_BASE(30, 30, 5, 0x30, 0x10, 2, 1), 325 PIN_FIELD_BASE(31, 31, 5, 0x30, 0x10, 5, 1), 326 327 PIN_FIELD_BASE(32, 32, 1, 0x20, 0x10, 2, 1), 328 PIN_FIELD_BASE(33, 33, 1, 0x20, 0x10, 3, 1), 329 330 PIN_FIELD_BASE(34, 34, 4, 0x30, 0x10, 5, 1), 331 PIN_FIELD_BASE(35, 35, 4, 0x30, 0x10, 7, 1), 332 333 PIN_FIELD_BASE(36, 36, 3, 0x20, 0x10, 2, 1), 334 PIN_FIELD_BASE(37, 37, 3, 0x20, 0x10, 3, 1), 335 PIN_FIELD_BASE(38, 38, 3, 0x20, 0x10, 0, 1), 336 PIN_FIELD_BASE(39, 39, 3, 0x20, 0x10, 1, 1), 337 }; 338 339 static const struct mtk_pin_field_calc mt7981_pin_r0_range[] = { 340 PIN_FIELD_BASE(0, 0, 1, 0x30, 0x10, 1, 1), 341 PIN_FIELD_BASE(1, 1, 1, 0x30, 0x10, 0, 1), 342 PIN_FIELD_BASE(2, 2, 5, 0x40, 0x10, 6, 1), 343 PIN_FIELD_BASE(3, 3, 4, 0x40, 0x10, 6, 1), 344 PIN_FIELD_BASE(4, 4, 4, 0x40, 0x10, 2, 1), 345 PIN_FIELD_BASE(5, 5, 4, 0x40, 0x10, 1, 1), 346 PIN_FIELD_BASE(6, 6, 4, 0x40, 0x10, 3, 1), 347 PIN_FIELD_BASE(7, 7, 4, 0x40, 0x10, 0, 1), 348 PIN_FIELD_BASE(8, 8, 4, 0x40, 0x10, 4, 1), 349 350 PIN_FIELD_BASE(9, 9, 5, 0x40, 0x10, 9, 1), 351 PIN_FIELD_BASE(10, 10, 5, 0x40, 0x10, 8, 1), 352 PIN_FIELD_BASE(11, 11, 5, 0x40, 0x10, 10, 1), 353 PIN_FIELD_BASE(12, 12, 5, 0x40, 0x10, 7, 1), 354 PIN_FIELD_BASE(13, 13, 5, 0x40, 0x10, 11, 1), 355 356 PIN_FIELD_BASE(14, 14, 4, 0x40, 0x10, 8, 1), 357 358 PIN_FIELD_BASE(15, 15, 2, 0x40, 0x10, 0, 1), 359 PIN_FIELD_BASE(16, 16, 2, 0x40, 0x10, 1, 1), 360 PIN_FIELD_BASE(17, 17, 2, 0x40, 0x10, 5, 1), 361 PIN_FIELD_BASE(18, 18, 2, 0x40, 0x10, 4, 1), 362 PIN_FIELD_BASE(19, 19, 2, 0x40, 0x10, 2, 1), 363 PIN_FIELD_BASE(20, 20, 2, 0x40, 0x10, 3, 1), 364 PIN_FIELD_BASE(21, 21, 2, 0x40, 0x10, 6, 1), 365 PIN_FIELD_BASE(22, 22, 2, 0x40, 0x10, 7, 1), 366 PIN_FIELD_BASE(23, 23, 2, 0x40, 0x10, 10, 1), 367 PIN_FIELD_BASE(24, 24, 2, 0x40, 0x10, 9, 1), 368 PIN_FIELD_BASE(25, 25, 2, 0x40, 0x10, 8, 1), 369 370 PIN_FIELD_BASE(26, 26, 5, 0x40, 0x10, 0, 1), 371 PIN_FIELD_BASE(27, 27, 5, 0x40, 0x10, 4, 1), 372 PIN_FIELD_BASE(28, 28, 5, 0x40, 0x10, 3, 1), 373 PIN_FIELD_BASE(29, 29, 5, 0x40, 0x10, 1, 1), 374 PIN_FIELD_BASE(30, 30, 5, 0x40, 0x10, 2, 1), 375 PIN_FIELD_BASE(31, 31, 5, 0x40, 0x10, 5, 1), 376 377 PIN_FIELD_BASE(32, 32, 1, 0x30, 0x10, 2, 1), 378 PIN_FIELD_BASE(33, 33, 1, 0x30, 0x10, 3, 1), 379 380 PIN_FIELD_BASE(34, 34, 4, 0x40, 0x10, 5, 1), 381 PIN_FIELD_BASE(35, 35, 4, 0x40, 0x10, 7, 1), 382 383 PIN_FIELD_BASE(36, 36, 3, 0x30, 0x10, 2, 1), 384 PIN_FIELD_BASE(37, 37, 3, 0x30, 0x10, 3, 1), 385 PIN_FIELD_BASE(38, 38, 3, 0x30, 0x10, 0, 1), 386 PIN_FIELD_BASE(39, 39, 3, 0x30, 0x10, 1, 1), 387 }; 388 389 static const struct mtk_pin_field_calc mt7981_pin_r1_range[] = { 390 PIN_FIELD_BASE(0, 0, 1, 0x40, 0x10, 1, 1), 391 PIN_FIELD_BASE(1, 1, 1, 0x40, 0x10, 0, 1), 392 PIN_FIELD_BASE(2, 2, 5, 0x50, 0x10, 6, 1), 393 PIN_FIELD_BASE(3, 3, 4, 0x50, 0x10, 6, 1), 394 PIN_FIELD_BASE(4, 4, 4, 0x50, 0x10, 2, 1), 395 PIN_FIELD_BASE(5, 5, 4, 0x50, 0x10, 1, 1), 396 PIN_FIELD_BASE(6, 6, 4, 0x50, 0x10, 3, 1), 397 PIN_FIELD_BASE(7, 7, 4, 0x50, 0x10, 0, 1), 398 PIN_FIELD_BASE(8, 8, 4, 0x50, 0x10, 4, 1), 399 400 PIN_FIELD_BASE(9, 9, 5, 0x50, 0x10, 9, 1), 401 PIN_FIELD_BASE(10, 10, 5, 0x50, 0x10, 8, 1), 402 PIN_FIELD_BASE(11, 11, 5, 0x50, 0x10, 10, 1), 403 PIN_FIELD_BASE(12, 12, 5, 0x50, 0x10, 7, 1), 404 PIN_FIELD_BASE(13, 13, 5, 0x50, 0x10, 11, 1), 405 406 PIN_FIELD_BASE(14, 14, 4, 0x50, 0x10, 8, 1), 407 408 PIN_FIELD_BASE(15, 15, 2, 0x50, 0x10, 0, 1), 409 PIN_FIELD_BASE(16, 16, 2, 0x50, 0x10, 1, 1), 410 PIN_FIELD_BASE(17, 17, 2, 0x50, 0x10, 5, 1), 411 PIN_FIELD_BASE(18, 18, 2, 0x50, 0x10, 4, 1), 412 PIN_FIELD_BASE(19, 19, 2, 0x50, 0x10, 2, 1), 413 PIN_FIELD_BASE(20, 20, 2, 0x50, 0x10, 3, 1), 414 PIN_FIELD_BASE(21, 21, 2, 0x50, 0x10, 6, 1), 415 PIN_FIELD_BASE(22, 22, 2, 0x50, 0x10, 7, 1), 416 PIN_FIELD_BASE(23, 23, 2, 0x50, 0x10, 10, 1), 417 PIN_FIELD_BASE(24, 24, 2, 0x50, 0x10, 9, 1), 418 PIN_FIELD_BASE(25, 25, 2, 0x50, 0x10, 8, 1), 419 420 PIN_FIELD_BASE(26, 26, 5, 0x50, 0x10, 0, 1), 421 PIN_FIELD_BASE(27, 27, 5, 0x50, 0x10, 4, 1), 422 PIN_FIELD_BASE(28, 28, 5, 0x50, 0x10, 3, 1), 423 PIN_FIELD_BASE(29, 29, 5, 0x50, 0x10, 1, 1), 424 PIN_FIELD_BASE(30, 30, 5, 0x50, 0x10, 2, 1), 425 PIN_FIELD_BASE(31, 31, 5, 0x50, 0x10, 5, 1), 426 427 PIN_FIELD_BASE(32, 32, 1, 0x40, 0x10, 2, 1), 428 PIN_FIELD_BASE(33, 33, 1, 0x40, 0x10, 3, 1), 429 430 PIN_FIELD_BASE(34, 34, 4, 0x50, 0x10, 5, 1), 431 PIN_FIELD_BASE(35, 35, 4, 0x50, 0x10, 7, 1), 432 433 PIN_FIELD_BASE(36, 36, 3, 0x40, 0x10, 2, 1), 434 PIN_FIELD_BASE(37, 37, 3, 0x40, 0x10, 3, 1), 435 PIN_FIELD_BASE(38, 38, 3, 0x40, 0x10, 0, 1), 436 PIN_FIELD_BASE(39, 39, 3, 0x40, 0x10, 1, 1), 437 }; 438 439 static const unsigned int mt7981_pull_type[] = { 440 MTK_PULL_PUPD_R1R0_TYPE,/*0*/ MTK_PULL_PUPD_R1R0_TYPE,/*1*/ 441 MTK_PULL_PUPD_R1R0_TYPE,/*2*/ MTK_PULL_PUPD_R1R0_TYPE,/*3*/ 442 MTK_PULL_PUPD_R1R0_TYPE,/*4*/ MTK_PULL_PUPD_R1R0_TYPE,/*5*/ 443 MTK_PULL_PUPD_R1R0_TYPE,/*6*/ MTK_PULL_PUPD_R1R0_TYPE,/*7*/ 444 MTK_PULL_PUPD_R1R0_TYPE,/*8*/ MTK_PULL_PUPD_R1R0_TYPE,/*9*/ 445 MTK_PULL_PUPD_R1R0_TYPE,/*10*/ MTK_PULL_PUPD_R1R0_TYPE,/*11*/ 446 MTK_PULL_PUPD_R1R0_TYPE,/*12*/ MTK_PULL_PUPD_R1R0_TYPE,/*13*/ 447 MTK_PULL_PUPD_R1R0_TYPE,/*14*/ MTK_PULL_PUPD_R1R0_TYPE,/*15*/ 448 MTK_PULL_PUPD_R1R0_TYPE,/*16*/ MTK_PULL_PUPD_R1R0_TYPE,/*17*/ 449 MTK_PULL_PUPD_R1R0_TYPE,/*18*/ MTK_PULL_PUPD_R1R0_TYPE,/*19*/ 450 MTK_PULL_PUPD_R1R0_TYPE,/*20*/ MTK_PULL_PUPD_R1R0_TYPE,/*21*/ 451 MTK_PULL_PUPD_R1R0_TYPE,/*22*/ MTK_PULL_PUPD_R1R0_TYPE,/*23*/ 452 MTK_PULL_PUPD_R1R0_TYPE,/*24*/ MTK_PULL_PUPD_R1R0_TYPE,/*25*/ 453 MTK_PULL_PUPD_R1R0_TYPE,/*26*/ MTK_PULL_PUPD_R1R0_TYPE,/*27*/ 454 MTK_PULL_PUPD_R1R0_TYPE,/*28*/ MTK_PULL_PUPD_R1R0_TYPE,/*29*/ 455 MTK_PULL_PUPD_R1R0_TYPE,/*30*/ MTK_PULL_PUPD_R1R0_TYPE,/*31*/ 456 MTK_PULL_PUPD_R1R0_TYPE,/*32*/ MTK_PULL_PUPD_R1R0_TYPE,/*33*/ 457 MTK_PULL_PUPD_R1R0_TYPE,/*34*/ MTK_PULL_PUPD_R1R0_TYPE,/*35*/ 458 MTK_PULL_PUPD_R1R0_TYPE,/*36*/ MTK_PULL_PUPD_R1R0_TYPE,/*37*/ 459 MTK_PULL_PUPD_R1R0_TYPE,/*38*/ MTK_PULL_PUPD_R1R0_TYPE,/*39*/ 460 MTK_PULL_PU_PD_TYPE,/*40*/ MTK_PULL_PU_PD_TYPE,/*41*/ 461 MTK_PULL_PU_PD_TYPE,/*42*/ MTK_PULL_PU_PD_TYPE,/*43*/ 462 MTK_PULL_PU_PD_TYPE,/*44*/ MTK_PULL_PU_PD_TYPE,/*45*/ 463 MTK_PULL_PU_PD_TYPE,/*46*/ MTK_PULL_PU_PD_TYPE,/*47*/ 464 MTK_PULL_PU_PD_TYPE,/*48*/ MTK_PULL_PU_PD_TYPE,/*49*/ 465 MTK_PULL_PU_PD_TYPE,/*50*/ MTK_PULL_PU_PD_TYPE,/*51*/ 466 MTK_PULL_PU_PD_TYPE,/*52*/ MTK_PULL_PU_PD_TYPE,/*53*/ 467 MTK_PULL_PU_PD_TYPE,/*54*/ MTK_PULL_PU_PD_TYPE,/*55*/ 468 MTK_PULL_PU_PD_TYPE,/*56*/ 469 }; 470 471 static const struct mtk_pin_reg_calc mt7981_reg_cals[] = { 472 [PINCTRL_PIN_REG_MODE] = MTK_RANGE(mt7981_pin_mode_range), 473 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7981_pin_dir_range), 474 [PINCTRL_PIN_REG_DI] = MTK_RANGE(mt7981_pin_di_range), 475 [PINCTRL_PIN_REG_DO] = MTK_RANGE(mt7981_pin_do_range), 476 [PINCTRL_PIN_REG_SMT] = MTK_RANGE(mt7981_pin_smt_range), 477 [PINCTRL_PIN_REG_IES] = MTK_RANGE(mt7981_pin_ies_range), 478 [PINCTRL_PIN_REG_PU] = MTK_RANGE(mt7981_pin_pu_range), 479 [PINCTRL_PIN_REG_PD] = MTK_RANGE(mt7981_pin_pd_range), 480 [PINCTRL_PIN_REG_DRV] = MTK_RANGE(mt7981_pin_drv_range), 481 [PINCTRL_PIN_REG_PUPD] = MTK_RANGE(mt7981_pin_pupd_range), 482 [PINCTRL_PIN_REG_R0] = MTK_RANGE(mt7981_pin_r0_range), 483 [PINCTRL_PIN_REG_R1] = MTK_RANGE(mt7981_pin_r1_range), 484 }; 485 486 static const struct mtk_pin_desc mt7981_pins[] = { 487 MT7981_PIN(0, "GPIO_WPS"), 488 MT7981_PIN(1, "GPIO_RESET"), 489 MT7981_PIN(2, "SYS_WATCHDOG"), 490 MT7981_PIN(3, "PCIE_PERESET_N"), 491 MT7981_PIN(4, "JTAG_JTDO"), 492 MT7981_PIN(5, "JTAG_JTDI"), 493 MT7981_PIN(6, "JTAG_JTMS"), 494 MT7981_PIN(7, "JTAG_JTCLK"), 495 MT7981_PIN(8, "JTAG_JTRST_N"), 496 MT7981_PIN(9, "WO_JTAG_JTDO"), 497 MT7981_PIN(10, "WO_JTAG_JTDI"), 498 MT7981_PIN(11, "WO_JTAG_JTMS"), 499 MT7981_PIN(12, "WO_JTAG_JTCLK"), 500 MT7981_PIN(13, "WO_JTAG_JTRST_N"), 501 MT7981_PIN(14, "USB_VBUS"), 502 MT7981_PIN(15, "PWM0"), 503 MT7981_PIN(16, "SPI0_CLK"), 504 MT7981_PIN(17, "SPI0_MOSI"), 505 MT7981_PIN(18, "SPI0_MISO"), 506 MT7981_PIN(19, "SPI0_CS"), 507 MT7981_PIN(20, "SPI0_HOLD"), 508 MT7981_PIN(21, "SPI0_WP"), 509 MT7981_PIN(22, "SPI1_CLK"), 510 MT7981_PIN(23, "SPI1_MOSI"), 511 MT7981_PIN(24, "SPI1_MISO"), 512 MT7981_PIN(25, "SPI1_CS"), 513 MT7981_PIN(26, "SPI2_CLK"), 514 MT7981_PIN(27, "SPI2_MOSI"), 515 MT7981_PIN(28, "SPI2_MISO"), 516 MT7981_PIN(29, "SPI2_CS"), 517 MT7981_PIN(30, "SPI2_HOLD"), 518 MT7981_PIN(31, "SPI2_WP"), 519 MT7981_PIN(32, "UART0_RXD"), 520 MT7981_PIN(33, "UART0_TXD"), 521 MT7981_PIN(34, "PCIE_CLK_REQ"), 522 MT7981_PIN(35, "PCIE_WAKE_N"), 523 MT7981_PIN(36, "SMI_MDC"), 524 MT7981_PIN(37, "SMI_MDIO"), 525 MT7981_PIN(38, "GBE_INT"), 526 MT7981_PIN(39, "GBE_RESET"), 527 MT7981_PIN(40, "WF_DIG_RESETB"), 528 MT7981_PIN(41, "WF_CBA_RESETB"), 529 MT7981_PIN(42, "WF_XO_REQ"), 530 MT7981_PIN(43, "WF_TOP_CLK"), 531 MT7981_PIN(44, "WF_TOP_DATA"), 532 MT7981_PIN(45, "WF_HB1"), 533 MT7981_PIN(46, "WF_HB2"), 534 MT7981_PIN(47, "WF_HB3"), 535 MT7981_PIN(48, "WF_HB4"), 536 MT7981_PIN(49, "WF_HB0"), 537 MT7981_PIN(50, "WF_HB0_B"), 538 MT7981_PIN(51, "WF_HB5"), 539 MT7981_PIN(52, "WF_HB6"), 540 MT7981_PIN(53, "WF_HB7"), 541 MT7981_PIN(54, "WF_HB8"), 542 MT7981_PIN(55, "WF_HB9"), 543 MT7981_PIN(56, "WF_HB10"), 544 }; 545 546 /* List all groups consisting of these pins dedicated to the enablement of 547 * certain hardware block and the corresponding mode for all of the pins. 548 * The hardware probably has multiple combinations of these pinouts. 549 */ 550 551 /* WA_AICE */ 552 static int mt7981_wa_aice1_pins[] = { 0, 1, }; 553 static int mt7981_wa_aice1_funcs[] = { 2, 2, }; 554 555 static int mt7981_wa_aice2_pins[] = { 0, 1, }; 556 static int mt7981_wa_aice2_funcs[] = { 3, 3, }; 557 558 static int mt7981_wa_aice3_pins[] = { 28, 29, }; 559 static int mt7981_wa_aice3_funcs[] = { 3, 3, }; 560 561 static int mt7981_wm_aice1_pins[] = { 9, 10, }; 562 static int mt7981_wm_aice1_funcs[] = { 2, 2, }; 563 564 static int mt7981_wm_aice2_pins[] = { 30, 31, }; 565 static int mt7981_wm_aice2_funcs[] = { 5, 5, }; 566 567 /* WM_UART */ 568 static int mt7981_wm_uart_0_pins[] = { 0, 1, }; 569 static int mt7981_wm_uart_0_funcs[] = { 5, 5, }; 570 571 static int mt7981_wm_uart_1_pins[] = { 20, 21, }; 572 static int mt7981_wm_uart_1_funcs[] = { 4, 4, }; 573 574 static int mt7981_wm_uart_2_pins[] = { 30, 31, }; 575 static int mt7981_wm_uart_2_funcs[] = { 3, 3, }; 576 577 /* DFD */ 578 static int mt7981_dfd_pins[] = { 0, 1, 4, 5, }; 579 static int mt7981_dfd_funcs[] = { 5, 5, 6, 6, }; 580 581 /* SYS_WATCHDOG */ 582 static int mt7981_watchdog_pins[] = { 2, }; 583 static int mt7981_watchdog_funcs[] = { 1, }; 584 585 static int mt7981_watchdog1_pins[] = { 13, }; 586 static int mt7981_watchdog1_funcs[] = { 5, }; 587 588 /* PCIE_PERESET_N */ 589 static int mt7981_pcie_pereset_pins[] = { 3, }; 590 static int mt7981_pcie_pereset_funcs[] = { 1, }; 591 592 /* JTAG */ 593 static int mt7981_jtag_pins[] = { 4, 5, 6, 7, 8, }; 594 static int mt7981_jtag_funcs[] = { 1, 1, 1, 1, 1, }; 595 596 /* WM_JTAG */ 597 static int mt7981_wm_jtag_0_pins[] = { 4, 5, 6, 7, 8, }; 598 static int mt7981_wm_jtag_0_funcs[] = { 2, 2, 2, 2, 2, }; 599 600 static int mt7981_wm_jtag_1_pins[] = { 20, 21, 22, 23, 24, }; 601 static int mt7981_wm_jtag_1_funcs[] = { 5, 5, 5, 5, 5, }; 602 603 /* WO0_JTAG */ 604 static int mt7981_wo0_jtag_0_pins[] = { 9, 10, 11, 12, 13, }; 605 static int mt7981_wo0_jtag_0_funcs[] = { 1, 1, 1, 1, 1, }; 606 607 static int mt7981_wo0_jtag_1_pins[] = { 25, 26, 27, 28, 29, }; 608 static int mt7981_wo0_jtag_1_funcs[] = { 5, 5, 5, 5, 5, }; 609 610 /* UART2 */ 611 static int mt7981_uart2_0_pins[] = { 4, 5, 6, 7, }; 612 static int mt7981_uart2_0_funcs[] = { 3, 3, 3, 3, }; 613 614 /* GBE_LED0 */ 615 static int mt7981_gbe_led0_pins[] = { 8, }; 616 static int mt7981_gbe_led0_funcs[] = { 3, }; 617 618 /* PTA_EXT */ 619 static int mt7981_pta_ext_0_pins[] = { 4, 5, 6, }; 620 static int mt7981_pta_ext_0_funcs[] = { 4, 4, 4, }; 621 622 static int mt7981_pta_ext_1_pins[] = { 22, 23, 24, }; 623 static int mt7981_pta_ext_1_funcs[] = { 4, 4, 4, }; 624 625 /* PWM2 */ 626 static int mt7981_pwm2_pins[] = { 7, }; 627 static int mt7981_pwm2_funcs[] = { 4, }; 628 629 /* NET_WO0_UART_TXD */ 630 static int mt7981_net_wo0_uart_txd_0_pins[] = { 8, }; 631 static int mt7981_net_wo0_uart_txd_0_funcs[] = { 4, }; 632 633 static int mt7981_net_wo0_uart_txd_1_pins[] = { 14, }; 634 static int mt7981_net_wo0_uart_txd_1_funcs[] = { 3, }; 635 636 static int mt7981_net_wo0_uart_txd_2_pins[] = { 15, }; 637 static int mt7981_net_wo0_uart_txd_2_funcs[] = { 4, }; 638 639 /* SPI1 */ 640 static int mt7981_spi1_0_pins[] = { 4, 5, 6, 7, }; 641 static int mt7981_spi1_0_funcs[] = { 5, 5, 5, 5, }; 642 643 /* I2C */ 644 static int mt7981_i2c0_0_pins[] = { 6, 7, }; 645 static int mt7981_i2c0_0_funcs[] = { 6, 6, }; 646 647 static int mt7981_i2c0_1_pins[] = { 30, 31, }; 648 static int mt7981_i2c0_1_funcs[] = { 4, 4, }; 649 650 static int mt7981_i2c0_2_pins[] = { 36, 37, }; 651 static int mt7981_i2c0_2_funcs[] = { 2, 2, }; 652 653 static int mt7981_u2_phy_i2c_pins[] = { 30, 31, }; 654 static int mt7981_u2_phy_i2c_funcs[] = { 6, 6, }; 655 656 static int mt7981_u3_phy_i2c_pins[] = { 32, 33, }; 657 static int mt7981_u3_phy_i2c_funcs[] = { 3, 3, }; 658 659 static int mt7981_sgmii1_phy_i2c_pins[] = { 32, 33, }; 660 static int mt7981_sgmii1_phy_i2c_funcs[] = { 2, 2, }; 661 662 static int mt7981_sgmii0_phy_i2c_pins[] = { 32, 33, }; 663 static int mt7981_sgmii0_phy_i2c_funcs[] = { 5, 5, }; 664 665 /* DFD_NTRST */ 666 static int mt7981_dfd_ntrst_pins[] = { 8, }; 667 static int mt7981_dfd_ntrst_funcs[] = { 6, }; 668 669 /* PWM0 */ 670 static int mt7981_pwm0_0_pins[] = { 13, }; 671 static int mt7981_pwm0_0_funcs[] = { 2, }; 672 673 static int mt7981_pwm0_1_pins[] = { 15, }; 674 static int mt7981_pwm0_1_funcs[] = { 1, }; 675 676 /* PWM1 */ 677 static int mt7981_pwm1_0_pins[] = { 14, }; 678 static int mt7981_pwm1_0_funcs[] = { 2, }; 679 680 static int mt7981_pwm1_1_pins[] = { 15, }; 681 static int mt7981_pwm1_1_funcs[] = { 3, }; 682 683 /* GBE_LED1 */ 684 static int mt7981_gbe_led1_pins[] = { 13, }; 685 static int mt7981_gbe_led1_funcs[] = { 3, }; 686 687 /* PCM */ 688 static int mt7981_pcm_pins[] = { 9, 10, 11, 12, 13, 25 }; 689 static int mt7981_pcm_funcs[] = { 4, 4, 4, 4, 4, 4, }; 690 691 /* UDI */ 692 static int mt7981_udi_pins[] = { 9, 10, 11, 12, 13, }; 693 static int mt7981_udi_funcs[] = { 6, 6, 6, 6, 6, }; 694 695 /* DRV_VBUS */ 696 static int mt7981_drv_vbus_pins[] = { 14, }; 697 static int mt7981_drv_vbus_funcs[] = { 1, }; 698 699 /* EMMC */ 700 static int mt7981_emmc_45_pins[] = { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, }; 701 static int mt7981_emmc_45_funcs[] = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, }; 702 703 /* SNFI */ 704 static int mt7981_snfi_pins[] = { 16, 17, 18, 19, 20, 21, }; 705 static int mt7981_snfi_funcs[] = { 3, 3, 3, 3, 3, 3, }; 706 707 /* SPI0 */ 708 static int mt7981_spi0_pins[] = { 16, 17, 18, 19, }; 709 static int mt7981_spi0_funcs[] = { 1, 1, 1, 1, }; 710 711 /* SPI0 */ 712 static int mt7981_spi0_wp_hold_pins[] = { 20, 21, }; 713 static int mt7981_spi0_wp_hold_funcs[] = { 1, 1, }; 714 715 /* SPI1 */ 716 static int mt7981_spi1_1_pins[] = { 22, 23, 24, 25, }; 717 static int mt7981_spi1_1_funcs[] = { 1, 1, 1, 1, }; 718 719 /* SPI2 */ 720 static int mt7981_spi2_pins[] = { 26, 27, 28, 29, }; 721 static int mt7981_spi2_funcs[] = { 1, 1, 1, 1, }; 722 723 /* SPI2 */ 724 static int mt7981_spi2_wp_hold_pins[] = { 30, 31, }; 725 static int mt7981_spi2_wp_hold_funcs[] = { 1, 1, }; 726 727 /* UART1 */ 728 static int mt7981_uart1_0_pins[] = { 16, 17, 18, 19, }; 729 static int mt7981_uart1_0_funcs[] = { 4, 4, 4, 4, }; 730 731 static int mt7981_uart1_1_pins[] = { 26, 27, 28, 29, }; 732 static int mt7981_uart1_1_funcs[] = { 2, 2, 2, 2, }; 733 734 /* UART2 */ 735 static int mt7981_uart2_1_pins[] = { 22, 23, 24, 25, }; 736 static int mt7981_uart2_1_funcs[] = { 3, 3, 3, 3, }; 737 738 /* UART0 */ 739 static int mt7981_uart0_pins[] = { 32, 33, }; 740 static int mt7981_uart0_funcs[] = { 1, 1, }; 741 742 /* PCIE_CLK_REQ */ 743 static int mt7981_pcie_clk_pins[] = { 34, }; 744 static int mt7981_pcie_clk_funcs[] = { 2, }; 745 746 /* PCIE_WAKE_N */ 747 static int mt7981_pcie_wake_pins[] = { 35, }; 748 static int mt7981_pcie_wake_funcs[] = { 2, }; 749 750 /* MDC_MDIO */ 751 static int mt7981_smi_mdc_mdio_pins[] = { 36, 37, }; 752 static int mt7981_smi_mdc_mdio_funcs[] = { 1, 1, }; 753 754 static int mt7981_gbe_ext_mdc_mdio_pins[] = { 36, 37, }; 755 static int mt7981_gbe_ext_mdc_mdio_funcs[] = { 3, 3, }; 756 757 /* WF0_MODE1 */ 758 static int mt7981_wf0_mode1_pins[] = { 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56 }; 759 static int mt7981_wf0_mode1_funcs[] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; 760 761 /* WF0_MODE3 */ 762 static int mt7981_wf0_mode3_pins[] = { 45, 46, 47, 48, 49, 51 }; 763 static int mt7981_wf0_mode3_funcs[] = { 2, 2, 2, 2, 2, 2 }; 764 765 /* WF2G_LED */ 766 static int mt7981_wf2g_led0_pins[] = { 30, }; 767 static int mt7981_wf2g_led0_funcs[] = { 2, }; 768 769 static int mt7981_wf2g_led1_pins[] = { 34, }; 770 static int mt7981_wf2g_led1_funcs[] = { 1, }; 771 772 /* WF5G_LED */ 773 static int mt7981_wf5g_led0_pins[] = { 31, }; 774 static int mt7981_wf5g_led0_funcs[] = { 2, }; 775 776 static int mt7981_wf5g_led1_pins[] = { 35, }; 777 static int mt7981_wf5g_led1_funcs[] = { 1, }; 778 779 /* MT7531_INT */ 780 static int mt7981_mt7531_int_pins[] = { 38, }; 781 static int mt7981_mt7531_int_funcs[] = { 1, }; 782 783 /* ANT_SEL */ 784 static int mt7981_ant_sel_pins[] = { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 34, 35 }; 785 static int mt7981_ant_sel_funcs[] = { 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 }; 786 787 static const struct group_desc mt7981_groups[] = { 788 /* @GPIO(0,1): WA_AICE(2) */ 789 PINCTRL_PIN_GROUP("wa_aice1", mt7981_wa_aice1), 790 /* @GPIO(0,1): WA_AICE(3) */ 791 PINCTRL_PIN_GROUP("wa_aice2", mt7981_wa_aice2), 792 /* @GPIO(0,1): WM_UART(5) */ 793 PINCTRL_PIN_GROUP("wm_uart_0", mt7981_wm_uart_0), 794 /* @GPIO(0,1,4,5): DFD(6) */ 795 PINCTRL_PIN_GROUP("dfd", mt7981_dfd), 796 /* @GPIO(2): SYS_WATCHDOG(1) */ 797 PINCTRL_PIN_GROUP("watchdog", mt7981_watchdog), 798 /* @GPIO(3): PCIE_PERESET_N(1) */ 799 PINCTRL_PIN_GROUP("pcie_pereset", mt7981_pcie_pereset), 800 /* @GPIO(4,8) JTAG(1) */ 801 PINCTRL_PIN_GROUP("jtag", mt7981_jtag), 802 /* @GPIO(4,8) WM_JTAG(2) */ 803 PINCTRL_PIN_GROUP("wm_jtag_0", mt7981_wm_jtag_0), 804 /* @GPIO(9,13) WO0_JTAG(1) */ 805 PINCTRL_PIN_GROUP("wo0_jtag_0", mt7981_wo0_jtag_0), 806 /* @GPIO(4,7) WM_JTAG(3) */ 807 PINCTRL_PIN_GROUP("uart2_0", mt7981_uart2_0), 808 /* @GPIO(8) GBE_LED0(3) */ 809 PINCTRL_PIN_GROUP("gbe_led0", mt7981_gbe_led0), 810 /* @GPIO(4,6) PTA_EXT(4) */ 811 PINCTRL_PIN_GROUP("pta_ext_0", mt7981_pta_ext_0), 812 /* @GPIO(7) PWM2(4) */ 813 PINCTRL_PIN_GROUP("pwm2", mt7981_pwm2), 814 /* @GPIO(8) NET_WO0_UART_TXD(4) */ 815 PINCTRL_PIN_GROUP("net_wo0_uart_txd_0", mt7981_net_wo0_uart_txd_0), 816 /* @GPIO(4,7) SPI1(5) */ 817 PINCTRL_PIN_GROUP("spi1_0", mt7981_spi1_0), 818 /* @GPIO(6,7) I2C(5) */ 819 PINCTRL_PIN_GROUP("i2c0_0", mt7981_i2c0_0), 820 /* @GPIO(0,1,4,5): DFD_NTRST(6) */ 821 PINCTRL_PIN_GROUP("dfd_ntrst", mt7981_dfd_ntrst), 822 /* @GPIO(9,10): WM_AICE(2) */ 823 PINCTRL_PIN_GROUP("wm_aice1", mt7981_wm_aice1), 824 /* @GPIO(13): PWM0(2) */ 825 PINCTRL_PIN_GROUP("pwm0_0", mt7981_pwm0_0), 826 /* @GPIO(15): PWM0(1) */ 827 PINCTRL_PIN_GROUP("pwm0_1", mt7981_pwm0_1), 828 /* @GPIO(14): PWM1(2) */ 829 PINCTRL_PIN_GROUP("pwm1_0", mt7981_pwm1_0), 830 /* @GPIO(15): PWM1(3) */ 831 PINCTRL_PIN_GROUP("pwm1_1", mt7981_pwm1_1), 832 /* @GPIO(14) NET_WO0_UART_TXD(3) */ 833 PINCTRL_PIN_GROUP("net_wo0_uart_txd_1", mt7981_net_wo0_uart_txd_1), 834 /* @GPIO(15) NET_WO0_UART_TXD(4) */ 835 PINCTRL_PIN_GROUP("net_wo0_uart_txd_2", mt7981_net_wo0_uart_txd_2), 836 /* @GPIO(13) GBE_LED0(3) */ 837 PINCTRL_PIN_GROUP("gbe_led1", mt7981_gbe_led1), 838 /* @GPIO(9,13) PCM(4) */ 839 PINCTRL_PIN_GROUP("pcm", mt7981_pcm), 840 /* @GPIO(13): SYS_WATCHDOG1(5) */ 841 PINCTRL_PIN_GROUP("watchdog1", mt7981_watchdog1), 842 /* @GPIO(9,13) UDI(4) */ 843 PINCTRL_PIN_GROUP("udi", mt7981_udi), 844 /* @GPIO(14) DRV_VBUS(1) */ 845 PINCTRL_PIN_GROUP("drv_vbus", mt7981_drv_vbus), 846 /* @GPIO(15,25): EMMC(2) */ 847 PINCTRL_PIN_GROUP("emmc_45", mt7981_emmc_45), 848 /* @GPIO(16,21): SNFI(3) */ 849 PINCTRL_PIN_GROUP("snfi", mt7981_snfi), 850 /* @GPIO(16,19): SPI0(1) */ 851 PINCTRL_PIN_GROUP("spi0", mt7981_spi0), 852 /* @GPIO(20,21): SPI0(1) */ 853 PINCTRL_PIN_GROUP("spi0_wp_hold", mt7981_spi0_wp_hold), 854 /* @GPIO(22,25) SPI1(1) */ 855 PINCTRL_PIN_GROUP("spi1_1", mt7981_spi1_1), 856 /* @GPIO(26,29): SPI2(1) */ 857 PINCTRL_PIN_GROUP("spi2", mt7981_spi2), 858 /* @GPIO(30,31): SPI0(1) */ 859 PINCTRL_PIN_GROUP("spi2_wp_hold", mt7981_spi2_wp_hold), 860 /* @GPIO(16,19): UART1(4) */ 861 PINCTRL_PIN_GROUP("uart1_0", mt7981_uart1_0), 862 /* @GPIO(26,29): UART1(2) */ 863 PINCTRL_PIN_GROUP("uart1_1", mt7981_uart1_1), 864 /* @GPIO(22,25): UART1(3) */ 865 PINCTRL_PIN_GROUP("uart2_1", mt7981_uart2_1), 866 /* @GPIO(22,24) PTA_EXT(4) */ 867 PINCTRL_PIN_GROUP("pta_ext_1", mt7981_pta_ext_1), 868 /* @GPIO(20,21): WM_UART(4) */ 869 PINCTRL_PIN_GROUP("wm_aurt_1", mt7981_wm_uart_1), 870 /* @GPIO(30,31): WM_UART(3) */ 871 PINCTRL_PIN_GROUP("wm_aurt_2", mt7981_wm_uart_2), 872 /* @GPIO(20,24) WM_JTAG(5) */ 873 PINCTRL_PIN_GROUP("wm_jtag_1", mt7981_wm_jtag_1), 874 /* @GPIO(25,29) WO0_JTAG(5) */ 875 PINCTRL_PIN_GROUP("wo0_jtag_1", mt7981_wo0_jtag_1), 876 /* @GPIO(28,29): WA_AICE(3) */ 877 PINCTRL_PIN_GROUP("wa_aice3", mt7981_wa_aice3), 878 /* @GPIO(30,31): WM_AICE(5) */ 879 PINCTRL_PIN_GROUP("wm_aice2", mt7981_wm_aice2), 880 /* @GPIO(30,31): I2C(4) */ 881 PINCTRL_PIN_GROUP("i2c0_1", mt7981_i2c0_1), 882 /* @GPIO(30,31): I2C(6) */ 883 PINCTRL_PIN_GROUP("u2_phy_i2c", mt7981_u2_phy_i2c), 884 /* @GPIO(32,33): I2C(1) */ 885 PINCTRL_PIN_GROUP("uart0", mt7981_uart0), 886 /* @GPIO(32,33): I2C(2) */ 887 PINCTRL_PIN_GROUP("sgmii1_phy_i2c", mt7981_sgmii1_phy_i2c), 888 /* @GPIO(32,33): I2C(3) */ 889 PINCTRL_PIN_GROUP("u3_phy_i2c", mt7981_u3_phy_i2c), 890 /* @GPIO(32,33): I2C(5) */ 891 PINCTRL_PIN_GROUP("sgmii0_phy_i2c", mt7981_sgmii0_phy_i2c), 892 /* @GPIO(34): PCIE_CLK_REQ(2) */ 893 PINCTRL_PIN_GROUP("pcie_clk", mt7981_pcie_clk), 894 /* @GPIO(35): PCIE_WAKE_N(2) */ 895 PINCTRL_PIN_GROUP("pcie_wake", mt7981_pcie_wake), 896 /* @GPIO(36,37): I2C(2) */ 897 PINCTRL_PIN_GROUP("i2c0_2", mt7981_i2c0_2), 898 /* @GPIO(36,37): MDC_MDIO(1) */ 899 PINCTRL_PIN_GROUP("smi_mdc_mdio", mt7981_smi_mdc_mdio), 900 /* @GPIO(36,37): MDC_MDIO(3) */ 901 PINCTRL_PIN_GROUP("gbe_ext_mdc_mdio", mt7981_gbe_ext_mdc_mdio), 902 /* @GPIO(69,85): WF0_MODE1(1) */ 903 PINCTRL_PIN_GROUP("wf0_mode1", mt7981_wf0_mode1), 904 /* @GPIO(74,80): WF0_MODE3(3) */ 905 PINCTRL_PIN_GROUP("wf0_mode3", mt7981_wf0_mode3), 906 /* @GPIO(30): WF2G_LED(2) */ 907 PINCTRL_PIN_GROUP("wf2g_led0", mt7981_wf2g_led0), 908 /* @GPIO(34): WF2G_LED(1) */ 909 PINCTRL_PIN_GROUP("wf2g_led1", mt7981_wf2g_led1), 910 /* @GPIO(31): WF5G_LED(2) */ 911 PINCTRL_PIN_GROUP("wf5g_led0", mt7981_wf5g_led0), 912 /* @GPIO(35): WF5G_LED(1) */ 913 PINCTRL_PIN_GROUP("wf5g_led1", mt7981_wf5g_led1), 914 /* @GPIO(38): MT7531_INT(1) */ 915 PINCTRL_PIN_GROUP("mt7531_int", mt7981_mt7531_int), 916 /* @GPIO(14,15,26,17,18,19,20,21,22,23,24,25,34,35): ANT_SEL(1) */ 917 PINCTRL_PIN_GROUP("ant_sel", mt7981_ant_sel), 918 }; 919 920 /* Joint those groups owning the same capability in user point of view which 921 * allows that people tend to use through the device tree. 922 */ 923 static const char *mt7981_wa_aice_groups[] = { "wa_aice1", "wa_aice2", "wm_aice1_1", 924 "wa_aice3", "wm_aice1_2", }; 925 static const char *mt7981_uart_groups[] = { "wm_uart_0", "uart2_0", 926 "net_wo0_uart_txd_0", "net_wo0_uart_txd_1", "net_wo0_uart_txd_2", 927 "uart1_0", "uart1_1", "uart2_1", "wm_aurt_1", "wm_aurt_2", "uart0", }; 928 static const char *mt7981_dfd_groups[] = { "dfd", "dfd_ntrst", }; 929 static const char *mt7981_wdt_groups[] = { "watchdog", "watchdog1", }; 930 static const char *mt7981_pcie_groups[] = { "pcie_pereset", "pcie_clk", "pcie_wake", }; 931 static const char *mt7981_jtag_groups[] = { "jtag", "wm_jtag_0", "wo0_jtag_0", 932 "wo0_jtag_1", "wm_jtag_1", }; 933 static const char *mt7981_led_groups[] = { "gbe_led0", "gbe_led1", "wf2g_led0", 934 "wf2g_led1", "wf5g_led0", "wf5g_led1", }; 935 static const char *mt7981_pta_groups[] = { "pta_ext_0", "pta_ext_1", }; 936 static const char *mt7981_pwm_groups[] = { "pwm2", "pwm0_0", "pwm0_1", 937 "pwm1_0", "pwm1_1", }; 938 static const char *mt7981_spi_groups[] = { "spi1_0", "spi0", "spi0_wp_hold", "spi1_1", "spi2", 939 "spi2_wp_hold", }; 940 static const char *mt7981_i2c_groups[] = { "i2c0_0", "i2c0_1", "u2_phy_i2c", 941 "sgmii1_phy_i2c", "u3_phy_i2c", "sgmii0_phy_i2c", "i2c0_2", }; 942 static const char *mt7981_pcm_groups[] = { "pcm", }; 943 static const char *mt7981_udi_groups[] = { "udi", }; 944 static const char *mt7981_usb_groups[] = { "drv_vbus", }; 945 static const char *mt7981_flash_groups[] = { "emmc_45", "snfi", }; 946 static const char *mt7981_ethernet_groups[] = { "smi_mdc_mdio", "gbe_ext_mdc_mdio", 947 "wf0_mode1", "wf0_mode3", "mt7531_int", }; 948 static const char *mt7981_ant_groups[] = { "ant_sel", }; 949 950 static const struct function_desc mt7981_functions[] = { 951 {"wa_aice", mt7981_wa_aice_groups, ARRAY_SIZE(mt7981_wa_aice_groups)}, 952 {"dfd", mt7981_dfd_groups, ARRAY_SIZE(mt7981_dfd_groups)}, 953 {"jtag", mt7981_jtag_groups, ARRAY_SIZE(mt7981_jtag_groups)}, 954 {"pta", mt7981_pta_groups, ARRAY_SIZE(mt7981_pta_groups)}, 955 {"pcm", mt7981_pcm_groups, ARRAY_SIZE(mt7981_pcm_groups)}, 956 {"udi", mt7981_udi_groups, ARRAY_SIZE(mt7981_udi_groups)}, 957 {"usb", mt7981_usb_groups, ARRAY_SIZE(mt7981_usb_groups)}, 958 {"ant", mt7981_ant_groups, ARRAY_SIZE(mt7981_ant_groups)}, 959 {"eth", mt7981_ethernet_groups, ARRAY_SIZE(mt7981_ethernet_groups)}, 960 {"i2c", mt7981_i2c_groups, ARRAY_SIZE(mt7981_i2c_groups)}, 961 {"led", mt7981_led_groups, ARRAY_SIZE(mt7981_led_groups)}, 962 {"pwm", mt7981_pwm_groups, ARRAY_SIZE(mt7981_pwm_groups)}, 963 {"spi", mt7981_spi_groups, ARRAY_SIZE(mt7981_spi_groups)}, 964 {"uart", mt7981_uart_groups, ARRAY_SIZE(mt7981_uart_groups)}, 965 {"watchdog", mt7981_wdt_groups, ARRAY_SIZE(mt7981_wdt_groups)}, 966 {"flash", mt7981_flash_groups, ARRAY_SIZE(mt7981_flash_groups)}, 967 {"pcie", mt7981_pcie_groups, ARRAY_SIZE(mt7981_pcie_groups)}, 968 }; 969 970 static const struct mtk_eint_hw mt7981_eint_hw = { 971 .port_mask = 7, 972 .ports = 7, 973 .ap_num = ARRAY_SIZE(mt7981_pins), 974 .db_cnt = 16, 975 }; 976 977 static const char * const mt7981_pinctrl_register_base_names[] = { 978 "gpio", "iocfg_rt", "iocfg_rm", "iocfg_rb", 979 "iocfg_lb", "iocfg_bl", "iocfg_tm", "iocfg_tl", 980 }; 981 982 static struct mtk_pin_soc mt7981_data = { 983 .reg_cal = mt7981_reg_cals, 984 .pins = mt7981_pins, 985 .npins = ARRAY_SIZE(mt7981_pins), 986 .grps = mt7981_groups, 987 .ngrps = ARRAY_SIZE(mt7981_groups), 988 .funcs = mt7981_functions, 989 .nfuncs = ARRAY_SIZE(mt7981_functions), 990 .eint_hw = &mt7981_eint_hw, 991 .gpio_m = 0, 992 .ies_present = false, 993 .base_names = mt7981_pinctrl_register_base_names, 994 .nbase_names = ARRAY_SIZE(mt7981_pinctrl_register_base_names), 995 .bias_disable_set = mtk_pinconf_bias_disable_set, 996 .bias_disable_get = mtk_pinconf_bias_disable_get, 997 .bias_set = mtk_pinconf_bias_set, 998 .bias_get = mtk_pinconf_bias_get, 999 .pull_type = mt7981_pull_type, 1000 .bias_set_combo = mtk_pinconf_bias_set_combo, 1001 .bias_get_combo = mtk_pinconf_bias_get_combo, 1002 .drive_set = mtk_pinconf_drive_set_rev1, 1003 .drive_get = mtk_pinconf_drive_get_rev1, 1004 .adv_pull_get = mtk_pinconf_adv_pull_get, 1005 .adv_pull_set = mtk_pinconf_adv_pull_set, 1006 }; 1007 1008 static const struct of_device_id mt7981_pinctrl_of_match[] = { 1009 { .compatible = "mediatek,mt7981-pinctrl", }, 1010 {} 1011 }; 1012 1013 static int mt7981_pinctrl_probe(struct platform_device *pdev) 1014 { 1015 return mtk_moore_pinctrl_probe(pdev, &mt7981_data); 1016 } 1017 1018 static struct platform_driver mt7981_pinctrl_driver = { 1019 .driver = { 1020 .name = "mt7981-pinctrl", 1021 .of_match_table = mt7981_pinctrl_of_match, 1022 }, 1023 .probe = mt7981_pinctrl_probe, 1024 }; 1025 1026 static int __init mt7981_pinctrl_init(void) 1027 { 1028 return platform_driver_register(&mt7981_pinctrl_driver); 1029 } 1030 arch_initcall(mt7981_pinctrl_init); 1031