pinctrl-nomadik-db8540.c 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  1. #include <linux/kernel.h>
  2. #include <linux/pinctrl/pinctrl.h>
  3. #include "pinctrl-nomadik.h"
  4. /* All the pins that can be used for GPIO and some other functions */
  5. #define _GPIO(offset) (offset)
  6. #define DB8540_PIN_AH6 _GPIO(0)
  7. #define DB8540_PIN_AG7 _GPIO(1)
  8. #define DB8540_PIN_AF2 _GPIO(2)
  9. #define DB8540_PIN_AD3 _GPIO(3)
  10. #define DB8540_PIN_AF6 _GPIO(4)
  11. #define DB8540_PIN_AG6 _GPIO(5)
  12. #define DB8540_PIN_AD5 _GPIO(6)
  13. #define DB8540_PIN_AF7 _GPIO(7)
  14. #define DB8540_PIN_AG5 _GPIO(8)
  15. #define DB8540_PIN_AH5 _GPIO(9)
  16. #define DB8540_PIN_AE4 _GPIO(10)
  17. #define DB8540_PIN_AD1 _GPIO(11)
  18. #define DB8540_PIN_AD2 _GPIO(12)
  19. #define DB8540_PIN_AC2 _GPIO(13)
  20. #define DB8540_PIN_AC4 _GPIO(14)
  21. #define DB8540_PIN_AC3 _GPIO(15)
  22. #define DB8540_PIN_AH7 _GPIO(16)
  23. #define DB8540_PIN_AE7 _GPIO(17)
  24. /* Hole */
  25. #define DB8540_PIN_AF8 _GPIO(22)
  26. #define DB8540_PIN_AH11 _GPIO(23)
  27. #define DB8540_PIN_AG11 _GPIO(24)
  28. #define DB8540_PIN_AF11 _GPIO(25)
  29. #define DB8540_PIN_AH10 _GPIO(26)
  30. #define DB8540_PIN_AG10 _GPIO(27)
  31. #define DB8540_PIN_AF10 _GPIO(28)
  32. /* Hole */
  33. #define DB8540_PIN_AD4 _GPIO(33)
  34. #define DB8540_PIN_AF3 _GPIO(34)
  35. #define DB8540_PIN_AF5 _GPIO(35)
  36. #define DB8540_PIN_AG4 _GPIO(36)
  37. #define DB8540_PIN_AF9 _GPIO(37)
  38. #define DB8540_PIN_AE8 _GPIO(38)
  39. /* Hole */
  40. #define DB8540_PIN_M26 _GPIO(64)
  41. #define DB8540_PIN_M25 _GPIO(65)
  42. #define DB8540_PIN_M27 _GPIO(66)
  43. #define DB8540_PIN_N25 _GPIO(67)
  44. /* Hole */
  45. #define DB8540_PIN_M28 _GPIO(70)
  46. #define DB8540_PIN_N26 _GPIO(71)
  47. #define DB8540_PIN_M22 _GPIO(72)
  48. #define DB8540_PIN_N22 _GPIO(73)
  49. #define DB8540_PIN_N27 _GPIO(74)
  50. #define DB8540_PIN_N28 _GPIO(75)
  51. #define DB8540_PIN_P22 _GPIO(76)
  52. #define DB8540_PIN_P28 _GPIO(77)
  53. #define DB8540_PIN_P26 _GPIO(78)
  54. #define DB8540_PIN_T22 _GPIO(79)
  55. #define DB8540_PIN_R27 _GPIO(80)
  56. #define DB8540_PIN_P27 _GPIO(81)
  57. #define DB8540_PIN_R26 _GPIO(82)
  58. #define DB8540_PIN_R25 _GPIO(83)
  59. #define DB8540_PIN_U22 _GPIO(84)
  60. #define DB8540_PIN_T27 _GPIO(85)
  61. #define DB8540_PIN_T25 _GPIO(86)
  62. #define DB8540_PIN_T26 _GPIO(87)
  63. /* Hole */
  64. #define DB8540_PIN_AF20 _GPIO(116)
  65. #define DB8540_PIN_AG21 _GPIO(117)
  66. #define DB8540_PIN_AH19 _GPIO(118)
  67. #define DB8540_PIN_AE19 _GPIO(119)
  68. #define DB8540_PIN_AG18 _GPIO(120)
  69. #define DB8540_PIN_AH17 _GPIO(121)
  70. #define DB8540_PIN_AF19 _GPIO(122)
  71. #define DB8540_PIN_AF18 _GPIO(123)
  72. #define DB8540_PIN_AE18 _GPIO(124)
  73. #define DB8540_PIN_AG17 _GPIO(125)
  74. #define DB8540_PIN_AF17 _GPIO(126)
  75. #define DB8540_PIN_AE17 _GPIO(127)
  76. #define DB8540_PIN_AC27 _GPIO(128)
  77. #define DB8540_PIN_AD27 _GPIO(129)
  78. #define DB8540_PIN_AE28 _GPIO(130)
  79. #define DB8540_PIN_AG26 _GPIO(131)
  80. #define DB8540_PIN_AF25 _GPIO(132)
  81. #define DB8540_PIN_AE27 _GPIO(133)
  82. #define DB8540_PIN_AF27 _GPIO(134)
  83. #define DB8540_PIN_AG28 _GPIO(135)
  84. #define DB8540_PIN_AF28 _GPIO(136)
  85. #define DB8540_PIN_AG25 _GPIO(137)
  86. #define DB8540_PIN_AG24 _GPIO(138)
  87. #define DB8540_PIN_AD25 _GPIO(139)
  88. #define DB8540_PIN_AH25 _GPIO(140)
  89. #define DB8540_PIN_AF26 _GPIO(141)
  90. #define DB8540_PIN_AF23 _GPIO(142)
  91. #define DB8540_PIN_AG23 _GPIO(143)
  92. #define DB8540_PIN_AE25 _GPIO(144)
  93. #define DB8540_PIN_AH24 _GPIO(145)
  94. #define DB8540_PIN_AJ25 _GPIO(146)
  95. #define DB8540_PIN_AG27 _GPIO(147)
  96. #define DB8540_PIN_AH23 _GPIO(148)
  97. #define DB8540_PIN_AE26 _GPIO(149)
  98. #define DB8540_PIN_AE24 _GPIO(150)
  99. #define DB8540_PIN_AJ24 _GPIO(151)
  100. #define DB8540_PIN_AE21 _GPIO(152)
  101. #define DB8540_PIN_AG22 _GPIO(153)
  102. #define DB8540_PIN_AF21 _GPIO(154)
  103. #define DB8540_PIN_AF24 _GPIO(155)
  104. #define DB8540_PIN_AH22 _GPIO(156)
  105. #define DB8540_PIN_AJ23 _GPIO(157)
  106. #define DB8540_PIN_AH21 _GPIO(158)
  107. #define DB8540_PIN_AG20 _GPIO(159)
  108. #define DB8540_PIN_AE23 _GPIO(160)
  109. #define DB8540_PIN_AH20 _GPIO(161)
  110. #define DB8540_PIN_AG19 _GPIO(162)
  111. #define DB8540_PIN_AF22 _GPIO(163)
  112. #define DB8540_PIN_AJ21 _GPIO(164)
  113. #define DB8540_PIN_AD26 _GPIO(165)
  114. #define DB8540_PIN_AD28 _GPIO(166)
  115. #define DB8540_PIN_AC28 _GPIO(167)
  116. #define DB8540_PIN_AC26 _GPIO(168)
  117. /* Hole */
  118. #define DB8540_PIN_J3 _GPIO(192)
  119. #define DB8540_PIN_H1 _GPIO(193)
  120. #define DB8540_PIN_J2 _GPIO(194)
  121. #define DB8540_PIN_H2 _GPIO(195)
  122. #define DB8540_PIN_H3 _GPIO(196)
  123. #define DB8540_PIN_H4 _GPIO(197)
  124. #define DB8540_PIN_G2 _GPIO(198)
  125. #define DB8540_PIN_G3 _GPIO(199)
  126. #define DB8540_PIN_G4 _GPIO(200)
  127. #define DB8540_PIN_F2 _GPIO(201)
  128. #define DB8540_PIN_C6 _GPIO(202)
  129. #define DB8540_PIN_B6 _GPIO(203)
  130. #define DB8540_PIN_B7 _GPIO(204)
  131. #define DB8540_PIN_A7 _GPIO(205)
  132. #define DB8540_PIN_D7 _GPIO(206)
  133. #define DB8540_PIN_D8 _GPIO(207)
  134. #define DB8540_PIN_F3 _GPIO(208)
  135. #define DB8540_PIN_E2 _GPIO(209)
  136. #define DB8540_PIN_C7 _GPIO(210)
  137. #define DB8540_PIN_B8 _GPIO(211)
  138. #define DB8540_PIN_C10 _GPIO(212)
  139. #define DB8540_PIN_C8 _GPIO(213)
  140. #define DB8540_PIN_C9 _GPIO(214)
  141. /* Hole */
  142. #define DB8540_PIN_B9 _GPIO(219)
  143. #define DB8540_PIN_A10 _GPIO(220)
  144. #define DB8540_PIN_D9 _GPIO(221)
  145. #define DB8540_PIN_B11 _GPIO(222)
  146. #define DB8540_PIN_B10 _GPIO(223)
  147. #define DB8540_PIN_E10 _GPIO(224)
  148. #define DB8540_PIN_B12 _GPIO(225)
  149. #define DB8540_PIN_D10 _GPIO(226)
  150. #define DB8540_PIN_D11 _GPIO(227)
  151. #define DB8540_PIN_AJ6 _GPIO(228)
  152. #define DB8540_PIN_B13 _GPIO(229)
  153. #define DB8540_PIN_C12 _GPIO(230)
  154. #define DB8540_PIN_B14 _GPIO(231)
  155. #define DB8540_PIN_E11 _GPIO(232)
  156. /* Hole */
  157. #define DB8540_PIN_D12 _GPIO(256)
  158. #define DB8540_PIN_D15 _GPIO(257)
  159. #define DB8540_PIN_C13 _GPIO(258)
  160. #define DB8540_PIN_C14 _GPIO(259)
  161. #define DB8540_PIN_C18 _GPIO(260)
  162. #define DB8540_PIN_C16 _GPIO(261)
  163. #define DB8540_PIN_B16 _GPIO(262)
  164. #define DB8540_PIN_D18 _GPIO(263)
  165. #define DB8540_PIN_C15 _GPIO(264)
  166. #define DB8540_PIN_C17 _GPIO(265)
  167. #define DB8540_PIN_B17 _GPIO(266)
  168. #define DB8540_PIN_D17 _GPIO(267)
  169. /*
  170. * The names of the pins are denoted by GPIO number and ball name, even
  171. * though they can be used for other things than GPIO, this is the first
  172. * column in the table of the data sheet and often used on schematics and
  173. * such.
  174. */
  175. static const struct pinctrl_pin_desc nmk_db8540_pins[] = {
  176. PINCTRL_PIN(DB8540_PIN_AH6, "GPIO0_AH6"),
  177. PINCTRL_PIN(DB8540_PIN_AG7, "GPIO1_AG7"),
  178. PINCTRL_PIN(DB8540_PIN_AF2, "GPIO2_AF2"),
  179. PINCTRL_PIN(DB8540_PIN_AD3, "GPIO3_AD3"),
  180. PINCTRL_PIN(DB8540_PIN_AF6, "GPIO4_AF6"),
  181. PINCTRL_PIN(DB8540_PIN_AG6, "GPIO5_AG6"),
  182. PINCTRL_PIN(DB8540_PIN_AD5, "GPIO6_AD5"),
  183. PINCTRL_PIN(DB8540_PIN_AF7, "GPIO7_AF7"),
  184. PINCTRL_PIN(DB8540_PIN_AG5, "GPIO8_AG5"),
  185. PINCTRL_PIN(DB8540_PIN_AH5, "GPIO9_AH5"),
  186. PINCTRL_PIN(DB8540_PIN_AE4, "GPIO10_AE4"),
  187. PINCTRL_PIN(DB8540_PIN_AD1, "GPIO11_AD1"),
  188. PINCTRL_PIN(DB8540_PIN_AD2, "GPIO12_AD2"),
  189. PINCTRL_PIN(DB8540_PIN_AC2, "GPIO13_AC2"),
  190. PINCTRL_PIN(DB8540_PIN_AC4, "GPIO14_AC4"),
  191. PINCTRL_PIN(DB8540_PIN_AC3, "GPIO15_AC3"),
  192. PINCTRL_PIN(DB8540_PIN_AH7, "GPIO16_AH7"),
  193. PINCTRL_PIN(DB8540_PIN_AE7, "GPIO17_AE7"),
  194. /* Hole */
  195. PINCTRL_PIN(DB8540_PIN_AF8, "GPIO22_AF8"),
  196. PINCTRL_PIN(DB8540_PIN_AH11, "GPIO23_AH11"),
  197. PINCTRL_PIN(DB8540_PIN_AG11, "GPIO24_AG11"),
  198. PINCTRL_PIN(DB8540_PIN_AF11, "GPIO25_AF11"),
  199. PINCTRL_PIN(DB8540_PIN_AH10, "GPIO26_AH10"),
  200. PINCTRL_PIN(DB8540_PIN_AG10, "GPIO27_AG10"),
  201. PINCTRL_PIN(DB8540_PIN_AF10, "GPIO28_AF10"),
  202. /* Hole */
  203. PINCTRL_PIN(DB8540_PIN_AD4, "GPIO33_AD4"),
  204. PINCTRL_PIN(DB8540_PIN_AF3, "GPIO34_AF3"),
  205. PINCTRL_PIN(DB8540_PIN_AF5, "GPIO35_AF5"),
  206. PINCTRL_PIN(DB8540_PIN_AG4, "GPIO36_AG4"),
  207. PINCTRL_PIN(DB8540_PIN_AF9, "GPIO37_AF9"),
  208. PINCTRL_PIN(DB8540_PIN_AE8, "GPIO38_AE8"),
  209. /* Hole */
  210. PINCTRL_PIN(DB8540_PIN_M26, "GPIO64_M26"),
  211. PINCTRL_PIN(DB8540_PIN_M25, "GPIO65_M25"),
  212. PINCTRL_PIN(DB8540_PIN_M27, "GPIO66_M27"),
  213. PINCTRL_PIN(DB8540_PIN_N25, "GPIO67_N25"),
  214. /* Hole */
  215. PINCTRL_PIN(DB8540_PIN_M28, "GPIO70_M28"),
  216. PINCTRL_PIN(DB8540_PIN_N26, "GPIO71_N26"),
  217. PINCTRL_PIN(DB8540_PIN_M22, "GPIO72_M22"),
  218. PINCTRL_PIN(DB8540_PIN_N22, "GPIO73_N22"),
  219. PINCTRL_PIN(DB8540_PIN_N27, "GPIO74_N27"),
  220. PINCTRL_PIN(DB8540_PIN_N28, "GPIO75_N28"),
  221. PINCTRL_PIN(DB8540_PIN_P22, "GPIO76_P22"),
  222. PINCTRL_PIN(DB8540_PIN_P28, "GPIO77_P28"),
  223. PINCTRL_PIN(DB8540_PIN_P26, "GPIO78_P26"),
  224. PINCTRL_PIN(DB8540_PIN_T22, "GPIO79_T22"),
  225. PINCTRL_PIN(DB8540_PIN_R27, "GPIO80_R27"),
  226. PINCTRL_PIN(DB8540_PIN_P27, "GPIO81_P27"),
  227. PINCTRL_PIN(DB8540_PIN_R26, "GPIO82_R26"),
  228. PINCTRL_PIN(DB8540_PIN_R25, "GPIO83_R25"),
  229. PINCTRL_PIN(DB8540_PIN_U22, "GPIO84_U22"),
  230. PINCTRL_PIN(DB8540_PIN_T27, "GPIO85_T27"),
  231. PINCTRL_PIN(DB8540_PIN_T25, "GPIO86_T25"),
  232. PINCTRL_PIN(DB8540_PIN_T26, "GPIO87_T26"),
  233. /* Hole */
  234. PINCTRL_PIN(DB8540_PIN_AF20, "GPIO116_AF20"),
  235. PINCTRL_PIN(DB8540_PIN_AG21, "GPIO117_AG21"),
  236. PINCTRL_PIN(DB8540_PIN_AH19, "GPIO118_AH19"),
  237. PINCTRL_PIN(DB8540_PIN_AE19, "GPIO119_AE19"),
  238. PINCTRL_PIN(DB8540_PIN_AG18, "GPIO120_AG18"),
  239. PINCTRL_PIN(DB8540_PIN_AH17, "GPIO121_AH17"),
  240. PINCTRL_PIN(DB8540_PIN_AF19, "GPIO122_AF19"),
  241. PINCTRL_PIN(DB8540_PIN_AF18, "GPIO123_AF18"),
  242. PINCTRL_PIN(DB8540_PIN_AE18, "GPIO124_AE18"),
  243. PINCTRL_PIN(DB8540_PIN_AG17, "GPIO125_AG17"),
  244. PINCTRL_PIN(DB8540_PIN_AF17, "GPIO126_AF17"),
  245. PINCTRL_PIN(DB8540_PIN_AE17, "GPIO127_AE17"),
  246. PINCTRL_PIN(DB8540_PIN_AC27, "GPIO128_AC27"),
  247. PINCTRL_PIN(DB8540_PIN_AD27, "GPIO129_AD27"),
  248. PINCTRL_PIN(DB8540_PIN_AE28, "GPIO130_AE28"),
  249. PINCTRL_PIN(DB8540_PIN_AG26, "GPIO131_AG26"),
  250. PINCTRL_PIN(DB8540_PIN_AF25, "GPIO132_AF25"),
  251. PINCTRL_PIN(DB8540_PIN_AE27, "GPIO133_AE27"),
  252. PINCTRL_PIN(DB8540_PIN_AF27, "GPIO134_AF27"),
  253. PINCTRL_PIN(DB8540_PIN_AG28, "GPIO135_AG28"),
  254. PINCTRL_PIN(DB8540_PIN_AF28, "GPIO136_AF28"),
  255. PINCTRL_PIN(DB8540_PIN_AG25, "GPIO137_AG25"),
  256. PINCTRL_PIN(DB8540_PIN_AG24, "GPIO138_AG24"),
  257. PINCTRL_PIN(DB8540_PIN_AD25, "GPIO139_AD25"),
  258. PINCTRL_PIN(DB8540_PIN_AH25, "GPIO140_AH25"),
  259. PINCTRL_PIN(DB8540_PIN_AF26, "GPIO141_AF26"),
  260. PINCTRL_PIN(DB8540_PIN_AF23, "GPIO142_AF23"),
  261. PINCTRL_PIN(DB8540_PIN_AG23, "GPIO143_AG23"),
  262. PINCTRL_PIN(DB8540_PIN_AE25, "GPIO144_AE25"),
  263. PINCTRL_PIN(DB8540_PIN_AH24, "GPIO145_AH24"),
  264. PINCTRL_PIN(DB8540_PIN_AJ25, "GPIO146_AJ25"),
  265. PINCTRL_PIN(DB8540_PIN_AG27, "GPIO147_AG27"),
  266. PINCTRL_PIN(DB8540_PIN_AH23, "GPIO148_AH23"),
  267. PINCTRL_PIN(DB8540_PIN_AE26, "GPIO149_AE26"),
  268. PINCTRL_PIN(DB8540_PIN_AE24, "GPIO150_AE24"),
  269. PINCTRL_PIN(DB8540_PIN_AJ24, "GPIO151_AJ24"),
  270. PINCTRL_PIN(DB8540_PIN_AE21, "GPIO152_AE21"),
  271. PINCTRL_PIN(DB8540_PIN_AG22, "GPIO153_AG22"),
  272. PINCTRL_PIN(DB8540_PIN_AF21, "GPIO154_AF21"),
  273. PINCTRL_PIN(DB8540_PIN_AF24, "GPIO155_AF24"),
  274. PINCTRL_PIN(DB8540_PIN_AH22, "GPIO156_AH22"),
  275. PINCTRL_PIN(DB8540_PIN_AJ23, "GPIO157_AJ23"),
  276. PINCTRL_PIN(DB8540_PIN_AH21, "GPIO158_AH21"),
  277. PINCTRL_PIN(DB8540_PIN_AG20, "GPIO159_AG20"),
  278. PINCTRL_PIN(DB8540_PIN_AE23, "GPIO160_AE23"),
  279. PINCTRL_PIN(DB8540_PIN_AH20, "GPIO161_AH20"),
  280. PINCTRL_PIN(DB8540_PIN_AG19, "GPIO162_AG19"),
  281. PINCTRL_PIN(DB8540_PIN_AF22, "GPIO163_AF22"),
  282. PINCTRL_PIN(DB8540_PIN_AJ21, "GPIO164_AJ21"),
  283. PINCTRL_PIN(DB8540_PIN_AD26, "GPIO165_AD26"),
  284. PINCTRL_PIN(DB8540_PIN_AD28, "GPIO166_AD28"),
  285. PINCTRL_PIN(DB8540_PIN_AC28, "GPIO167_AC28"),
  286. PINCTRL_PIN(DB8540_PIN_AC26, "GPIO168_AC26"),
  287. /* Hole */
  288. PINCTRL_PIN(DB8540_PIN_J3, "GPIO192_J3"),
  289. PINCTRL_PIN(DB8540_PIN_H1, "GPIO193_H1"),
  290. PINCTRL_PIN(DB8540_PIN_J2, "GPIO194_J2"),
  291. PINCTRL_PIN(DB8540_PIN_H2, "GPIO195_H2"),
  292. PINCTRL_PIN(DB8540_PIN_H3, "GPIO196_H3"),
  293. PINCTRL_PIN(DB8540_PIN_H4, "GPIO197_H4"),
  294. PINCTRL_PIN(DB8540_PIN_G2, "GPIO198_G2"),
  295. PINCTRL_PIN(DB8540_PIN_G3, "GPIO199_G3"),
  296. PINCTRL_PIN(DB8540_PIN_G4, "GPIO200_G4"),
  297. PINCTRL_PIN(DB8540_PIN_F2, "GPIO201_F2"),
  298. PINCTRL_PIN(DB8540_PIN_C6, "GPIO202_C6"),
  299. PINCTRL_PIN(DB8540_PIN_B6, "GPIO203_B6"),
  300. PINCTRL_PIN(DB8540_PIN_B7, "GPIO204_B7"),
  301. PINCTRL_PIN(DB8540_PIN_A7, "GPIO205_A7"),
  302. PINCTRL_PIN(DB8540_PIN_D7, "GPIO206_D7"),
  303. PINCTRL_PIN(DB8540_PIN_D8, "GPIO207_D8"),
  304. PINCTRL_PIN(DB8540_PIN_F3, "GPIO208_F3"),
  305. PINCTRL_PIN(DB8540_PIN_E2, "GPIO209_E2"),
  306. PINCTRL_PIN(DB8540_PIN_C7, "GPIO210_C7"),
  307. PINCTRL_PIN(DB8540_PIN_B8, "GPIO211_B8"),
  308. PINCTRL_PIN(DB8540_PIN_C10, "GPIO212_C10"),
  309. PINCTRL_PIN(DB8540_PIN_C8, "GPIO213_C8"),
  310. PINCTRL_PIN(DB8540_PIN_C9, "GPIO214_C9"),
  311. /* Hole */
  312. PINCTRL_PIN(DB8540_PIN_B9, "GPIO219_B9"),
  313. PINCTRL_PIN(DB8540_PIN_A10, "GPIO220_A10"),
  314. PINCTRL_PIN(DB8540_PIN_D9, "GPIO221_D9"),
  315. PINCTRL_PIN(DB8540_PIN_B11, "GPIO222_B11"),
  316. PINCTRL_PIN(DB8540_PIN_B10, "GPIO223_B10"),
  317. PINCTRL_PIN(DB8540_PIN_E10, "GPIO224_E10"),
  318. PINCTRL_PIN(DB8540_PIN_B12, "GPIO225_B12"),
  319. PINCTRL_PIN(DB8540_PIN_D10, "GPIO226_D10"),
  320. PINCTRL_PIN(DB8540_PIN_D11, "GPIO227_D11"),
  321. PINCTRL_PIN(DB8540_PIN_AJ6, "GPIO228_AJ6"),
  322. PINCTRL_PIN(DB8540_PIN_B13, "GPIO229_B13"),
  323. PINCTRL_PIN(DB8540_PIN_C12, "GPIO230_C12"),
  324. PINCTRL_PIN(DB8540_PIN_B14, "GPIO231_B14"),
  325. PINCTRL_PIN(DB8540_PIN_E11, "GPIO232_E11"),
  326. /* Hole */
  327. PINCTRL_PIN(DB8540_PIN_D12, "GPIO256_D12"),
  328. PINCTRL_PIN(DB8540_PIN_D15, "GPIO257_D15"),
  329. PINCTRL_PIN(DB8540_PIN_C13, "GPIO258_C13"),
  330. PINCTRL_PIN(DB8540_PIN_C14, "GPIO259_C14"),
  331. PINCTRL_PIN(DB8540_PIN_C18, "GPIO260_C18"),
  332. PINCTRL_PIN(DB8540_PIN_C16, "GPIO261_C16"),
  333. PINCTRL_PIN(DB8540_PIN_B16, "GPIO262_B16"),
  334. PINCTRL_PIN(DB8540_PIN_D18, "GPIO263_D18"),
  335. PINCTRL_PIN(DB8540_PIN_C15, "GPIO264_C15"),
  336. PINCTRL_PIN(DB8540_PIN_C17, "GPIO265_C17"),
  337. PINCTRL_PIN(DB8540_PIN_B17, "GPIO266_B17"),
  338. PINCTRL_PIN(DB8540_PIN_D17, "GPIO267_D17"),
  339. };
  340. #define DB8540_GPIO_RANGE(a, b, c) { .name = "db8540", .id = a, .base = b, \
  341. .pin_base = b, .npins = c }
  342. /*
  343. * This matches the 32-pin gpio chips registered by the GPIO portion. This
  344. * cannot be const since we assign the struct gpio_chip * pointer at runtime.
  345. */
  346. static struct pinctrl_gpio_range nmk_db8540_ranges[] = {
  347. DB8540_GPIO_RANGE(0, 0, 18),
  348. DB8540_GPIO_RANGE(0, 22, 7),
  349. DB8540_GPIO_RANGE(1, 33, 6),
  350. DB8540_GPIO_RANGE(2, 64, 4),
  351. DB8540_GPIO_RANGE(2, 70, 18),
  352. DB8540_GPIO_RANGE(3, 116, 12),
  353. DB8540_GPIO_RANGE(4, 128, 32),
  354. DB8540_GPIO_RANGE(5, 160, 9),
  355. DB8540_GPIO_RANGE(6, 192, 23),
  356. DB8540_GPIO_RANGE(6, 219, 5),
  357. DB8540_GPIO_RANGE(7, 224, 9),
  358. DB8540_GPIO_RANGE(8, 256, 12),
  359. };
  360. /*
  361. * Read the pin group names like this:
  362. * u0_a_1 = first groups of pins for uart0 on alt function a
  363. * i2c2_b_2 = second group of pins for i2c2 on alt function b
  364. *
  365. * The groups are arranged as sets per altfunction column, so we can
  366. * mux in one group at a time by selecting the same altfunction for them
  367. * all. When functions require pins on different altfunctions, you need
  368. * to combine several groups.
  369. */
  370. /* Altfunction A column */
  371. static const unsigned u0_a_1_pins[] = { DB8540_PIN_AH6, DB8540_PIN_AG7,
  372. DB8540_PIN_AF2, DB8540_PIN_AD3 };
  373. static const unsigned u1rxtx_a_1_pins[] = { DB8540_PIN_AF6, DB8540_PIN_AG6 };
  374. static const unsigned u1ctsrts_a_1_pins[] = { DB8540_PIN_AD5, DB8540_PIN_AF7 };
  375. /* Image processor I2C line, this is driven by image processor firmware */
  376. static const unsigned ipi2c_a_1_pins[] = { DB8540_PIN_AG5, DB8540_PIN_AH5 };
  377. static const unsigned ipi2c_a_2_pins[] = { DB8540_PIN_AE4, DB8540_PIN_AD1 };
  378. /* MSP0 can only be on these pins, but TXD and RXD can be flipped */
  379. static const unsigned msp0txrx_a_1_pins[] = { DB8540_PIN_AD2, DB8540_PIN_AC3 };
  380. static const unsigned msp0tfstck_a_1_pins[] = { DB8540_PIN_AC2,
  381. DB8540_PIN_AC4 };
  382. static const unsigned msp0rfsrck_a_1_pins[] = { DB8540_PIN_AH7,
  383. DB8540_PIN_AE7 };
  384. /* Basic pins of the MMC/SD card 0 interface */
  385. static const unsigned mc0_a_1_pins[] = { DB8540_PIN_AH11, DB8540_PIN_AG11,
  386. DB8540_PIN_AF11, DB8540_PIN_AH10, DB8540_PIN_AG10, DB8540_PIN_AF10};
  387. /* MSP1 can only be on these pins, but TXD and RXD can be flipped */
  388. static const unsigned msp1txrx_a_1_pins[] = { DB8540_PIN_AD4, DB8540_PIN_AG4 };
  389. static const unsigned msp1_a_1_pins[] = { DB8540_PIN_AF3, DB8540_PIN_AF5 };
  390. static const unsigned modobsclk_a_1_pins[] = { DB8540_PIN_AF9 };
  391. static const unsigned clkoutreq_a_1_pins[] = { DB8540_PIN_AE8 };
  392. /* LCD interface */
  393. static const unsigned lcdb_a_1_pins[] = { DB8540_PIN_M26, DB8540_PIN_M25,
  394. DB8540_PIN_M27, DB8540_PIN_N25 };
  395. static const unsigned lcdvsi0_a_1_pins[] = { DB8540_PIN_AJ24 };
  396. static const unsigned lcdvsi1_a_1_pins[] = { DB8540_PIN_AE21 };
  397. static const unsigned lcd_d0_d7_a_1_pins[] = { DB8540_PIN_M28, DB8540_PIN_N26,
  398. DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27, DB8540_PIN_N28,
  399. DB8540_PIN_P22, DB8540_PIN_P28 };
  400. /* D8 thru D11 often used as TVOUT lines */
  401. static const unsigned lcd_d8_d11_a_1_pins[] = { DB8540_PIN_P26, DB8540_PIN_T22,
  402. DB8540_PIN_R27, DB8540_PIN_P27 };
  403. static const unsigned lcd_d12_d23_a_1_pins[] = { DB8540_PIN_R26, DB8540_PIN_R25,
  404. DB8540_PIN_U22, DB8540_PIN_T27, DB8540_PIN_AG22, DB8540_PIN_AF21,
  405. DB8540_PIN_AF24, DB8540_PIN_AH22, DB8540_PIN_AJ23, DB8540_PIN_AH21,
  406. DB8540_PIN_AG20, DB8540_PIN_AE23 };
  407. static const unsigned kp_a_1_pins[] = { DB8540_PIN_AH20, DB8540_PIN_AG19,
  408. DB8540_PIN_AF22, DB8540_PIN_AJ21, DB8540_PIN_T25, DB8540_PIN_T26 };
  409. /* MC2 has 8 data lines and no direction control, so only for (e)MMC */
  410. static const unsigned mc2_a_1_pins[] = { DB8540_PIN_AC27, DB8540_PIN_AD27,
  411. DB8540_PIN_AE28, DB8540_PIN_AG26, DB8540_PIN_AF25, DB8540_PIN_AE27,
  412. DB8540_PIN_AF27, DB8540_PIN_AG28, DB8540_PIN_AF28, DB8540_PIN_AG25,
  413. DB8540_PIN_AG24 };
  414. static const unsigned ssp1_a_1_pins[] = { DB8540_PIN_AD25, DB8540_PIN_AH25,
  415. DB8540_PIN_AF26, DB8540_PIN_AF23 };
  416. static const unsigned ssp0_a_1_pins[] = { DB8540_PIN_AG23, DB8540_PIN_AE25,
  417. DB8540_PIN_AH24, DB8540_PIN_AJ25 };
  418. static const unsigned i2c0_a_1_pins[] = { DB8540_PIN_AG27, DB8540_PIN_AH23 };
  419. /*
  420. * Image processor GPIO pins are named "ipgpio" and have their own
  421. * numberspace
  422. */
  423. static const unsigned ipgpio0_a_1_pins[] = { DB8540_PIN_AE26 };
  424. static const unsigned ipgpio1_a_1_pins[] = { DB8540_PIN_AE24 };
  425. /* modem i2s interface */
  426. static const unsigned modi2s_a_1_pins[] = { DB8540_PIN_AD26, DB8540_PIN_AD28,
  427. DB8540_PIN_AC28, DB8540_PIN_AC26 };
  428. static const unsigned spi2_a_1_pins[] = { DB8540_PIN_AF20, DB8540_PIN_AG21,
  429. DB8540_PIN_AH19, DB8540_PIN_AE19 };
  430. static const unsigned u2txrx_a_1_pins[] = { DB8540_PIN_AG18, DB8540_PIN_AH17 };
  431. static const unsigned u2ctsrts_a_1_pins[] = { DB8540_PIN_AF19,
  432. DB8540_PIN_AF18 };
  433. static const unsigned modsmb_a_1_pins[] = { DB8540_PIN_AF17, DB8540_PIN_AE17 };
  434. static const unsigned msp2sck_a_1_pins[] = { DB8540_PIN_J3 };
  435. static const unsigned msp2txdtcktfs_a_1_pins[] = { DB8540_PIN_H1, DB8540_PIN_J2,
  436. DB8540_PIN_H2 };
  437. static const unsigned msp2rxd_a_1_pins[] = { DB8540_PIN_H3 };
  438. static const unsigned mc4_a_1_pins[] = { DB8540_PIN_H4, DB8540_PIN_G2,
  439. DB8540_PIN_G3, DB8540_PIN_G4, DB8540_PIN_F2, DB8540_PIN_C6,
  440. DB8540_PIN_B6, DB8540_PIN_B7, DB8540_PIN_A7, DB8540_PIN_D7,
  441. DB8540_PIN_D8 };
  442. static const unsigned mc1_a_1_pins[] = { DB8540_PIN_F3, DB8540_PIN_E2,
  443. DB8540_PIN_C7, DB8540_PIN_B8, DB8540_PIN_C10, DB8540_PIN_C8,
  444. DB8540_PIN_C9 };
  445. /* mc1_a_2_pins exclude MC1_FBCLK */
  446. static const unsigned mc1_a_2_pins[] = { DB8540_PIN_F3, DB8540_PIN_C7,
  447. DB8540_PIN_B8, DB8540_PIN_C10, DB8540_PIN_C8,
  448. DB8540_PIN_C9 };
  449. static const unsigned hsir_a_1_pins[] = { DB8540_PIN_B9, DB8540_PIN_A10,
  450. DB8540_PIN_D9 };
  451. static const unsigned hsit_a_1_pins[] = { DB8540_PIN_B11, DB8540_PIN_B10,
  452. DB8540_PIN_E10, DB8540_PIN_B12, DB8540_PIN_D10 };
  453. static const unsigned hsit_a_2_pins[] = { DB8540_PIN_B11, DB8540_PIN_B10,
  454. DB8540_PIN_E10, DB8540_PIN_B12 };
  455. static const unsigned clkout_a_1_pins[] = { DB8540_PIN_D11, DB8540_PIN_AJ6 };
  456. static const unsigned clkout_a_2_pins[] = { DB8540_PIN_B13, DB8540_PIN_C12 };
  457. static const unsigned msp4_a_1_pins[] = { DB8540_PIN_B14, DB8540_PIN_E11 };
  458. static const unsigned usb_a_1_pins[] = { DB8540_PIN_D12, DB8540_PIN_D15,
  459. DB8540_PIN_C13, DB8540_PIN_C14, DB8540_PIN_C18, DB8540_PIN_C16,
  460. DB8540_PIN_B16, DB8540_PIN_D18, DB8540_PIN_C15, DB8540_PIN_C17,
  461. DB8540_PIN_B17, DB8540_PIN_D17 };
  462. /* Altfunction B colum */
  463. static const unsigned apetrig_b_1_pins[] = { DB8540_PIN_AH6, DB8540_PIN_AG7 };
  464. static const unsigned modtrig_b_1_pins[] = { DB8540_PIN_AF2, DB8540_PIN_AD3 };
  465. static const unsigned i2c4_b_1_pins[] = { DB8540_PIN_AF6, DB8540_PIN_AG6 };
  466. static const unsigned i2c1_b_1_pins[] = { DB8540_PIN_AD5, DB8540_PIN_AF7 };
  467. static const unsigned i2c2_b_1_pins[] = { DB8540_PIN_AG5, DB8540_PIN_AH5 };
  468. static const unsigned i2c2_b_2_pins[] = { DB8540_PIN_AE4, DB8540_PIN_AD1 };
  469. static const unsigned msp0txrx_b_1_pins[] = { DB8540_PIN_AD2, DB8540_PIN_AC3 };
  470. static const unsigned i2c1_b_2_pins[] = { DB8540_PIN_AH7, DB8540_PIN_AE7 };
  471. static const unsigned stmmod_b_1_pins[] = { DB8540_PIN_AH11, DB8540_PIN_AF11,
  472. DB8540_PIN_AH10, DB8540_PIN_AG10, DB8540_PIN_AF10 };
  473. static const unsigned moduartstmmux_b_1_pins[] = { DB8540_PIN_AG11 };
  474. static const unsigned msp1txrx_b_1_pins[] = { DB8540_PIN_AD4, DB8540_PIN_AG4 };
  475. static const unsigned kp_b_1_pins[] = { DB8540_PIN_AJ24, DB8540_PIN_AE21,
  476. DB8540_PIN_M26, DB8540_PIN_M25, DB8540_PIN_M27, DB8540_PIN_N25,
  477. DB8540_PIN_M28, DB8540_PIN_N26, DB8540_PIN_M22, DB8540_PIN_N22,
  478. DB8540_PIN_N27, DB8540_PIN_N28, DB8540_PIN_P22, DB8540_PIN_P28,
  479. DB8540_PIN_P26, DB8540_PIN_T22, DB8540_PIN_R27, DB8540_PIN_P27,
  480. DB8540_PIN_R26, DB8540_PIN_R25 };
  481. static const unsigned u2txrx_b_1_pins[] = { DB8540_PIN_U22, DB8540_PIN_T27 };
  482. static const unsigned sm_b_1_pins[] = { DB8540_PIN_AG22, DB8540_PIN_AF21,
  483. DB8540_PIN_AF24, DB8540_PIN_AH22, DB8540_PIN_AJ23, DB8540_PIN_AH21,
  484. DB8540_PIN_AG20, DB8540_PIN_AE23, DB8540_PIN_AH20, DB8540_PIN_AF22,
  485. DB8540_PIN_AJ21, DB8540_PIN_AC27, DB8540_PIN_AD27, DB8540_PIN_AE28,
  486. DB8540_PIN_AG26, DB8540_PIN_AF25, DB8540_PIN_AE27, DB8540_PIN_AF27,
  487. DB8540_PIN_AG28, DB8540_PIN_AF28, DB8540_PIN_AG25, DB8540_PIN_AG24,
  488. DB8540_PIN_AD25 };
  489. static const unsigned smcs0_b_1_pins[] = { DB8540_PIN_AG19 };
  490. static const unsigned smcs1_b_1_pins[] = { DB8540_PIN_AE26 };
  491. static const unsigned ipgpio7_b_1_pins[] = { DB8540_PIN_AH25 };
  492. static const unsigned ipgpio2_b_1_pins[] = { DB8540_PIN_AF26 };
  493. static const unsigned ipgpio3_b_1_pins[] = { DB8540_PIN_AF23 };
  494. static const unsigned i2c6_b_1_pins[] = { DB8540_PIN_AG23, DB8540_PIN_AE25 };
  495. static const unsigned i2c5_b_1_pins[] = { DB8540_PIN_AH24, DB8540_PIN_AJ25 };
  496. static const unsigned u3txrx_b_1_pins[] = { DB8540_PIN_AF20, DB8540_PIN_AG21 };
  497. static const unsigned u3ctsrts_b_1_pins[] = { DB8540_PIN_AH19,
  498. DB8540_PIN_AE19 };
  499. static const unsigned i2c5_b_2_pins[] = { DB8540_PIN_AG18, DB8540_PIN_AH17 };
  500. static const unsigned i2c4_b_2_pins[] = { DB8540_PIN_AF19, DB8540_PIN_AF18 };
  501. static const unsigned u4txrx_b_1_pins[] = { DB8540_PIN_AE18, DB8540_PIN_AG17 };
  502. static const unsigned u4ctsrts_b_1_pins[] = { DB8540_PIN_AF17,
  503. DB8540_PIN_AE17 };
  504. static const unsigned ddrtrig_b_1_pins[] = { DB8540_PIN_J3 };
  505. static const unsigned msp4_b_1_pins[] = { DB8540_PIN_H3 };
  506. static const unsigned pwl_b_1_pins[] = { DB8540_PIN_C6 };
  507. static const unsigned spi1_b_1_pins[] = { DB8540_PIN_E2, DB8540_PIN_C10,
  508. DB8540_PIN_C8, DB8540_PIN_C9 };
  509. static const unsigned mc3_b_1_pins[] = { DB8540_PIN_B9, DB8540_PIN_A10,
  510. DB8540_PIN_D9, DB8540_PIN_B11, DB8540_PIN_B10, DB8540_PIN_E10,
  511. DB8540_PIN_B12 };
  512. static const unsigned pwl_b_2_pins[] = { DB8540_PIN_D10 };
  513. static const unsigned pwl_b_3_pins[] = { DB8540_PIN_B13 };
  514. static const unsigned pwl_b_4_pins[] = { DB8540_PIN_C12 };
  515. static const unsigned u2txrx_b_2_pins[] = { DB8540_PIN_B17, DB8540_PIN_D17 };
  516. /* Altfunction C column */
  517. static const unsigned ipgpio6_c_1_pins[] = { DB8540_PIN_AG6 };
  518. static const unsigned ipgpio0_c_1_pins[] = { DB8540_PIN_AD5 };
  519. static const unsigned ipgpio1_c_1_pins[] = { DB8540_PIN_AF7 };
  520. static const unsigned ipgpio3_c_1_pins[] = { DB8540_PIN_AE4 };
  521. static const unsigned ipgpio2_c_1_pins[] = { DB8540_PIN_AD1 };
  522. static const unsigned u0_c_1_pins[] = { DB8540_PIN_AD4, DB8540_PIN_AF3,
  523. DB8540_PIN_AF5, DB8540_PIN_AG4 };
  524. static const unsigned smcleale_c_1_pins[] = { DB8540_PIN_AJ24,
  525. DB8540_PIN_AE21 };
  526. static const unsigned ipgpio4_c_1_pins[] = { DB8540_PIN_M26 };
  527. static const unsigned ipgpio5_c_1_pins[] = { DB8540_PIN_M25 };
  528. static const unsigned ipgpio6_c_2_pins[] = { DB8540_PIN_M27 };
  529. static const unsigned ipgpio7_c_1_pins[] = { DB8540_PIN_N25 };
  530. static const unsigned stmape_c_1_pins[] = { DB8540_PIN_M28, DB8540_PIN_N26,
  531. DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27 };
  532. static const unsigned u2rxtx_c_1_pins[] = { DB8540_PIN_N28, DB8540_PIN_P22 };
  533. static const unsigned modobsresout_c_1_pins[] = { DB8540_PIN_P28 };
  534. static const unsigned ipgpio2_c_2_pins[] = { DB8540_PIN_P26 };
  535. static const unsigned ipgpio3_c_2_pins[] = { DB8540_PIN_T22 };
  536. static const unsigned ipgpio4_c_2_pins[] = { DB8540_PIN_R27 };
  537. static const unsigned ipgpio5_c_2_pins[] = { DB8540_PIN_P27 };
  538. static const unsigned modaccgpo_c_1_pins[] = { DB8540_PIN_R26, DB8540_PIN_R25,
  539. DB8540_PIN_U22 };
  540. static const unsigned modobspwrrst_c_1_pins[] = { DB8540_PIN_T27 };
  541. static const unsigned mc5_c_1_pins[] = { DB8540_PIN_AG22, DB8540_PIN_AF21,
  542. DB8540_PIN_AF24, DB8540_PIN_AH22, DB8540_PIN_AJ23, DB8540_PIN_AH21,
  543. DB8540_PIN_AG20, DB8540_PIN_AE23, DB8540_PIN_AH20, DB8540_PIN_AF22,
  544. DB8540_PIN_AJ21};
  545. static const unsigned smps0_c_1_pins[] = { DB8540_PIN_AG19 };
  546. static const unsigned moduart1_c_1_pins[] = { DB8540_PIN_T25, DB8540_PIN_T26 };
  547. static const unsigned mc2rstn_c_1_pins[] = { DB8540_PIN_AE28 };
  548. static const unsigned i2c5_c_1_pins[] = { DB8540_PIN_AG28, DB8540_PIN_AF28 };
  549. static const unsigned ipgpio0_c_2_pins[] = { DB8540_PIN_AG25 };
  550. static const unsigned ipgpio1_c_2_pins[] = { DB8540_PIN_AG24 };
  551. static const unsigned kp_c_1_pins[] = { DB8540_PIN_AD25, DB8540_PIN_AH25,
  552. DB8540_PIN_AF26, DB8540_PIN_AF23 };
  553. static const unsigned modrf_c_1_pins[] = { DB8540_PIN_AG23, DB8540_PIN_AE25,
  554. DB8540_PIN_AH24 };
  555. static const unsigned smps1_c_1_pins[] = { DB8540_PIN_AE26 };
  556. static const unsigned i2c5_c_2_pins[] = { DB8540_PIN_AH19, DB8540_PIN_AE19 };
  557. static const unsigned u4ctsrts_c_1_pins[] = { DB8540_PIN_AG18,
  558. DB8540_PIN_AH17 };
  559. static const unsigned u3rxtx_c_1_pins[] = { DB8540_PIN_AF19, DB8540_PIN_AF18 };
  560. static const unsigned msp4_c_1_pins[] = { DB8540_PIN_J3 };
  561. static const unsigned mc4rstn_c_1_pins[] = { DB8540_PIN_C6 };
  562. static const unsigned spi0_c_1_pins[] = { DB8540_PIN_A10, DB8540_PIN_B10,
  563. DB8540_PIN_E10, DB8540_PIN_B12 };
  564. static const unsigned i2c3_c_1_pins[] = { DB8540_PIN_B13, DB8540_PIN_C12 };
  565. /* Other alt C1 column */
  566. static const unsigned spi3_oc1_1_pins[] = { DB8540_PIN_AG5, DB8540_PIN_AH5,
  567. DB8540_PIN_AE4, DB8540_PIN_AD1 };
  568. static const unsigned stmape_oc1_1_pins[] = { DB8540_PIN_AH11, DB8540_PIN_AF11,
  569. DB8540_PIN_AH10, DB8540_PIN_AG10, DB8540_PIN_AF10 };
  570. static const unsigned u2_oc1_1_pins[] = { DB8540_PIN_AG11 };
  571. static const unsigned remap0_oc1_1_pins[] = { DB8540_PIN_AJ24 };
  572. static const unsigned remap1_oc1_1_pins[] = { DB8540_PIN_AE21 };
  573. static const unsigned modobsrefclk_oc1_1_pins[] = { DB8540_PIN_M26 };
  574. static const unsigned modobspwrctrl_oc1_1_pins[] = { DB8540_PIN_M25 };
  575. static const unsigned modobsclkout_oc1_1_pins[] = { DB8540_PIN_M27 };
  576. static const unsigned moduart1_oc1_1_pins[] = { DB8540_PIN_N25 };
  577. static const unsigned modprcmudbg_oc1_1_pins[] = { DB8540_PIN_M28,
  578. DB8540_PIN_N26, DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27,
  579. DB8540_PIN_P22, DB8540_PIN_P28, DB8540_PIN_P26, DB8540_PIN_T22,
  580. DB8540_PIN_R26, DB8540_PIN_R25, DB8540_PIN_U22, DB8540_PIN_T27,
  581. DB8540_PIN_AH20, DB8540_PIN_AG19, DB8540_PIN_AF22, DB8540_PIN_AJ21,
  582. DB8540_PIN_T25};
  583. static const unsigned modobsresout_oc1_1_pins[] = { DB8540_PIN_N28 };
  584. static const unsigned modaccgpo_oc1_1_pins[] = { DB8540_PIN_R27, DB8540_PIN_P27,
  585. DB8540_PIN_T26 };
  586. static const unsigned kp_oc1_1_pins[] = { DB8540_PIN_AG22, DB8540_PIN_AF21,
  587. DB8540_PIN_AF24, DB8540_PIN_AH22, DB8540_PIN_AJ23, DB8540_PIN_AH21,
  588. DB8540_PIN_AG20, DB8540_PIN_AE23 };
  589. static const unsigned modxmip_oc1_1_pins[] = { DB8540_PIN_AD25, DB8540_PIN_AH25,
  590. DB8540_PIN_AG23, DB8540_PIN_AE25 };
  591. static const unsigned i2c6_oc1_1_pins[] = { DB8540_PIN_AE26, DB8540_PIN_AE24 };
  592. static const unsigned u2txrx_oc1_1_pins[] = { DB8540_PIN_B7, DB8540_PIN_A7 };
  593. static const unsigned u2ctsrts_oc1_1_pins[] = { DB8540_PIN_D7, DB8540_PIN_D8 };
  594. /* Other alt C2 column */
  595. static const unsigned sbag_oc2_1_pins[] = { DB8540_PIN_AH11, DB8540_PIN_AG11,
  596. DB8540_PIN_AF11, DB8540_PIN_AH10, DB8540_PIN_AG10, DB8540_PIN_AF10 };
  597. static const unsigned hxclk_oc2_1_pins[] = { DB8540_PIN_M25 };
  598. static const unsigned modaccuart_oc2_1_pins[] = { DB8540_PIN_N25 };
  599. static const unsigned stmmod_oc2_1_pins[] = { DB8540_PIN_M28, DB8540_PIN_N26,
  600. DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27 };
  601. static const unsigned moduartstmmux_oc2_1_pins[] = { DB8540_PIN_N28 };
  602. static const unsigned hxgpio_oc2_1_pins[] = { DB8540_PIN_P22, DB8540_PIN_P28,
  603. DB8540_PIN_P26, DB8540_PIN_T22, DB8540_PIN_R27, DB8540_PIN_P27,
  604. DB8540_PIN_R26, DB8540_PIN_R25 };
  605. static const unsigned sbag_oc2_2_pins[] = { DB8540_PIN_U22, DB8540_PIN_T27,
  606. DB8540_PIN_AG22, DB8540_PIN_AF21, DB8540_PIN_AF24, DB8540_PIN_AH22 };
  607. static const unsigned modobsservice_oc2_1_pins[] = { DB8540_PIN_AJ23 };
  608. static const unsigned moduart0_oc2_1_pins[] = { DB8540_PIN_AG20,
  609. DB8540_PIN_AE23 };
  610. static const unsigned stmape_oc2_1_pins[] = { DB8540_PIN_AH20, DB8540_PIN_AG19,
  611. DB8540_PIN_AF22, DB8540_PIN_AJ21, DB8540_PIN_T25 };
  612. static const unsigned u2_oc2_1_pins[] = { DB8540_PIN_T26, DB8540_PIN_AH21 };
  613. static const unsigned modxmip_oc2_1_pins[] = { DB8540_PIN_AE26,
  614. DB8540_PIN_AE24 };
  615. /* Other alt C3 column */
  616. static const unsigned modaccgpo_oc3_1_pins[] = { DB8540_PIN_AG11 };
  617. static const unsigned tpui_oc3_1_pins[] = { DB8540_PIN_M26, DB8540_PIN_M25,
  618. DB8540_PIN_M27, DB8540_PIN_N25, DB8540_PIN_M28, DB8540_PIN_N26,
  619. DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27, DB8540_PIN_N28,
  620. DB8540_PIN_P22, DB8540_PIN_P28, DB8540_PIN_P26, DB8540_PIN_T22,
  621. DB8540_PIN_R27, DB8540_PIN_P27, DB8540_PIN_R26, DB8540_PIN_R25,
  622. DB8540_PIN_U22, DB8540_PIN_T27, DB8540_PIN_AG22, DB8540_PIN_AF21,
  623. DB8540_PIN_AF24, DB8540_PIN_AH22, DB8540_PIN_AJ23, DB8540_PIN_AH21,
  624. DB8540_PIN_AG20, DB8540_PIN_AE23, DB8540_PIN_AH20, DB8540_PIN_AG19,
  625. DB8540_PIN_AF22, DB8540_PIN_AJ21, DB8540_PIN_T25, DB8540_PIN_T26 };
  626. /* Other alt C4 column */
  627. static const unsigned hwobs_oc4_1_pins[] = { DB8540_PIN_M26, DB8540_PIN_M25,
  628. DB8540_PIN_M27, DB8540_PIN_N25, DB8540_PIN_M28, DB8540_PIN_N26,
  629. DB8540_PIN_M22, DB8540_PIN_N22, DB8540_PIN_N27, DB8540_PIN_N28,
  630. DB8540_PIN_P22, DB8540_PIN_P28, DB8540_PIN_P26, DB8540_PIN_T22,
  631. DB8540_PIN_R27, DB8540_PIN_P27, DB8540_PIN_R26, DB8540_PIN_R25 };
  632. static const unsigned moduart1txrx_oc4_1_pins[] = { DB8540_PIN_U22,
  633. DB8540_PIN_T27 };
  634. static const unsigned moduart1rtscts_oc4_1_pins[] = { DB8540_PIN_AG22,
  635. DB8540_PIN_AF21 };
  636. static const unsigned modaccuarttxrx_oc4_1_pins[] = { DB8540_PIN_AF24,
  637. DB8540_PIN_AH22 };
  638. static const unsigned modaccuartrtscts_oc4_1_pins[] = { DB8540_PIN_AJ23,
  639. DB8540_PIN_AH21 };
  640. static const unsigned stmmod_oc4_1_pins[] = { DB8540_PIN_AH20, DB8540_PIN_AG19,
  641. DB8540_PIN_AF22, DB8540_PIN_AJ21, DB8540_PIN_T25 };
  642. static const unsigned moduartstmmux_oc4_1_pins[] = { DB8540_PIN_T26 };
  643. #define DB8540_PIN_GROUP(a, b) { .name = #a, .pins = a##_pins, \
  644. .npins = ARRAY_SIZE(a##_pins), .altsetting = b }
  645. static const struct nmk_pingroup nmk_db8540_groups[] = {
  646. /* Altfunction A column */
  647. DB8540_PIN_GROUP(u0_a_1, NMK_GPIO_ALT_A),
  648. DB8540_PIN_GROUP(u1rxtx_a_1, NMK_GPIO_ALT_A),
  649. DB8540_PIN_GROUP(u1ctsrts_a_1, NMK_GPIO_ALT_A),
  650. DB8540_PIN_GROUP(ipi2c_a_1, NMK_GPIO_ALT_A),
  651. DB8540_PIN_GROUP(ipi2c_a_2, NMK_GPIO_ALT_A),
  652. DB8540_PIN_GROUP(msp0txrx_a_1, NMK_GPIO_ALT_A),
  653. DB8540_PIN_GROUP(msp0tfstck_a_1, NMK_GPIO_ALT_A),
  654. DB8540_PIN_GROUP(msp0rfsrck_a_1, NMK_GPIO_ALT_A),
  655. DB8540_PIN_GROUP(mc0_a_1, NMK_GPIO_ALT_A),
  656. DB8540_PIN_GROUP(msp1txrx_a_1, NMK_GPIO_ALT_A),
  657. DB8540_PIN_GROUP(msp1_a_1, NMK_GPIO_ALT_A),
  658. DB8540_PIN_GROUP(modobsclk_a_1, NMK_GPIO_ALT_A),
  659. DB8540_PIN_GROUP(clkoutreq_a_1, NMK_GPIO_ALT_A),
  660. DB8540_PIN_GROUP(lcdb_a_1, NMK_GPIO_ALT_A),
  661. DB8540_PIN_GROUP(lcdvsi0_a_1, NMK_GPIO_ALT_A),
  662. DB8540_PIN_GROUP(lcdvsi1_a_1, NMK_GPIO_ALT_A),
  663. DB8540_PIN_GROUP(lcd_d0_d7_a_1, NMK_GPIO_ALT_A),
  664. DB8540_PIN_GROUP(lcd_d8_d11_a_1, NMK_GPIO_ALT_A),
  665. DB8540_PIN_GROUP(lcd_d12_d23_a_1, NMK_GPIO_ALT_A),
  666. DB8540_PIN_GROUP(kp_a_1, NMK_GPIO_ALT_A),
  667. DB8540_PIN_GROUP(mc2_a_1, NMK_GPIO_ALT_A),
  668. DB8540_PIN_GROUP(ssp1_a_1, NMK_GPIO_ALT_A),
  669. DB8540_PIN_GROUP(ssp0_a_1, NMK_GPIO_ALT_A),
  670. DB8540_PIN_GROUP(i2c0_a_1, NMK_GPIO_ALT_A),
  671. DB8540_PIN_GROUP(ipgpio0_a_1, NMK_GPIO_ALT_A),
  672. DB8540_PIN_GROUP(ipgpio1_a_1, NMK_GPIO_ALT_A),
  673. DB8540_PIN_GROUP(modi2s_a_1, NMK_GPIO_ALT_A),
  674. DB8540_PIN_GROUP(spi2_a_1, NMK_GPIO_ALT_A),
  675. DB8540_PIN_GROUP(u2txrx_a_1, NMK_GPIO_ALT_A),
  676. DB8540_PIN_GROUP(u2ctsrts_a_1, NMK_GPIO_ALT_A),
  677. DB8540_PIN_GROUP(modsmb_a_1, NMK_GPIO_ALT_A),
  678. DB8540_PIN_GROUP(msp2sck_a_1, NMK_GPIO_ALT_A),
  679. DB8540_PIN_GROUP(msp2txdtcktfs_a_1, NMK_GPIO_ALT_A),
  680. DB8540_PIN_GROUP(msp2rxd_a_1, NMK_GPIO_ALT_A),
  681. DB8540_PIN_GROUP(mc4_a_1, NMK_GPIO_ALT_A),
  682. DB8540_PIN_GROUP(mc1_a_1, NMK_GPIO_ALT_A),
  683. DB8540_PIN_GROUP(hsir_a_1, NMK_GPIO_ALT_A),
  684. DB8540_PIN_GROUP(hsit_a_1, NMK_GPIO_ALT_A),
  685. DB8540_PIN_GROUP(hsit_a_2, NMK_GPIO_ALT_A),
  686. DB8540_PIN_GROUP(clkout_a_1, NMK_GPIO_ALT_A),
  687. DB8540_PIN_GROUP(clkout_a_2, NMK_GPIO_ALT_A),
  688. DB8540_PIN_GROUP(msp4_a_1, NMK_GPIO_ALT_A),
  689. DB8540_PIN_GROUP(usb_a_1, NMK_GPIO_ALT_A),
  690. /* Altfunction B column */
  691. DB8540_PIN_GROUP(apetrig_b_1, NMK_GPIO_ALT_B),
  692. DB8540_PIN_GROUP(modtrig_b_1, NMK_GPIO_ALT_B),
  693. DB8540_PIN_GROUP(i2c4_b_1, NMK_GPIO_ALT_B),
  694. DB8540_PIN_GROUP(i2c1_b_1, NMK_GPIO_ALT_B),
  695. DB8540_PIN_GROUP(i2c2_b_1, NMK_GPIO_ALT_B),
  696. DB8540_PIN_GROUP(i2c2_b_2, NMK_GPIO_ALT_B),
  697. DB8540_PIN_GROUP(msp0txrx_b_1, NMK_GPIO_ALT_B),
  698. DB8540_PIN_GROUP(i2c1_b_2, NMK_GPIO_ALT_B),
  699. DB8540_PIN_GROUP(stmmod_b_1, NMK_GPIO_ALT_B),
  700. DB8540_PIN_GROUP(moduartstmmux_b_1, NMK_GPIO_ALT_B),
  701. DB8540_PIN_GROUP(msp1txrx_b_1, NMK_GPIO_ALT_B),
  702. DB8540_PIN_GROUP(kp_b_1, NMK_GPIO_ALT_B),
  703. DB8540_PIN_GROUP(u2txrx_b_1, NMK_GPIO_ALT_B),
  704. DB8540_PIN_GROUP(sm_b_1, NMK_GPIO_ALT_B),
  705. DB8540_PIN_GROUP(smcs0_b_1, NMK_GPIO_ALT_B),
  706. DB8540_PIN_GROUP(smcs1_b_1, NMK_GPIO_ALT_B),
  707. DB8540_PIN_GROUP(ipgpio7_b_1, NMK_GPIO_ALT_B),
  708. DB8540_PIN_GROUP(ipgpio2_b_1, NMK_GPIO_ALT_B),
  709. DB8540_PIN_GROUP(ipgpio3_b_1, NMK_GPIO_ALT_B),
  710. DB8540_PIN_GROUP(i2c6_b_1, NMK_GPIO_ALT_B),
  711. DB8540_PIN_GROUP(i2c5_b_1, NMK_GPIO_ALT_B),
  712. DB8540_PIN_GROUP(u3txrx_b_1, NMK_GPIO_ALT_B),
  713. DB8540_PIN_GROUP(u3ctsrts_b_1, NMK_GPIO_ALT_B),
  714. DB8540_PIN_GROUP(i2c5_b_2, NMK_GPIO_ALT_B),
  715. DB8540_PIN_GROUP(i2c4_b_2, NMK_GPIO_ALT_B),
  716. DB8540_PIN_GROUP(u4txrx_b_1, NMK_GPIO_ALT_B),
  717. DB8540_PIN_GROUP(u4ctsrts_b_1, NMK_GPIO_ALT_B),
  718. DB8540_PIN_GROUP(ddrtrig_b_1, NMK_GPIO_ALT_B),
  719. DB8540_PIN_GROUP(msp4_b_1, NMK_GPIO_ALT_B),
  720. DB8540_PIN_GROUP(pwl_b_1, NMK_GPIO_ALT_B),
  721. DB8540_PIN_GROUP(spi1_b_1, NMK_GPIO_ALT_B),
  722. DB8540_PIN_GROUP(mc3_b_1, NMK_GPIO_ALT_B),
  723. DB8540_PIN_GROUP(pwl_b_2, NMK_GPIO_ALT_B),
  724. DB8540_PIN_GROUP(pwl_b_3, NMK_GPIO_ALT_B),
  725. DB8540_PIN_GROUP(pwl_b_4, NMK_GPIO_ALT_B),
  726. DB8540_PIN_GROUP(u2txrx_b_2, NMK_GPIO_ALT_B),
  727. /* Altfunction C column */
  728. DB8540_PIN_GROUP(ipgpio6_c_1, NMK_GPIO_ALT_C),
  729. DB8540_PIN_GROUP(ipgpio0_c_1, NMK_GPIO_ALT_C),
  730. DB8540_PIN_GROUP(ipgpio1_c_1, NMK_GPIO_ALT_C),
  731. DB8540_PIN_GROUP(ipgpio3_c_1, NMK_GPIO_ALT_C),
  732. DB8540_PIN_GROUP(ipgpio2_c_1, NMK_GPIO_ALT_C),
  733. DB8540_PIN_GROUP(u0_c_1, NMK_GPIO_ALT_C),
  734. DB8540_PIN_GROUP(smcleale_c_1, NMK_GPIO_ALT_C),
  735. DB8540_PIN_GROUP(ipgpio4_c_1, NMK_GPIO_ALT_C),
  736. DB8540_PIN_GROUP(ipgpio5_c_1, NMK_GPIO_ALT_C),
  737. DB8540_PIN_GROUP(ipgpio6_c_2, NMK_GPIO_ALT_C),
  738. DB8540_PIN_GROUP(ipgpio7_c_1, NMK_GPIO_ALT_C),
  739. DB8540_PIN_GROUP(stmape_c_1, NMK_GPIO_ALT_C),
  740. DB8540_PIN_GROUP(u2rxtx_c_1, NMK_GPIO_ALT_C),
  741. DB8540_PIN_GROUP(modobsresout_c_1, NMK_GPIO_ALT_C),
  742. DB8540_PIN_GROUP(ipgpio2_c_2, NMK_GPIO_ALT_C),
  743. DB8540_PIN_GROUP(ipgpio3_c_2, NMK_GPIO_ALT_C),
  744. DB8540_PIN_GROUP(ipgpio4_c_2, NMK_GPIO_ALT_C),
  745. DB8540_PIN_GROUP(ipgpio5_c_2, NMK_GPIO_ALT_C),
  746. DB8540_PIN_GROUP(modaccgpo_c_1, NMK_GPIO_ALT_C),
  747. DB8540_PIN_GROUP(modobspwrrst_c_1, NMK_GPIO_ALT_C),
  748. DB8540_PIN_GROUP(mc5_c_1, NMK_GPIO_ALT_C),
  749. DB8540_PIN_GROUP(smps0_c_1, NMK_GPIO_ALT_C),
  750. DB8540_PIN_GROUP(moduart1_c_1, NMK_GPIO_ALT_C),
  751. DB8540_PIN_GROUP(mc2rstn_c_1, NMK_GPIO_ALT_C),
  752. DB8540_PIN_GROUP(i2c5_c_1, NMK_GPIO_ALT_C),
  753. DB8540_PIN_GROUP(ipgpio0_c_2, NMK_GPIO_ALT_C),
  754. DB8540_PIN_GROUP(ipgpio1_c_2, NMK_GPIO_ALT_C),
  755. DB8540_PIN_GROUP(kp_c_1, NMK_GPIO_ALT_C),
  756. DB8540_PIN_GROUP(modrf_c_1, NMK_GPIO_ALT_C),
  757. DB8540_PIN_GROUP(smps1_c_1, NMK_GPIO_ALT_C),
  758. DB8540_PIN_GROUP(i2c5_c_2, NMK_GPIO_ALT_C),
  759. DB8540_PIN_GROUP(u4ctsrts_c_1, NMK_GPIO_ALT_C),
  760. DB8540_PIN_GROUP(u3rxtx_c_1, NMK_GPIO_ALT_C),
  761. DB8540_PIN_GROUP(msp4_c_1, NMK_GPIO_ALT_C),
  762. DB8540_PIN_GROUP(mc4rstn_c_1, NMK_GPIO_ALT_C),
  763. DB8540_PIN_GROUP(spi0_c_1, NMK_GPIO_ALT_C),
  764. DB8540_PIN_GROUP(i2c3_c_1, NMK_GPIO_ALT_C),
  765. /* Other alt C1 column, these are still configured as alt C */
  766. DB8540_PIN_GROUP(spi3_oc1_1, NMK_GPIO_ALT_C),
  767. DB8540_PIN_GROUP(stmape_oc1_1, NMK_GPIO_ALT_C),
  768. DB8540_PIN_GROUP(u2_oc1_1, NMK_GPIO_ALT_C),
  769. DB8540_PIN_GROUP(remap0_oc1_1, NMK_GPIO_ALT_C),
  770. DB8540_PIN_GROUP(remap1_oc1_1, NMK_GPIO_ALT_C),
  771. DB8540_PIN_GROUP(modobsrefclk_oc1_1, NMK_GPIO_ALT_C),
  772. DB8540_PIN_GROUP(modobspwrctrl_oc1_1, NMK_GPIO_ALT_C),
  773. DB8540_PIN_GROUP(modobsclkout_oc1_1, NMK_GPIO_ALT_C),
  774. DB8540_PIN_GROUP(moduart1_oc1_1, NMK_GPIO_ALT_C),
  775. DB8540_PIN_GROUP(modprcmudbg_oc1_1, NMK_GPIO_ALT_C),
  776. DB8540_PIN_GROUP(modobsresout_oc1_1, NMK_GPIO_ALT_C),
  777. DB8540_PIN_GROUP(modaccgpo_oc1_1, NMK_GPIO_ALT_C),
  778. DB8540_PIN_GROUP(kp_oc1_1, NMK_GPIO_ALT_C),
  779. DB8540_PIN_GROUP(modxmip_oc1_1, NMK_GPIO_ALT_C),
  780. DB8540_PIN_GROUP(i2c6_oc1_1, NMK_GPIO_ALT_C),
  781. DB8540_PIN_GROUP(u2txrx_oc1_1, NMK_GPIO_ALT_C),
  782. DB8540_PIN_GROUP(u2ctsrts_oc1_1, NMK_GPIO_ALT_C),
  783. /* Other alt C2 column, these are still configured as alt C */
  784. DB8540_PIN_GROUP(sbag_oc2_1, NMK_GPIO_ALT_C),
  785. DB8540_PIN_GROUP(hxclk_oc2_1, NMK_GPIO_ALT_C),
  786. DB8540_PIN_GROUP(modaccuart_oc2_1, NMK_GPIO_ALT_C),
  787. DB8540_PIN_GROUP(stmmod_oc2_1, NMK_GPIO_ALT_C),
  788. DB8540_PIN_GROUP(moduartstmmux_oc2_1, NMK_GPIO_ALT_C),
  789. DB8540_PIN_GROUP(hxgpio_oc2_1, NMK_GPIO_ALT_C),
  790. DB8540_PIN_GROUP(sbag_oc2_2, NMK_GPIO_ALT_C),
  791. DB8540_PIN_GROUP(modobsservice_oc2_1, NMK_GPIO_ALT_C),
  792. DB8540_PIN_GROUP(moduart0_oc2_1, NMK_GPIO_ALT_C),
  793. DB8540_PIN_GROUP(stmape_oc2_1, NMK_GPIO_ALT_C),
  794. DB8540_PIN_GROUP(u2_oc2_1, NMK_GPIO_ALT_C),
  795. DB8540_PIN_GROUP(modxmip_oc2_1, NMK_GPIO_ALT_C),
  796. /* Other alt C3 column, these are still configured as alt C */
  797. DB8540_PIN_GROUP(modaccgpo_oc3_1, NMK_GPIO_ALT_C),
  798. DB8540_PIN_GROUP(tpui_oc3_1, NMK_GPIO_ALT_C),
  799. /* Other alt C4 column, these are still configured as alt C */
  800. DB8540_PIN_GROUP(hwobs_oc4_1, NMK_GPIO_ALT_C),
  801. DB8540_PIN_GROUP(moduart1txrx_oc4_1, NMK_GPIO_ALT_C),
  802. DB8540_PIN_GROUP(moduart1rtscts_oc4_1, NMK_GPIO_ALT_C),
  803. DB8540_PIN_GROUP(modaccuarttxrx_oc4_1, NMK_GPIO_ALT_C),
  804. DB8540_PIN_GROUP(modaccuartrtscts_oc4_1, NMK_GPIO_ALT_C),
  805. DB8540_PIN_GROUP(stmmod_oc4_1, NMK_GPIO_ALT_C),
  806. };
  807. /* We use this macro to define the groups applicable to a function */
  808. #define DB8540_FUNC_GROUPS(a, b...) \
  809. static const char * const a##_groups[] = { b };
  810. DB8540_FUNC_GROUPS(apetrig, "apetrig_b_1");
  811. DB8540_FUNC_GROUPS(clkout, "clkoutreq_a_1", "clkout_a_1", "clkout_a_2");
  812. DB8540_FUNC_GROUPS(ddrtrig, "ddrtrig_b_1");
  813. DB8540_FUNC_GROUPS(hsi, "hsir_a_1", "hsit_a_1", "hsit_a_2");
  814. DB8540_FUNC_GROUPS(hwobs, "hwobs_oc4_1");
  815. DB8540_FUNC_GROUPS(hx, "hxclk_oc2_1", "hxgpio_oc2_1");
  816. DB8540_FUNC_GROUPS(i2c0, "i2c0_a_1");
  817. DB8540_FUNC_GROUPS(i2c1, "i2c1_b_1", "i2c1_b_2");
  818. DB8540_FUNC_GROUPS(i2c2, "i2c2_b_1", "i2c2_b_2");
  819. DB8540_FUNC_GROUPS(i2c3, "i2c3_c_1", "i2c4_b_1");
  820. DB8540_FUNC_GROUPS(i2c4, "i2c4_b_2");
  821. DB8540_FUNC_GROUPS(i2c5, "i2c5_b_1", "i2c5_b_2", "i2c5_c_1", "i2c5_c_2");
  822. DB8540_FUNC_GROUPS(i2c6, "i2c6_b_1", "i2c6_oc1_1");
  823. /* The image processor has 8 GPIO pins that can be muxed out */
  824. DB8540_FUNC_GROUPS(ipgpio, "ipgpio0_a_1", "ipgpio0_c_1", "ipgpio0_c_2",
  825. "ipgpio1_a_1", "ipgpio1_c_1", "ipgpio1_c_2",
  826. "ipgpio2_b_1", "ipgpio2_c_1", "ipgpio2_c_2",
  827. "ipgpio3_b_1", "ipgpio3_c_1", "ipgpio3_c_2",
  828. "ipgpio4_c_1", "ipgpio4_c_2",
  829. "ipgpio5_c_1", "ipgpio5_c_2",
  830. "ipgpio6_c_1", "ipgpio6_c_2",
  831. "ipgpio7_b_1", "ipgpio7_c_1");
  832. DB8540_FUNC_GROUPS(ipi2c, "ipi2c_a_1", "ipi2c_a_2");
  833. DB8540_FUNC_GROUPS(kp, "kp_a_1", "kp_b_1", "kp_c_1", "kp_oc1_1");
  834. DB8540_FUNC_GROUPS(lcd, "lcd_d0_d7_a_1", "lcd_d12_d23_a_1", "lcd_d8_d11_a_1",
  835. "lcdvsi0_a_1", "lcdvsi1_a_1");
  836. DB8540_FUNC_GROUPS(lcdb, "lcdb_a_1");
  837. DB8540_FUNC_GROUPS(mc0, "mc0_a_1");
  838. DB8540_FUNC_GROUPS(mc1, "mc1_a_1", "mc1_a_2");
  839. DB8540_FUNC_GROUPS(mc2, "mc2_a_1", "mc2rstn_c_1");
  840. DB8540_FUNC_GROUPS(mc3, "mc3_b_1");
  841. DB8540_FUNC_GROUPS(mc4, "mc4_a_1", "mc4rstn_c_1");
  842. DB8540_FUNC_GROUPS(mc5, "mc5_c_1");
  843. DB8540_FUNC_GROUPS(modaccgpo, "modaccgpo_c_1", "modaccgpo_oc1_1",
  844. "modaccgpo_oc3_1");
  845. DB8540_FUNC_GROUPS(modaccuart, "modaccuart_oc2_1", "modaccuarttxrx_oc4_1",
  846. "modaccuartrtccts_oc4_1");
  847. DB8540_FUNC_GROUPS(modi2s, "modi2s_a_1");
  848. DB8540_FUNC_GROUPS(modobs, "modobsclk_a_1", "modobsclkout_oc1_1",
  849. "modobspwrctrl_oc1_1", "modobspwrrst_c_1",
  850. "modobsrefclk_oc1_1", "modobsresout_c_1",
  851. "modobsresout_oc1_1", "modobsservice_oc2_1");
  852. DB8540_FUNC_GROUPS(modprcmudbg, "modprcmudbg_oc1_1");
  853. DB8540_FUNC_GROUPS(modrf, "modrf_c_1");
  854. DB8540_FUNC_GROUPS(modsmb, "modsmb_a_1");
  855. DB8540_FUNC_GROUPS(modtrig, "modtrig_b_1");
  856. DB8540_FUNC_GROUPS(moduart, "moduart1_c_1", "moduart1_oc1_1",
  857. "moduart1txrx_oc4_1", "moduart1rtscts_oc4_1", "moduart0_oc2_1");
  858. DB8540_FUNC_GROUPS(moduartstmmux, "moduartstmmux_b_1", "moduartstmmux_oc2_1",
  859. "moduartstmmux_oc4_1");
  860. DB8540_FUNC_GROUPS(modxmip, "modxmip_oc1_1", "modxmip_oc2_1");
  861. /*
  862. * MSP0 can only be on a certain set of pins, but the TX/RX pins can be
  863. * switched around by selecting the altfunction A or B.
  864. */
  865. DB8540_FUNC_GROUPS(msp0, "msp0rfsrck_a_1", "msp0tfstck_a_1", "msp0txrx_a_1",
  866. "msp0txrx_b_1");
  867. DB8540_FUNC_GROUPS(msp1, "msp1_a_1", "msp1txrx_a_1", "msp1txrx_b_1");
  868. DB8540_FUNC_GROUPS(msp2, "msp2sck_a_1", "msp2txdtcktfs_a_1", "msp2rxd_a_1");
  869. DB8540_FUNC_GROUPS(msp4, "msp4_a_1", "msp4_b_1", "msp4_c_1");
  870. DB8540_FUNC_GROUPS(pwl, "pwl_b_1", "pwl_b_2", "pwl_b_3", "pwl_b_4");
  871. DB8540_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1");
  872. DB8540_FUNC_GROUPS(sbag, "sbag_oc2_1", "sbag_oc2_2");
  873. /* Select between CS0 on alt B or PS1 on alt C */
  874. DB8540_FUNC_GROUPS(sm, "sm_b_1", "smcleale_c_1", "smcs0_b_1", "smcs1_b_1",
  875. "smps0_c_1", "smps1_c_1");
  876. DB8540_FUNC_GROUPS(spi0, "spi0_c_1");
  877. DB8540_FUNC_GROUPS(spi1, "spi1_b_1");
  878. DB8540_FUNC_GROUPS(spi2, "spi2_a_1");
  879. DB8540_FUNC_GROUPS(spi3, "spi3_oc1_1");
  880. DB8540_FUNC_GROUPS(ssp0, "ssp0_a_1");
  881. DB8540_FUNC_GROUPS(ssp1, "ssp1_a_1");
  882. DB8540_FUNC_GROUPS(stmape, "stmape_c_1", "stmape_oc1_1", "stmape_oc2_1");
  883. DB8540_FUNC_GROUPS(stmmod, "stmmod_b_1", "stmmod_oc2_1", "stmmod_oc4_1");
  884. DB8540_FUNC_GROUPS(tpui, "tpui_oc3_1");
  885. DB8540_FUNC_GROUPS(u0, "u0_a_1", "u0_c_1");
  886. DB8540_FUNC_GROUPS(u1, "u1ctsrts_a_1", "u1rxtx_a_1");
  887. DB8540_FUNC_GROUPS(u2, "u2_oc1_1", "u2_oc2_1", "u2ctsrts_a_1", "u2ctsrts_oc1_1",
  888. "u2rxtx_c_1", "u2txrx_a_1", "u2txrx_b_1", "u2txrx_b_2",
  889. "u2txrx_oc1_1");
  890. DB8540_FUNC_GROUPS(u3, "u3ctsrts_b_1", "u3rxtx_c_1", "u3txrxa_b_1");
  891. DB8540_FUNC_GROUPS(u4, "u4ctsrts_b_1", "u4ctsrts_c_1", "u4txrx_b_1");
  892. DB8540_FUNC_GROUPS(usb, "usb_a_1");
  893. #define FUNCTION(fname) \
  894. { \
  895. .name = #fname, \
  896. .groups = fname##_groups, \
  897. .ngroups = ARRAY_SIZE(fname##_groups), \
  898. }
  899. static const struct nmk_function nmk_db8540_functions[] = {
  900. FUNCTION(apetrig),
  901. FUNCTION(clkout),
  902. FUNCTION(ddrtrig),
  903. FUNCTION(hsi),
  904. FUNCTION(hwobs),
  905. FUNCTION(hx),
  906. FUNCTION(i2c0),
  907. FUNCTION(i2c1),
  908. FUNCTION(i2c2),
  909. FUNCTION(i2c3),
  910. FUNCTION(i2c4),
  911. FUNCTION(i2c5),
  912. FUNCTION(i2c6),
  913. FUNCTION(ipgpio),
  914. FUNCTION(ipi2c),
  915. FUNCTION(kp),
  916. FUNCTION(lcd),
  917. FUNCTION(lcdb),
  918. FUNCTION(mc0),
  919. FUNCTION(mc1),
  920. FUNCTION(mc2),
  921. FUNCTION(mc3),
  922. FUNCTION(mc4),
  923. FUNCTION(mc5),
  924. FUNCTION(modaccgpo),
  925. FUNCTION(modaccuart),
  926. FUNCTION(modi2s),
  927. FUNCTION(modobs),
  928. FUNCTION(modprcmudbg),
  929. FUNCTION(modrf),
  930. FUNCTION(modsmb),
  931. FUNCTION(modtrig),
  932. FUNCTION(moduart),
  933. FUNCTION(modxmip),
  934. FUNCTION(msp0),
  935. FUNCTION(msp1),
  936. FUNCTION(msp2),
  937. FUNCTION(msp4),
  938. FUNCTION(pwl),
  939. FUNCTION(remap),
  940. FUNCTION(sbag),
  941. FUNCTION(sm),
  942. FUNCTION(spi0),
  943. FUNCTION(spi1),
  944. FUNCTION(spi2),
  945. FUNCTION(spi3),
  946. FUNCTION(ssp0),
  947. FUNCTION(ssp1),
  948. FUNCTION(stmape),
  949. FUNCTION(stmmod),
  950. FUNCTION(tpui),
  951. FUNCTION(u0),
  952. FUNCTION(u1),
  953. FUNCTION(u2),
  954. FUNCTION(u3),
  955. FUNCTION(u4),
  956. FUNCTION(usb)
  957. };
  958. static const struct nmk_pinctrl_soc_data nmk_db8540_soc = {
  959. .gpio_ranges = nmk_db8540_ranges,
  960. .gpio_num_ranges = ARRAY_SIZE(nmk_db8540_ranges),
  961. .pins = nmk_db8540_pins,
  962. .npins = ARRAY_SIZE(nmk_db8540_pins),
  963. .functions = nmk_db8540_functions,
  964. .nfunctions = ARRAY_SIZE(nmk_db8540_functions),
  965. .groups = nmk_db8540_groups,
  966. .ngroups = ARRAY_SIZE(nmk_db8540_groups),
  967. };
  968. void __devinit
  969. nmk_pinctrl_db8540_init(const struct nmk_pinctrl_soc_data **soc)
  970. {
  971. *soc = &nmk_db8540_soc;
  972. }