PageRenderTime 29ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/arch/arm/mach-imx/mach-pcm038.c

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