board-magicpanelr2.c 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. /*
  2. * linux/arch/sh/boards/magicpanel/setup.c
  3. *
  4. * Copyright (C) 2007 Markus Brunner, Mark Jonas
  5. *
  6. * Magic Panel Release 2 board setup
  7. *
  8. * This file is subject to the terms and conditions of the GNU General Public
  9. * License. See the file "COPYING" in the main directory of this archive
  10. * for more details.
  11. */
  12. #include <linux/init.h>
  13. #include <linux/irq.h>
  14. #include <linux/platform_device.h>
  15. #include <linux/delay.h>
  16. #include <linux/gpio.h>
  17. #include <linux/smsc911x.h>
  18. #include <linux/mtd/mtd.h>
  19. #include <linux/mtd/partitions.h>
  20. #include <linux/mtd/physmap.h>
  21. #include <linux/mtd/map.h>
  22. #include <mach/magicpanelr2.h>
  23. #include <asm/heartbeat.h>
  24. #include <cpu/sh7720.h>
  25. #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL)
  26. /* Prefer cmdline over RedBoot */
  27. static const char *probes[] = { "cmdlinepart", "RedBoot", NULL };
  28. /* Wait until reset finished. Timeout is 100ms. */
  29. static int __init ethernet_reset_finished(void)
  30. {
  31. int i;
  32. if (LAN9115_READY)
  33. return 1;
  34. for (i = 0; i < 10; ++i) {
  35. mdelay(10);
  36. if (LAN9115_READY)
  37. return 1;
  38. }
  39. return 0;
  40. }
  41. static void __init reset_ethernet(void)
  42. {
  43. /* PMDR: LAN_RESET=on */
  44. CLRBITS_OUTB(0x10, PORT_PMDR);
  45. udelay(200);
  46. /* PMDR: LAN_RESET=off */
  47. SETBITS_OUTB(0x10, PORT_PMDR);
  48. }
  49. static void __init setup_chip_select(void)
  50. {
  51. /* CS2: LAN (0x08000000 - 0x0bffffff) */
  52. /* no idle cycles, normal space, 8 bit data bus */
  53. ctrl_outl(0x36db0400, CS2BCR);
  54. /* (SW:1.5 WR:3 HW:1.5), ext. wait */
  55. ctrl_outl(0x000003c0, CS2WCR);
  56. /* CS4: CAN1 (0xb0000000 - 0xb3ffffff) */
  57. /* no idle cycles, normal space, 8 bit data bus */
  58. ctrl_outl(0x00000200, CS4BCR);
  59. /* (SW:1.5 WR:3 HW:1.5), ext. wait */
  60. ctrl_outl(0x00100981, CS4WCR);
  61. /* CS5a: CAN2 (0xb4000000 - 0xb5ffffff) */
  62. /* no idle cycles, normal space, 8 bit data bus */
  63. ctrl_outl(0x00000200, CS5ABCR);
  64. /* (SW:1.5 WR:3 HW:1.5), ext. wait */
  65. ctrl_outl(0x00100981, CS5AWCR);
  66. /* CS5b: CAN3 (0xb6000000 - 0xb7ffffff) */
  67. /* no idle cycles, normal space, 8 bit data bus */
  68. ctrl_outl(0x00000200, CS5BBCR);
  69. /* (SW:1.5 WR:3 HW:1.5), ext. wait */
  70. ctrl_outl(0x00100981, CS5BWCR);
  71. /* CS6a: Rotary (0xb8000000 - 0xb9ffffff) */
  72. /* no idle cycles, normal space, 8 bit data bus */
  73. ctrl_outl(0x00000200, CS6ABCR);
  74. /* (SW:1.5 WR:3 HW:1.5), no ext. wait */
  75. ctrl_outl(0x001009C1, CS6AWCR);
  76. }
  77. static void __init setup_port_multiplexing(void)
  78. {
  79. /* A7 GPO(LED8); A6 GPO(LED7); A5 GPO(LED6); A4 GPO(LED5);
  80. * A3 GPO(LED4); A2 GPO(LED3); A1 GPO(LED2); A0 GPO(LED1);
  81. */
  82. ctrl_outw(0x5555, PORT_PACR); /* 01 01 01 01 01 01 01 01 */
  83. /* B7 GPO(RST4); B6 GPO(RST3); B5 GPO(RST2); B4 GPO(RST1);
  84. * B3 GPO(PB3); B2 GPO(PB2); B1 GPO(PB1); B0 GPO(PB0);
  85. */
  86. ctrl_outw(0x5555, PORT_PBCR); /* 01 01 01 01 01 01 01 01 */
  87. /* C7 GPO(PC7); C6 GPO(PC6); C5 GPO(PC5); C4 GPO(PC4);
  88. * C3 LCD_DATA3; C2 LCD_DATA2; C1 LCD_DATA1; C0 LCD_DATA0;
  89. */
  90. ctrl_outw(0x5500, PORT_PCCR); /* 01 01 01 01 00 00 00 00 */
  91. /* D7 GPO(PD7); D6 GPO(PD6); D5 GPO(PD5); D4 GPO(PD4);
  92. * D3 GPO(PD3); D2 GPO(PD2); D1 GPO(PD1); D0 GPO(PD0);
  93. */
  94. ctrl_outw(0x5555, PORT_PDCR); /* 01 01 01 01 01 01 01 01 */
  95. /* E7 (x); E6 GPI(nu); E5 GPI(nu); E4 LCD_M_DISP;
  96. * E3 LCD_CL1; E2 LCD_CL2; E1 LCD_DON; E0 LCD_FLM;
  97. */
  98. ctrl_outw(0x3C00, PORT_PECR); /* 00 11 11 00 00 00 00 00 */
  99. /* F7 (x); F6 DA1(VLCD); F5 DA0(nc); F4 AN3;
  100. * F3 AN2(MID_AD); F2 AN1(EARTH_AD); F1 AN0(TEMP); F0 GPI+(nc);
  101. */
  102. ctrl_outw(0x0002, PORT_PFCR); /* 00 00 00 00 00 00 00 10 */
  103. /* G7 (x); G6 IRQ5(TOUCH_BUSY); G5 IRQ4(TOUCH_IRQ); G4 GPI(KEY2);
  104. * G3 GPI(KEY1); G2 GPO(LED11); G1 GPO(LED10); G0 GPO(LED9);
  105. */
  106. ctrl_outw(0x03D5, PORT_PGCR); /* 00 00 00 11 11 01 01 01 */
  107. /* H7 (x); H6 /RAS(BRAS); H5 /CAS(BCAS); H4 CKE(BCKE);
  108. * H3 GPO(EARTH_OFF); H2 GPO(EARTH_TEST); H1 USB2_PWR; H0 USB1_PWR;
  109. */
  110. ctrl_outw(0x0050, PORT_PHCR); /* 00 00 00 00 01 01 00 00 */
  111. /* J7 (x); J6 AUDCK; J5 ASEBRKAK; J4 AUDATA3;
  112. * J3 AUDATA2; J2 AUDATA1; J1 AUDATA0; J0 AUDSYNC;
  113. */
  114. ctrl_outw(0x0000, PORT_PJCR); /* 00 00 00 00 00 00 00 00 */
  115. /* K7 (x); K6 (x); K5 (x); K4 (x);
  116. * K3 PINT7(/PWR2); K2 PINT6(/PWR1); K1 PINT5(nu); K0 PINT4(FLASH_READY)
  117. */
  118. ctrl_outw(0x00FF, PORT_PKCR); /* 00 00 00 00 11 11 11 11 */
  119. /* L7 TRST; L6 TMS; L5 TDO; L4 TDI;
  120. * L3 TCK; L2 (x); L1 (x); L0 (x);
  121. */
  122. ctrl_outw(0x0000, PORT_PLCR); /* 00 00 00 00 00 00 00 00 */
  123. /* M7 GPO(CURRENT_SINK); M6 GPO(PWR_SWITCH); M5 GPO(LAN_SPEED);
  124. * M4 GPO(LAN_RESET); M3 GPO(BUZZER); M2 GPO(LCD_BL);
  125. * M1 CS5B(CAN3_CS); M0 GPI+(nc);
  126. */
  127. ctrl_outw(0x5552, PORT_PMCR); /* 01 01 01 01 01 01 00 10 */
  128. /* CURRENT_SINK=off, PWR_SWITCH=off, LAN_SPEED=100MBit,
  129. * LAN_RESET=off, BUZZER=off, LCD_BL=off
  130. */
  131. #if CONFIG_SH_MAGIC_PANEL_R2_VERSION == 2
  132. ctrl_outb(0x30, PORT_PMDR);
  133. #elif CONFIG_SH_MAGIC_PANEL_R2_VERSION == 3
  134. ctrl_outb(0xF0, PORT_PMDR);
  135. #else
  136. #error Unknown revision of PLATFORM_MP_R2
  137. #endif
  138. /* P7 (x); P6 (x); P5 (x);
  139. * P4 GPO(nu); P3 IRQ3(LAN_IRQ); P2 IRQ2(CAN3_IRQ);
  140. * P1 IRQ1(CAN2_IRQ); P0 IRQ0(CAN1_IRQ)
  141. */
  142. ctrl_outw(0x0100, PORT_PPCR); /* 00 00 00 01 00 00 00 00 */
  143. ctrl_outb(0x10, PORT_PPDR);
  144. /* R7 A25; R6 A24; R5 A23; R4 A22;
  145. * R3 A21; R2 A20; R1 A19; R0 A0;
  146. */
  147. gpio_request(GPIO_FN_A25, NULL);
  148. gpio_request(GPIO_FN_A24, NULL);
  149. gpio_request(GPIO_FN_A23, NULL);
  150. gpio_request(GPIO_FN_A22, NULL);
  151. gpio_request(GPIO_FN_A21, NULL);
  152. gpio_request(GPIO_FN_A20, NULL);
  153. gpio_request(GPIO_FN_A19, NULL);
  154. gpio_request(GPIO_FN_A0, NULL);
  155. /* S7 (x); S6 (x); S5 (x); S4 GPO(EEPROM_CS2);
  156. * S3 GPO(EEPROM_CS1); S2 SIOF0_TXD; S1 SIOF0_RXD; S0 SIOF0_SCK;
  157. */
  158. ctrl_outw(0x0140, PORT_PSCR); /* 00 00 00 01 01 00 00 00 */
  159. /* T7 (x); T6 (x); T5 (x); T4 COM1_CTS;
  160. * T3 COM1_RTS; T2 COM1_TXD; T1 COM1_RXD; T0 GPO(WDOG)
  161. */
  162. ctrl_outw(0x0001, PORT_PTCR); /* 00 00 00 00 00 00 00 01 */
  163. /* U7 (x); U6 (x); U5 (x); U4 GPI+(/AC_FAULT);
  164. * U3 GPO(TOUCH_CS); U2 TOUCH_TXD; U1 TOUCH_RXD; U0 TOUCH_SCK;
  165. */
  166. ctrl_outw(0x0240, PORT_PUCR); /* 00 00 00 10 01 00 00 00 */
  167. /* V7 (x); V6 (x); V5 (x); V4 GPO(MID2);
  168. * V3 GPO(MID1); V2 CARD_TxD; V1 CARD_RxD; V0 GPI+(/BAT_FAULT);
  169. */
  170. ctrl_outw(0x0142, PORT_PVCR); /* 00 00 00 01 01 00 00 10 */
  171. }
  172. static void __init mpr2_setup(char **cmdline_p)
  173. {
  174. __set_io_port_base(0xa0000000);
  175. /* set Pin Select Register A:
  176. * /PCC_CD1, /PCC_CD2, PCC_BVD1, PCC_BVD2,
  177. * /IOIS16, IRQ4, IRQ5, USB1d_SUSPEND
  178. */
  179. ctrl_outw(0xAABC, PORT_PSELA);
  180. /* set Pin Select Register B:
  181. * /SCIF0_RTS, /SCIF0_CTS, LCD_VCPWC,
  182. * LCD_VEPWC, IIC_SDA, IIC_SCL, Reserved
  183. */
  184. ctrl_outw(0x3C00, PORT_PSELB);
  185. /* set Pin Select Register C:
  186. * SIOF1_SCK, SIOF1_RxD, SCIF1_RxD, SCIF1_TxD, Reserved
  187. */
  188. ctrl_outw(0x0000, PORT_PSELC);
  189. /* set Pin Select Register D: Reserved, SIOF1_TxD, Reserved, SIOF1_MCLK,
  190. * Reserved, SIOF1_SYNC, Reserved, SCIF1_SCK, Reserved
  191. */
  192. ctrl_outw(0x0000, PORT_PSELD);
  193. /* set USB TxRx Control: Reserved, DRV, Reserved, USB_TRANS, USB_SEL */
  194. ctrl_outw(0x0101, PORT_UTRCTL);
  195. /* set USB Clock Control: USSCS, USSTB, Reserved (HighByte always A5) */
  196. ctrl_outw(0xA5C0, PORT_UCLKCR_W);
  197. setup_chip_select();
  198. setup_port_multiplexing();
  199. reset_ethernet();
  200. printk(KERN_INFO "Magic Panel Release 2 A.%i\n",
  201. CONFIG_SH_MAGIC_PANEL_R2_VERSION);
  202. if (ethernet_reset_finished() == 0)
  203. printk(KERN_WARNING "Ethernet not ready\n");
  204. }
  205. static struct resource smsc911x_resources[] = {
  206. [0] = {
  207. .start = 0xa8000000,
  208. .end = 0xabffffff,
  209. .flags = IORESOURCE_MEM,
  210. },
  211. [1] = {
  212. .start = 35,
  213. .end = 35,
  214. .flags = IORESOURCE_IRQ,
  215. },
  216. };
  217. static struct smsc911x_platform_config smsc911x_config = {
  218. .phy_interface = PHY_INTERFACE_MODE_MII,
  219. .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
  220. .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN,
  221. .flags = SMSC911X_USE_32BIT,
  222. };
  223. static struct platform_device smsc911x_device = {
  224. .name = "smsc911x",
  225. .id = -1,
  226. .num_resources = ARRAY_SIZE(smsc911x_resources),
  227. .resource = smsc911x_resources,
  228. .dev = {
  229. .platform_data = &smsc911x_config,
  230. },
  231. };
  232. static struct resource heartbeat_resources[] = {
  233. [0] = {
  234. .start = PA_LED,
  235. .end = PA_LED,
  236. .flags = IORESOURCE_MEM,
  237. },
  238. };
  239. static struct heartbeat_data heartbeat_data = {
  240. .flags = HEARTBEAT_INVERTED,
  241. };
  242. static struct platform_device heartbeat_device = {
  243. .name = "heartbeat",
  244. .id = -1,
  245. .dev = {
  246. .platform_data = &heartbeat_data,
  247. },
  248. .num_resources = ARRAY_SIZE(heartbeat_resources),
  249. .resource = heartbeat_resources,
  250. };
  251. static struct mtd_partition *parsed_partitions;
  252. static struct mtd_partition mpr2_partitions[] = {
  253. /* Reserved for bootloader, read-only */
  254. {
  255. .name = "Bootloader",
  256. .offset = 0x00000000UL,
  257. .size = MPR2_MTD_BOOTLOADER_SIZE,
  258. .mask_flags = MTD_WRITEABLE,
  259. },
  260. /* Reserved for kernel image */
  261. {
  262. .name = "Kernel",
  263. .offset = MTDPART_OFS_NXTBLK,
  264. .size = MPR2_MTD_KERNEL_SIZE,
  265. },
  266. /* Rest is used for Flash FS */
  267. {
  268. .name = "Flash_FS",
  269. .offset = MTDPART_OFS_NXTBLK,
  270. .size = MTDPART_SIZ_FULL,
  271. }
  272. };
  273. static struct physmap_flash_data flash_data = {
  274. .width = 2,
  275. };
  276. static struct resource flash_resource = {
  277. .start = 0x00000000,
  278. .end = 0x2000000UL,
  279. .flags = IORESOURCE_MEM,
  280. };
  281. static struct platform_device flash_device = {
  282. .name = "physmap-flash",
  283. .id = -1,
  284. .resource = &flash_resource,
  285. .num_resources = 1,
  286. .dev = {
  287. .platform_data = &flash_data,
  288. },
  289. };
  290. static struct mtd_info *flash_mtd;
  291. static struct map_info mpr2_flash_map = {
  292. .name = "Magic Panel R2 Flash",
  293. .size = 0x2000000UL,
  294. .bankwidth = 2,
  295. };
  296. static void __init set_mtd_partitions(void)
  297. {
  298. int nr_parts = 0;
  299. simple_map_init(&mpr2_flash_map);
  300. flash_mtd = do_map_probe("cfi_probe", &mpr2_flash_map);
  301. nr_parts = parse_mtd_partitions(flash_mtd, probes,
  302. &parsed_partitions, 0);
  303. /* If there is no partition table, used the hard coded table */
  304. if (nr_parts <= 0) {
  305. flash_data.parts = mpr2_partitions;
  306. flash_data.nr_parts = ARRAY_SIZE(mpr2_partitions);
  307. } else {
  308. flash_data.nr_parts = nr_parts;
  309. flash_data.parts = parsed_partitions;
  310. }
  311. }
  312. /*
  313. * Add all resources to the platform_device
  314. */
  315. static struct platform_device *mpr2_devices[] __initdata = {
  316. &heartbeat_device,
  317. &smsc911x_device,
  318. &flash_device,
  319. };
  320. static int __init mpr2_devices_setup(void)
  321. {
  322. set_mtd_partitions();
  323. return platform_add_devices(mpr2_devices, ARRAY_SIZE(mpr2_devices));
  324. }
  325. device_initcall(mpr2_devices_setup);
  326. /*
  327. * Initialize IRQ setting
  328. */
  329. static void __init init_mpr2_IRQ(void)
  330. {
  331. plat_irq_setup_pins(IRQ_MODE_IRQ); /* install handlers for IRQ0-5 */
  332. set_irq_type(32, IRQ_TYPE_LEVEL_LOW); /* IRQ0 CAN1 */
  333. set_irq_type(33, IRQ_TYPE_LEVEL_LOW); /* IRQ1 CAN2 */
  334. set_irq_type(34, IRQ_TYPE_LEVEL_LOW); /* IRQ2 CAN3 */
  335. set_irq_type(35, IRQ_TYPE_LEVEL_LOW); /* IRQ3 SMSC9115 */
  336. set_irq_type(36, IRQ_TYPE_EDGE_RISING); /* IRQ4 touchscreen */
  337. set_irq_type(37, IRQ_TYPE_EDGE_FALLING); /* IRQ5 touchscreen */
  338. intc_set_priority(32, 13); /* IRQ0 CAN1 */
  339. intc_set_priority(33, 13); /* IRQ0 CAN2 */
  340. intc_set_priority(34, 13); /* IRQ0 CAN3 */
  341. intc_set_priority(35, 6); /* IRQ3 SMSC9115 */
  342. }
  343. /*
  344. * The Machine Vector
  345. */
  346. static struct sh_machine_vector mv_mpr2 __initmv = {
  347. .mv_name = "mpr2",
  348. .mv_setup = mpr2_setup,
  349. .mv_init_irq = init_mpr2_IRQ,
  350. };