at91sam9263_devices.c 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  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. };
  1138. static u64 dbgu_dmamask = DMA_BIT_MASK(32);
  1139. static struct platform_device at91sam9263_dbgu_device = {
  1140. .name = "atmel_usart",
  1141. .id = 0,
  1142. .dev = {
  1143. .dma_mask = &dbgu_dmamask,
  1144. .coherent_dma_mask = DMA_BIT_MASK(32),
  1145. .platform_data = &dbgu_data,
  1146. },
  1147. .resource = dbgu_resources,
  1148. .num_resources = ARRAY_SIZE(dbgu_resources),
  1149. };
  1150. static inline void configure_dbgu_pins(void)
  1151. {
  1152. at91_set_A_periph(AT91_PIN_PC30, 0); /* DRXD */
  1153. at91_set_A_periph(AT91_PIN_PC31, 1); /* DTXD */
  1154. }
  1155. static struct resource uart0_resources[] = {
  1156. [0] = {
  1157. .start = AT91SAM9263_BASE_US0,
  1158. .end = AT91SAM9263_BASE_US0 + SZ_16K - 1,
  1159. .flags = IORESOURCE_MEM,
  1160. },
  1161. [1] = {
  1162. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US0,
  1163. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US0,
  1164. .flags = IORESOURCE_IRQ,
  1165. },
  1166. };
  1167. static struct atmel_uart_data uart0_data = {
  1168. .use_dma_tx = 1,
  1169. .use_dma_rx = 1,
  1170. };
  1171. static u64 uart0_dmamask = DMA_BIT_MASK(32);
  1172. static struct platform_device at91sam9263_uart0_device = {
  1173. .name = "atmel_usart",
  1174. .id = 1,
  1175. .dev = {
  1176. .dma_mask = &uart0_dmamask,
  1177. .coherent_dma_mask = DMA_BIT_MASK(32),
  1178. .platform_data = &uart0_data,
  1179. },
  1180. .resource = uart0_resources,
  1181. .num_resources = ARRAY_SIZE(uart0_resources),
  1182. };
  1183. static inline void configure_usart0_pins(unsigned pins)
  1184. {
  1185. at91_set_A_periph(AT91_PIN_PA26, 1); /* TXD0 */
  1186. at91_set_A_periph(AT91_PIN_PA27, 0); /* RXD0 */
  1187. if (pins & ATMEL_UART_RTS)
  1188. at91_set_A_periph(AT91_PIN_PA28, 0); /* RTS0 */
  1189. if (pins & ATMEL_UART_CTS)
  1190. at91_set_A_periph(AT91_PIN_PA29, 0); /* CTS0 */
  1191. }
  1192. static struct resource uart1_resources[] = {
  1193. [0] = {
  1194. .start = AT91SAM9263_BASE_US1,
  1195. .end = AT91SAM9263_BASE_US1 + SZ_16K - 1,
  1196. .flags = IORESOURCE_MEM,
  1197. },
  1198. [1] = {
  1199. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US1,
  1200. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US1,
  1201. .flags = IORESOURCE_IRQ,
  1202. },
  1203. };
  1204. static struct atmel_uart_data uart1_data = {
  1205. .use_dma_tx = 1,
  1206. .use_dma_rx = 1,
  1207. };
  1208. static u64 uart1_dmamask = DMA_BIT_MASK(32);
  1209. static struct platform_device at91sam9263_uart1_device = {
  1210. .name = "atmel_usart",
  1211. .id = 2,
  1212. .dev = {
  1213. .dma_mask = &uart1_dmamask,
  1214. .coherent_dma_mask = DMA_BIT_MASK(32),
  1215. .platform_data = &uart1_data,
  1216. },
  1217. .resource = uart1_resources,
  1218. .num_resources = ARRAY_SIZE(uart1_resources),
  1219. };
  1220. static inline void configure_usart1_pins(unsigned pins)
  1221. {
  1222. at91_set_A_periph(AT91_PIN_PD0, 1); /* TXD1 */
  1223. at91_set_A_periph(AT91_PIN_PD1, 0); /* RXD1 */
  1224. if (pins & ATMEL_UART_RTS)
  1225. at91_set_B_periph(AT91_PIN_PD7, 0); /* RTS1 */
  1226. if (pins & ATMEL_UART_CTS)
  1227. at91_set_B_periph(AT91_PIN_PD8, 0); /* CTS1 */
  1228. }
  1229. static struct resource uart2_resources[] = {
  1230. [0] = {
  1231. .start = AT91SAM9263_BASE_US2,
  1232. .end = AT91SAM9263_BASE_US2 + SZ_16K - 1,
  1233. .flags = IORESOURCE_MEM,
  1234. },
  1235. [1] = {
  1236. .start = NR_IRQS_LEGACY + AT91SAM9263_ID_US2,
  1237. .end = NR_IRQS_LEGACY + AT91SAM9263_ID_US2,
  1238. .flags = IORESOURCE_IRQ,
  1239. },
  1240. };
  1241. static struct atmel_uart_data uart2_data = {
  1242. .use_dma_tx = 1,
  1243. .use_dma_rx = 1,
  1244. };
  1245. static u64 uart2_dmamask = DMA_BIT_MASK(32);
  1246. static struct platform_device at91sam9263_uart2_device = {
  1247. .name = "atmel_usart",
  1248. .id = 3,
  1249. .dev = {
  1250. .dma_mask = &uart2_dmamask,
  1251. .coherent_dma_mask = DMA_BIT_MASK(32),
  1252. .platform_data = &uart2_data,
  1253. },
  1254. .resource = uart2_resources,
  1255. .num_resources = ARRAY_SIZE(uart2_resources),
  1256. };
  1257. static inline void configure_usart2_pins(unsigned pins)
  1258. {
  1259. at91_set_A_periph(AT91_PIN_PD2, 1); /* TXD2 */
  1260. at91_set_A_periph(AT91_PIN_PD3, 0); /* RXD2 */
  1261. if (pins & ATMEL_UART_RTS)
  1262. at91_set_B_periph(AT91_PIN_PD5, 0); /* RTS2 */
  1263. if (pins & ATMEL_UART_CTS)
  1264. at91_set_B_periph(AT91_PIN_PD6, 0); /* CTS2 */
  1265. }
  1266. static struct platform_device *__initdata at91_uarts[ATMEL_MAX_UART]; /* the UARTs to use */
  1267. void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins)
  1268. {
  1269. struct platform_device *pdev;
  1270. struct atmel_uart_data *pdata;
  1271. switch (id) {
  1272. case 0: /* DBGU */
  1273. pdev = &at91sam9263_dbgu_device;
  1274. configure_dbgu_pins();
  1275. break;
  1276. case AT91SAM9263_ID_US0:
  1277. pdev = &at91sam9263_uart0_device;
  1278. configure_usart0_pins(pins);
  1279. break;
  1280. case AT91SAM9263_ID_US1:
  1281. pdev = &at91sam9263_uart1_device;
  1282. configure_usart1_pins(pins);
  1283. break;
  1284. case AT91SAM9263_ID_US2:
  1285. pdev = &at91sam9263_uart2_device;
  1286. configure_usart2_pins(pins);
  1287. break;
  1288. default:
  1289. return;
  1290. }
  1291. pdata = pdev->dev.platform_data;
  1292. pdata->num = portnr; /* update to mapped ID */
  1293. if (portnr < ATMEL_MAX_UART)
  1294. at91_uarts[portnr] = pdev;
  1295. }
  1296. void __init at91_add_device_serial(void)
  1297. {
  1298. int i;
  1299. for (i = 0; i < ATMEL_MAX_UART; i++) {
  1300. if (at91_uarts[i])
  1301. platform_device_register(at91_uarts[i]);
  1302. }
  1303. }
  1304. #else
  1305. void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {}
  1306. void __init at91_add_device_serial(void) {}
  1307. #endif
  1308. /* -------------------------------------------------------------------- */
  1309. /*
  1310. * These devices are always present and don't need any board-specific
  1311. * setup.
  1312. */
  1313. static int __init at91_add_standard_devices(void)
  1314. {
  1315. if (of_have_populated_dt())
  1316. return 0;
  1317. at91_add_device_rtt();
  1318. at91_add_device_watchdog();
  1319. at91_add_device_tc();
  1320. return 0;
  1321. }
  1322. arch_initcall(at91_add_standard_devices);