cpu_sh7785.h 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef _ASM_CPU_SH7785_H_
  3. #define _ASM_CPU_SH7785_H_
  4. /*
  5. * Copyright (c) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  6. * Copyright (c) 2008 Yusuke Goda <goda.yusuke@renesas.com>
  7. * Copyright (c) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  8. */
  9. #define CACHE_OC_NUM_WAYS 1
  10. #define CCR_CACHE_INIT 0x0000090b
  11. /* Exceptions */
  12. #define TRA 0xFF000020
  13. #define EXPEVT 0xFF000024
  14. #define INTEVT 0xFF000028
  15. /* Cache Controller */
  16. #define CCR 0xFF00001C
  17. #define QACR0 0xFF000038
  18. #define QACR1 0xFF00003C
  19. #define RAMCR 0xFF000074
  20. /* Watchdog Timer and Reset */
  21. #define WTCNT WDTCNT
  22. #define WDTST 0xFFCC0000
  23. #define WDTCSR 0xFFCC0004
  24. #define WDTBST 0xFFCC0008
  25. #define WDTCNT 0xFFCC0010
  26. #define WDTBCNT 0xFFCC0018
  27. /* Timer Unit */
  28. #define TMU_BASE 0xFFD80000
  29. /* Serial Communication Interface with FIFO */
  30. #define SCIF1_BASE 0xffeb0000
  31. /* LBSC */
  32. #define MMSELR 0xfc400020
  33. #define LBSC_BASE 0xff800000
  34. #define BCR (LBSC_BASE + 0x1000)
  35. #define CS0BCR (LBSC_BASE + 0x2000)
  36. #define CS1BCR (LBSC_BASE + 0x2010)
  37. #define CS2BCR (LBSC_BASE + 0x2020)
  38. #define CS3BCR (LBSC_BASE + 0x2030)
  39. #define CS4BCR (LBSC_BASE + 0x2040)
  40. #define CS5BCR (LBSC_BASE + 0x2050)
  41. #define CS6BCR (LBSC_BASE + 0x2060)
  42. #define CS0WCR (LBSC_BASE + 0x2008)
  43. #define CS1WCR (LBSC_BASE + 0x2018)
  44. #define CS2WCR (LBSC_BASE + 0x2028)
  45. #define CS3WCR (LBSC_BASE + 0x2038)
  46. #define CS4WCR (LBSC_BASE + 0x2048)
  47. #define CS5WCR (LBSC_BASE + 0x2058)
  48. #define CS6WCR (LBSC_BASE + 0x2068)
  49. #define CS5PCR (LBSC_BASE + 0x2070)
  50. #define CS6PCR (LBSC_BASE + 0x2080)
  51. /* PCI Controller */
  52. #define SH7780_PCIECR 0xFE000008
  53. #define SH7780_PCIVID 0xFE040000
  54. #define SH7780_PCIDID 0xFE040002
  55. #define SH7780_PCICMD 0xFE040004
  56. #define SH7780_PCISTATUS 0xFE040006
  57. #define SH7780_PCIRID 0xFE040008
  58. #define SH7780_PCIPIF 0xFE040009
  59. #define SH7780_PCISUB 0xFE04000A
  60. #define SH7780_PCIBCC 0xFE04000B
  61. #define SH7780_PCICLS 0xFE04000C
  62. #define SH7780_PCILTM 0xFE04000D
  63. #define SH7780_PCIHDR 0xFE04000E
  64. #define SH7780_PCIBIST 0xFE04000F
  65. #define SH7780_PCIIBAR 0xFE040010
  66. #define SH7780_PCIMBAR0 0xFE040014
  67. #define SH7780_PCIMBAR1 0xFE040018
  68. #define SH7780_PCISVID 0xFE04002C
  69. #define SH7780_PCISID 0xFE04002E
  70. #define SH7780_PCICP 0xFE040034
  71. #define SH7780_PCIINTLINE 0xFE04003C
  72. #define SH7780_PCIINTPIN 0xFE04003D
  73. #define SH7780_PCIMINGNT 0xFE04003E
  74. #define SH7780_PCIMAXLAT 0xFE04003F
  75. #define SH7780_PCICID 0xFE040040
  76. #define SH7780_PCINIP 0xFE040041
  77. #define SH7780_PCIPMC 0xFE040042
  78. #define SH7780_PCIPMCSR 0xFE040044
  79. #define SH7780_PCIPMCSRBSE 0xFE040046
  80. #define SH7780_PCI_CDD 0xFE040047
  81. #define SH7780_PCICR 0xFE040100
  82. #define SH7780_PCILSR0 0xFE040104
  83. #define SH7780_PCILSR1 0xFE040108
  84. #define SH7780_PCILAR0 0xFE04010C
  85. #define SH7780_PCILAR1 0xFE040110
  86. #define SH7780_PCIIR 0xFE040114
  87. #define SH7780_PCIIMR 0xFE040118
  88. #define SH7780_PCIAIR 0xFE04011C
  89. #define SH7780_PCICIR 0xFE040120
  90. #define SH7780_PCIAINT 0xFE040130
  91. #define SH7780_PCIAINTM 0xFE040134
  92. #define SH7780_PCIBMIR 0xFE040138
  93. #define SH7780_PCIPAR 0xFE0401C0
  94. #define SH7780_PCIPINT 0xFE0401CC
  95. #define SH7780_PCIPINTM 0xFE0401D0
  96. #define SH7780_PCIMBR0 0xFE0401E0
  97. #define SH7780_PCIMBMR0 0xFE0401E4
  98. #define SH7780_PCIMBR1 0xFE0401E8
  99. #define SH7780_PCIMBMR1 0xFE0401EC
  100. #define SH7780_PCIMBR2 0xFE0401F0
  101. #define SH7780_PCIMBMR2 0xFE0401F4
  102. #define SH7780_PCIIOBR 0xFE0401F8
  103. #define SH7780_PCIIOBMR 0xFE0401FC
  104. #define SH7780_PCICSCR0 0xFE040210
  105. #define SH7780_PCICSCR1 0xFE040214
  106. #define SH7780_PCICSAR0 0xFE040218
  107. #define SH7780_PCICSAR1 0xFE04021C
  108. #define SH7780_PCIPDR 0xFE040220
  109. #endif /* _ASM_CPU_SH7780_H_ */