mach-pcm038.c 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. /*
  2. * Copyright 2007 Robert Schwebel <r.schwebel@pengutronix.de>, Pengutronix
  3. * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.de)
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License
  7. * as published by the Free Software Foundation; either version 2
  8. * of the License, or (at your option) any later version.
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  17. * MA 02110-1301, USA.
  18. */
  19. #include <linux/i2c.h>
  20. #include <linux/i2c/at24.h>
  21. #include <linux/io.h>
  22. #include <linux/mtd/plat-ram.h>
  23. #include <linux/mtd/physmap.h>
  24. #include <linux/platform_device.h>
  25. #include <linux/regulator/machine.h>
  26. #include <linux/mfd/mc13783.h>
  27. #include <linux/spi/spi.h>
  28. #include <linux/irq.h>
  29. #include <asm/mach-types.h>
  30. #include <asm/mach/arch.h>
  31. #include <asm/mach/time.h>
  32. #include <mach/board-pcm038.h>
  33. #include <mach/common.h>
  34. #include <mach/hardware.h>
  35. #include <mach/i2c.h>
  36. #include <mach/iomux-mx27.h>
  37. #include <mach/imx-uart.h>
  38. #include <mach/mxc_nand.h>
  39. #include <mach/spi.h>
  40. #include <mach/mxc_ehci.h>
  41. #include <mach/ulpi.h>
  42. #include "devices.h"
  43. static int pcm038_pins[] = {
  44. /* UART1 */
  45. PE12_PF_UART1_TXD,
  46. PE13_PF_UART1_RXD,
  47. PE14_PF_UART1_CTS,
  48. PE15_PF_UART1_RTS,
  49. /* UART2 */
  50. PE3_PF_UART2_CTS,
  51. PE4_PF_UART2_RTS,
  52. PE6_PF_UART2_TXD,
  53. PE7_PF_UART2_RXD,
  54. /* UART3 */
  55. PE8_PF_UART3_TXD,
  56. PE9_PF_UART3_RXD,
  57. PE10_PF_UART3_CTS,
  58. PE11_PF_UART3_RTS,
  59. /* FEC */
  60. PD0_AIN_FEC_TXD0,
  61. PD1_AIN_FEC_TXD1,
  62. PD2_AIN_FEC_TXD2,
  63. PD3_AIN_FEC_TXD3,
  64. PD4_AOUT_FEC_RX_ER,
  65. PD5_AOUT_FEC_RXD1,
  66. PD6_AOUT_FEC_RXD2,
  67. PD7_AOUT_FEC_RXD3,
  68. PD8_AF_FEC_MDIO,
  69. PD9_AIN_FEC_MDC,
  70. PD10_AOUT_FEC_CRS,
  71. PD11_AOUT_FEC_TX_CLK,
  72. PD12_AOUT_FEC_RXD0,
  73. PD13_AOUT_FEC_RX_DV,
  74. PD14_AOUT_FEC_RX_CLK,
  75. PD15_AOUT_FEC_COL,
  76. PD16_AIN_FEC_TX_ER,
  77. PF23_AIN_FEC_TX_EN,
  78. /* I2C2 */
  79. PC5_PF_I2C2_SDA,
  80. PC6_PF_I2C2_SCL,
  81. /* SPI1 */
  82. PD25_PF_CSPI1_RDY,
  83. PD29_PF_CSPI1_SCLK,
  84. PD30_PF_CSPI1_MISO,
  85. PD31_PF_CSPI1_MOSI,
  86. /* SSI1 */
  87. PC20_PF_SSI1_FS,
  88. PC21_PF_SSI1_RXD,
  89. PC22_PF_SSI1_TXD,
  90. PC23_PF_SSI1_CLK,
  91. /* SSI4 */
  92. PC16_PF_SSI4_FS,
  93. PC17_PF_SSI4_RXD,
  94. PC18_PF_SSI4_TXD,
  95. PC19_PF_SSI4_CLK,
  96. /* USB host */
  97. PA0_PF_USBH2_CLK,
  98. PA1_PF_USBH2_DIR,
  99. PA2_PF_USBH2_DATA7,
  100. PA3_PF_USBH2_NXT,
  101. PA4_PF_USBH2_STP,
  102. PD19_AF_USBH2_DATA4,
  103. PD20_AF_USBH2_DATA3,
  104. PD21_AF_USBH2_DATA6,
  105. PD22_AF_USBH2_DATA0,
  106. PD23_AF_USBH2_DATA2,
  107. PD24_AF_USBH2_DATA1,
  108. PD26_AF_USBH2_DATA5,
  109. };
  110. /*
  111. * Phytec's PCM038 comes with 2MiB battery buffered SRAM,
  112. * 16 bit width
  113. */
  114. static struct platdata_mtd_ram pcm038_sram_data = {
  115. .bankwidth = 2,
  116. };
  117. static struct resource pcm038_sram_resource = {
  118. .start = MX27_CS1_BASE_ADDR,
  119. .end = MX27_CS1_BASE_ADDR + 512 * 1024 - 1,
  120. .flags = IORESOURCE_MEM,
  121. };
  122. static struct platform_device pcm038_sram_mtd_device = {
  123. .name = "mtd-ram",
  124. .id = 0,
  125. .dev = {
  126. .platform_data = &pcm038_sram_data,
  127. },
  128. .num_resources = 1,
  129. .resource = &pcm038_sram_resource,
  130. };
  131. /*
  132. * Phytec's phyCORE-i.MX27 comes with 32MiB flash,
  133. * 16 bit width
  134. */
  135. static struct physmap_flash_data pcm038_flash_data = {
  136. .width = 2,
  137. };
  138. static struct resource pcm038_flash_resource = {
  139. .start = 0xc0000000,
  140. .end = 0xc1ffffff,
  141. .flags = IORESOURCE_MEM,
  142. };
  143. static struct platform_device pcm038_nor_mtd_device = {
  144. .name = "physmap-flash",
  145. .id = 0,
  146. .dev = {
  147. .platform_data = &pcm038_flash_data,
  148. },
  149. .num_resources = 1,
  150. .resource = &pcm038_flash_resource,
  151. };
  152. static struct imxuart_platform_data uart_pdata[] = {
  153. {
  154. .flags = IMXUART_HAVE_RTSCTS,
  155. }, {
  156. .flags = IMXUART_HAVE_RTSCTS,
  157. }, {
  158. .flags = IMXUART_HAVE_RTSCTS,
  159. },
  160. };
  161. static struct mxc_nand_platform_data pcm038_nand_board_info = {
  162. .width = 1,
  163. .hw_ecc = 1,
  164. };
  165. static struct platform_device *platform_devices[] __initdata = {
  166. &pcm038_nor_mtd_device,
  167. &mxc_w1_master_device,
  168. &mxc_fec_device,
  169. &pcm038_sram_mtd_device,
  170. &mxc_wdt,
  171. };
  172. /* On pcm038 there's a sram attached to CS1, we enable the chipselect here and
  173. * setup other stuffs to access the sram. */
  174. static void __init pcm038_init_sram(void)
  175. {
  176. mx27_setup_weimcs(1, 0x0000d843, 0x22252521, 0x22220a00);
  177. }
  178. static struct imxi2c_platform_data pcm038_i2c_1_data = {
  179. .bitrate = 100000,
  180. };
  181. static struct at24_platform_data board_eeprom = {
  182. .byte_len = 4096,
  183. .page_size = 32,
  184. .flags = AT24_FLAG_ADDR16,
  185. };
  186. static struct i2c_board_info pcm038_i2c_devices[] = {
  187. {
  188. I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
  189. .platform_data = &board_eeprom,
  190. }, {
  191. I2C_BOARD_INFO("pcf8563", 0x51),
  192. }, {
  193. I2C_BOARD_INFO("lm75", 0x4a),
  194. }
  195. };
  196. static int pcm038_spi_cs[] = {GPIO_PORTD + 28};
  197. static struct spi_imx_master pcm038_spi_0_data = {
  198. .chipselect = pcm038_spi_cs,
  199. .num_chipselect = ARRAY_SIZE(pcm038_spi_cs),
  200. };
  201. static struct regulator_consumer_supply sdhc1_consumers[] = {
  202. {
  203. .dev = &mxc_sdhc_device1.dev,
  204. .supply = "sdhc_vcc",
  205. },
  206. };
  207. static struct regulator_init_data sdhc1_data = {
  208. .constraints = {
  209. .min_uV = 3000000,
  210. .max_uV = 3400000,
  211. .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
  212. REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
  213. .valid_modes_mask = REGULATOR_MODE_NORMAL |
  214. REGULATOR_MODE_FAST,
  215. .always_on = 0,
  216. .boot_on = 0,
  217. },
  218. .num_consumer_supplies = ARRAY_SIZE(sdhc1_consumers),
  219. .consumer_supplies = sdhc1_consumers,
  220. };
  221. static struct regulator_consumer_supply cam_consumers[] = {
  222. {
  223. .dev = NULL,
  224. .supply = "imx_cam_vcc",
  225. },
  226. };
  227. static struct regulator_init_data cam_data = {
  228. .constraints = {
  229. .min_uV = 3000000,
  230. .max_uV = 3400000,
  231. .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
  232. REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
  233. .valid_modes_mask = REGULATOR_MODE_NORMAL |
  234. REGULATOR_MODE_FAST,
  235. .always_on = 0,
  236. .boot_on = 0,
  237. },
  238. .num_consumer_supplies = ARRAY_SIZE(cam_consumers),
  239. .consumer_supplies = cam_consumers,
  240. };
  241. struct mc13783_regulator_init_data pcm038_regulators[] = {
  242. {
  243. .id = MC13783_REGU_VCAM,
  244. .init_data = &cam_data,
  245. }, {
  246. .id = MC13783_REGU_VMMC1,
  247. .init_data = &sdhc1_data,
  248. },
  249. };
  250. static struct mc13783_platform_data pcm038_pmic = {
  251. .regulators = pcm038_regulators,
  252. .num_regulators = ARRAY_SIZE(pcm038_regulators),
  253. .flags = MC13783_USE_ADC | MC13783_USE_REGULATOR |
  254. MC13783_USE_TOUCHSCREEN,
  255. };
  256. static struct spi_board_info pcm038_spi_board_info[] __initdata = {
  257. {
  258. .modalias = "mc13783",
  259. .irq = IRQ_GPIOB(23),
  260. .max_speed_hz = 300000,
  261. .bus_num = 0,
  262. .chip_select = 0,
  263. .platform_data = &pcm038_pmic,
  264. .mode = SPI_CS_HIGH,
  265. }
  266. };
  267. static struct mxc_usbh_platform_data usbh2_pdata = {
  268. .portsc = MXC_EHCI_MODE_ULPI,
  269. .flags = MXC_EHCI_POWER_PINS_ENABLED | MXC_EHCI_INTERFACE_DIFF_UNI,
  270. };
  271. static void __init pcm038_init(void)
  272. {
  273. mxc_gpio_setup_multiple_pins(pcm038_pins, ARRAY_SIZE(pcm038_pins),
  274. "PCM038");
  275. pcm038_init_sram();
  276. mxc_register_device(&mxc_uart_device0, &uart_pdata[0]);
  277. mxc_register_device(&mxc_uart_device1, &uart_pdata[1]);
  278. mxc_register_device(&mxc_uart_device2, &uart_pdata[2]);
  279. mxc_gpio_mode(PE16_AF_OWIRE);
  280. mxc_register_device(&imx27_nand_device, &pcm038_nand_board_info);
  281. /* only the i2c master 1 is used on this CPU card */
  282. i2c_register_board_info(1, pcm038_i2c_devices,
  283. ARRAY_SIZE(pcm038_i2c_devices));
  284. mxc_register_device(&mxc_i2c_device1, &pcm038_i2c_1_data);
  285. /* PE18 for user-LED D40 */
  286. mxc_gpio_mode(GPIO_PORTE | 18 | GPIO_GPIO | GPIO_OUT);
  287. mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_OUT);
  288. /* MC13783 IRQ */
  289. mxc_gpio_mode(GPIO_PORTB | 23 | GPIO_GPIO | GPIO_IN);
  290. mxc_register_device(&mxc_spi_device0, &pcm038_spi_0_data);
  291. spi_register_board_info(pcm038_spi_board_info,
  292. ARRAY_SIZE(pcm038_spi_board_info));
  293. mxc_register_device(&mxc_usbh2, &usbh2_pdata);
  294. platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
  295. #ifdef CONFIG_MACH_PCM970_BASEBOARD
  296. pcm970_baseboard_init();
  297. #endif
  298. }
  299. static void __init pcm038_timer_init(void)
  300. {
  301. mx27_clocks_init(26000000);
  302. }
  303. static struct sys_timer pcm038_timer = {
  304. .init = pcm038_timer_init,
  305. };
  306. MACHINE_START(PCM038, "phyCORE-i.MX27")
  307. .phys_io = MX27_AIPI_BASE_ADDR,
  308. .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
  309. .boot_params = MX27_PHYS_OFFSET + 0x100,
  310. .map_io = mx27_map_io,
  311. .init_irq = mx27_init_irq,
  312. .init_machine = pcm038_init,
  313. .timer = &pcm038_timer,
  314. MACHINE_END