mach-qt2410.c 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /* linux/arch/arm/mach-s3c2410/mach-qt2410.c
  2. *
  3. * Copyright (C) 2006 by OpenMoko, Inc.
  4. * Author: Harald Welte <laforge@openmoko.org>
  5. * All rights reserved.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  20. * MA 02111-1307 USA
  21. *
  22. */
  23. #include <linux/kernel.h>
  24. #include <linux/types.h>
  25. #include <linux/interrupt.h>
  26. #include <linux/list.h>
  27. #include <linux/timer.h>
  28. #include <linux/init.h>
  29. #include <linux/gpio.h>
  30. #include <linux/device.h>
  31. #include <linux/platform_device.h>
  32. #include <linux/serial_core.h>
  33. #include <linux/spi/spi.h>
  34. #include <linux/spi/spi_gpio.h>
  35. #include <linux/io.h>
  36. #include <linux/mtd/mtd.h>
  37. #include <linux/mtd/nand.h>
  38. #include <linux/mtd/nand_ecc.h>
  39. #include <linux/mtd/partitions.h>
  40. #include <asm/mach/arch.h>
  41. #include <asm/mach/map.h>
  42. #include <asm/mach/irq.h>
  43. #include <mach/hardware.h>
  44. #include <asm/irq.h>
  45. #include <asm/mach-types.h>
  46. #include <mach/leds-gpio.h>
  47. #include <mach/regs-lcd.h>
  48. #include <plat/regs-serial.h>
  49. #include <mach/fb.h>
  50. #include <plat/nand.h>
  51. #include <plat/udc.h>
  52. #include <plat/iic.h>
  53. #include <plat/common-smdk.h>
  54. #include <plat/gpio-cfg.h>
  55. #include <plat/devs.h>
  56. #include <plat/cpu.h>
  57. #include <plat/pm.h>
  58. #include "common.h"
  59. static struct map_desc qt2410_iodesc[] __initdata = {
  60. { 0xe0000000, __phys_to_pfn(S3C2410_CS3+0x01000000), SZ_1M, MT_DEVICE }
  61. };
  62. #define UCON S3C2410_UCON_DEFAULT
  63. #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
  64. #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
  65. static struct s3c2410_uartcfg smdk2410_uartcfgs[] = {
  66. [0] = {
  67. .hwport = 0,
  68. .flags = 0,
  69. .ucon = UCON,
  70. .ulcon = ULCON,
  71. .ufcon = UFCON,
  72. },
  73. [1] = {
  74. .hwport = 1,
  75. .flags = 0,
  76. .ucon = UCON,
  77. .ulcon = ULCON,
  78. .ufcon = UFCON,
  79. },
  80. [2] = {
  81. .hwport = 2,
  82. .flags = 0,
  83. .ucon = UCON,
  84. .ulcon = ULCON,
  85. .ufcon = UFCON,
  86. }
  87. };
  88. /* LCD driver info */
  89. static struct s3c2410fb_display qt2410_lcd_cfg[] __initdata = {
  90. {
  91. /* Configuration for 640x480 SHARP LQ080V3DG01 */
  92. .lcdcon5 = S3C2410_LCDCON5_FRM565 |
  93. S3C2410_LCDCON5_INVVLINE |
  94. S3C2410_LCDCON5_INVVFRAME |
  95. S3C2410_LCDCON5_PWREN |
  96. S3C2410_LCDCON5_HWSWP,
  97. .type = S3C2410_LCDCON1_TFT,
  98. .width = 640,
  99. .height = 480,
  100. .pixclock = 40000, /* HCLK/4 */
  101. .xres = 640,
  102. .yres = 480,
  103. .bpp = 16,
  104. .left_margin = 44,
  105. .right_margin = 116,
  106. .hsync_len = 96,
  107. .upper_margin = 19,
  108. .lower_margin = 11,
  109. .vsync_len = 15,
  110. },
  111. {
  112. /* Configuration for 480x640 toppoly TD028TTEC1 */
  113. .lcdcon5 = S3C2410_LCDCON5_FRM565 |
  114. S3C2410_LCDCON5_INVVLINE |
  115. S3C2410_LCDCON5_INVVFRAME |
  116. S3C2410_LCDCON5_PWREN |
  117. S3C2410_LCDCON5_HWSWP,
  118. .type = S3C2410_LCDCON1_TFT,
  119. .width = 480,
  120. .height = 640,
  121. .pixclock = 40000, /* HCLK/4 */
  122. .xres = 480,
  123. .yres = 640,
  124. .bpp = 16,
  125. .left_margin = 8,
  126. .right_margin = 24,
  127. .hsync_len = 8,
  128. .upper_margin = 2,
  129. .lower_margin = 4,
  130. .vsync_len = 2,
  131. },
  132. {
  133. /* Config for 240x320 LCD */
  134. .lcdcon5 = S3C2410_LCDCON5_FRM565 |
  135. S3C2410_LCDCON5_INVVLINE |
  136. S3C2410_LCDCON5_INVVFRAME |
  137. S3C2410_LCDCON5_PWREN |
  138. S3C2410_LCDCON5_HWSWP,
  139. .type = S3C2410_LCDCON1_TFT,
  140. .width = 240,
  141. .height = 320,
  142. .pixclock = 100000, /* HCLK/10 */
  143. .xres = 240,
  144. .yres = 320,
  145. .bpp = 16,
  146. .left_margin = 13,
  147. .right_margin = 8,
  148. .hsync_len = 4,
  149. .upper_margin = 2,
  150. .lower_margin = 7,
  151. .vsync_len = 4,
  152. },
  153. };
  154. static struct s3c2410fb_mach_info qt2410_fb_info __initdata = {
  155. .displays = qt2410_lcd_cfg,
  156. .num_displays = ARRAY_SIZE(qt2410_lcd_cfg),
  157. .default_display = 0,
  158. .lpcsel = ((0xCE6) & ~7) | 1<<4,
  159. };
  160. /* CS8900 */
  161. static struct resource qt2410_cs89x0_resources[] = {
  162. [0] = DEFINE_RES_MEM(0x19000000, 17),
  163. [1] = DEFINE_RES_IRQ(IRQ_EINT9),
  164. };
  165. static struct platform_device qt2410_cs89x0 = {
  166. .name = "cirrus-cs89x0",
  167. .num_resources = ARRAY_SIZE(qt2410_cs89x0_resources),
  168. .resource = qt2410_cs89x0_resources,
  169. };
  170. /* LED */
  171. static struct s3c24xx_led_platdata qt2410_pdata_led = {
  172. .gpio = S3C2410_GPB(0),
  173. .flags = S3C24XX_LEDF_ACTLOW | S3C24XX_LEDF_TRISTATE,
  174. .name = "led",
  175. .def_trigger = "timer",
  176. };
  177. static struct platform_device qt2410_led = {
  178. .name = "s3c24xx_led",
  179. .id = 0,
  180. .dev = {
  181. .platform_data = &qt2410_pdata_led,
  182. },
  183. };
  184. /* SPI */
  185. static struct spi_gpio_platform_data spi_gpio_cfg = {
  186. .sck = S3C2410_GPG(7),
  187. .mosi = S3C2410_GPG(6),
  188. .miso = S3C2410_GPG(5),
  189. };
  190. static struct platform_device qt2410_spi = {
  191. .name = "spi-gpio",
  192. .id = 1,
  193. .dev.platform_data = &spi_gpio_cfg,
  194. };
  195. /* Board devices */
  196. static struct platform_device *qt2410_devices[] __initdata = {
  197. &s3c_device_ohci,
  198. &s3c_device_lcd,
  199. &s3c_device_wdt,
  200. &s3c_device_i2c0,
  201. &s3c_device_iis,
  202. &s3c_device_sdi,
  203. &s3c_device_usbgadget,
  204. &qt2410_spi,
  205. &qt2410_cs89x0,
  206. &qt2410_led,
  207. };
  208. static struct mtd_partition __initdata qt2410_nand_part[] = {
  209. [0] = {
  210. .name = "U-Boot",
  211. .size = 0x30000,
  212. .offset = 0,
  213. },
  214. [1] = {
  215. .name = "U-Boot environment",
  216. .offset = 0x30000,
  217. .size = 0x4000,
  218. },
  219. [2] = {
  220. .name = "kernel",
  221. .offset = 0x34000,
  222. .size = SZ_2M,
  223. },
  224. [3] = {
  225. .name = "initrd",
  226. .offset = 0x234000,
  227. .size = SZ_4M,
  228. },
  229. [4] = {
  230. .name = "jffs2",
  231. .offset = 0x634000,
  232. .size = 0x39cc000,
  233. },
  234. };
  235. static struct s3c2410_nand_set __initdata qt2410_nand_sets[] = {
  236. [0] = {
  237. .name = "NAND",
  238. .nr_chips = 1,
  239. .nr_partitions = ARRAY_SIZE(qt2410_nand_part),
  240. .partitions = qt2410_nand_part,
  241. },
  242. };
  243. /* choose a set of timings which should suit most 512Mbit
  244. * chips and beyond.
  245. */
  246. static struct s3c2410_platform_nand __initdata qt2410_nand_info = {
  247. .tacls = 20,
  248. .twrph0 = 60,
  249. .twrph1 = 20,
  250. .nr_sets = ARRAY_SIZE(qt2410_nand_sets),
  251. .sets = qt2410_nand_sets,
  252. };
  253. /* UDC */
  254. static struct s3c2410_udc_mach_info qt2410_udc_cfg = {
  255. };
  256. static char tft_type = 's';
  257. static int __init qt2410_tft_setup(char *str)
  258. {
  259. tft_type = str[0];
  260. return 1;
  261. }
  262. __setup("tft=", qt2410_tft_setup);
  263. static void __init qt2410_map_io(void)
  264. {
  265. s3c24xx_init_io(qt2410_iodesc, ARRAY_SIZE(qt2410_iodesc));
  266. s3c24xx_init_clocks(12*1000*1000);
  267. s3c24xx_init_uarts(smdk2410_uartcfgs, ARRAY_SIZE(smdk2410_uartcfgs));
  268. }
  269. static void __init qt2410_machine_init(void)
  270. {
  271. s3c_nand_set_platdata(&qt2410_nand_info);
  272. switch (tft_type) {
  273. case 'p': /* production */
  274. qt2410_fb_info.default_display = 1;
  275. break;
  276. case 'b': /* big */
  277. qt2410_fb_info.default_display = 0;
  278. break;
  279. case 's': /* small */
  280. default:
  281. qt2410_fb_info.default_display = 2;
  282. break;
  283. }
  284. s3c24xx_fb_set_platdata(&qt2410_fb_info);
  285. /* set initial state of the LED GPIO */
  286. WARN_ON(gpio_request_one(S3C2410_GPB(0), GPIOF_OUT_INIT_HIGH, NULL));
  287. gpio_free(S3C2410_GPB(0));
  288. s3c24xx_udc_set_platdata(&qt2410_udc_cfg);
  289. s3c_i2c0_set_platdata(NULL);
  290. WARN_ON(gpio_request(S3C2410_GPB(5), "spi cs"));
  291. gpio_direction_output(S3C2410_GPB(5), 1);
  292. platform_add_devices(qt2410_devices, ARRAY_SIZE(qt2410_devices));
  293. s3c_pm_init();
  294. }
  295. MACHINE_START(QT2410, "QT2410")
  296. .atag_offset = 0x100,
  297. .map_io = qt2410_map_io,
  298. .init_irq = s3c24xx_init_irq,
  299. .init_machine = qt2410_machine_init,
  300. .timer = &s3c24xx_timer,
  301. .restart = s3c2410_restart,
  302. MACHINE_END