varianceMemoryDefinition.c 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094
  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 "board.h"
  25. #include "generic.h"
  26. /* --------------------------------------------------------------------
  27. * USB Host
  28. * -------------------------------------------------------------------- */
  29. #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
  30. static u64 ohci_dmamask = DMA_BIT_MASK(32);
  31. static struct at91_usbh_data usbh_data;
  32. static struct resource usbh_resources[] = {
  33. [0] = {
  34. .start = AT91SAM9263_UHP_BASE,
  35. .end = AT91SAM9263_UHP_BASE + SZ_1M - 1,
  36. .flags = IORESOURCE_MEM,
  37. },
  38. [1] = {
  39. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_UHP,
  40. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_UHP,
  41. .flags = IORESOURCE_IRQ,
  42. },
  43. };
  44. static struct platform_device at91_usbh_device = {
  45. .name = "at91_ohci",
  46. .id = -1,
  47. .dev = {
  48. .dma_mask = &ohci_dmamask,
  49. .coherent_dma_mask = DMA_BIT_MASK(32),
  50. .platform_data = &usbh_data,
  51. },
  52. .resource = usbh_resources,
  53. .num_resources = ARRAY_SIZE(usbh_resources),
  54. };
  55. void __init at91_add_device_usbh(struct at91_usbh_data *data)
  56. {
  57. int i;
  58. if (!data)
  59. return;
  60. /* Enable VBus control for UHP ports */
  61. for (i = 0; i < data->ports; i++) {
  62. if (gpio_is_valid(data->vbus_pin[i]))
  63. at91_set_gpio_output(data->vbus_pin[i],
  64. data->vbus_pin_active_low[i]);
  65. }
  66. /* Enable overcurrent notification */
  67. for (i = 0; i < data->ports; i++) {
  68. if (gpio_is_valid(data->overcurrent_pin[i]))
  69. at91_set_gpio_input(data->overcurrent_pin[i], 1);
  70. }
  71. usbh_data = *data;
  72. platform_device_register(&at91_usbh_device);
  73. }
  74. #else
  75. void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
  76. #endif
  77. /* --------------------------------------------------------------------
  78. * USB Device (Gadget)
  79. * -------------------------------------------------------------------- */
  80. #if defined(CONFIG_USB_AT91) || defined(CONFIG_USB_AT91_MODULE)
  81. static struct at91_udc_data udc_data;
  82. static struct resource udc_resources[] = {
  83. [0] = {
  84. .start = AT91SAM9263_BASE_UDP,
  85. .end = AT91SAM9263_BASE_UDP + SZ_16K - 1,
  86. .flags = IORESOURCE_MEM,
  87. },
  88. [1] = {
  89. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_UDP,
  90. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_UDP,
  91. .flags = IORESOURCE_IRQ,
  92. },
  93. };
  94. static struct platform_device at91_udc_device = {
  95. .name = "at91_udc",
  96. .id = -1,
  97. .dev = {
  98. .platform_data = &udc_data,
  99. },
  100. .resource = udc_resources,
  101. .num_resources = ARRAY_SIZE(udc_resources),
  102. };
  103. void __init at91_add_device_udc(struct at91_udc_data *data)
  104. {
  105. if (!data)
  106. return;
  107. if (gpio_is_valid(data->vbus_pin)) {
  108. at91_set_gpio_input(data->vbus_pin, 0);
  109. at91_set_deglitch(data->vbus_pin, 1);
  110. }
  111. /* Pullup pin is handled internally by USB device peripheral */
  112. udc_data = *data;
  113. platform_device_register(&at91_udc_device);
  114. }
  115. #else
  116. void __init at91_add_device_udc(struct at91_udc_data *data) {}
  117. #endif
  118. /* --------------------------------------------------------------------
  119. * Ethernet
  120. * -------------------------------------------------------------------- */
  121. #if defined(CONFIG_MACB) || defined(CONFIG_MACB_MODULE)
  122. static u64 eth_dmamask = DMA_BIT_MASK(32);
  123. static struct macb_platform_data eth_data;
  124. static struct resource eth_resources[] = {
  125. [0] = {
  126. .start = AT91SAM9263_BASE_EMAC,
  127. .end = AT91SAM9263_BASE_EMAC + SZ_16K - 1,
  128. .flags = IORESOURCE_MEM,
  129. },
  130. [1] = {
  131. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_EMAC,
  132. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_EMAC,
  133. .flags = IORESOURCE_IRQ,
  134. },
  135. };
  136. static struct platform_device at91sam9263_eth_device = {
  137. .name = "macb",
  138. .id = -1,
  139. .dev = {
  140. .dma_mask = &eth_dmamask,
  141. .coherent_dma_mask = DMA_BIT_MASK(32),
  142. .platform_data = &eth_data,
  143. },
  144. .resource = eth_resources,
  145. .num_resources = ARRAY_SIZE(eth_resources),
  146. };
  147. void __init at91_add_device_eth(struct macb_platform_data *data)
  148. {
  149. if (!data)
  150. return;
  151. if (gpio_is_valid(data->phy_irq_pin)) {
  152. at91_set_gpio_input(data->phy_irq_pin, 0);
  153. at91_set_deglitch(data->phy_irq_pin, 1);
  154. }
  155. /* Pins used for MII and RMII */
  156. at91_set_A_periph(AT91_PIN_PE21, 0); /* ETXCK_EREFCK */
  157. at91_set_B_periph(AT91_PIN_PC25, 0); /* ERXDV */
  158. at91_set_A_periph(AT91_PIN_PE25, 0); /* ERX0 */
  159. at91_set_A_periph(AT91_PIN_PE26, 0); /* ERX1 */
  160. at91_set_A_periph(AT91_PIN_PE27, 0); /* ERXER */
  161. at91_set_A_periph(AT91_PIN_PE28, 0); /* ETXEN */
  162. at91_set_A_periph(AT91_PIN_PE23, 0); /* ETX0 */
  163. at91_set_A_periph(AT91_PIN_PE24, 0); /* ETX1 */
  164. at91_set_A_periph(AT91_PIN_PE30, 0); /* EMDIO */
  165. at91_set_A_periph(AT91_PIN_PE29, 0); /* EMDC */
  166. if (!data->is_rmii) {
  167. at91_set_A_periph(AT91_PIN_PE22, 0); /* ECRS */
  168. at91_set_B_periph(AT91_PIN_PC26, 0); /* ECOL */
  169. at91_set_B_periph(AT91_PIN_PC22, 0); /* ERX2 */
  170. at91_set_B_periph(AT91_PIN_PC23, 0); /* ERX3 */
  171. at91_set_B_periph(AT91_PIN_PC27, 0); /* ERXCK */
  172. at91_set_B_periph(AT91_PIN_PC20, 0); /* ETX2 */
  173. at91_set_B_periph(AT91_PIN_PC21, 0); /* ETX3 */
  174. at91_set_B_periph(AT91_PIN_PC24, 0); /* ETXER */
  175. }
  176. eth_data = *data;
  177. platform_device_register(&at91sam9263_eth_device);
  178. }
  179. #else
  180. void __init at91_add_device_eth(struct macb_platform_data *data) {}
  181. #endif
  182. /* --------------------------------------------------------------------
  183. * MMC / SD
  184. * -------------------------------------------------------------------- */
  185. #if IS_ENABLED(CONFIG_MMC_ATMELMCI)
  186. static u64 mmc_dmamask = DMA_BIT_MASK(32);
  187. static struct mci_platform_data mmc0_data, mmc1_data;
  188. static struct resource mmc0_resources[] = {
  189. [0] = {
  190. .start = AT91SAM9263_BASE_MCI0,
  191. .end = AT91SAM9263_BASE_MCI0 + SZ_16K - 1,
  192. .flags = IORESOURCE_MEM,
  193. },
  194. [1] = {
  195. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI0,
  196. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI0,
  197. .flags = IORESOURCE_IRQ,
  198. },
  199. };
  200. static struct platform_device at91sam9263_mmc0_device = {
  201. .name = "atmel_mci",
  202. .id = 0,
  203. .dev = {
  204. .dma_mask = &mmc_dmamask,
  205. .coherent_dma_mask = DMA_BIT_MASK(32),
  206. .platform_data = &mmc0_data,
  207. },
  208. .resource = mmc0_resources,
  209. .num_resources = ARRAY_SIZE(mmc0_resources),
  210. };
  211. static struct resource mmc1_resources[] = {
  212. [0] = {
  213. .start = AT91SAM9263_BASE_MCI1,
  214. .end = AT91SAM9263_BASE_MCI1 + SZ_16K - 1,
  215. .flags = IORESOURCE_MEM,
  216. },
  217. [1] = {
  218. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI1,
  219. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_MCI1,
  220. .flags = IORESOURCE_IRQ,
  221. },
  222. };
  223. static struct platform_device at91sam9263_mmc1_device = {
  224. .name = "atmel_mci",
  225. .id = 1,
  226. .dev = {
  227. .dma_mask = &mmc_dmamask,
  228. .coherent_dma_mask = DMA_BIT_MASK(32),
  229. .platform_data = &mmc1_data,
  230. },
  231. .resource = mmc1_resources,
  232. .num_resources = ARRAY_SIZE(mmc1_resources),
  233. };
  234. void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data)
  235. {
  236. unsigned int i;
  237. unsigned int slot_count = 0;
  238. if (!data)
  239. return;
  240. for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) {
  241. if (!data->slot[i].bus_width)
  242. continue;
  243. /* input/irq */
  244. if (gpio_is_valid(data->slot[i].detect_pin)) {
  245. at91_set_gpio_input(data->slot[i].detect_pin,
  246. 1);
  247. at91_set_deglitch(data->slot[i].detect_pin,
  248. 1);
  249. }
  250. if (gpio_is_valid(data->slot[i].wp_pin))
  251. at91_set_gpio_input(data->slot[i].wp_pin, 1);
  252. if (mmc_id == 0) { /* MCI0 */
  253. switch (i) {
  254. case 0: /* slot A */
  255. /* CMD */
  256. at91_set_A_periph(AT91_PIN_PA1, 1);
  257. /* DAT0, maybe DAT1..DAT3 */
  258. at91_set_A_periph(AT91_PIN_PA0, 1);
  259. if (data->slot[i].bus_width == 4) {
  260. at91_set_A_periph(AT91_PIN_PA3, 1);
  261. at91_set_A_periph(AT91_PIN_PA4, 1);
  262. at91_set_A_periph(AT91_PIN_PA5, 1);
  263. }
  264. slot_count++;
  265. break;
  266. case 1: /* slot B */
  267. /* CMD */
  268. at91_set_A_periph(AT91_PIN_PA16, 1);
  269. /* DAT0, maybe DAT1..DAT3 */
  270. at91_set_A_periph(AT91_PIN_PA17, 1);
  271. if (data->slot[i].bus_width == 4) {
  272. at91_set_A_periph(AT91_PIN_PA18, 1);
  273. at91_set_A_periph(AT91_PIN_PA19, 1);
  274. at91_set_A_periph(AT91_PIN_PA20, 1);
  275. }
  276. slot_count++;
  277. break;
  278. default:
  279. printk(KERN_ERR
  280. "AT91: SD/MMC slot %d not available\n", i);
  281. break;
  282. }
  283. if (slot_count) {
  284. /* CLK */
  285. at91_set_A_periph(AT91_PIN_PA12, 0);
  286. mmc0_data = *data;
  287. platform_device_register(&at91sam9263_mmc0_device);
  288. }
  289. } else if (mmc_id == 1) { /* MCI1 */
  290. switch (i) {
  291. case 0: /* slot A */
  292. /* CMD */
  293. at91_set_A_periph(AT91_PIN_PA7, 1);
  294. /* DAT0, maybe DAT1..DAT3 */
  295. at91_set_A_periph(AT91_PIN_PA8, 1);
  296. if (data->slot[i].bus_width == 4) {
  297. at91_set_A_periph(AT91_PIN_PA9, 1);
  298. at91_set_A_periph(AT91_PIN_PA10, 1);
  299. at91_set_A_periph(AT91_PIN_PA11, 1);
  300. }
  301. slot_count++;
  302. break;
  303. case 1: /* slot B */
  304. /* CMD */
  305. at91_set_A_periph(AT91_PIN_PA21, 1);
  306. /* DAT0, maybe DAT1..DAT3 */
  307. at91_set_A_periph(AT91_PIN_PA22, 1);
  308. if (data->slot[i].bus_width == 4) {
  309. at91_set_A_periph(AT91_PIN_PA23, 1);
  310. at91_set_A_periph(AT91_PIN_PA24, 1);
  311. at91_set_A_periph(AT91_PIN_PA25, 1);
  312. }
  313. slot_count++;
  314. break;
  315. default:
  316. printk(KERN_ERR
  317. "AT91: SD/MMC slot %d not available\n", i);
  318. break;
  319. }
  320. if (slot_count) {
  321. /* CLK */
  322. at91_set_A_periph(AT91_PIN_PA6, 0);
  323. mmc1_data = *data;
  324. platform_device_register(&at91sam9263_mmc1_device);
  325. }
  326. }
  327. }
  328. }
  329. #else
  330. void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data) {}
  331. #endif
  332. /* --------------------------------------------------------------------
  333. * Compact Flash (PCMCIA or IDE)
  334. * -------------------------------------------------------------------- */
  335. #if defined(CONFIG_PATA_AT91) || defined(CONFIG_PATA_AT91_MODULE) || \
  336. defined(CONFIG_AT91_CF) || defined(CONFIG_AT91_CF_MODULE)
  337. static struct at91_cf_data cf0_data;
  338. static struct resource cf0_resources[] = {
  339. [0] = {
  340. .start = AT91_CHIPSELECT_4,
  341. .end = AT91_CHIPSELECT_4 + SZ_256M - 1,
  342. .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT,
  343. }
  344. };
  345. static struct platform_device cf0_device = {
  346. .id = 0,
  347. .dev = {
  348. .platform_data = &cf0_data,
  349. },
  350. .resource = cf0_resources,
  351. .num_resources = ARRAY_SIZE(cf0_resources),
  352. };
  353. static struct at91_cf_data cf1_data;
  354. static struct resource cf1_resources[] = {
  355. [0] = {
  356. .start = AT91_CHIPSELECT_5,
  357. .end = AT91_CHIPSELECT_5 + SZ_256M - 1,
  358. .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT,
  359. }
  360. };
  361. static struct platform_device cf1_device = {
  362. .id = 1,
  363. .dev = {
  364. .platform_data = &cf1_data,
  365. },
  366. .resource = cf1_resources,
  367. .num_resources = ARRAY_SIZE(cf1_resources),
  368. };
  369. void __init at91_add_device_cf(struct at91_cf_data *data)
  370. {
  371. unsigned long ebi0_csa;
  372. struct platform_device *pdev;
  373. if (!data)
  374. return;
  375. /*
  376. * assign CS4 or CS5 to SMC with Compact Flash logic support,
  377. * we assume SMC timings are configured by board code,
  378. * except True IDE where timings are controlled by driver
  379. */
  380. ebi0_csa = at91_matrix_read(AT91_MATRIX_EBI0CSA);
  381. switch (data->chipselect) {
  382. case 4:
  383. at91_set_A_periph(AT91_PIN_PD6, 0); /* EBI0_NCS4/CFCS0 */
  384. ebi0_csa |= AT91_MATRIX_EBI0_CS4A_SMC_CF1;
  385. cf0_data = *data;
  386. pdev = &cf0_device;
  387. break;
  388. case 5:
  389. at91_set_A_periph(AT91_PIN_PD7, 0); /* EBI0_NCS5/CFCS1 */
  390. ebi0_csa |= AT91_MATRIX_EBI0_CS5A_SMC_CF2;
  391. cf1_data = *data;
  392. pdev = &cf1_device;
  393. break;
  394. default:
  395. printk(KERN_ERR "AT91 CF: bad chip-select requested (%u)\n",
  396. data->chipselect);
  397. return;
  398. }
  399. at91_matrix_write(AT91_MATRIX_EBI0CSA, ebi0_csa);
  400. if (gpio_is_valid(data->det_pin)) {
  401. at91_set_gpio_input(data->det_pin, 1);
  402. at91_set_deglitch(data->det_pin, 1);
  403. }
  404. if (gpio_is_valid(data->irq_pin)) {
  405. at91_set_gpio_input(data->irq_pin, 1);
  406. at91_set_deglitch(data->irq_pin, 1);
  407. }
  408. if (gpio_is_valid(data->vcc_pin))
  409. /* initially off */
  410. at91_set_gpio_output(data->vcc_pin, 0);
  411. /* enable EBI controlled pins */
  412. at91_set_A_periph(AT91_PIN_PD5, 1); /* NWAIT */
  413. at91_set_A_periph(AT91_PIN_PD8, 0); /* CFCE1 */
  414. at91_set_A_periph(AT91_PIN_PD9, 0); /* CFCE2 */
  415. at91_set_A_periph(AT91_PIN_PD14, 0); /* CFNRW */
  416. pdev->name = (data->flags & AT91_CF_TRUE_IDE) ? "pata_at91" : "at91_cf";
  417. platform_device_register(pdev);
  418. }
  419. #else
  420. void __init at91_add_device_cf(struct at91_cf_data *data) {}
  421. #endif
  422. /* --------------------------------------------------------------------
  423. * NAND / SmartMedia
  424. * -------------------------------------------------------------------- */
  425. #if defined(CONFIG_MTD_NAND_ATMEL) || defined(CONFIG_MTD_NAND_ATMEL_MODULE)
  426. static struct atmel_nand_data nand_data;
  427. #define NAND_BASE AT91_CHIPSELECT_3
  428. static struct resource nand_resources[] = {
  429. [0] = {
  430. .start = NAND_BASE,
  431. .end = NAND_BASE + SZ_256M - 1,
  432. .flags = IORESOURCE_MEM,
  433. },
  434. [1] = {
  435. .start = AT91SAM9263_BASE_ECC0,
  436. .end = AT91SAM9263_BASE_ECC0 + SZ_512 - 1,
  437. .flags = IORESOURCE_MEM,
  438. }
  439. };
  440. static struct platform_device at91sam9263_nand_device = {
  441. .name = "atmel_nand",
  442. .id = -1,
  443. .dev = {
  444. .platform_data = &nand_data,
  445. },
  446. .resource = nand_resources,
  447. .num_resources = ARRAY_SIZE(nand_resources),
  448. };
  449. void __init at91_add_device_nand(struct atmel_nand_data *data)
  450. {
  451. unsigned long csa;
  452. if (!data)
  453. return;
  454. csa = at91_matrix_read(AT91_MATRIX_EBI0CSA);
  455. at91_matrix_write(AT91_MATRIX_EBI0CSA, csa | AT91_MATRIX_EBI0_CS3A_SMC_SMARTMEDIA);
  456. /* enable pin */
  457. if (gpio_is_valid(data->enable_pin))
  458. at91_set_gpio_output(data->enable_pin, 1);
  459. /* ready/busy pin */
  460. if (gpio_is_valid(data->rdy_pin))
  461. at91_set_gpio_input(data->rdy_pin, 1);
  462. /* card detect pin */
  463. if (gpio_is_valid(data->det_pin))
  464. at91_set_gpio_input(data->det_pin, 1);
  465. nand_data = *data;
  466. platform_device_register(&at91sam9263_nand_device);
  467. }
  468. #else
  469. void __init at91_add_device_nand(struct atmel_nand_data *data) {}
  470. #endif
  471. /* --------------------------------------------------------------------
  472. * TWI (i2c)
  473. * -------------------------------------------------------------------- */
  474. /*
  475. * Prefer the GPIO code since the TWI controller isn't robust
  476. * (gets overruns and underruns under load) and can only issue
  477. * repeated STARTs in one scenario (the driver doesn't yet handle them).
  478. */
  479. #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
  480. static struct i2c_gpio_platform_data pdata = {
  481. .sda_pin = AT91_PIN_PB4,
  482. .sda_is_open_drain = 1,
  483. .scl_pin = AT91_PIN_PB5,
  484. .scl_is_open_drain = 1,
  485. .udelay = 2, /* ~100 kHz */
  486. };
  487. static struct platform_device at91sam9263_twi_device = {
  488. .name = "i2c-gpio",
  489. .id = 0,
  490. .dev.platform_data = &pdata,
  491. };
  492. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices)
  493. {
  494. at91_set_GPIO_periph(AT91_PIN_PB4, 1); /* TWD (SDA) */
  495. at91_set_multi_drive(AT91_PIN_PB4, 1);
  496. at91_set_GPIO_periph(AT91_PIN_PB5, 1); /* TWCK (SCL) */
  497. at91_set_multi_drive(AT91_PIN_PB5, 1);
  498. i2c_register_board_info(0, devices, nr_devices);
  499. platform_device_register(&at91sam9263_twi_device);
  500. }
  501. #elif defined(CONFIG_I2C_AT91) || defined(CONFIG_I2C_AT91_MODULE)
  502. static struct resource twi_resources[] = {
  503. [0] = {
  504. .start = AT91SAM9263_BASE_TWI,
  505. .end = AT91SAM9263_BASE_TWI + SZ_16K - 1,
  506. .flags = IORESOURCE_MEM,
  507. },
  508. [1] = {
  509. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_TWI,
  510. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_TWI,
  511. .flags = IORESOURCE_IRQ,
  512. },
  513. };
  514. static struct platform_device at91sam9263_twi_device = {
  515. .name = "i2c-at91sam9260",
  516. .id = 0,
  517. .resource = twi_resources,
  518. .num_resources = ARRAY_SIZE(twi_resources),
  519. };
  520. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices)
  521. {
  522. /* pins used for TWI interface */
  523. at91_set_A_periph(AT91_PIN_PB4, 0); /* TWD */
  524. at91_set_multi_drive(AT91_PIN_PB4, 1);
  525. at91_set_A_periph(AT91_PIN_PB5, 0); /* TWCK */
  526. at91_set_multi_drive(AT91_PIN_PB5, 1);
  527. i2c_register_board_info(0, devices, nr_devices);
  528. platform_device_register(&at91sam9263_twi_device);
  529. }
  530. #else
  531. void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices) {}
  532. #endif
  533. /* --------------------------------------------------------------------
  534. * SPI
  535. * -------------------------------------------------------------------- */
  536. #if defined(CONFIG_SPI_ATMEL) || defined(CONFIG_SPI_ATMEL_MODULE)
  537. static u64 spi_dmamask = DMA_BIT_MASK(32);
  538. static struct resource spi0_resources[] = {
  539. [0] = {
  540. .start = AT91SAM9263_BASE_SPI0,
  541. .end = AT91SAM9263_BASE_SPI0 + SZ_16K - 1,
  542. .flags = IORESOURCE_MEM,
  543. },
  544. [1] = {
  545. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI0,
  546. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI0,
  547. .flags = IORESOURCE_IRQ,
  548. },
  549. };
  550. static struct platform_device at91sam9263_spi0_device = {
  551. .name = "atmel_spi",
  552. .id = 0,
  553. .dev = {
  554. .dma_mask = &spi_dmamask,
  555. .coherent_dma_mask = DMA_BIT_MASK(32),
  556. },
  557. .resource = spi0_resources,
  558. .num_resources = ARRAY_SIZE(spi0_resources),
  559. };
  560. static const unsigned spi0_standard_cs[4] = { AT91_PIN_PA5, AT91_PIN_PA3, AT91_PIN_PA4, AT91_PIN_PB11 };
  561. static struct resource spi1_resources[] = {
  562. [0] = {
  563. .start = AT91SAM9263_BASE_SPI1,
  564. .end = AT91SAM9263_BASE_SPI1 + SZ_16K - 1,
  565. .flags = IORESOURCE_MEM,
  566. },
  567. [1] = {
  568. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI1,
  569. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_SPI1,
  570. .flags = IORESOURCE_IRQ,
  571. },
  572. };
  573. static struct platform_device at91sam9263_spi1_device = {
  574. .name = "atmel_spi",
  575. .id = 1,
  576. .dev = {
  577. .dma_mask = &spi_dmamask,
  578. .coherent_dma_mask = DMA_BIT_MASK(32),
  579. },
  580. .resource = spi1_resources,
  581. .num_resources = ARRAY_SIZE(spi1_resources),
  582. };
  583. static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB15, AT91_PIN_PB16, AT91_PIN_PB17, AT91_PIN_PB18 };
  584. void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices)
  585. {
  586. int i;
  587. unsigned long cs_pin;
  588. short enable_spi0 = 0;
  589. short enable_spi1 = 0;
  590. /* Choose SPI chip-selects */
  591. for (i = 0; i < nr_devices; i++) {
  592. if (devices[i].controller_data)
  593. cs_pin = (unsigned long) devices[i].controller_data;
  594. else if (devices[i].bus_num == 0)
  595. cs_pin = spi0_standard_cs[devices[i].chip_select];
  596. else
  597. cs_pin = spi1_standard_cs[devices[i].chip_select];
  598. if (!gpio_is_valid(cs_pin))
  599. continue;
  600. if (devices[i].bus_num == 0)
  601. enable_spi0 = 1;
  602. else
  603. enable_spi1 = 1;
  604. /* enable chip-select pin */
  605. at91_set_gpio_output(cs_pin, 1);
  606. /* pass chip-select pin to driver */
  607. devices[i].controller_data = (void *) cs_pin;
  608. }
  609. spi_register_board_info(devices, nr_devices);
  610. /* Configure SPI bus(es) */
  611. if (enable_spi0) {
  612. at91_set_B_periph(AT91_PIN_PA0, 0); /* SPI0_MISO */
  613. at91_set_B_periph(AT91_PIN_PA1, 0); /* SPI0_MOSI */
  614. at91_set_B_periph(AT91_PIN_PA2, 0); /* SPI0_SPCK */
  615. platform_device_register(&at91sam9263_spi0_device);
  616. }
  617. if (enable_spi1) {
  618. at91_set_A_periph(AT91_PIN_PB12, 0); /* SPI1_MISO */
  619. at91_set_A_periph(AT91_PIN_PB13, 0); /* SPI1_MOSI */
  620. at91_set_A_periph(AT91_PIN_PB14, 0); /* SPI1_SPCK */
  621. platform_device_register(&at91sam9263_spi1_device);
  622. }
  623. }
  624. #else
  625. void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {}
  626. #endif
  627. /* --------------------------------------------------------------------
  628. * AC97
  629. * -------------------------------------------------------------------- */
  630. #if defined(CONFIG_SND_ATMEL_AC97C) || defined(CONFIG_SND_ATMEL_AC97C_MODULE)
  631. static u64 ac97_dmamask = DMA_BIT_MASK(32);
  632. static struct ac97c_platform_data ac97_data;
  633. static struct resource ac97_resources[] = {
  634. [0] = {
  635. .start = AT91SAM9263_BASE_AC97C,
  636. .end = AT91SAM9263_BASE_AC97C + SZ_16K - 1,
  637. .flags = IORESOURCE_MEM,
  638. },
  639. [1] = {
  640. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_AC97C,
  641. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_AC97C,
  642. .flags = IORESOURCE_IRQ,
  643. },
  644. };
  645. static struct platform_device at91sam9263_ac97_device = {
  646. .name = "atmel_ac97c",
  647. .id = 0,
  648. .dev = {
  649. .dma_mask = &ac97_dmamask,
  650. .coherent_dma_mask = DMA_BIT_MASK(32),
  651. .platform_data = &ac97_data,
  652. },
  653. .resource = ac97_resources,
  654. .num_resources = ARRAY_SIZE(ac97_resources),
  655. };
  656. void __init at91_add_device_ac97(struct ac97c_platform_data *data)
  657. {
  658. if (!data)
  659. return;
  660. at91_set_A_periph(AT91_PIN_PB0, 0); /* AC97FS */
  661. at91_set_A_periph(AT91_PIN_PB1, 0); /* AC97CK */
  662. at91_set_A_periph(AT91_PIN_PB2, 0); /* AC97TX */
  663. at91_set_A_periph(AT91_PIN_PB3, 0); /* AC97RX */
  664. /* reset */
  665. if (gpio_is_valid(data->reset_pin))
  666. at91_set_gpio_output(data->reset_pin, 0);
  667. ac97_data = *data;
  668. platform_device_register(&at91sam9263_ac97_device);
  669. }
  670. #else
  671. void __init at91_add_device_ac97(struct ac97c_platform_data *data) {}
  672. #endif
  673. /* --------------------------------------------------------------------
  674. * CAN Controller
  675. * -------------------------------------------------------------------- */
  676. #if defined(CONFIG_CAN_AT91) || defined(CONFIG_CAN_AT91_MODULE)
  677. static struct resource can_resources[] = {
  678. [0] = {
  679. .start = AT91SAM9263_BASE_CAN,
  680. .end = AT91SAM9263_BASE_CAN + SZ_16K - 1,
  681. .flags = IORESOURCE_MEM,
  682. },
  683. [1] = {
  684. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_CAN,
  685. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_CAN,
  686. .flags = IORESOURCE_IRQ,
  687. },
  688. };
  689. static struct platform_device at91sam9263_can_device = {
  690. .name = "at91_can",
  691. .id = -1,
  692. .resource = can_resources,
  693. .num_resources = ARRAY_SIZE(can_resources),
  694. };
  695. void __init at91_add_device_can(struct at91_can_data *data)
  696. {
  697. at91_set_A_periph(AT91_PIN_PA13, 0); /* CANTX */
  698. at91_set_A_periph(AT91_PIN_PA14, 0); /* CANRX */
  699. at91sam9263_can_device.dev.platform_data = data;
  700. platform_device_register(&at91sam9263_can_device);
  701. }
  702. #else
  703. void __init at91_add_device_can(struct at91_can_data *data) {}
  704. #endif
  705. /* --------------------------------------------------------------------
  706. * LCD Controller
  707. * -------------------------------------------------------------------- */
  708. #if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE)
  709. static u64 lcdc_dmamask = DMA_BIT_MASK(32);
  710. static struct atmel_lcdfb_info lcdc_data;
  711. static struct resource lcdc_resources[] = {
  712. [0] = {
  713. .start = AT91SAM9263_LCDC_BASE,
  714. .end = AT91SAM9263_LCDC_BASE + SZ_4K - 1,
  715. .flags = IORESOURCE_MEM,
  716. },
  717. [1] = {
  718. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_LCDC,
  719. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_LCDC,
  720. .flags = IORESOURCE_IRQ,
  721. },
  722. };
  723. static struct platform_device at91_lcdc_device = {
  724. .name = "atmel_lcdfb",
  725. .id = 0,
  726. .dev = {
  727. .dma_mask = &lcdc_dmamask,
  728. .coherent_dma_mask = DMA_BIT_MASK(32),
  729. .platform_data = &lcdc_data,
  730. },
  731. .resource = lcdc_resources,
  732. .num_resources = ARRAY_SIZE(lcdc_resources),
  733. };
  734. void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data)
  735. {
  736. if (!data)
  737. return;
  738. at91_set_A_periph(AT91_PIN_PC1, 0); /* LCDHSYNC */
  739. at91_set_A_periph(AT91_PIN_PC2, 0); /* LCDDOTCK */
  740. at91_set_A_periph(AT91_PIN_PC3, 0); /* LCDDEN */
  741. at91_set_B_periph(AT91_PIN_PB9, 0); /* LCDCC */
  742. at91_set_A_periph(AT91_PIN_PC6, 0); /* LCDD2 */
  743. at91_set_A_periph(AT91_PIN_PC7, 0); /* LCDD3 */
  744. at91_set_A_periph(AT91_PIN_PC8, 0); /* LCDD4 */
  745. at91_set_A_periph(AT91_PIN_PC9, 0); /* LCDD5 */
  746. at91_set_A_periph(AT91_PIN_PC10, 0); /* LCDD6 */
  747. at91_set_A_periph(AT91_PIN_PC11, 0); /* LCDD7 */
  748. at91_set_A_periph(AT91_PIN_PC14, 0); /* LCDD10 */
  749. at91_set_A_periph(AT91_PIN_PC15, 0); /* LCDD11 */
  750. at91_set_A_periph(AT91_PIN_PC16, 0); /* LCDD12 */
  751. at91_set_B_periph(AT91_PIN_PC12, 0); /* LCDD13 */
  752. at91_set_A_periph(AT91_PIN_PC18, 0); /* LCDD14 */
  753. at91_set_A_periph(AT91_PIN_PC19, 0); /* LCDD15 */
  754. at91_set_A_periph(AT91_PIN_PC22, 0); /* LCDD18 */
  755. at91_set_A_periph(AT91_PIN_PC23, 0); /* LCDD19 */
  756. at91_set_A_periph(AT91_PIN_PC24, 0); /* LCDD20 */
  757. at91_set_B_periph(AT91_PIN_PC17, 0); /* LCDD21 */
  758. at91_set_A_periph(AT91_PIN_PC26, 0); /* LCDD22 */
  759. at91_set_A_periph(AT91_PIN_PC27, 0); /* LCDD23 */
  760. lcdc_data = *data;
  761. platform_device_register(&at91_lcdc_device);
  762. }
  763. #else
  764. void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data) {}
  765. #endif
  766. /* --------------------------------------------------------------------
  767. * Image Sensor Interface
  768. * -------------------------------------------------------------------- */
  769. #if defined(CONFIG_VIDEO_AT91_ISI) || defined(CONFIG_VIDEO_AT91_ISI_MODULE)
  770. struct resource isi_resources[] = {
  771. [0] = {
  772. .start = AT91SAM9263_BASE_ISI,
  773. .end = AT91SAM9263_BASE_ISI + SZ_16K - 1,
  774. .flags = IORESOURCE_MEM,
  775. },
  776. [1] = {
  777. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_ISI,
  778. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_ISI,
  779. .flags = IORESOURCE_IRQ,
  780. },
  781. };
  782. static struct platform_device at91sam9263_isi_device = {
  783. .name = "at91_isi",
  784. .id = -1,
  785. .resource = isi_resources,
  786. .num_resources = ARRAY_SIZE(isi_resources),
  787. };
  788. void __init at91_add_device_isi(struct isi_platform_data *data,
  789. bool use_pck_as_mck)
  790. {
  791. at91_set_A_periph(AT91_PIN_PE0, 0); /* ISI_D0 */
  792. at91_set_A_periph(AT91_PIN_PE1, 0); /* ISI_D1 */
  793. at91_set_A_periph(AT91_PIN_PE2, 0); /* ISI_D2 */
  794. at91_set_A_periph(AT91_PIN_PE3, 0); /* ISI_D3 */
  795. at91_set_A_periph(AT91_PIN_PE4, 0); /* ISI_D4 */
  796. at91_set_A_periph(AT91_PIN_PE5, 0); /* ISI_D5 */
  797. at91_set_A_periph(AT91_PIN_PE6, 0); /* ISI_D6 */
  798. at91_set_A_periph(AT91_PIN_PE7, 0); /* ISI_D7 */
  799. at91_set_A_periph(AT91_PIN_PE8, 0); /* ISI_PCK */
  800. at91_set_A_periph(AT91_PIN_PE9, 0); /* ISI_HSYNC */
  801. at91_set_A_periph(AT91_PIN_PE10, 0); /* ISI_VSYNC */
  802. at91_set_B_periph(AT91_PIN_PE12, 0); /* ISI_PD8 */
  803. at91_set_B_periph(AT91_PIN_PE13, 0); /* ISI_PD9 */
  804. at91_set_B_periph(AT91_PIN_PE14, 0); /* ISI_PD10 */
  805. at91_set_B_periph(AT91_PIN_PE15, 0); /* ISI_PD11 */
  806. if (use_pck_as_mck) {
  807. at91_set_B_periph(AT91_PIN_PE11, 0); /* ISI_MCK (PCK3) */
  808. /* TODO: register the PCK for ISI_MCK and set its parent */
  809. }
  810. }
  811. #else
  812. void __init at91_add_device_isi(struct isi_platform_data *data,
  813. bool use_pck_as_mck) {}
  814. #endif
  815. /* --------------------------------------------------------------------
  816. * Timer/Counter block
  817. * -------------------------------------------------------------------- */
  818. #ifdef CONFIG_ATMEL_TCLIB
  819. static struct resource tcb_resources[] = {
  820. [0] = {
  821. .start = AT91SAM9263_BASE_TCB0,
  822. .end = AT91SAM9263_BASE_TCB0 + SZ_16K - 1,
  823. .flags = IORESOURCE_MEM,
  824. },
  825. [1] = {
  826. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_TCB,
  827. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_TCB,
  828. .flags = IORESOURCE_IRQ,
  829. },
  830. };
  831. static struct platform_device at91sam9263_tcb_device = {
  832. .name = "atmel_tcb",
  833. .id = 0,
  834. .resource = tcb_resources,
  835. .num_resources = ARRAY_SIZE(tcb_resources),
  836. };
  837. #if defined(CONFIG_OF)
  838. static struct of_device_id tcb_ids[] = {
  839. { .compatible = "atmel,at91rm9200-tcb" },
  840. { /*sentinel*/ }
  841. };
  842. #endif
  843. static void __init at91_add_device_tc(void)
  844. {
  845. #if defined(CONFIG_OF)
  846. struct device_node *np;
  847. np = of_find_matching_node(NULL, tcb_ids);
  848. if (np) {
  849. of_node_put(np);
  850. return;
  851. }
  852. #endif
  853. platform_device_register(&at91sam9263_tcb_device);
  854. }
  855. #else
  856. static void __init at91_add_device_tc(void) { }
  857. #endif
  858. /* --------------------------------------------------------------------
  859. * RTT
  860. * -------------------------------------------------------------------- */
  861. static struct resource rtt0_resources[] = {
  862. {
  863. .start = AT91SAM9263_BASE_RTT0,
  864. .end = AT91SAM9263_BASE_RTT0 + SZ_16 - 1,
  865. .flags = IORESOURCE_MEM,
  866. }, {
  867. .flags = IORESOURCE_MEM,
  868. }, {
  869. .flags = IORESOURCE_IRQ,
  870. }
  871. };
  872. static struct platform_device at91sam9263_rtt0_device = {
  873. .name = "at91_rtt",
  874. .id = 0,
  875. .resource = rtt0_resources,
  876. };
  877. static struct resource rtt1_resources[] = {
  878. {
  879. .start = AT91SAM9263_BASE_RTT1,
  880. .end = AT91SAM9263_BASE_RTT1 + SZ_16 - 1,
  881. .flags = IORESOURCE_MEM,
  882. }, {
  883. .flags = IORESOURCE_MEM,
  884. }, {
  885. .flags = IORESOURCE_IRQ,
  886. }
  887. };
  888. static struct platform_device at91sam9263_rtt1_device = {
  889. .name = "at91_rtt",
  890. .id = 1,
  891. .resource = rtt1_resources,
  892. };
  893. #if IS_ENABLED(CONFIG_RTC_DRV_AT91SAM9)
  894. static void __init at91_add_device_rtt_rtc(void)
  895. {
  896. struct platform_device *pdev;
  897. struct resource *r;
  898. switch (CONFIG_RTC_DRV_AT91SAM9_RTT) {
  899. case 0:
  900. /*
  901. * The second resource is needed only for the chosen RTT:
  902. * GPBR will serve as the storage for RTC time offset
  903. */
  904. at91sam9263_rtt0_device.num_resources = 3;
  905. at91sam9263_rtt1_device.num_resources = 1;
  906. pdev = &at91sam9263_rtt0_device;
  907. r = rtt0_resources;
  908. break;
  909. case 1:
  910. at91sam9263_rtt0_device.num_resources = 1;
  911. at91sam9263_rtt1_device.num_resources = 3;
  912. pdev = &at91sam9263_rtt1_device;
  913. r = rtt1_resources;
  914. break;
  915. default:
  916. pr_err("at91sam9263: only supports 2 RTT (%d)\n",
  917. CONFIG_RTC_DRV_AT91SAM9_RTT);
  918. return;
  919. }
  920. pdev->name = "rtc-at91sam9";
  921. r[1].start = AT91SAM9263_BASE_GPBR + 4 * CONFIG_RTC_DRV_AT91SAM9_GPBR;
  922. r[1].end = r[1].start + 3;
  923. r[2].start = NR_IRQS_LEGACY + AT91_ID_SYS;
  924. r[2].end = NR_IRQS_LEGACY + AT91_ID_SYS;
  925. }
  926. #else
  927. static void __init at91_add_device_rtt_rtc(void)
  928. {
  929. /* Only one resource is needed: RTT not used as RTC */
  930. at91sam9263_rtt0_device.num_resources = 1;
  931. at91sam9263_rtt1_device.num_resources = 1;
  932. }
  933. #endif
  934. static void __init at91_add_device_rtt(void)
  935. {
  936. at91_add_device_rtt_rtc();
  937. platform_device_register(&at91sam9263_rtt0_device);