at91sam9263_devices.c 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549
  1. /*
  2. * arch/arm/mach-at91/at91sam9263_devices.c
  3. *
  4. * Copyright (C) 2007 Atmel Corporation.
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. *
  11. */
  12. #include <asm/mach/arch.h>
  13. #include <asm/mach/map.h>
  14. #include <linux/dma-mapping.h>
  15. #include <linux/gpio.h>
  16. #include <linux/platform_device.h>
  17. #include <linux/i2c-gpio.h>
  18. #include <linux/fb.h>
  19. #include <video/atmel_lcdc.h>
  20. #include <mach/at91sam9263.h>
  21. #include <mach/at91sam9263_matrix.h>
  22. #include <mach/at91_matrix.h>
  23. #include <mach/at91sam9_smc.h>
  24. #include <mach/hardware.h>
  25. #include "board.h"
  26. #include "generic.h"
  27. #include "gpio.h"
  28. /* --------------------------------------------------------------------
  29. * USB Host
  30. * -------------------------------------------------------------------- */
  31. #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
  32. static u64 ohci_dmamask = DMA_BIT_MASK(32);
  33. static struct at91_usbh_data usbh_data;
  34. static struct resource usbh_resources[] = {
  35. [0] = {
  36. .start = AT91SAM9263_UHP_BASE,
  37. .end = AT91SAM9263_UHP_BASE + SZ_1M - 1,
  38. .flags = IORESOURCE_MEM,
  39. },
  40. [1] = {
  41. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_UHP,
  42. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_UHP,
  43. .flags = IORESOURCE_IRQ,
  44. },
  45. };
  46. static struct platform_device at91_usbh_device = {
  47. .name = "at91_ohci",
  48. .id = -1,
  49. .dev = {
  50. .dma_mask = &ohci_dmamask,
  51. .coherent_dma_mask = DMA_BIT_MASK(32),
  52. .platform_data = &usbh_data,
  53. },
  54. .resource = usbh_resources,
  55. .num_resources = ARRAY_SIZE(usbh_resources),
  56. };
  57. void __init at91_add_device_usbh(struct at91_usbh_data *data)
  58. {
  59. int i;
  60. if (!data)
  61. return;
  62. /* Enable VBus control for UHP ports */
  63. for (i = 0; i < data->ports; i++) {
  64. if (gpio_is_valid(data->vbus_pin[i]))
  65. at91_set_gpio_output(data->vbus_pin[i],
  66. data->vbus_pin_active_low[i]);
  67. }
  68. /* Enable overcurrent notification */
  69. for (i = 0; i < data->ports; i++) {
  70. if (gpio_is_valid(data->overcurrent_pin[i]))
  71. at91_set_gpio_input(data->overcurrent_pin[i], 1);
  72. }
  73. usbh_data = *data;
  74. platform_device_register(&at91_usbh_device);
  75. }
  76. #else
  77. void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
  78. #endif
  79. /* --------------------------------------------------------------------
  80. * USB Device (Gadget)
  81. * -------------------------------------------------------------------- */
  82. #if defined(CONFIG_USB_AT91) || defined(CONFIG_USB_AT91_MODULE)
  83. static struct at91_udc_data udc_data;
  84. static struct resource udc_resources[] = {
  85. [0] = {
  86. .start = AT91SAM9263_BASE_UDP,
  87. .end = AT91SAM9263_BASE_UDP + SZ_16K - 1,
  88. .flags = IORESOURCE_MEM,
  89. },
  90. [1] = {
  91. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_UDP,
  92. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_UDP,
  93. .flags = IORESOURCE_IRQ,
  94. },
  95. };
  96. static struct platform_device at91_udc_device = {
  97. .name = "at91_udc",
  98. .id = -1,
  99. .dev = {
  100. .platform_data = &udc_data,
  101. },
  102. .resource = udc_resources,
  103. .num_resources = ARRAY_SIZE(udc_resources),
  104. };
  105. void __init at91_add_device_udc(struct at91_udc_data *data)
  106. {
  107. if (!data)
  108. return;
  109. if (gpio_is_valid(data->vbus_pin)) {
  110. at91_set_gpio_input(data->vbus_pin, 0);
  111. at91_set_deglitch(data->vbus_pin, 1);
  112. }
  113. /* Pullup pin is handled internally by USB device peripheral */
  114. udc_data = *data;
  115. platform_device_register(&at91_udc_device);
  116. }
  117. #else
  118. void __init at91_add_device_udc(struct at91_udc_data *data) {}
  119. #endif
  120. /* --------------------------------------------------------------------
  121. * Ethernet
  122. * -------------------------------------------------------------------- */
  123. #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE)
  124. static u64 eth_dmamask = DMA_BIT_MASK(32);
  125. static struct macb_platform_data eth_data;
  126. static struct resource eth_resources[] = {
  127. [0] = {
  128. .start = AT91SAM9263_BASE_EMAC,
  129. .end = AT91SAM9263_BASE_EMAC + SZ_16K - 1,
  130. .flags = IORESOURCE_MEM,
  131. },
  132. [1] = {
  133. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_EMAC,
  134. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_EMAC,
  135. .flags = IORESOURCE_IRQ,
  136. },
  137. };
  138. static struct platform_device at91sam9263_eth_device = {
  139. .name = "macb",
  140. .id = -1,
  141. .dev = {
  142. .dma_mask = &eth_dmamask,
  143. .coherent_dma_mask = DMA_BIT_MASK(32),
  144. .platform_data = &eth_data,
  145. },
  146. .resource = eth_resources,
  147. .num_resources = ARRAY_SIZE(eth_resources),
  148. };
  149. void __init at91_add_device_eth(struct macb_platform_data *data)
  150. {
  151. if (!data)
  152. return;
  153. if (gpio_is_valid(data->phy_irq_pin)) {
  154. at91_set_gpio_input(data->phy_irq_pin, 0);
  155. at91_set_deglitch(data->phy_irq_pin, 1);
  156. }
  157. /* Pins used for MII and RMII */
  158. at91_set_A_periph(AT91_PIN_PE21, 0); /* ETXCK_EREFCK */
  159. at91_set_B_periph(AT91_PIN_PC25, 0); /* ERXDV */
  160. at91_set_A_periph(AT91_PIN_PE25, 0); /* ERX0 */
  161. at91_set_A_periph(AT91_PIN_PE26, 0); /* ERX1 */
  162. at91_set_A_periph(AT91_PIN_PE27, 0); /* ERXER */
  163. at91_set_A_periph(AT91_PIN_PE28, 0); /* ETXEN */
  164. at91_set_A_periph(AT91_PIN_PE23, 0); /* ETX0 */
  165. at91_set_A_periph(AT91_PIN_PE24, 0); /* ETX1 */
  166. at91_set_A_periph(AT91_PIN_PE30, 0); /* EMDIO */
  167. at91_set_A_periph(AT91_PIN_PE29, 0); /* EMDC */
  168. if (!data->is_rmii) {
  169. at91_set_A_periph(AT91_PIN_PE22, 0); /* ECRS */
  170. at91_set_B_periph(AT91_PIN_PC26, 0); /* ECOL */
  171. at91_set_B_periph(AT91_PIN_PC22, 0); /* ERX2 */
  172. at91_set_B_periph(AT91_PIN_PC23, 0); /* ERX3 */
  173. at91_set_B_periph(AT91_PIN_PC27, 0); /* ERXCK */
  174. at91_set_B_periph(AT91_PIN_PC20, 0); /* ETX2 */
  175. at91_set_B_periph(AT91_PIN_PC21, 0); /* ETX3 */
  176. at91_set_B_periph(AT91_PIN_PC24, 0); /* ETXER */
  177. }
  178. eth_data = *data;
  179. platform_device_register(&at91sam9263_eth_device);
  180. }
  181. #else
  182. void __init at91_add_device_eth(struct macb_platform_data *data) {}
  183. #endif
  184. /* --------------------------------------------------------------------
  185. * MMC / SD
  186. * -------------------------------------------------------------------- */
  187. #if IS_ENABLED(CONFIG_MMC_ATMELMCI)
  188. static u64 mmc_dmamask = DMA_BIT_MASK(32);
  189. static struct mci_platform_data mmc0_data, mmc1_data;
  190. static struct resource mmc0_resources[] = {
  191. [0] = {
  192. .start = AT91SAM9263_BASE_MCI0,
  193. .end = AT91SAM9263_BASE_MCI0 + SZ_16K - 1,
  194. .flags = IORESOURCE_MEM,
  195. },
  196. [1] = {
  197. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI0,
  198. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI0,
  199. .flags = IORESOURCE_IRQ,
  200. },
  201. };
  202. static struct platform_device at91sam9263_mmc0_device = {
  203. .name = "atmel_mci",
  204. .id = 0,
  205. .dev = {
  206. .dma_mask = &mmc_dmamask,
  207. .coherent_dma_mask = DMA_BIT_MASK(32),
  208. .platform_data = &mmc0_data,
  209. },
  210. .resource = mmc0_resources,
  211. .num_resources = ARRAY_SIZE(mmc0_resources),
  212. };
  213. static struct resource mmc1_resources[] = {
  214. [0] = {
  215. .start = AT91SAM9263_BASE_MCI1,
  216. .end = AT91SAM9263_BASE_MCI1 + SZ_16K - 1,
  217. .flags = IORESOURCE_MEM,
  218. },
  219. [1] = {
  220. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI1,
  221. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI1,
  222. .flags = IORESOURCE_IRQ,
  223. },
  224. };
  225. static struct platform_device at91sam9263_mmc1_device = {
  226. .name = "atmel_mci",
  227. .id = 1,
  228. .dev = {
  229. .dma_mask = &mmc_dmamask,
  230. .coherent_dma_mask = DMA_BIT_MASK(32),
  231. .platform_data = &mmc1_data,
  232. },
  233. .resource = mmc1_resources,
  234. .num_resources = ARRAY_SIZE(mmc1_resources),
  235. };
  236. void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data)
  237. {
  238. unsigned int i;
  239. unsigned int slot_count = 0;
  240. if (!data)
  241. return;
  242. for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) {
  243. if (!data->slot[i].bus_width)
  244. continue;
  245. /* input/irq */
  246. if (gpio_is_valid(data->slot[i].detect_pin)) {
  247. at91_set_gpio_input(data->slot[i].detect_pin,
  248. 1);
  249. at91_set_deglitch(data->slot[i].detect_pin,
  250. 1);
  251. }
  252. if (gpio_is_valid(data->slot[i].wp_pin))
  253. at91_set_gpio_input(data->slot[i].wp_pin, 1);
  254. if (mmc_id == 0) { /* MCI0 */
  255. switch (i) {
  256. case 0: /* slot A */
  257. /* CMD */
  258. at91_set_A_periph(AT91_PIN_PA1, 1);
  259. /* DAT0, maybe DAT1..DAT3 */
  260. at91_set_A_periph(AT91_PIN_PA0, 1);
  261. if (data->slot[i].bus_width == 4) {
  262. at91_set_A_periph(AT91_PIN_PA3, 1);
  263. at91_set_A_periph(AT91_PIN_PA4, 1);
  264. at91_set_A_periph(AT91_PIN_PA5, 1);
  265. }
  266. slot_count++;
  267. break;
  268. case 1: /* slot B */
  269. /* CMD */
  270. at91_set_A_periph(AT91_PIN_PA16, 1);
  271. /* DAT0, maybe DAT1..DAT3 */
  272. at91_set_A_periph(AT91_PIN_PA17, 1);
  273. if (data->slot[i].bus_width == 4) {
  274. at91_set_A_periph(AT91_PIN_PA18, 1);
  275. at91_set_A_periph(AT91_PIN_PA19, 1);
  276. at91_set_A_periph(AT91_PIN_PA20, 1);
  277. }
  278. slot_count++;
  279. break;
  280. default:
  281. printk(KERN_ERR
  282. "AT91: SD/MMC slot %d not available\n", i);
  283. break;
  284. }
  285. if (slot_count) {
  286. /* CLK */
  287. at91_set_A_periph(AT91_PIN_PA12, 0);
  288. mmc0_data = *data;
  289. platform_device_register(&at91sam9263_mmc0_device);
  290. }
  291. } else if (mmc_id == 1) { /* MCI1 */
  292. switch (i) {
  293. case 0: /* slot A */
  294. /* CMD */
  295. at91_set_A_periph(AT91_PIN_PA7, 1);
  296. /* DAT0, maybe DAT1..DAT3 */
  297. at91_set_A_periph(AT91_PIN_PA8, 1);
  298. if (data->slot[i].bus_width == 4) {
  299. at91_set_A_periph(AT91_PIN_PA9, 1);
  300. at91_set_A_periph(AT91_PIN_PA10, 1);
  301. at91_set_A_periph(AT91_PIN_PA11, 1);
  302. }
  303. slot_count++;
  304. break;
  305. case 1: /* slot B */
  306. /* CMD */
  307. at91_set_A_periph(AT91_PIN_PA21, 1);
  308. /* DAT0, maybe DAT1..DAT3 */
  309. at91_set_A_periph(AT91_PIN_PA22, 1);
  310. if (data->slot[i].bus_width == 4) {
  311. at91_set_A_periph(AT91_PIN_PA23, 1);
  312. at91_set_A_periph(AT91_PIN_PA24, 1);
  313. at91_set_A_periph(AT91_PIN_PA25, 1);
  314. }
  315. slot_count++;
  316. break;
  317. default:
  318. printk(KERN_ERR
  319. "AT91: SD/MMC slot %d not available\n", i);
  320. break;
  321. }
  322. if (slot_count) {
  323. /* CLK */
  324. at91_set_A_periph(AT91_PIN_PA6, 0);
  325. mmc1_data = *data;
  326. platform_device_register(&at91sam9263_mmc1_device);
  327. }
  328. }
  329. }
  330. }
  331. #else
  332. void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data) {}
  333. #endif
  334. /* --------------------------------------------------------------------
  335. * Compact Flash (PCMCIA or IDE)
  336. * -------------------------------------------------------------------- */
  337. #if defined(CONFIG_PATA_AT91) || defined(CONFIG_PATA_AT91_MODULE) || \
  338. defined(CONFIG_AT91_CF) || defined(CONFIG_AT91_CF_MODULE)
  339. static struct at91_cf_data cf0_data;
  340. static struct resource cf0_resources[] = {
  341. [0] = {
  342. .start = AT91_CHIPSELECT_4,
  343. .end = AT91_CHIPSELECT_4 + SZ_256M - 1,
  344. .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT,
  345. }
  346. };
  347. static struct platform_device cf0_device = {
  348. .id = 0,
  349. .dev = {
  350. .platform_data = &cf0_data,
  351. },
  352. .resource = cf0_resources,
  353. .num_resources = ARRAY_SIZE(cf0_resources),
  354. };
  355. static struct at91_cf_data cf1_data;
  356. static struct resource cf1_resources[] = {
  357. [0] = {
  358. .start = AT91_CHIPSELECT_5,
  359. .end = AT91_CHIPSELECT_5 + SZ_256M - 1,
  360. .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT,
  361. }
  362. };
  363. static struct platform_device cf1_device = {
  364. .id = 1,
  365. .dev = {
  366. .platform_data = &cf1_data,
  367. },
  368. .resource = cf1_resources,
  369. .num_resources = ARRAY_SIZE(cf1_resources),
  370. };
  371. void __init at91_add_device_cf(struct at91_cf_data *data)
  372. {
  373. unsigned long ebi0_csa;
  374. struct platform_device *pdev;
  375. if (!data)
  376. return;
  377. /*
  378. * assign CS4 or CS5 to SMC with Compact Flash logic support,
  379. * we assume SMC timings are configured by board code,
  380. * except True IDE where timings are controlled by driver
  381. */
  382. ebi0_csa = at91_matrix_read(AT91_MATRIX_EBI0CSA);
  383. switch (data->chipselect) {
  384. case 4:
  385. at91_set_A_periph(AT91_PIN_PD6, 0); /* EBI0_NCS4/CFCS0 */
  386. ebi0_csa |= AT91_MATRIX_EBI0_CS4A_SMC_CF1;
  387. cf0_data = *data;
  388. pdev = &cf0_device;
  389. break;
  390. case 5:
  391. at91_set_A_periph(AT91_PIN_PD7, 0); /* EBI0_NCS5/CFCS1 */
  392. ebi0_csa |= AT91_MATRIX_EBI0_CS5A_SMC_CF2;
  393. cf1_data = *data;
  394. pdev = &cf1_device;
  395. break;
  396. default:
  397. printk(KERN_ERR "AT91 CF: bad chip-select requested (%u)\n",
  398. data->chipselect);
  399. return;
  400. }
  401. at91_matrix_write(AT91_MATRIX_EBI0CSA, ebi0_csa);
  402. if (gpio_is_valid(data->det_pin)) {
  403. at91_set_gpio_input(data->det_pin, 1);
  404. at91_set_deglitch(data->det_pin, 1);
  405. }
  406. if (gpio_is_valid(data->irq_pin)) {
  407. at91_set_gpio_input(data->irq_pin, 1);
  408. at91_set_deglitch(data->irq_pin, 1);
  409. }
  410. if (gpio_is_valid(data->vcc_pin))
  411. /* initially off */
  412. at91_set_gpio_output(data->vcc_pin, 0);
  413. /* enable EBI controlled pins */
  414. at91_set_A_periph(AT91_PIN_PD5, 1); /* NWAIT */
  415. at91_set_A_periph(AT91_PIN_PD8, 0); /* CFCE1 */
  416. at91_set_A_periph(AT91_PIN_PD9, 0); /* CFCE2 */
  417. at91_set_A_periph(AT91_PIN_PD14, 0); /* CFNRW */
  418. pdev->name = (data->flags & AT91_CF_TRUE_IDE) ? "pata_at91" : "at91_cf";
  419. platform_device_register(pdev);
  420. }
  421. #else
  422. void __init at91_add_device_cf(struct at91_cf_data *data) {}
  423. #endif
  424. /* --------------------------------------------------------------------
  425. * NAND / SmartMedia
  426. * -------------------------------------------------------------------- */
  427. #if defined(CONFIG_MTD_NAND_ATMEL) || defined(CONFIG_MTD_NAND_ATMEL_MODULE)
  428. static struct atmel_nand_data nand_data;
  429. #define NAND_BASE AT91_CHIPSELECT_3
  430. static struct resource nand_resources[] = {
  431. [0] = {
  432. .start = NAND_BASE,
  433. .end = NAND_BASE + SZ_256M - 1,
  434. .flags = IORESOURCE_MEM,
  435. },
  436. [1] = {
  437. .start = AT91SAM9263_BASE_ECC0,
  438. .end = AT91SAM9263_BASE_ECC0 + SZ_512 - 1,
  439. .flags = IORESOURCE_MEM,
  440. }
  441. };
  442. static struct platform_device at91sam9263_nand_device = {
  443. .name = "atmel_nand",
  444. .id = -1,
  445. .dev = {
  446. .platform_data = &nand_data,
  447. },
  448. .resource = nand_resources,
  449. .num_resources = ARRAY_SIZE(nand_resources),
  450. };
  451. void __init at91_add_device_nand(struct atmel_nand_data *data)
  452. {
  453. unsigned long csa;
  454. if (!data)
  455. return;
  456. csa = at91_matrix_read(AT91_MATRIX_EBI0CSA);
  457. at91_matrix_write(AT91_MATRIX_EBI0CSA, csa | AT91_MATRIX_EBI0_CS3A_SMC_SMARTMEDIA);
  458. /* enable pin */
  459. if (gpio_is_valid(data->enable_pin))
  460. at91_set_gpio_output(data->enable_pin, 1);
  461. /* ready/busy pin */
  462. if (gpio_is_valid(data->rdy_pin))
  463. at91_set_gpio_input(data->rdy_pin, 1);
  464. /* card detect pin */
  465. if (gpio_is_valid(data->det_pin))
  466. at91_set_gpio_input(data->det_pin, 1);
  467. nand_data = *data;
  468. platform_device_register(&at91sam9263_nand_device);
  469. }
  470. #else
  471. void __init at91_add_device_nand(struct atmel_nand_data *data) {}
  472. #endif
  473. /* --------------------------------------------------------------------
  474. * TWI (i2c)
  475. * -------------------------------------------------------------------- */
  476. /*
  477. * Prefer the GPIO code since the TWI controller isn't robust
  478. * (gets overruns and underruns under load) and can only issue
  479. * repeated STARTs in one scenario (the driver doesn't yet handle them).
  480. */
  481. #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
  482. static struct i2c_gpio_platform_data pdata = {
  483. .sda_pin = AT91_PIN_PB4,
  484. .sda_is_open_drain = 1,
  485. .scl_pin = AT91_PIN_PB5,
  486. .scl_is_open_drain = 1,
  487. .udelay = 2, /* ~100 kHz */
  488. };
  489. static struct platform_device at91sam9263_twi_device = {
  490. .name = "i2c-gpio",
  491. .id = 0,
  492. .dev.platform_data = &pdata,
  493. };
  494. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices)
  495. {
  496. at91_set_GPIO_periph(AT91_PIN_PB4, 1); /* TWD (SDA) */
  497. at91_set_multi_drive(AT91_PIN_PB4, 1);
  498. at91_set_GPIO_periph(AT91_PIN_PB5, 1); /* TWCK (SCL) */
  499. at91_set_multi_drive(AT91_PIN_PB5, 1);
  500. i2c_register_board_info(0, devices, nr_devices);
  501. platform_device_register(&at91sam9263_twi_device);
  502. }
  503. #elif defined(CONFIG_I2C_AT91) || defined(CONFIG_I2C_AT91_MODULE)
  504. static struct resource twi_resources[] = {
  505. [0] = {
  506. .start = AT91SAM9263_BASE_TWI,
  507. .end = AT91SAM9263_BASE_TWI + SZ_16K - 1,
  508. .flags = IORESOURCE_MEM,
  509. },
  510. [1] = {
  511. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_TWI,
  512. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_TWI,
  513. .flags = IORESOURCE_IRQ,
  514. },
  515. };
  516. static struct platform_device at91sam9263_twi_device = {
  517. .name = "i2c-at91sam9260",
  518. .id = 0,
  519. .resource = twi_resources,
  520. .num_resources = ARRAY_SIZE(twi_resources),
  521. };
  522. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices)
  523. {
  524. /* pins used for TWI interface */
  525. at91_set_A_periph(AT91_PIN_PB4, 0); /* TWD */
  526. at91_set_multi_drive(AT91_PIN_PB4, 1);
  527. at91_set_A_periph(AT91_PIN_PB5, 0); /* TWCK */
  528. at91_set_multi_drive(AT91_PIN_PB5, 1);
  529. i2c_register_board_info(0, devices, nr_devices);
  530. platform_device_register(&at91sam9263_twi_device);
  531. }
  532. #else
  533. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) {}
  534. #endif
  535. /* --------------------------------------------------------------------
  536. * SPI
  537. * -------------------------------------------------------------------- */
  538. #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE)
  539. static u64 spi_dmamask = DMA_BIT_MASK(32);
  540. static struct resource spi0_resources[] = {
  541. [0] = {
  542. .start = AT91SAM9263_BASE_SPI0,
  543. .end = AT91SAM9263_BASE_SPI0 + SZ_16K - 1,
  544. .flags = IORESOURCE_MEM,
  545. },
  546. [1] = {
  547. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI0,
  548. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI0,
  549. .flags = IORESOURCE_IRQ,
  550. },
  551. };
  552. static struct platform_device at91sam9263_spi0_device = {
  553. .name = "atmel_spi",
  554. .id = 0,
  555. .dev = {
  556. .dma_mask = &spi_dmamask,
  557. .coherent_dma_mask = DMA_BIT_MASK(32),
  558. },
  559. .resource = spi0_resources,
  560. .num_resources = ARRAY_SIZE(spi0_resources),
  561. };
  562. static const unsigned spi0_standard_cs[4] = { AT91_PIN_PA5, AT91_PIN_PA3, AT91_PIN_PA4, AT91_PIN_PB11 };
  563. static struct resource spi1_resources[] = {
  564. [0] = {
  565. .start = AT91SAM9263_BASE_SPI1,
  566. .end = AT91SAM9263_BASE_SPI1 + SZ_16K - 1,
  567. .flags = IORESOURCE_MEM,
  568. },
  569. [1] = {
  570. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI1,
  571. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI1,
  572. .flags = IORESOURCE_IRQ,
  573. },
  574. };
  575. static struct platform_device at91sam9263_spi1_device = {
  576. .name = "atmel_spi",
  577. .id = 1,
  578. .dev = {
  579. .dma_mask = &spi_dmamask,
  580. .coherent_dma_mask = DMA_BIT_MASK(32),
  581. },
  582. .resource = spi1_resources,
  583. .num_resources = ARRAY_SIZE(spi1_resources),
  584. };
  585. static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB15, AT91_PIN_PB16, AT91_PIN_PB17, AT91_PIN_PB18 };
  586. void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices)
  587. {
  588. int i;
  589. unsigned long cs_pin;
  590. short enable_spi0 = 0;
  591. short enable_spi1 = 0;
  592. /* Choose SPI chip-selects */
  593. for (i = 0; i < nr_devices; i++) {
  594. if (devices[i].controller_data)
  595. cs_pin = (unsigned long) devices[i].controller_data;
  596. else if (devices[i].bus_num == 0)
  597. cs_pin = spi0_standard_cs[devices[i].chip_select];
  598. else
  599. cs_pin = spi1_standard_cs[devices[i].chip_select];
  600. if (!gpio_is_valid(cs_pin))
  601. continue;
  602. if (devices[i].bus_num == 0)
  603. enable_spi0 = 1;
  604. else
  605. enable_spi1 = 1;
  606. /* enable chip-select pin */
  607. at91_set_gpio_output(cs_pin, 1);
  608. /* pass chip-select pin to driver */
  609. devices[i].controller_data = (void *) cs_pin;
  610. }
  611. spi_register_board_info(devices, nr_devices);
  612. /* Configure SPI bus(es) */
  613. if (enable_spi0) {
  614. at91_set_B_periph(AT91_PIN_PA0, 0); /* SPI0_MISO */
  615. at91_set_B_periph(AT91_PIN_PA1, 0); /* SPI0_MOSI */
  616. at91_set_B_periph(AT91_PIN_PA2, 0); /* SPI0_SPCK */
  617. platform_device_register(&at91sam9263_spi0_device);
  618. }
  619. if (enable_spi1) {
  620. at91_set_A_periph(AT91_PIN_PB12, 0); /* SPI1_MISO */
  621. at91_set_A_periph(AT91_PIN_PB13, 0); /* SPI1_MOSI */
  622. at91_set_A_periph(AT91_PIN_PB14, 0); /* SPI1_SPCK */
  623. platform_device_register(&at91sam9263_spi1_device);
  624. }
  625. }
  626. #else
  627. void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {}
  628. #endif
  629. /* --------------------------------------------------------------------
  630. * AC97
  631. * -------------------------------------------------------------------- */
  632. #if defined(CONFIG_SND_ATMEL_AC97C) || defined(CONFIG_SND_ATMEL_AC97C_MODULE)
  633. static u64 ac97_dmamask = DMA_BIT_MASK(32);
  634. static struct ac97c_platform_data ac97_data;
  635. static struct resource ac97_resources[] = {
  636. [0] = {
  637. .start = AT91SAM9263_BASE_AC97C,
  638. .end = AT91SAM9263_BASE_AC97C + SZ_16K - 1,
  639. .flags = IORESOURCE_MEM,
  640. },
  641. [1] = {
  642. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_AC97C,
  643. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_AC97C,
  644. .flags = IORESOURCE_IRQ,
  645. },
  646. };
  647. static struct platform_device at91sam9263_ac97_device = {
  648. .name = "atmel_ac97c",
  649. .id = 0,
  650. .dev = {
  651. .dma_mask = &ac97_dmamask,
  652. .coherent_dma_mask = DMA_BIT_MASK(32),
  653. .platform_data = &ac97_data,
  654. },
  655. .resource = ac97_resources,
  656. .num_resources = ARRAY_SIZE(ac97_resources),
  657. };
  658. void __init at91_add_device_ac97(struct ac97c_platform_data *data)
  659. {
  660. if (!data)
  661. return;
  662. at91_set_A_periph(AT91_PIN_PB0, 0); /* AC97FS */
  663. at91_set_A_periph(AT91_PIN_PB1, 0); /* AC97CK */
  664. at91_set_A_periph(AT91_PIN_PB2, 0); /* AC97TX */
  665. at91_set_A_periph(AT91_PIN_PB3, 0); /* AC97RX */
  666. /* reset */
  667. if (gpio_is_valid(data->reset_pin))
  668. at91_set_gpio_output(data->reset_pin, 0);
  669. ac97_data = *data;
  670. platform_device_register(&at91sam9263_ac97_device);
  671. }
  672. #else
  673. void __init at91_add_device_ac97(struct ac97c_platform_data *data) {}
  674. #endif
  675. /* --------------------------------------------------------------------
  676. * CAN Controller
  677. * -------------------------------------------------------------------- */
  678. #if defined(CONFIG_CAN_AT91) || defined(CONFIG_CAN_AT91_MODULE)
  679. static struct resource can_resources[] = {
  680. [0] = {
  681. .start = AT91SAM9263_BASE_CAN,
  682. .end = AT91SAM9263_BASE_CAN + SZ_16K - 1,
  683. .flags = IORESOURCE_MEM,
  684. },
  685. [1] = {
  686. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_CAN,
  687. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_CAN,
  688. .flags = IORESOURCE_IRQ,
  689. },
  690. };
  691. static struct platform_device at91sam9263_can_device = {
  692. .name = "at91_can",
  693. .id = -1,
  694. .resource = can_resources,
  695. .num_resources = ARRAY_SIZE(can_resources),
  696. };
  697. void __init at91_add_device_can(struct at91_can_data *data)
  698. {
  699. at91_set_A_periph(AT91_PIN_PA13, 0); /* CANTX */
  700. at91_set_A_periph(AT91_PIN_PA14, 0); /* CANRX */
  701. at91sam9263_can_device.dev.platform_data = data;
  702. platform_device_register(&at91sam9263_can_device);
  703. }
  704. #else
  705. void __init at91_add_device_can(struct at91_can_data *data) {}
  706. #endif
  707. /* --------------------------------------------------------------------
  708. * LCD Controller
  709. * -------------------------------------------------------------------- */
  710. #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE)
  711. static u64 lcdc_dmamask = DMA_BIT_MASK(32);
  712. static struct atmel_lcdfb_pdata lcdc_data;
  713. static struct resource lcdc_resources[] = {
  714. [0] = {
  715. .start = AT91SAM9263_LCDC_BASE,
  716. .end = AT91SAM9263_LCDC_BASE + SZ_4K - 1,
  717. .flags = IORESOURCE_MEM,
  718. },
  719. [1] = {
  720. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_LCDC,
  721. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_LCDC,
  722. .flags = IORESOURCE_IRQ,
  723. },
  724. };
  725. static struct platform_device at91_lcdc_device = {
  726. .name = "at91sam9263-lcdfb",
  727. .id = 0,
  728. .dev = {
  729. .dma_mask = &lcdc_dmamask,
  730. .coherent_dma_mask = DMA_BIT_MASK(32),
  731. .platform_data = &lcdc_data,
  732. },
  733. .resource = lcdc_resources,
  734. .num_resources = ARRAY_SIZE(lcdc_resources),
  735. };
  736. void __init at91_add_device_lcdc(struct atmel_lcdfb_pdata *data)
  737. {
  738. if (!data)
  739. return;
  740. at91_set_A_periph(AT91_PIN_PC1, 0); /* LCDHSYNC */
  741. at91_set_A_periph(AT91_PIN_PC2, 0); /* LCDDOTCK */
  742. at91_set_A_periph(AT91_PIN_PC3, 0); /* LCDDEN */
  743. at91_set_B_periph(AT91_PIN_PB9, 0); /* LCDCC */
  744. at91_set_A_periph(AT91_PIN_PC6, 0); /* LCDD2 */
  745. at91_set_A_periph(AT91_PIN_PC7, 0); /* LCDD3 */
  746. at91_set_A_periph(AT91_PIN_PC8, 0); /* LCDD4 */
  747. at91_set_A_periph(AT91_PIN_PC9, 0); /* LCDD5 */
  748. at91_set_A_periph(AT91_PIN_PC10, 0); /* LCDD6 */
  749. at91_set_A_periph(AT91_PIN_PC11, 0); /* LCDD7 */
  750. at91_set_A_periph(AT91_PIN_PC14, 0); /* LCDD10 */
  751. at91_set_A_periph(AT91_PIN_PC15, 0); /* LCDD11 */
  752. at91_set_A_periph(AT91_PIN_PC16, 0); /* LCDD12 */
  753. at91_set_B_periph(AT91_PIN_PC12, 0); /* LCDD13 */
  754. at91_set_A_periph(AT91_PIN_PC18, 0); /* LCDD14 */
  755. at91_set_A_periph(AT91_PIN_PC19, 0); /* LCDD15 */
  756. at91_set_A_periph(AT91_PIN_PC22, 0); /* LCDD18 */
  757. at91_set_A_periph(AT91_PIN_PC23, 0); /* LCDD19 */
  758. at91_set_A_periph(AT91_PIN_PC24, 0); /* LCDD20 */
  759. at91_set_B_periph(AT91_PIN_PC17, 0); /* LCDD21 */
  760. at91_set_A_periph(AT91_PIN_PC26, 0); /* LCDD22 */
  761. at91_set_A_periph(AT91_PIN_PC27, 0); /* LCDD23 */
  762. lcdc_data = *data;
  763. platform_device_register(&at91_lcdc_device);
  764. }
  765. #else
  766. void __init at91_add_device_lcdc(struct atmel_lcdfb_pdata *data) {}
  767. #endif
  768. /* --------------------------------------------------------------------
  769. * Image Sensor Interface
  770. * -------------------------------------------------------------------- */
  771. #if defined(CONFIG_VIDEO_AT91_ISI) || defined(CONFIG_VIDEO_AT91_ISI_MODULE)
  772. struct resource isi_resources[] = {
  773. [0] = {
  774. .start = AT91SAM9263_BASE_ISI,
  775. .end = AT91SAM9263_BASE_ISI + SZ_16K - 1,
  776. .flags = IORESOURCE_MEM,
  777. },
  778. [1] = {
  779. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_ISI,
  780. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_ISI,
  781. .flags = IORESOURCE_IRQ,
  782. },
  783. };
  784. static struct platform_device at91sam9263_isi_device = {
  785. .name = "at91_isi",
  786. .id = -1,
  787. .resource = isi_resources,
  788. .num_resources = ARRAY_SIZE(isi_resources),
  789. };
  790. void __init at91_add_device_isi(struct isi_platform_data *data,
  791. bool use_pck_as_mck)
  792. {
  793. at91_set_A_periph(AT91_PIN_PE0, 0); /* ISI_D0 */
  794. at91_set_A_periph(AT91_PIN_PE1, 0); /* ISI_D1 */
  795. at91_set_A_periph(AT91_PIN_PE2, 0); /* ISI_D2 */
  796. at91_set_A_periph(AT91_PIN_PE3, 0); /* ISI_D3 */
  797. at91_set_A_periph(AT91_PIN_PE4, 0); /* ISI_D4 */
  798. at91_set_A_periph(AT91_PIN_PE5, 0); /* ISI_D5 */
  799. at91_set_A_periph(AT91_PIN_PE6, 0); /* ISI_D6 */
  800. at91_set_A_periph(AT91_PIN_PE7, 0); /* ISI_D7 */
  801. at91_set_A_periph(AT91_PIN_PE8, 0); /* ISI_PCK */
  802. at91_set_A_periph(AT91_PIN_PE9, 0); /* ISI_HSYNC */
  803. at91_set_A_periph(AT91_PIN_PE10, 0); /* ISI_VSYNC */
  804. at91_set_B_periph(AT91_PIN_PE12, 0); /* ISI_PD8 */
  805. at91_set_B_periph(AT91_PIN_PE13, 0); /* ISI_PD9 */
  806. at91_set_B_periph(AT91_PIN_PE14, 0); /* ISI_PD10 */
  807. at91_set_B_periph(AT91_PIN_PE15, 0); /* ISI_PD11 */
  808. if (use_pck_as_mck) {
  809. at91_set_B_periph(AT91_PIN_PE11, 0); /* ISI_MCK (PCK3) */
  810. /* TODO: register the PCK for ISI_MCK and set its parent */
  811. }
  812. }
  813. #else
  814. void __init at91_add_device_isi(struct isi_platform_data *data,
  815. bool use_pck_as_mck) {}
  816. #endif
  817. /* --------------------------------------------------------------------
  818. * Timer/Counter block
  819. * -------------------------------------------------------------------- */
  820. #ifdef CONFIG_ATMEL_TCLIB
  821. static struct resource tcb_resources[] = {
  822. [0] = {
  823. .start = AT91SAM9263_BASE_TCB0,
  824. .end = AT91SAM9263_BASE_TCB0 + SZ_16K - 1,
  825. .flags = IORESOURCE_MEM,
  826. },
  827. [1] = {
  828. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_TCB,
  829. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_TCB,
  830. .flags = IORESOURCE_IRQ,
  831. },
  832. };
  833. static struct platform_device at91sam9263_tcb_device = {
  834. .name = "atmel_tcb",
  835. .id = 0,
  836. .resource = tcb_resources,
  837. .num_resources = ARRAY_SIZE(tcb_resources),
  838. };
  839. #if defined(CONFIG_OF)
  840. static struct of_device_id tcb_ids[] = {
  841. { .compatible = "atmel,at91rm9200-tcb" },
  842. { /*sentinel*/ }
  843. };
  844. #endif
  845. static void __init at91_add_device_tc(void)
  846. {
  847. #if defined(CONFIG_OF)
  848. struct device_node *np;
  849. np = of_find_matching_node(NULL, tcb_ids);
  850. if (np) {
  851. of_node_put(np);
  852. return;
  853. }
  854. #endif
  855. platform_device_register(&at91sam9263_tcb_device);
  856. }
  857. #else
  858. static void __init at91_add_device_tc(void) { }
  859. #endif
  860. /* --------------------------------------------------------------------
  861. * RTT
  862. * -------------------------------------------------------------------- */
  863. static struct resource rtt0_resources[] = {
  864. {
  865. .start = AT91SAM9263_BASE_RTT0,
  866. .end = AT91SAM9263_BASE_RTT0 + SZ_16 - 1,
  867. .flags = IORESOURCE_MEM,
  868. }, {
  869. .flags = IORESOURCE_MEM,
  870. }, {
  871. .flags = IORESOURCE_IRQ,
  872. }
  873. };
  874. static struct platform_device at91sam9263_rtt0_device = {
  875. .name = "at91_rtt",
  876. .id = 0,
  877. .resource = rtt0_resources,
  878. };
  879. static struct resource rtt1_resources[] = {
  880. {
  881. .start = AT91SAM9263_BASE_RTT1,
  882. .end = AT91SAM9263_BASE_RTT1 + SZ_16 - 1,
  883. .flags = IORESOURCE_MEM,
  884. }, {
  885. .flags = IORESOURCE_MEM,
  886. }, {
  887. .flags = IORESOURCE_IRQ,
  888. }
  889. };
  890. static struct platform_device at91sam9263_rtt1_device = {
  891. .name = "at91_rtt",
  892. .id = 1,
  893. .resource = rtt1_resources,
  894. };
  895. #if IS_ENABLED(CONFIG_RTC_DRV_AT91SAM9)
  896. static void __init at91_add_device_rtt_rtc(void)
  897. {
  898. struct platform_device *pdev;
  899. struct resource *r;
  900. switch (CONFIG_RTC_DRV_AT91SAM9_RTT) {
  901. case 0:
  902. /*
  903. * The second resource is needed only for the chosen RTT:
  904. * GPBR will serve as the storage for RTC time offset
  905. */
  906. at91sam9263_rtt0_device.num_resources = 3;
  907. at91sam9263_rtt1_device.num_resources = 1;
  908. pdev = &at91sam9263_rtt0_device;
  909. r = rtt0_resources;
  910. break;
  911. case 1:
  912. at91sam9263_rtt0_device.num_resources = 1;
  913. at91sam9263_rtt1_device.num_resources = 3;
  914. pdev = &at91sam9263_rtt1_device;
  915. r = rtt1_resources;
  916. break;
  917. default:
  918. pr_err("at91sam9263: only supports 2 RTT (%d)\n",
  919. CONFIG_RTC_DRV_AT91SAM9_RTT);
  920. return;
  921. }
  922. pdev->name = "rtc-at91sam9";
  923. r[1].start = AT91SAM9263_BASE_GPBR + 4 * CONFIG_RTC_DRV_AT91SAM9_GPBR;
  924. r[1].end = r[1].start + 3;
  925. r[2].start = NR_IRQS_LEGACY + AT91_ID_SYS;
  926. r[2].end = NR_IRQS_LEGACY + AT91_ID_SYS;
  927. }
  928. #else
  929. static void __init at91_add_device_rtt_rtc(void)
  930. {
  931. /* Only one resource is needed: RTT not used as RTC */
  932. at91sam9263_rtt0_device.num_resources = 1;
  933. at91sam9263_rtt1_device.num_resources = 1;
  934. }
  935. #endif
  936. static void __init at91_add_device_rtt(void)
  937. {
  938. at91_add_device_rtt_rtc();
  939. platform_device_register(&at91sam9263_rtt0_device);
  940. platform_device_register(&at91sam9263_rtt1_device);
  941. }
  942. /* --------------------------------------------------------------------
  943. * Watchdog
  944. * -------------------------------------------------------------------- */
  945. #if defined(CONFIG_AT91SAM9X_WATCHDOG) || defined(CONFIG_AT91SAM9X_WATCHDOG_MODULE)
  946. static struct resource wdt_resources[] = {
  947. {
  948. .start = AT91SAM9263_BASE_WDT,
  949. .end = AT91SAM9263_BASE_WDT + SZ_16 - 1,
  950. .flags = IORESOURCE_MEM,
  951. }
  952. };
  953. static struct platform_device at91sam9263_wdt_device = {
  954. .name = "at91_wdt",
  955. .id = -1,
  956. .resource = wdt_resources,
  957. .num_resources = ARRAY_SIZE(wdt_resources),
  958. };
  959. static void __init at91_add_device_watchdog(void)
  960. {
  961. platform_device_register(&at91sam9263_wdt_device);
  962. }
  963. #else
  964. static void __init at91_add_device_watchdog(void) {}
  965. #endif
  966. /* --------------------------------------------------------------------
  967. * PWM
  968. * --------------------------------------------------------------------*/
  969. #if defined(CONFIG_ATMEL_PWM)
  970. static u32 pwm_mask;
  971. static struct resource pwm_resources[] = {
  972. [0] = {
  973. .start = AT91SAM9263_BASE_PWMC,
  974. .end = AT91SAM9263_BASE_PWMC + SZ_16K - 1,
  975. .flags = IORESOURCE_MEM,
  976. },
  977. [1] = {
  978. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_PWMC,
  979. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_PWMC,
  980. .flags = IORESOURCE_IRQ,
  981. },
  982. };
  983. static struct platform_device at91sam9263_pwm0_device = {
  984. .name = "atmel_pwm",
  985. .id = -1,
  986. .dev = {
  987. .platform_data = &pwm_mask,
  988. },
  989. .resource = pwm_resources,
  990. .num_resources = ARRAY_SIZE(pwm_resources),
  991. };
  992. void __init at91_add_device_pwm(u32 mask)
  993. {
  994. if (mask & (1 << AT91_PWM0))
  995. at91_set_B_periph(AT91_PIN_PB7, 1); /* enable PWM0 */
  996. if (mask & (1 << AT91_PWM1))
  997. at91_set_B_periph(AT91_PIN_PB8, 1); /* enable PWM1 */
  998. if (mask & (1 << AT91_PWM2))
  999. at91_set_B_periph(AT91_PIN_PC29, 1); /* enable PWM2 */
  1000. if (mask & (1 << AT91_PWM3))
  1001. at91_set_B_periph(AT91_PIN_PB29, 1); /* enable PWM3 */
  1002. pwm_mask = mask;
  1003. platform_device_register(&at91sam9263_pwm0_device);
  1004. }
  1005. #else
  1006. void __init at91_add_device_pwm(u32 mask) {}
  1007. #endif
  1008. /* --------------------------------------------------------------------
  1009. * SSC -- Synchronous Serial Controller
  1010. * -------------------------------------------------------------------- */
  1011. #if defined(CONFIG_ATMEL_SSC) || defined(CONFIG_ATMEL_SSC_MODULE)
  1012. static u64 ssc0_dmamask = DMA_BIT_MASK(32);
  1013. static struct resource ssc0_resources[] = {
  1014. [0] = {
  1015. .start = AT91SAM9263_BASE_SSC0,
  1016. .end = AT91SAM9263_BASE_SSC0 + SZ_16K - 1,
  1017. .flags = IORESOURCE_MEM,
  1018. },
  1019. [1] = {
  1020. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SSC0,
  1021. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SSC0,
  1022. .flags = IORESOURCE_IRQ,
  1023. },
  1024. };
  1025. static struct platform_device at91sam9263_ssc0_device = {
  1026. .name = "at91rm9200_ssc",
  1027. .id = 0,
  1028. .dev = {
  1029. .dma_mask = &ssc0_dmamask,
  1030. .coherent_dma_mask = DMA_BIT_MASK(32),
  1031. },
  1032. .resource = ssc0_resources,
  1033. .num_resources = ARRAY_SIZE(ssc0_resources),
  1034. };
  1035. static inline void configure_ssc0_pins(unsigned pins)
  1036. {
  1037. if (pins & ATMEL_SSC_TF)
  1038. at91_set_B_periph(AT91_PIN_PB0, 1);
  1039. if (pins & ATMEL_SSC_TK)
  1040. at91_set_B_periph(AT91_PIN_PB1, 1);
  1041. if (pins & ATMEL_SSC_TD)
  1042. at91_set_B_periph(AT91_PIN_PB2, 1);
  1043. if (pins & ATMEL_SSC_RD)
  1044. at91_set_B_periph(AT91_PIN_PB3, 1);
  1045. if (pins & ATMEL_SSC_RK)
  1046. at91_set_B_periph(AT91_PIN_PB4, 1);
  1047. if (pins & ATMEL_SSC_RF)
  1048. at91_set_B_periph(AT91_PIN_PB5, 1);
  1049. }
  1050. static u64 ssc1_dmamask = DMA_BIT_MASK(32);
  1051. static struct resource ssc1_resources[] = {
  1052. [0] = {
  1053. .start = AT91SAM9263_BASE_SSC1,
  1054. .end = AT91SAM9263_BASE_SSC1 + SZ_16K - 1,
  1055. .flags = IORESOURCE_MEM,
  1056. },
  1057. [1] = {
  1058. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SSC1,
  1059. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SSC1,
  1060. .flags = IORESOURCE_IRQ,
  1061. },
  1062. };
  1063. static struct platform_device at91sam9263_ssc1_device = {
  1064. .name = "at91rm9200_ssc",
  1065. .id = 1,
  1066. .dev = {
  1067. .dma_mask = &ssc1_dmamask,
  1068. .coherent_dma_mask = DMA_BIT_MASK(32),
  1069. },
  1070. .resource = ssc1_resources,
  1071. .num_resources = ARRAY_SIZE(ssc1_resources),
  1072. };
  1073. static inline void configure_ssc1_pins(unsigned pins)
  1074. {
  1075. if (pins & ATMEL_SSC_TF)
  1076. at91_set_A_periph(AT91_PIN_PB6, 1);
  1077. if (pins & ATMEL_SSC_TK)
  1078. at91_set_A_periph(AT91_PIN_PB7, 1);
  1079. if (pins & ATMEL_SSC_TD)
  1080. at91_set_A_periph(AT91_PIN_PB8, 1);
  1081. if (pins & ATMEL_SSC_RD)
  1082. at91_set_A_periph(AT91_PIN_PB9, 1);
  1083. if (pins & ATMEL_SSC_RK)
  1084. at91_set_A_periph(AT91_PIN_PB10, 1);
  1085. if (pins & ATMEL_SSC_RF)
  1086. at91_set_A_periph(AT91_PIN_PB11, 1);
  1087. }
  1088. /*
  1089. * SSC controllers are accessed through library code, instead of any
  1090. * kind of all-singing/all-dancing driver. For example one could be
  1091. * used by a particular I2S audio codec's driver, while another one
  1092. * on the same system might be used by a custom data capture driver.
  1093. */
  1094. void __init at91_add_device_ssc(unsigned id, unsigned pins)
  1095. {
  1096. struct platform_device *pdev;
  1097. /*
  1098. * NOTE: caller is responsible for passing information matching
  1099. * "pins" to whatever will be using each particular controller.
  1100. */
  1101. switch (id) {
  1102. case AT91SAM9263_ID_SSC0:
  1103. pdev = &at91sam9263_ssc0_device;
  1104. configure_ssc0_pins(pins);
  1105. break;
  1106. case AT91SAM9263_ID_SSC1:
  1107. pdev = &at91sam9263_ssc1_device;
  1108. configure_ssc1_pins(pins);
  1109. break;
  1110. default:
  1111. return;
  1112. }
  1113. platform_device_register(pdev);
  1114. }
  1115. #else
  1116. void __init at91_add_device_ssc(unsigned id, unsigned pins) {}
  1117. #endif
  1118. /* --------------------------------------------------------------------
  1119. * UART
  1120. * -------------------------------------------------------------------- */
  1121. #if defined(CONFIG_SERIAL_ATMEL)
  1122. static struct resource dbgu_resources[] = {
  1123. [0] = {
  1124. .start = AT91SAM9263_BASE_DBGU,
  1125. .end = AT91SAM9263_BASE_DBGU + SZ_512 - 1,
  1126. .flags = IORESOURCE_MEM,
  1127. },
  1128. [1] = {
  1129. .start = NR_IRQS_LEGACY + AT91_ID_SYS,
  1130. .end = NR_IRQS_LEGACY + AT91_ID_SYS,
  1131. .flags = IORESOURCE_IRQ,
  1132. },
  1133. };
  1134. static struct atmel_uart_data dbgu_data = {
  1135. .use_dma_tx = 0,
  1136. .use_dma_rx = 0, /* DBGU not capable of receive DMA */
  1137. .rts_gpio = -EINVAL,
  1138. };
  1139. static u64 dbgu_dmamask = DMA_BIT_MASK(32);
  1140. static struct platform_device at91sam9263_dbgu_device = {
  1141. .name = "atmel_usart",
  1142. .id = 0,
  1143. .dev = {
  1144. .dma_mask = &dbgu_dmamask,
  1145. .coherent_dma_mask = DMA_BIT_MASK(32),
  1146. .platform_data = &dbgu_data,
  1147. },
  1148. .resource = dbgu_resources,
  1149. .num_resources = ARRAY_SIZE(dbgu_resources),
  1150. };
  1151. static inline void configure_dbgu_pins(void)
  1152. {
  1153. at91_set_A_periph(AT91_PIN_PC30, 0); /* DRXD */
  1154. at91_set_A_periph(AT91_PIN_PC31, 1); /* DTXD */
  1155. }
  1156. static struct resource uart0_resources[] = {
  1157. [0] = {
  1158. .start = AT91SAM9263_BASE_US0,
  1159. .end = AT91SAM9263_BASE_US0 + SZ_16K - 1,
  1160. .flags = IORESOURCE_MEM,
  1161. },
  1162. [1] = {
  1163. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US0,
  1164. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US0,
  1165. .flags = IORESOURCE_IRQ,
  1166. },
  1167. };
  1168. static struct atmel_uart_data uart0_data = {
  1169. .use_dma_tx = 1,
  1170. .use_dma_rx = 1,
  1171. .rts_gpio = -EINVAL,
  1172. };
  1173. static u64 uart0_dmamask = DMA_BIT_MASK(32);
  1174. static struct platform_device at91sam9263_uart0_device = {
  1175. .name = "atmel_usart",
  1176. .id = 1,
  1177. .dev = {
  1178. .dma_mask = &uart0_dmamask,
  1179. .coherent_dma_mask = DMA_BIT_MASK(32),
  1180. .platform_data = &uart0_data,
  1181. },
  1182. .resource = uart0_resources,
  1183. .num_resources = ARRAY_SIZE(uart0_resources),
  1184. };
  1185. static inline void configure_usart0_pins(unsigned pins)
  1186. {
  1187. at91_set_A_periph(AT91_PIN_PA26, 1); /* TXD0 */
  1188. at91_set_A_periph(AT91_PIN_PA27, 0); /* RXD0 */
  1189. if (pins & ATMEL_UART_RTS)
  1190. at91_set_A_periph(AT91_PIN_PA28, 0); /* RTS0 */
  1191. if (pins & ATMEL_UART_CTS)
  1192. at91_set_A_periph(AT91_PIN_PA29, 0); /* CTS0 */
  1193. }
  1194. static struct resource uart1_resources[] = {
  1195. [0] = {
  1196. .start = AT91SAM9263_BASE_US1,
  1197. .end = AT91SAM9263_BASE_US1 + SZ_16K - 1,
  1198. .flags = IORESOURCE_MEM,
  1199. },
  1200. [1] = {
  1201. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US1,
  1202. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US1,
  1203. .flags = IORESOURCE_IRQ,
  1204. },
  1205. };
  1206. static struct atmel_uart_data uart1_data = {
  1207. .use_dma_tx = 1,
  1208. .use_dma_rx = 1,
  1209. .rts_gpio = -EINVAL,
  1210. };
  1211. static u64 uart1_dmamask = DMA_BIT_MASK(32);
  1212. static struct platform_device at91sam9263_uart1_device = {
  1213. .name = "atmel_usart",
  1214. .id = 2,
  1215. .dev = {
  1216. .dma_mask = &uart1_dmamask,
  1217. .coherent_dma_mask = DMA_BIT_MASK(32),
  1218. .platform_data = &uart1_data,
  1219. },
  1220. .resource = uart1_resources,
  1221. .num_resources = ARRAY_SIZE(uart1_resources),
  1222. };
  1223. static inline void configure_usart1_pins(unsigned pins)
  1224. {
  1225. at91_set_A_periph(AT91_PIN_PD0, 1); /* TXD1 */
  1226. at91_set_A_periph(AT91_PIN_PD1, 0); /* RXD1 */
  1227. if (pins & ATMEL_UART_RTS)
  1228. at91_set_B_periph(AT91_PIN_PD7, 0); /* RTS1 */
  1229. if (pins & ATMEL_UART_CTS)
  1230. at91_set_B_periph(AT91_PIN_PD8, 0); /* CTS1 */
  1231. }
  1232. static struct resource uart2_resources[] = {
  1233. [0] = {
  1234. .start = AT91SAM9263_BASE_US2,
  1235. .end = AT91SAM9263_BASE_US2 + SZ_16K - 1,
  1236. .flags = IORESOURCE_MEM,
  1237. },
  1238. [1] = {
  1239. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US2,
  1240. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US2,
  1241. .flags = IORESOURCE_IRQ,
  1242. },
  1243. };
  1244. static struct atmel_uart_data uart2_data = {
  1245. .use_dma_tx = 1,
  1246. .use_dma_rx = 1,
  1247. .rts_gpio = -EINVAL,
  1248. };
  1249. static u64 uart2_dmamask = DMA_BIT_MASK(32);
  1250. static struct platform_device at91sam9263_uart2_device = {
  1251. .name = "atmel_usart",
  1252. .id = 3,
  1253. .dev = {
  1254. .dma_mask = &uart2_dmamask,
  1255. .coherent_dma_mask = DMA_BIT_MASK(32),
  1256. .platform_data = &uart2_data,
  1257. },
  1258. .resource = uart2_resources,
  1259. .num_resources = ARRAY_SIZE(uart2_resources),
  1260. };
  1261. static inline void configure_usart2_pins(unsigned pins)
  1262. {
  1263. at91_set_A_periph(AT91_PIN_PD2, 1); /* TXD2 */
  1264. at91_set_A_periph(AT91_PIN_PD3, 0); /* RXD2 */
  1265. if (pins & ATMEL_UART_RTS)
  1266. at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */
  1267. if (pins & ATMEL_UART_CTS)
  1268. at91_set_B_periph(AT91_PIN_PD6, 0); /* CTS2 */
  1269. }
  1270. static struct platform_device *__initdata at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */
  1271. void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins)
  1272. {
  1273. struct platform_device *pdev;
  1274. struct atmel_uart_data *pdata;
  1275. switch (id) {
  1276. case 0: /* DBGU */
  1277. pdev = &at91sam9263_dbgu_device;
  1278. configure_dbgu_pins();
  1279. break;
  1280. case AT91SAM9263_ID_US0:
  1281. pdev = &at91sam9263_uart0_device;
  1282. configure_usart0_pins(pins);
  1283. break;
  1284. case AT91SAM9263_ID_US1:
  1285. pdev = &at91sam9263_uart1_device;
  1286. configure_usart1_pins(pins);
  1287. break;
  1288. case AT91SAM9263_ID_US2:
  1289. pdev = &at91sam9263_uart2_device;
  1290. configure_usart2_pins(pins);
  1291. break;
  1292. default:
  1293. return;
  1294. }
  1295. pdata = pdev->dev.platform_data;
  1296. pdata->num = portnr; /* update to mapped ID */
  1297. if (portnr < ATMEL_MAX_UART)
  1298. at91_uarts[portnr] = pdev;
  1299. }
  1300. void __init at91_add_device_serial(void)
  1301. {
  1302. int i;
  1303. for (i = 0; i < ATMEL_MAX_UART; i++) {
  1304. if (at91_uarts[i])
  1305. platform_device_register(at91_uarts[i]);
  1306. }
  1307. }
  1308. #else
  1309. void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {}
  1310. void __init at91_add_device_serial(void) {}
  1311. #endif
  1312. /* -------------------------------------------------------------------- */
  1313. /*
  1314. * These devices are always present and don't need any board-specific
  1315. * setup.
  1316. */
  1317. static int __init at91_add_standard_devices(void)
  1318. {
  1319. if (of_have_populated_dt())
  1320. return 0;
  1321. at91_add_device_rtt();
  1322. at91_add_device_watchdog();
  1323. at91_add_device_tc();
  1324. return 0;
  1325. }
  1326. arch_initcall(at91_add_standard_devices);