mach-pcm038.c 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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/iomux-mx27.h>
  36. #include <mach/mxc_nand.h>
  37. #include <mach/mxc_ehci.h>
  38. #include <mach/ulpi.h>
  39. #include "devices-imx27.h"
  40. #include "devices.h"
  41. static int pcm038_pins[] = {
  42. /* UART1 */
  43. PE12_PF_UART1_TXD,
  44. PE13_PF_UART1_RXD,
  45. PE14_PF_UART1_CTS,
  46. PE15_PF_UART1_RTS,
  47. /* UART2 */
  48. PE3_PF_UART2_CTS,
  49. PE4_PF_UART2_RTS,
  50. PE6_PF_UART2_TXD,
  51. PE7_PF_UART2_RXD,
  52. /* UART3 */
  53. PE8_PF_UART3_TXD,
  54. PE9_PF_UART3_RXD,
  55. PE10_PF_UART3_CTS,
  56. PE11_PF_UART3_RTS,
  57. /* FEC */
  58. PD0_AIN_FEC_TXD0,
  59. PD1_AIN_FEC_TXD1,
  60. PD2_AIN_FEC_TXD2,
  61. PD3_AIN_FEC_TXD3,
  62. PD4_AOUT_FEC_RX_ER,
  63. PD5_AOUT_FEC_RXD1,
  64. PD6_AOUT_FEC_RXD2,
  65. PD7_AOUT_FEC_RXD3,
  66. PD8_AF_FEC_MDIO,
  67. PD9_AIN_FEC_MDC,
  68. PD10_AOUT_FEC_CRS,
  69. PD11_AOUT_FEC_TX_CLK,
  70. PD12_AOUT_FEC_RXD0,
  71. PD13_AOUT_FEC_RX_DV,
  72. PD14_AOUT_FEC_RX_CLK,
  73. PD15_AOUT_FEC_COL,
  74. PD16_AIN_FEC_TX_ER,
  75. PF23_AIN_FEC_TX_EN,
  76. /* I2C2 */
  77. PC5_PF_I2C2_SDA,
  78. PC6_PF_I2C2_SCL,
  79. /* SPI1 */
  80. PD25_PF_CSPI1_RDY,
  81. PD29_PF_CSPI1_SCLK,
  82. PD30_PF_CSPI1_MISO,
  83. PD31_PF_CSPI1_MOSI,
  84. /* SSI1 */
  85. PC20_PF_SSI1_FS,
  86. PC21_PF_SSI1_RXD,
  87. PC22_PF_SSI1_TXD,
  88. PC23_PF_SSI1_CLK,
  89. /* SSI4 */
  90. PC16_PF_SSI4_FS,
  91. PC17_PF_SSI4_RXD,
  92. PC18_PF_SSI4_TXD,
  93. PC19_PF_SSI4_CLK,
  94. /* USB host */
  95. PA0_PF_USBH2_CLK,
  96. PA1_PF_USBH2_DIR,
  97. PA2_PF_USBH2_DATA7,
  98. PA3_PF_USBH2_NXT,
  99. PA4_PF_USBH2_STP,
  100. PD19_AF_USBH2_DATA4,
  101. PD20_AF_USBH2_DATA3,
  102. PD21_AF_USBH2_DATA6,
  103. PD22_AF_USBH2_DATA0,
  104. PD23_AF_USBH2_DATA2,
  105. PD24_AF_USBH2_DATA1,
  106. PD26_AF_USBH2_DATA5,
  107. };
  108. /*
  109. * Phytec's PCM038 comes with 2MiB battery buffered SRAM,
  110. * 16 bit width
  111. */
  112. static struct platdata_mtd_ram pcm038_sram_data = {
  113. .bankwidth = 2,
  114. };
  115. static struct resource pcm038_sram_resource = {
  116. .start = MX27_CS1_BASE_ADDR,
  117. .end = MX27_CS1_BASE_ADDR + 512 * 1024 - 1,
  118. .flags = IORESOURCE_MEM,
  119. };
  120. static struct platform_device pcm038_sram_mtd_device = {
  121. .name = "mtd-ram",
  122. .id = 0,
  123. .dev = {
  124. .platform_data = &pcm038_sram_data,
  125. },
  126. .num_resources = 1,
  127. .resource = &pcm038_sram_resource,
  128. };
  129. /*
  130. * Phytec's phyCORE-i.MX27 comes with 32MiB flash,
  131. * 16 bit width
  132. */
  133. static struct physmap_flash_data pcm038_flash_data = {
  134. .width = 2,
  135. };
  136. static struct resource pcm038_flash_resource = {
  137. .start = 0xc0000000,
  138. .end = 0xc1ffffff,
  139. .flags = IORESOURCE_MEM,
  140. };
  141. static struct platform_device pcm038_nor_mtd_device = {
  142. .name = "physmap-flash",
  143. .id = 0,
  144. .dev = {
  145. .platform_data = &pcm038_flash_data,
  146. },
  147. .num_resources = 1,
  148. .resource = &pcm038_flash_resource,
  149. };
  150. static const struct imxuart_platform_data uart_pdata __initconst = {
  151. .flags = IMXUART_HAVE_RTSCTS,
  152. };
  153. static const struct mxc_nand_platform_data
  154. pcm038_nand_board_info __initconst = {
  155. .width = 1,
  156. .hw_ecc = 1,
  157. };
  158. static struct platform_device *platform_devices[] __initdata = {
  159. &pcm038_nor_mtd_device,
  160. &mxc_w1_master_device,
  161. &mxc_fec_device,
  162. &pcm038_sram_mtd_device,
  163. &mxc_wdt,
  164. };
  165. /* On pcm038 there's a sram attached to CS1, we enable the chipselect here and
  166. * setup other stuffs to access the sram. */
  167. static void __init pcm038_init_sram(void)
  168. {
  169. mx27_setup_weimcs(1, 0x0000d843, 0x22252521, 0x22220a00);
  170. }
  171. static const struct imxi2c_platform_data pcm038_i2c1_data __initconst = {
  172. .bitrate = 100000,
  173. };
  174. static struct at24_platform_data board_eeprom = {
  175. .byte_len = 4096,
  176. .page_size = 32,
  177. .flags = AT24_FLAG_ADDR16,
  178. };
  179. static struct i2c_board_info pcm038_i2c_devices[] = {
  180. {
  181. I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
  182. .platform_data = &board_eeprom,
  183. }, {
  184. I2C_BOARD_INFO("pcf8563", 0x51),
  185. }, {
  186. I2C_BOARD_INFO("lm75", 0x4a),
  187. }
  188. };
  189. static int pcm038_spi_cs[] = {GPIO_PORTD + 28};
  190. static const struct spi_imx_master pcm038_spi0_data __initconst = {
  191. .chipselect = pcm038_spi_cs,
  192. .num_chipselect = ARRAY_SIZE(pcm038_spi_cs),
  193. };
  194. static struct regulator_consumer_supply sdhc1_consumers[] = {
  195. {
  196. .dev = &mxc_sdhc_device1.dev,
  197. .supply = "sdhc_vcc",
  198. },
  199. };
  200. static struct regulator_init_data sdhc1_data = {
  201. .constraints = {
  202. .min_uV = 3000000,
  203. .max_uV = 3400000,
  204. .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
  205. REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
  206. .valid_modes_mask = REGULATOR_MODE_NORMAL |
  207. REGULATOR_MODE_FAST,
  208. .always_on = 0,
  209. .boot_on = 0,
  210. },
  211. .num_consumer_supplies = ARRAY_SIZE(sdhc1_consumers),
  212. .consumer_supplies = sdhc1_consumers,
  213. };
  214. static struct regulator_consumer_supply cam_consumers[] = {
  215. {
  216. .dev = NULL,
  217. .supply = "imx_cam_vcc",
  218. },
  219. };
  220. static struct regulator_init_data cam_data = {
  221. .constraints = {
  222. .min_uV = 3000000,
  223. .max_uV = 3400000,
  224. .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
  225. REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
  226. .valid_modes_mask = REGULATOR_MODE_NORMAL |
  227. REGULATOR_MODE_FAST,
  228. .always_on = 0,
  229. .boot_on = 0,
  230. },
  231. .num_consumer_supplies = ARRAY_SIZE(cam_consumers),
  232. .consumer_supplies = cam_consumers,
  233. };
  234. struct mc13783_regulator_init_data pcm038_regulators[] = {
  235. {
  236. .id = MC13783_REGU_VCAM,
  237. .init_data = &cam_data,
  238. }, {
  239. .id = MC13783_REGU_VMMC1,
  240. .init_data = &sdhc1_data,
  241. },
  242. };
  243. static struct mc13783_platform_data pcm038_pmic = {
  244. .regulators = pcm038_regulators,
  245. .num_regulators = ARRAY_SIZE(pcm038_regulators),
  246. .flags = MC13783_USE_ADC | MC13783_USE_REGULATOR |
  247. MC13783_USE_TOUCHSCREEN,
  248. };
  249. static struct spi_board_info pcm038_spi_board_info[] __initdata = {
  250. {
  251. .modalias = "mc13783",
  252. .irq = IRQ_GPIOB(23),
  253. .max_speed_hz = 300000,
  254. .bus_num = 0,
  255. .chip_select = 0,
  256. .platform_data = &pcm038_pmic,
  257. .mode = SPI_CS_HIGH,
  258. }
  259. };
  260. static struct mxc_usbh_platform_data usbh2_pdata = {
  261. .portsc = MXC_EHCI_MODE_ULPI,
  262. .flags = MXC_EHCI_POWER_PINS_ENABLED | MXC_EHCI_INTERFACE_DIFF_UNI,
  263. };
  264. static void __init pcm038_init(void)
  265. {
  266. mxc_gpio_setup_multiple_pins(pcm038_pins, ARRAY_SIZE(pcm038_pins),
  267. "PCM038");
  268. pcm038_init_sram();
  269. imx27_add_imx_uart0(&uart_pdata);
  270. imx27_add_imx_uart1(&uart_pdata);
  271. imx27_add_imx_uart2(&uart_pdata);
  272. mxc_gpio_mode(PE16_AF_OWIRE);
  273. imx27_add_mxc_nand(&pcm038_nand_board_info);
  274. /* only the i2c master 1 is used on this CPU card */
  275. i2c_register_board_info(1, pcm038_i2c_devices,
  276. ARRAY_SIZE(pcm038_i2c_devices));
  277. imx27_add_i2c_imx1(&pcm038_i2c1_data);
  278. /* PE18 for user-LED D40 */
  279. mxc_gpio_mode(GPIO_PORTE | 18 | GPIO_GPIO | GPIO_OUT);
  280. mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_OUT);
  281. /* MC13783 IRQ */
  282. mxc_gpio_mode(GPIO_PORTB | 23 | GPIO_GPIO | GPIO_IN);
  283. imx27_add_spi_imx0(&pcm038_spi0_data);
  284. spi_register_board_info(pcm038_spi_board_info,
  285. ARRAY_SIZE(pcm038_spi_board_info));
  286. mxc_register_device(&mxc_usbh2, &usbh2_pdata);
  287. platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
  288. #ifdef CONFIG_MACH_PCM970_BASEBOARD
  289. pcm970_baseboard_init();
  290. #endif
  291. }
  292. static void __init pcm038_timer_init(void)
  293. {
  294. mx27_clocks_init(26000000);
  295. }
  296. static struct sys_timer pcm038_timer = {
  297. .init = pcm038_timer_init,
  298. };
  299. MACHINE_START(PCM038, "phyCORE-i.MX27")
  300. .phys_io = MX27_AIPI_BASE_ADDR,
  301. .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
  302. .boot_params = MX27_PHYS_OFFSET + 0x100,
  303. .map_io = mx27_map_io,
  304. .init_irq = mx27_init_irq,
  305. .init_machine = pcm038_init,
  306. .timer = &pcm038_timer,
  307. MACHINE_END