hardware.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*
  2. * arch/arm/mach-clps711x/include/mach/hardware.h
  3. *
  4. * This file contains the hardware definitions of the Prospector P720T.
  5. *
  6. * Copyright (C) 2000 Deep Blue Solutions Ltd.
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  21. */
  22. #ifndef __MACH_HARDWARE_H
  23. #define __MACH_HARDWARE_H
  24. #include <mach/clps711x.h>
  25. #define CLPS711X_VIRT_BASE IOMEM(0xff000000)
  26. #ifndef __ASSEMBLY__
  27. #define clps_readb(off) readb(CLPS711X_VIRT_BASE + (off))
  28. #define clps_readw(off) readw(CLPS711X_VIRT_BASE + (off))
  29. #define clps_readl(off) readl(CLPS711X_VIRT_BASE + (off))
  30. #define clps_writeb(val,off) writeb(val, CLPS711X_VIRT_BASE + (off))
  31. #define clps_writew(val,off) writew(val, CLPS711X_VIRT_BASE + (off))
  32. #define clps_writel(val,off) writel(val, CLPS711X_VIRT_BASE + (off))
  33. #endif
  34. /*
  35. * The physical addresses that the external chip select signals map to is
  36. * dependent on the setting of the nMEDCHG signal on EP7211 and EP7212
  37. * processors. CONFIG_EP72XX_BOOT_ROM is only available if these
  38. * processors are in use.
  39. */
  40. #ifndef CONFIG_EP72XX_ROM_BOOT
  41. #define CS0_PHYS_BASE (0x00000000)
  42. #define CS1_PHYS_BASE (0x10000000)
  43. #define CS2_PHYS_BASE (0x20000000)
  44. #define CS3_PHYS_BASE (0x30000000)
  45. #define CS4_PHYS_BASE (0x40000000)
  46. #define CS5_PHYS_BASE (0x50000000)
  47. #define CS6_PHYS_BASE (0x60000000)
  48. #define CS7_PHYS_BASE (0x70000000)
  49. #else
  50. #define CS0_PHYS_BASE (0x70000000)
  51. #define CS1_PHYS_BASE (0x60000000)
  52. #define CS2_PHYS_BASE (0x50000000)
  53. #define CS3_PHYS_BASE (0x40000000)
  54. #define CS4_PHYS_BASE (0x30000000)
  55. #define CS5_PHYS_BASE (0x20000000)
  56. #define CS6_PHYS_BASE (0x10000000)
  57. #define CS7_PHYS_BASE (0x00000000)
  58. #endif
  59. #define SYSPLD_VIRT_BASE 0xfe000000
  60. #define SYSPLD_BASE SYSPLD_VIRT_BASE
  61. #if defined (CONFIG_ARCH_CDB89712)
  62. #define ETHER_START 0x20000000
  63. #define ETHER_SIZE 0x1000
  64. #define ETHER_BASE 0xfe000000
  65. #endif
  66. #if defined (CONFIG_ARCH_EDB7211)
  67. /*
  68. * The extra 8 lines of the keyboard matrix are wired to chip select 3 (nCS3)
  69. * and repeat across it. This is the mapping for it.
  70. *
  71. * In jumpered boot mode, nCS3 is mapped to 0x4000000, not 0x3000000. This
  72. * was cause for much consternation and headscratching. This should probably
  73. * be made a compile/run time kernel option.
  74. */
  75. #define EP7211_PHYS_EXTKBD CS3_PHYS_BASE /* physical */
  76. #define EP7211_VIRT_EXTKBD (0xfd000000) /* virtual */
  77. /*
  78. * The CS8900A ethernet chip has its I/O registers wired to chip select 2
  79. * (nCS2). This is the mapping for it.
  80. *
  81. * In jumpered boot mode, nCS2 is mapped to 0x5000000, not 0x2000000. This
  82. * was cause for much consternation and headscratching. This should probably
  83. * be made a compile/run time kernel option.
  84. */
  85. #define EP7211_PHYS_CS8900A CS2_PHYS_BASE /* physical */
  86. #define EP7211_VIRT_CS8900A (0xfc000000) /* virtual */
  87. /*
  88. * The two flash banks are wired to chip selects 0 and 1. This is the mapping
  89. * for them.
  90. *
  91. * nCS0 and nCS1 are at 0x70000000 and 0x60000000, respectively, when running
  92. * in jumpered boot mode.
  93. */
  94. #define EP7211_PHYS_FLASH1 CS0_PHYS_BASE /* physical */
  95. #define EP7211_PHYS_FLASH2 CS1_PHYS_BASE /* physical */
  96. #define EP7211_VIRT_FLASH1 (0xfa000000) /* virtual */
  97. #define EP7211_VIRT_FLASH2 (0xfb000000) /* virtual */
  98. #endif /* CONFIG_ARCH_EDB7211 */
  99. /*
  100. * Relevant bits in port D, which controls power to the various parts of
  101. * the LCD on the EDB7211.
  102. */
  103. #define EDB_PD1_LCD_DC_DC_EN (1<<1)
  104. #define EDB_PD2_LCDEN (1<<2)
  105. #define EDB_PD3_LCDBL (1<<3)
  106. #if defined (CONFIG_ARCH_CEIVA)
  107. /*
  108. * The two flash banks are wired to chip selects 0 and 1. This is the mapping
  109. * for them.
  110. *
  111. * nCS0 and nCS1 are at 0x70000000 and 0x60000000, respectively, when running
  112. * in jumpered boot mode.
  113. */
  114. #define CEIVA_PHYS_FLASH1 CS0_PHYS_BASE /* physical */
  115. #define CEIVA_PHYS_FLASH2 CS1_PHYS_BASE /* physical */
  116. #define CEIVA_VIRT_FLASH1 (0xfa000000) /* virtual */
  117. #define CEIVA_VIRT_FLASH2 (0xfb000000) /* virtual */
  118. #define CEIVA_FLASH_SIZE 0x100000
  119. #define CEIVA_FLASH_WIDTH 2
  120. /*
  121. * SED1355 LCD controller
  122. */
  123. #define CEIVA_PHYS_SED1355 CS2_PHYS_BASE
  124. #define CEIVA_VIRT_SED1355 (0xfc000000)
  125. /*
  126. * Relevant bits in port D, which controls power to the various parts of
  127. * the LCD on the Ceiva Photo Max, and reset to the LCD controller.
  128. */
  129. // Reset line to SED1355 (must be high to operate)
  130. #define CEIVA_PD1_LCDRST (1<<1)
  131. // LCD panel enable (set to one, to enable LCD)
  132. #define CEIVA_PD4_LCDEN (1<<4)
  133. // Backlight (set to one, to turn on backlight
  134. #define CEIVA_PD5_LCDBL (1<<5)
  135. /*
  136. * Relevant bits in port B, which report the status of the buttons.
  137. */
  138. // White button
  139. #define CEIVA_PB4_WHT_BTN (1<<4)
  140. // Black button
  141. #define CEIVA_PB0_BLK_BTN (1<<0)
  142. #endif // #if defined (CONFIG_ARCH_CEIVA)
  143. #endif