au1000.h 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681
  1. /*
  2. *
  3. * BRIEF MODULE DESCRIPTION
  4. * Include file for Alchemy Semiconductor's Au1k CPU.
  5. *
  6. * Copyright 2000-2001, 2006-2008 MontaVista Software Inc.
  7. * Author: MontaVista Software, Inc. <source@mvista.com>
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the
  11. * Free Software Foundation; either version 2 of the License, or (at your
  12. * option) any later version.
  13. *
  14. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  15. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  16. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  17. * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  18. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  19. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  20. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  21. * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  23. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. *
  25. * You should have received a copy of the GNU General Public License along
  26. * with this program; if not, write to the Free Software Foundation, Inc.,
  27. * 675 Mass Ave, Cambridge, MA 02139, USA.
  28. */
  29. /*
  30. * some definitions add by takuzo@sm.sony.co.jp and sato@sm.sony.co.jp
  31. */
  32. #ifndef _AU1000_H_
  33. #define _AU1000_H_
  34. #ifndef _LANGUAGE_ASSEMBLY
  35. #include <linux/delay.h>
  36. #include <linux/types.h>
  37. #include <linux/io.h>
  38. #include <linux/irq.h>
  39. /* cpu pipeline flush */
  40. void static inline au_sync(void)
  41. {
  42. __asm__ volatile ("sync");
  43. }
  44. void static inline au_sync_udelay(int us)
  45. {
  46. __asm__ volatile ("sync");
  47. udelay(us);
  48. }
  49. void static inline au_sync_delay(int ms)
  50. {
  51. __asm__ volatile ("sync");
  52. mdelay(ms);
  53. }
  54. void static inline au_writeb(u8 val, unsigned long reg)
  55. {
  56. *(volatile u8 *)reg = val;
  57. }
  58. void static inline au_writew(u16 val, unsigned long reg)
  59. {
  60. *(volatile u16 *)reg = val;
  61. }
  62. void static inline au_writel(u32 val, unsigned long reg)
  63. {
  64. *(volatile u32 *)reg = val;
  65. }
  66. static inline u8 au_readb(unsigned long reg)
  67. {
  68. return *(volatile u8 *)reg;
  69. }
  70. static inline u16 au_readw(unsigned long reg)
  71. {
  72. return *(volatile u16 *)reg;
  73. }
  74. static inline u32 au_readl(unsigned long reg)
  75. {
  76. return *(volatile u32 *)reg;
  77. }
  78. /* Early Au1000 have a write-only SYS_CPUPLL register. */
  79. static inline int au1xxx_cpu_has_pll_wo(void)
  80. {
  81. switch (read_c0_prid()) {
  82. case 0x00030100: /* Au1000 DA */
  83. case 0x00030201: /* Au1000 HA */
  84. case 0x00030202: /* Au1000 HB */
  85. return 1;
  86. }
  87. return 0;
  88. }
  89. /* does CPU need CONFIG[OD] set to fix tons of errata? */
  90. static inline int au1xxx_cpu_needs_config_od(void)
  91. {
  92. /*
  93. * c0_config.od (bit 19) was write only (and read as 0) on the
  94. * early revisions of Alchemy SOCs. It disables the bus trans-
  95. * action overlapping and needs to be set to fix various errata.
  96. */
  97. switch (read_c0_prid()) {
  98. case 0x00030100: /* Au1000 DA */
  99. case 0x00030201: /* Au1000 HA */
  100. case 0x00030202: /* Au1000 HB */
  101. case 0x01030200: /* Au1500 AB */
  102. /*
  103. * Au1100/Au1200 errata actually keep silence about this bit,
  104. * so we set it just in case for those revisions that require
  105. * it to be set according to the (now gone) cpu_table.
  106. */
  107. case 0x02030200: /* Au1100 AB */
  108. case 0x02030201: /* Au1100 BA */
  109. case 0x02030202: /* Au1100 BC */
  110. case 0x04030201: /* Au1200 AC */
  111. return 1;
  112. }
  113. return 0;
  114. }
  115. #define ALCHEMY_CPU_UNKNOWN -1
  116. #define ALCHEMY_CPU_AU1000 0
  117. #define ALCHEMY_CPU_AU1500 1
  118. #define ALCHEMY_CPU_AU1100 2
  119. #define ALCHEMY_CPU_AU1550 3
  120. #define ALCHEMY_CPU_AU1200 4
  121. static inline int alchemy_get_cputype(void)
  122. {
  123. switch (read_c0_prid() & 0xffff0000) {
  124. case 0x00030000:
  125. return ALCHEMY_CPU_AU1000;
  126. break;
  127. case 0x01030000:
  128. return ALCHEMY_CPU_AU1500;
  129. break;
  130. case 0x02030000:
  131. return ALCHEMY_CPU_AU1100;
  132. break;
  133. case 0x03030000:
  134. return ALCHEMY_CPU_AU1550;
  135. break;
  136. case 0x04030000:
  137. case 0x05030000:
  138. return ALCHEMY_CPU_AU1200;
  139. break;
  140. }
  141. return ALCHEMY_CPU_UNKNOWN;
  142. }
  143. static inline void alchemy_uart_putchar(u32 uart_phys, u8 c)
  144. {
  145. void __iomem *base = (void __iomem *)KSEG1ADDR(uart_phys);
  146. int timeout, i;
  147. /* check LSR TX_EMPTY bit */
  148. timeout = 0xffffff;
  149. do {
  150. if (__raw_readl(base + 0x1c) & 0x20)
  151. break;
  152. /* slow down */
  153. for (i = 10000; i; i--)
  154. asm volatile ("nop");
  155. } while (--timeout);
  156. __raw_writel(c, base + 0x04); /* tx */
  157. wmb();
  158. }
  159. /* arch/mips/au1000/common/clocks.c */
  160. extern void set_au1x00_speed(unsigned int new_freq);
  161. extern unsigned int get_au1x00_speed(void);
  162. extern void set_au1x00_uart_baud_base(unsigned long new_baud_base);
  163. extern unsigned long get_au1x00_uart_baud_base(void);
  164. extern unsigned long au1xxx_calc_clock(void);
  165. /* PM: arch/mips/alchemy/common/sleeper.S, power.c, irq.c */
  166. void au1xxx_save_and_sleep(void);
  167. void au_sleep(void);
  168. void save_au1xxx_intctl(void);
  169. void restore_au1xxx_intctl(void);
  170. /* SOC Interrupt numbers */
  171. #define AU1000_INTC0_INT_BASE (MIPS_CPU_IRQ_BASE + 8)
  172. #define AU1000_INTC0_INT_LAST (AU1000_INTC0_INT_BASE + 31)
  173. #define AU1000_INTC1_INT_BASE (AU1000_INTC0_INT_LAST + 1)
  174. #define AU1000_INTC1_INT_LAST (AU1000_INTC1_INT_BASE + 31)
  175. #define AU1000_MAX_INTR AU1000_INTC1_INT_LAST
  176. enum soc_au1000_ints {
  177. AU1000_FIRST_INT = AU1000_INTC0_INT_BASE,
  178. AU1000_UART0_INT = AU1000_FIRST_INT,
  179. AU1000_UART1_INT,
  180. AU1000_UART2_INT,
  181. AU1000_UART3_INT,
  182. AU1000_SSI0_INT,
  183. AU1000_SSI1_INT,
  184. AU1000_DMA_INT_BASE,
  185. AU1000_TOY_INT = AU1000_FIRST_INT + 14,
  186. AU1000_TOY_MATCH0_INT,
  187. AU1000_TOY_MATCH1_INT,
  188. AU1000_TOY_MATCH2_INT,
  189. AU1000_RTC_INT,
  190. AU1000_RTC_MATCH0_INT,
  191. AU1000_RTC_MATCH1_INT,
  192. AU1000_RTC_MATCH2_INT,
  193. AU1000_IRDA_TX_INT,
  194. AU1000_IRDA_RX_INT,
  195. AU1000_USB_DEV_REQ_INT,
  196. AU1000_USB_DEV_SUS_INT,
  197. AU1000_USB_HOST_INT,
  198. AU1000_ACSYNC_INT,
  199. AU1000_MAC0_DMA_INT,
  200. AU1000_MAC1_DMA_INT,
  201. AU1000_I2S_UO_INT,
  202. AU1000_AC97C_INT,
  203. AU1000_GPIO0_INT,
  204. AU1000_GPIO1_INT,
  205. AU1000_GPIO2_INT,
  206. AU1000_GPIO3_INT,
  207. AU1000_GPIO4_INT,
  208. AU1000_GPIO5_INT,
  209. AU1000_GPIO6_INT,
  210. AU1000_GPIO7_INT,
  211. AU1000_GPIO8_INT,
  212. AU1000_GPIO9_INT,
  213. AU1000_GPIO10_INT,
  214. AU1000_GPIO11_INT,
  215. AU1000_GPIO12_INT,
  216. AU1000_GPIO13_INT,
  217. AU1000_GPIO14_INT,
  218. AU1000_GPIO15_INT,
  219. AU1000_GPIO16_INT,
  220. AU1000_GPIO17_INT,
  221. AU1000_GPIO18_INT,
  222. AU1000_GPIO19_INT,
  223. AU1000_GPIO20_INT,
  224. AU1000_GPIO21_INT,
  225. AU1000_GPIO22_INT,
  226. AU1000_GPIO23_INT,
  227. AU1000_GPIO24_INT,
  228. AU1000_GPIO25_INT,
  229. AU1000_GPIO26_INT,
  230. AU1000_GPIO27_INT,
  231. AU1000_GPIO28_INT,
  232. AU1000_GPIO29_INT,
  233. AU1000_GPIO30_INT,
  234. AU1000_GPIO31_INT,
  235. };
  236. enum soc_au1100_ints {
  237. AU1100_FIRST_INT = AU1000_INTC0_INT_BASE,
  238. AU1100_UART0_INT = AU1100_FIRST_INT,
  239. AU1100_UART1_INT,
  240. AU1100_SD_INT,
  241. AU1100_UART3_INT,
  242. AU1100_SSI0_INT,
  243. AU1100_SSI1_INT,
  244. AU1100_DMA_INT_BASE,
  245. AU1100_TOY_INT = AU1100_FIRST_INT + 14,
  246. AU1100_TOY_MATCH0_INT,
  247. AU1100_TOY_MATCH1_INT,
  248. AU1100_TOY_MATCH2_INT,
  249. AU1100_RTC_INT,
  250. AU1100_RTC_MATCH0_INT,
  251. AU1100_RTC_MATCH1_INT,
  252. AU1100_RTC_MATCH2_INT,
  253. AU1100_IRDA_TX_INT,
  254. AU1100_IRDA_RX_INT,
  255. AU1100_USB_DEV_REQ_INT,
  256. AU1100_USB_DEV_SUS_INT,
  257. AU1100_USB_HOST_INT,
  258. AU1100_ACSYNC_INT,
  259. AU1100_MAC0_DMA_INT,
  260. AU1100_GPIO208_215_INT,
  261. AU1100_LCD_INT,
  262. AU1100_AC97C_INT,
  263. AU1100_GPIO0_INT,
  264. AU1100_GPIO1_INT,
  265. AU1100_GPIO2_INT,
  266. AU1100_GPIO3_INT,
  267. AU1100_GPIO4_INT,
  268. AU1100_GPIO5_INT,
  269. AU1100_GPIO6_INT,
  270. AU1100_GPIO7_INT,
  271. AU1100_GPIO8_INT,
  272. AU1100_GPIO9_INT,
  273. AU1100_GPIO10_INT,
  274. AU1100_GPIO11_INT,
  275. AU1100_GPIO12_INT,
  276. AU1100_GPIO13_INT,
  277. AU1100_GPIO14_INT,
  278. AU1100_GPIO15_INT,
  279. AU1100_GPIO16_INT,
  280. AU1100_GPIO17_INT,
  281. AU1100_GPIO18_INT,
  282. AU1100_GPIO19_INT,
  283. AU1100_GPIO20_INT,
  284. AU1100_GPIO21_INT,
  285. AU1100_GPIO22_INT,
  286. AU1100_GPIO23_INT,
  287. AU1100_GPIO24_INT,
  288. AU1100_GPIO25_INT,
  289. AU1100_GPIO26_INT,
  290. AU1100_GPIO27_INT,
  291. AU1100_GPIO28_INT,
  292. AU1100_GPIO29_INT,
  293. AU1100_GPIO30_INT,
  294. AU1100_GPIO31_INT,
  295. };
  296. enum soc_au1500_ints {
  297. AU1500_FIRST_INT = AU1000_INTC0_INT_BASE,
  298. AU1500_UART0_INT = AU1500_FIRST_INT,
  299. AU1500_PCI_INTA,
  300. AU1500_PCI_INTB,
  301. AU1500_UART3_INT,
  302. AU1500_PCI_INTC,
  303. AU1500_PCI_INTD,
  304. AU1500_DMA_INT_BASE,
  305. AU1500_TOY_INT = AU1500_FIRST_INT + 14,
  306. AU1500_TOY_MATCH0_INT,
  307. AU1500_TOY_MATCH1_INT,
  308. AU1500_TOY_MATCH2_INT,
  309. AU1500_RTC_INT,
  310. AU1500_RTC_MATCH0_INT,
  311. AU1500_RTC_MATCH1_INT,
  312. AU1500_RTC_MATCH2_INT,
  313. AU1500_PCI_ERR_INT,
  314. AU1500_RESERVED_INT,
  315. AU1500_USB_DEV_REQ_INT,
  316. AU1500_USB_DEV_SUS_INT,
  317. AU1500_USB_HOST_INT,
  318. AU1500_ACSYNC_INT,
  319. AU1500_MAC0_DMA_INT,
  320. AU1500_MAC1_DMA_INT,
  321. AU1500_AC97C_INT = AU1500_FIRST_INT + 31,
  322. AU1500_GPIO0_INT,
  323. AU1500_GPIO1_INT,
  324. AU1500_GPIO2_INT,
  325. AU1500_GPIO3_INT,
  326. AU1500_GPIO4_INT,
  327. AU1500_GPIO5_INT,
  328. AU1500_GPIO6_INT,
  329. AU1500_GPIO7_INT,
  330. AU1500_GPIO8_INT,
  331. AU1500_GPIO9_INT,
  332. AU1500_GPIO10_INT,
  333. AU1500_GPIO11_INT,
  334. AU1500_GPIO12_INT,
  335. AU1500_GPIO13_INT,
  336. AU1500_GPIO14_INT,
  337. AU1500_GPIO15_INT,
  338. AU1500_GPIO200_INT,
  339. AU1500_GPIO201_INT,
  340. AU1500_GPIO202_INT,
  341. AU1500_GPIO203_INT,
  342. AU1500_GPIO20_INT,
  343. AU1500_GPIO204_INT,
  344. AU1500_GPIO205_INT,
  345. AU1500_GPIO23_INT,
  346. AU1500_GPIO24_INT,
  347. AU1500_GPIO25_INT,
  348. AU1500_GPIO26_INT,
  349. AU1500_GPIO27_INT,
  350. AU1500_GPIO28_INT,
  351. AU1500_GPIO206_INT,
  352. AU1500_GPIO207_INT,
  353. AU1500_GPIO208_215_INT,
  354. };
  355. enum soc_au1550_ints {
  356. AU1550_FIRST_INT = AU1000_INTC0_INT_BASE,
  357. AU1550_UART0_INT = AU1550_FIRST_INT,
  358. AU1550_PCI_INTA,
  359. AU1550_PCI_INTB,
  360. AU1550_DDMA_INT,
  361. AU1550_CRYPTO_INT,
  362. AU1550_PCI_INTC,
  363. AU1550_PCI_INTD,
  364. AU1550_PCI_RST_INT,
  365. AU1550_UART1_INT,
  366. AU1550_UART3_INT,
  367. AU1550_PSC0_INT,
  368. AU1550_PSC1_INT,
  369. AU1550_PSC2_INT,
  370. AU1550_PSC3_INT,
  371. AU1550_TOY_INT,
  372. AU1550_TOY_MATCH0_INT,
  373. AU1550_TOY_MATCH1_INT,
  374. AU1550_TOY_MATCH2_INT,
  375. AU1550_RTC_INT,
  376. AU1550_RTC_MATCH0_INT,
  377. AU1550_RTC_MATCH1_INT,
  378. AU1550_RTC_MATCH2_INT,
  379. AU1550_NAND_INT = AU1550_FIRST_INT + 23,
  380. AU1550_USB_DEV_REQ_INT,
  381. AU1550_USB_DEV_SUS_INT,
  382. AU1550_USB_HOST_INT,
  383. AU1550_MAC0_DMA_INT,
  384. AU1550_MAC1_DMA_INT,
  385. AU1550_GPIO0_INT = AU1550_FIRST_INT + 32,
  386. AU1550_GPIO1_INT,
  387. AU1550_GPIO2_INT,
  388. AU1550_GPIO3_INT,
  389. AU1550_GPIO4_INT,
  390. AU1550_GPIO5_INT,
  391. AU1550_GPIO6_INT,
  392. AU1550_GPIO7_INT,
  393. AU1550_GPIO8_INT,
  394. AU1550_GPIO9_INT,
  395. AU1550_GPIO10_INT,
  396. AU1550_GPIO11_INT,
  397. AU1550_GPIO12_INT,
  398. AU1550_GPIO13_INT,
  399. AU1550_GPIO14_INT,
  400. AU1550_GPIO15_INT,
  401. AU1550_GPIO200_INT,
  402. AU1550_GPIO201_205_INT, /* Logical or of GPIO201:205 */
  403. AU1550_GPIO16_INT,
  404. AU1550_GPIO17_INT,
  405. AU1550_GPIO20_INT,
  406. AU1550_GPIO21_INT,
  407. AU1550_GPIO22_INT,
  408. AU1550_GPIO23_INT,
  409. AU1550_GPIO24_INT,
  410. AU1550_GPIO25_INT,
  411. AU1550_GPIO26_INT,
  412. AU1550_GPIO27_INT,
  413. AU1550_GPIO28_INT,
  414. AU1550_GPIO206_INT,
  415. AU1550_GPIO207_INT,
  416. AU1550_GPIO208_215_INT, /* Logical or of GPIO208:215 */
  417. };
  418. enum soc_au1200_ints {
  419. AU1200_FIRST_INT = AU1000_INTC0_INT_BASE,
  420. AU1200_UART0_INT = AU1200_FIRST_INT,
  421. AU1200_SWT_INT,
  422. AU1200_SD_INT,
  423. AU1200_DDMA_INT,
  424. AU1200_MAE_BE_INT,
  425. AU1200_GPIO200_INT,
  426. AU1200_GPIO201_INT,
  427. AU1200_GPIO202_INT,
  428. AU1200_UART1_INT,
  429. AU1200_MAE_FE_INT,
  430. AU1200_PSC0_INT,
  431. AU1200_PSC1_INT,
  432. AU1200_AES_INT,
  433. AU1200_CAMERA_INT,
  434. AU1200_TOY_INT,
  435. AU1200_TOY_MATCH0_INT,
  436. AU1200_TOY_MATCH1_INT,
  437. AU1200_TOY_MATCH2_INT,
  438. AU1200_RTC_INT,
  439. AU1200_RTC_MATCH0_INT,
  440. AU1200_RTC_MATCH1_INT,
  441. AU1200_RTC_MATCH2_INT,
  442. AU1200_GPIO203_INT,
  443. AU1200_NAND_INT,
  444. AU1200_GPIO204_INT,
  445. AU1200_GPIO205_INT,
  446. AU1200_GPIO206_INT,
  447. AU1200_GPIO207_INT,
  448. AU1200_GPIO208_215_INT, /* Logical OR of 208:215 */
  449. AU1200_USB_INT,
  450. AU1200_LCD_INT,
  451. AU1200_MAE_BOTH_INT,
  452. AU1200_GPIO0_INT,
  453. AU1200_GPIO1_INT,
  454. AU1200_GPIO2_INT,
  455. AU1200_GPIO3_INT,
  456. AU1200_GPIO4_INT,
  457. AU1200_GPIO5_INT,
  458. AU1200_GPIO6_INT,
  459. AU1200_GPIO7_INT,
  460. AU1200_GPIO8_INT,
  461. AU1200_GPIO9_INT,
  462. AU1200_GPIO10_INT,
  463. AU1200_GPIO11_INT,
  464. AU1200_GPIO12_INT,
  465. AU1200_GPIO13_INT,
  466. AU1200_GPIO14_INT,
  467. AU1200_GPIO15_INT,
  468. AU1200_GPIO16_INT,
  469. AU1200_GPIO17_INT,
  470. AU1200_GPIO18_INT,
  471. AU1200_GPIO19_INT,
  472. AU1200_GPIO20_INT,
  473. AU1200_GPIO21_INT,
  474. AU1200_GPIO22_INT,
  475. AU1200_GPIO23_INT,
  476. AU1200_GPIO24_INT,
  477. AU1200_GPIO25_INT,
  478. AU1200_GPIO26_INT,
  479. AU1200_GPIO27_INT,
  480. AU1200_GPIO28_INT,
  481. AU1200_GPIO29_INT,
  482. AU1200_GPIO30_INT,
  483. AU1200_GPIO31_INT,
  484. };
  485. #endif /* !defined (_LANGUAGE_ASSEMBLY) */
  486. /*
  487. * SDRAM register offsets
  488. */
  489. #if defined(CONFIG_SOC_AU1000) || defined(CONFIG_SOC_AU1500) || \
  490. defined(CONFIG_SOC_AU1100)
  491. #define MEM_SDMODE0 0x0000
  492. #define MEM_SDMODE1 0x0004
  493. #define MEM_SDMODE2 0x0008
  494. #define MEM_SDADDR0 0x000C
  495. #define MEM_SDADDR1 0x0010
  496. #define MEM_SDADDR2 0x0014
  497. #define MEM_SDREFCFG 0x0018
  498. #define MEM_SDPRECMD 0x001C
  499. #define MEM_SDAUTOREF 0x0020
  500. #define MEM_SDWRMD0 0x0024
  501. #define MEM_SDWRMD1 0x0028
  502. #define MEM_SDWRMD2 0x002C
  503. #define MEM_SDSLEEP 0x0030
  504. #define MEM_SDSMCKE 0x0034
  505. /*
  506. * MEM_SDMODE register content definitions
  507. */
  508. #define MEM_SDMODE_F (1 << 22)
  509. #define MEM_SDMODE_SR (1 << 21)
  510. #define MEM_SDMODE_BS (1 << 20)
  511. #define MEM_SDMODE_RS (3 << 18)
  512. #define MEM_SDMODE_CS (7 << 15)
  513. #define MEM_SDMODE_TRAS (15 << 11)
  514. #define MEM_SDMODE_TMRD (3 << 9)
  515. #define MEM_SDMODE_TWR (3 << 7)
  516. #define MEM_SDMODE_TRP (3 << 5)
  517. #define MEM_SDMODE_TRCD (3 << 3)
  518. #define MEM_SDMODE_TCL (7 << 0)
  519. #define MEM_SDMODE_BS_2Bank (0 << 20)
  520. #define MEM_SDMODE_BS_4Bank (1 << 20)
  521. #define MEM_SDMODE_RS_11Row (0 << 18)
  522. #define MEM_SDMODE_RS_12Row (1 << 18)
  523. #define MEM_SDMODE_RS_13Row (2 << 18)
  524. #define MEM_SDMODE_RS_N(N) ((N) << 18)
  525. #define MEM_SDMODE_CS_7Col (0 << 15)
  526. #define MEM_SDMODE_CS_8Col (1 << 15)
  527. #define MEM_SDMODE_CS_9Col (2 << 15)
  528. #define MEM_SDMODE_CS_10Col (3 << 15)
  529. #define MEM_SDMODE_CS_11Col (4 << 15)
  530. #define MEM_SDMODE_CS_N(N) ((N) << 15)
  531. #define MEM_SDMODE_TRAS_N(N) ((N) << 11)
  532. #define MEM_SDMODE_TMRD_N(N) ((N) << 9)
  533. #define MEM_SDMODE_TWR_N(N) ((N) << 7)
  534. #define MEM_SDMODE_TRP_N(N) ((N) << 5)
  535. #define MEM_SDMODE_TRCD_N(N) ((N) << 3)
  536. #define MEM_SDMODE_TCL_N(N) ((N) << 0)
  537. /*
  538. * MEM_SDADDR register contents definitions
  539. */
  540. #define MEM_SDADDR_E (1 << 20)
  541. #define MEM_SDADDR_CSBA (0x03FF << 10)
  542. #define MEM_SDADDR_CSMASK (0x03FF << 0)
  543. #define MEM_SDADDR_CSBA_N(N) ((N) & (0x03FF << 22) >> 12)
  544. #define MEM_SDADDR_CSMASK_N(N) ((N)&(0x03FF << 22) >> 22)
  545. /*
  546. * MEM_SDREFCFG register content definitions
  547. */
  548. #define MEM_SDREFCFG_TRC (15 << 28)
  549. #define MEM_SDREFCFG_TRPM (3 << 26)
  550. #define MEM_SDREFCFG_E (1 << 25)
  551. #define MEM_SDREFCFG_RE (0x1ffffff << 0)
  552. #define MEM_SDREFCFG_TRC_N(N) ((N) << MEM_SDREFCFG_TRC)
  553. #define MEM_SDREFCFG_TRPM_N(N) ((N) << MEM_SDREFCFG_TRPM)
  554. #define MEM_SDREFCFG_REF_N(N) (N)
  555. #endif
  556. /***********************************************************************/
  557. /*
  558. * Au1550 SDRAM Register Offsets
  559. */
  560. /***********************************************************************/
  561. #if defined(CONFIG_SOC_AU1550) || defined(CONFIG_SOC_AU1200)
  562. #define MEM_SDMODE0 0x0800
  563. #define MEM_SDMODE1 0x0808
  564. #define MEM_SDMODE2 0x0810
  565. #define MEM_SDADDR0 0x0820
  566. #define MEM_SDADDR1 0x0828
  567. #define MEM_SDADDR2 0x0830
  568. #define MEM_SDCONFIGA 0x0840
  569. #define MEM_SDCONFIGB 0x0848
  570. #define MEM_SDSTAT 0x0850
  571. #define MEM_SDERRADDR 0x0858
  572. #define MEM_SDSTRIDE0 0x0860
  573. #define MEM_SDSTRIDE1 0x0868
  574. #define MEM_SDSTRIDE2 0x0870
  575. #define MEM_SDWRMD0 0x0880
  576. #define MEM_SDWRMD1 0x0888
  577. #define MEM_SDWRMD2 0x0890
  578. #define MEM_SDPRECMD 0x08C0
  579. #define MEM_SDAUTOREF 0x08C8
  580. #define MEM_SDSREF 0x08D0
  581. #define MEM_SDSLEEP MEM_SDSREF
  582. #endif
  583. /*
  584. * Physical base addresses for integrated peripherals
  585. */
  586. #ifdef CONFIG_SOC_AU1000
  587. #define MEM_PHYS_ADDR 0x14000000
  588. #define STATIC_MEM_PHYS_ADDR 0x14001000
  589. #define DMA0_PHYS_ADDR 0x14002000
  590. #define DMA1_PHYS_ADDR 0x14002100
  591. #define DMA2_PHYS_ADDR 0x14002200
  592. #define DMA3_PHYS_ADDR 0x14002300
  593. #define DMA4_PHYS_ADDR 0x14002400
  594. #define DMA5_PHYS_ADDR 0x14002500
  595. #define DMA6_PHYS_ADDR 0x14002600
  596. #define DMA7_PHYS_ADDR 0x14002700
  597. #define IC0_PHYS_ADDR 0x10400000
  598. #define IC1_PHYS_ADDR 0x11800000
  599. #define AC97_PHYS_ADDR 0x10000000
  600. #define USBH_PHYS_ADDR 0x10100000
  601. #define USBD_PHYS_ADDR 0x10200000
  602. #define IRDA_PHYS_ADDR 0x10300000
  603. #define MAC0_PHYS_ADDR 0x10500000
  604. #define MAC1_PHYS_ADDR 0x10510000
  605. #define MACEN_PHYS_ADDR 0x10520000
  606. #define MACDMA0_PHYS_ADDR 0x14004000
  607. #define MACDMA1_PHYS_ADDR 0x14004200
  608. #define I2S_PHYS_ADDR 0x11000000
  609. #define UART0_PHYS_ADDR 0x11100000
  610. #define UART1_PHYS_ADDR 0x11200000
  611. #define UART2_PHYS_ADDR 0x11300000
  612. #define UART3_PHYS_ADDR 0x11400000
  613. #define SSI0_PHYS_ADDR 0x11600000
  614. #define SSI1_PHYS_ADDR 0x11680000
  615. #define SYS_PHYS_ADDR 0x11900000
  616. #define PCMCIA_IO_PHYS_ADDR 0xF00000000ULL
  617. #define PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL
  618. #define PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL
  619. #endif
  620. /********************************************************************/
  621. #ifdef CONFIG_SOC_AU1500
  622. #define MEM_PHYS_ADDR 0x14000000
  623. #define STATIC_MEM_PHYS_ADDR 0x14001000
  624. #define DMA0_PHYS_ADDR 0x14002000
  625. #define DMA1_PHYS_ADDR 0x14002100
  626. #define DMA2_PHYS_ADDR 0x14002200
  627. #define DMA3_PHYS_ADDR 0x14002300
  628. #define DMA4_PHYS_ADDR 0x14002400
  629. #define DMA5_PHYS_ADDR 0x14002500
  630. #define DMA6_PHYS_ADDR 0x14002600
  631. #define DMA7_PHYS_ADDR 0x14002700
  632. #define IC0_PHYS_ADDR 0x10400000
  633. #define IC1_PHYS_ADDR 0x11800000
  634. #define AC97_PHYS_ADDR 0x10000000
  635. #define USBH_PHYS_ADDR 0x10100000
  636. #define USBD_PHYS_ADDR 0x10200000
  637. #define PCI_PHYS_ADDR 0x14005000
  638. #define MAC0_PHYS_ADDR 0x11500000
  639. #define MAC1_PHYS_ADDR 0x11510000
  640. #define MACEN_PHYS_ADDR 0x11520000
  641. #define MACDMA0_PHYS_ADDR 0x14004000
  642. #define MACDMA1_PHYS_ADDR 0x14004200
  643. #define I2S_PHYS_ADDR 0x11000000
  644. #define UART0_PHYS_ADDR 0x11100000
  645. #define UART3_PHYS_ADDR 0x11400000
  646. #define GPIO2_PHYS_ADDR 0x11700000
  647. #define SYS_PHYS_ADDR 0x11900000
  648. #define PCI_MEM_PHYS_ADDR 0x400000000ULL
  649. #define PCI_IO_PHYS_ADDR 0x500000000ULL
  650. #define PCI_CONFIG0_PHYS_ADDR 0x600000000ULL
  651. #define PCI_CONFIG1_PHYS_ADDR 0x680000000ULL
  652. #define PCMCIA_IO_PHYS_ADDR 0xF00000000ULL
  653. #define PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL
  654. #define PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL
  655. #endif
  656. /********************************************************************/
  657. #ifdef CONFIG_SOC_AU1100
  658. #define MEM_PHYS_ADDR 0x14000000
  659. #define STATIC_MEM_PHYS_ADDR 0x14001000
  660. #define DMA0_PHYS_ADDR 0x14002000
  661. #define DMA1_PHYS_ADDR 0x14002100
  662. #define DMA2_PHYS_ADDR 0x14002200
  663. #define DMA3_PHYS_ADDR 0x14002300
  664. #define DMA4_PHYS_ADDR 0x14002400
  665. #define DMA5_PHYS_ADDR 0x14002500
  666. #define DMA6_PHYS_ADDR 0x14002600
  667. #define DMA7_PHYS_ADDR 0x14002700
  668. #define IC0_PHYS_ADDR 0x10400000
  669. #define SD0_PHYS_ADDR 0x10600000
  670. #define SD1_PHYS_ADDR 0x10680000
  671. #define IC1_PHYS_ADDR 0x11800000
  672. #define AC97_PHYS_ADDR 0x10000000
  673. #define USBH_PHYS_ADDR 0x10100000
  674. #define USBD_PHYS_ADDR 0x10200000
  675. #define IRDA_PHYS_ADDR 0x10300000
  676. #define MAC0_PHYS_ADDR 0x10500000
  677. #define MACEN_PHYS_ADDR 0x10520000
  678. #define MACDMA0_PHYS_ADDR 0x14004000
  679. #define MACDMA1_PHYS_ADDR 0x14004200
  680. #define I2S_PHYS_ADDR 0x11000000
  681. #define UART0_PHYS_ADDR 0x11100000
  682. #define UART1_PHYS_ADDR 0x11200000
  683. #define UART3_PHYS_ADDR 0x11400000
  684. #define SSI0_PHYS_ADDR 0x11600000
  685. #define SSI1_PHYS_ADDR 0x11680000
  686. #define GPIO2_PHYS_ADDR 0x11700000
  687. #define SYS_PHYS_ADDR 0x11900000
  688. #define LCD_PHYS_ADDR 0x15000000
  689. #define PCMCIA_IO_PHYS_ADDR 0xF00000000ULL
  690. #define PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL
  691. #define PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL
  692. #endif
  693. /***********************************************************************/
  694. #ifdef CONFIG_SOC_AU1550
  695. #define MEM_PHYS_ADDR 0x14000000
  696. #define STATIC_MEM_PHYS_ADDR 0x14001000
  697. #define IC0_PHYS_ADDR 0x10400000
  698. #define IC1_PHYS_ADDR 0x11800000
  699. #define USBH_PHYS_ADDR 0x14020000
  700. #define USBD_PHYS_ADDR 0x10200000
  701. #define PCI_PHYS_ADDR 0x14005000
  702. #define MAC0_PHYS_ADDR 0x10500000
  703. #define MAC1_PHYS_ADDR 0x10510000
  704. #define MACEN_PHYS_ADDR 0x10520000
  705. #define MACDMA0_PHYS_ADDR 0x14004000
  706. #define MACDMA1_PHYS_ADDR 0x14004200
  707. #define UART0_PHYS_ADDR 0x11100000
  708. #define UART1_PHYS_ADDR 0x11200000
  709. #define UART3_PHYS_ADDR 0x11400000
  710. #define GPIO2_PHYS_ADDR 0x11700000
  711. #define SYS_PHYS_ADDR 0x11900000
  712. #define DDMA_PHYS_ADDR 0x14002000
  713. #define PE_PHYS_ADDR 0x14008000
  714. #define PSC0_PHYS_ADDR 0x11A00000
  715. #define PSC1_PHYS_ADDR 0x11B00000
  716. #define PSC2_PHYS_ADDR 0x10A00000
  717. #define PSC3_PHYS_ADDR 0x10B00000
  718. #define PCI_MEM_PHYS_ADDR 0x400000000ULL
  719. #define PCI_IO_PHYS_ADDR 0x500000000ULL
  720. #define PCI_CONFIG0_PHYS_ADDR 0x600000000ULL
  721. #define PCI_CONFIG1_PHYS_ADDR 0x680000000ULL
  722. #define PCMCIA_IO_PHYS_ADDR 0xF00000000ULL
  723. #define PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL
  724. #define PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL
  725. #endif
  726. /***********************************************************************/
  727. #ifdef CONFIG_SOC_AU1200
  728. #define MEM_PHYS_ADDR 0x14000000
  729. #define STATIC_MEM_PHYS_ADDR 0x14001000
  730. #define AES_PHYS_ADDR 0x10300000
  731. #define CIM_PHYS_ADDR 0x14004000
  732. #define IC0_PHYS_ADDR 0x10400000
  733. #define IC1_PHYS_ADDR 0x11800000
  734. #define USBM_PHYS_ADDR 0x14020000
  735. #define USBH_PHYS_ADDR 0x14020100
  736. #define UART0_PHYS_ADDR 0x11100000
  737. #define UART1_PHYS_ADDR 0x11200000
  738. #define GPIO2_PHYS_ADDR 0x11700000
  739. #define SYS_PHYS_ADDR 0x11900000
  740. #define DDMA_PHYS_ADDR 0x14002000
  741. #define PSC0_PHYS_ADDR 0x11A00000
  742. #define PSC1_PHYS_ADDR 0x11B00000
  743. #define SD0_PHYS_ADDR 0x10600000
  744. #define SD1_PHYS_ADDR 0x10680000
  745. #define LCD_PHYS_ADDR 0x15000000
  746. #define SWCNT_PHYS_ADDR 0x1110010C
  747. #define MAEFE_PHYS_ADDR 0x14012000
  748. #define MAEBE_PHYS_ADDR 0x14010000
  749. #define PCMCIA_IO_PHYS_ADDR 0xF00000000ULL
  750. #define PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL
  751. #define PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL
  752. #endif
  753. /* Static Bus Controller */
  754. #define MEM_STCFG0 0xB4001000
  755. #define MEM_STTIME0 0xB4001004
  756. #define MEM_STADDR0 0xB4001008
  757. #define MEM_STCFG1 0xB4001010
  758. #define MEM_STTIME1 0xB4001014
  759. #define MEM_STADDR1 0xB4001018
  760. #define MEM_STCFG2 0xB4001020
  761. #define MEM_STTIME2 0xB4001024
  762. #define MEM_STADDR2 0xB4001028
  763. #define MEM_STCFG3 0xB4001030
  764. #define MEM_STTIME3 0xB4001034
  765. #define MEM_STADDR3 0xB4001038
  766. #if defined(CONFIG_SOC_AU1550) || defined(CONFIG_SOC_AU1200)
  767. #define MEM_STNDCTL 0xB4001100
  768. #define MEM_STSTAT 0xB4001104
  769. #define MEM_STNAND_CMD 0x0
  770. #define MEM_STNAND_ADDR 0x4
  771. #define MEM_STNAND_DATA 0x20
  772. #endif
  773. /* Interrupt Controller 0 */
  774. #define IC0_CFG0RD 0xB0400040
  775. #define IC0_CFG0SET 0xB0400040
  776. #define IC0_CFG0CLR 0xB0400044
  777. #define IC0_CFG1RD 0xB0400048
  778. #define IC0_CFG1SET 0xB0400048
  779. #define IC0_CFG1CLR 0xB040004C
  780. #define IC0_CFG2RD 0xB0400050
  781. #define IC0_CFG2SET 0xB0400050
  782. #define IC0_CFG2CLR 0xB0400054
  783. #define IC0_REQ0INT 0xB0400054
  784. #define IC0_SRCRD 0xB0400058
  785. #define IC0_SRCSET 0xB0400058
  786. #define IC0_SRCCLR 0xB040005C
  787. #define IC0_REQ1INT 0xB040005C
  788. #define IC0_ASSIGNRD 0xB0400060
  789. #define IC0_ASSIGNSET 0xB0400060
  790. #define IC0_ASSIGNCLR 0xB0400064
  791. #define IC0_WAKERD 0xB0400068
  792. #define IC0_WAKESET 0xB0400068
  793. #define IC0_WAKECLR 0xB040006C
  794. #define IC0_MASKRD 0xB0400070
  795. #define IC0_MASKSET 0xB0400070
  796. #define IC0_MASKCLR 0xB0400074
  797. #define IC0_RISINGRD 0xB0400078
  798. #define IC0_RISINGCLR 0xB0400078
  799. #define IC0_FALLINGRD 0xB040007C
  800. #define IC0_FALLINGCLR 0xB040007C
  801. #define IC0_TESTBIT 0xB0400080
  802. /* Interrupt Controller 1 */
  803. #define IC1_CFG0RD 0xB1800040
  804. #define IC1_CFG0SET 0xB1800040
  805. #define IC1_CFG0CLR 0xB1800044
  806. #define IC1_CFG1RD 0xB1800048
  807. #define IC1_CFG1SET 0xB1800048
  808. #define IC1_CFG1CLR 0xB180004C
  809. #define IC1_CFG2RD 0xB1800050
  810. #define IC1_CFG2SET 0xB1800050
  811. #define IC1_CFG2CLR 0xB1800054
  812. #define IC1_REQ0INT 0xB1800054
  813. #define IC1_SRCRD 0xB1800058
  814. #define IC1_SRCSET 0xB1800058
  815. #define IC1_SRCCLR 0xB180005C
  816. #define IC1_REQ1INT 0xB180005C
  817. #define IC1_ASSIGNRD 0xB1800060
  818. #define IC1_ASSIGNSET 0xB1800060
  819. #define IC1_ASSIGNCLR 0xB1800064
  820. #define IC1_WAKERD 0xB1800068
  821. #define IC1_WAKESET 0xB1800068
  822. #define IC1_WAKECLR 0xB180006C
  823. #define IC1_MASKRD 0xB1800070
  824. #define IC1_MASKSET 0xB1800070
  825. #define IC1_MASKCLR 0xB1800074
  826. #define IC1_RISINGRD 0xB1800078
  827. #define IC1_RISINGCLR 0xB1800078
  828. #define IC1_FALLINGRD 0xB180007C
  829. #define IC1_FALLINGCLR 0xB180007C
  830. #define IC1_TESTBIT 0xB1800080
  831. /* Au1000 */
  832. #ifdef CONFIG_SOC_AU1000
  833. #define UART0_ADDR 0xB1100000
  834. #define UART3_ADDR 0xB1400000
  835. #define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
  836. #define USB_HOST_CONFIG 0xB017FFFC
  837. #define FOR_PLATFORM_C_USB_HOST_INT AU1000_USB_HOST_INT
  838. #define AU1000_ETH0_BASE 0xB0500000
  839. #define AU1000_ETH1_BASE 0xB0510000
  840. #define AU1000_MAC0_ENABLE 0xB0520000
  841. #define AU1000_MAC1_ENABLE 0xB0520004
  842. #define NUM_ETH_INTERFACES 2
  843. #endif /* CONFIG_SOC_AU1000 */
  844. /* Au1500 */
  845. #ifdef CONFIG_SOC_AU1500
  846. #define UART0_ADDR 0xB1100000
  847. #define UART3_ADDR 0xB1400000
  848. #define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
  849. #define USB_HOST_CONFIG 0xB017fffc
  850. #define FOR_PLATFORM_C_USB_HOST_INT AU1500_USB_HOST_INT
  851. #define AU1500_ETH0_BASE 0xB1500000
  852. #define AU1500_ETH1_BASE 0xB1510000
  853. #define AU1500_MAC0_ENABLE 0xB1520000
  854. #define AU1500_MAC1_ENABLE 0xB1520004
  855. #define NUM_ETH_INTERFACES 2
  856. #endif /* CONFIG_SOC_AU1500 */
  857. /* Au1100 */
  858. #ifdef CONFIG_SOC_AU1100
  859. #define UART0_ADDR 0xB1100000
  860. #define UART3_ADDR 0xB1400000
  861. #define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
  862. #define USB_HOST_CONFIG 0xB017FFFC
  863. #define FOR_PLATFORM_C_USB_HOST_INT AU1100_USB_HOST_INT
  864. #define AU1100_ETH0_BASE 0xB0500000
  865. #define AU1100_MAC0_ENABLE 0xB0520000
  866. #define NUM_ETH_INTERFACES 1
  867. #endif /* CONFIG_SOC_AU1100 */
  868. #ifdef CONFIG_SOC_AU1550
  869. #define UART0_ADDR 0xB1100000
  870. #define USB_OHCI_BASE 0x14020000 /* phys addr for ioremap */
  871. #define USB_OHCI_LEN 0x00060000
  872. #define USB_HOST_CONFIG 0xB4027ffc
  873. #define FOR_PLATFORM_C_USB_HOST_INT AU1550_USB_HOST_INT
  874. #define AU1550_ETH0_BASE 0xB0500000
  875. #define AU1550_ETH1_BASE 0xB0510000
  876. #define AU1550_MAC0_ENABLE 0xB0520000
  877. #define AU1550_MAC1_ENABLE 0xB0520004
  878. #define NUM_ETH_INTERFACES 2
  879. #endif /* CONFIG_SOC_AU1550 */
  880. #ifdef CONFIG_SOC_AU1200
  881. #define UART0_ADDR 0xB1100000
  882. #define USB_UOC_BASE 0x14020020
  883. #define USB_UOC_LEN 0x20
  884. #define USB_OHCI_BASE 0x14020100
  885. #define USB_OHCI_LEN 0x100
  886. #define USB_EHCI_BASE 0x14020200
  887. #define USB_EHCI_LEN 0x100
  888. #define USB_UDC_BASE 0x14022000
  889. #define USB_UDC_LEN 0x2000
  890. #define USB_MSR_BASE 0xB4020000
  891. #define USB_MSR_MCFG 4
  892. #define USBMSRMCFG_OMEMEN 0
  893. #define USBMSRMCFG_OBMEN 1
  894. #define USBMSRMCFG_EMEMEN 2
  895. #define USBMSRMCFG_EBMEN 3
  896. #define USBMSRMCFG_DMEMEN 4
  897. #define USBMSRMCFG_DBMEN 5
  898. #define USBMSRMCFG_GMEMEN 6
  899. #define USBMSRMCFG_OHCCLKEN 16
  900. #define USBMSRMCFG_EHCCLKEN 17
  901. #define USBMSRMCFG_UDCCLKEN 18
  902. #define USBMSRMCFG_PHYPLLEN 19
  903. #define USBMSRMCFG_RDCOMB 30
  904. #define USBMSRMCFG_PFEN 31
  905. #define FOR_PLATFORM_C_USB_HOST_INT AU1200_USB_INT
  906. #endif /* CONFIG_SOC_AU1200 */
  907. /* Programmable Counters 0 and 1 */
  908. #define SYS_BASE 0xB1900000
  909. #define SYS_COUNTER_CNTRL (SYS_BASE + 0x14)
  910. # define SYS_CNTRL_E1S (1 << 23)
  911. # define SYS_CNTRL_T1S (1 << 20)
  912. # define SYS_CNTRL_M21 (1 << 19)
  913. # define SYS_CNTRL_M11 (1 << 18)
  914. # define SYS_CNTRL_M01 (1 << 17)
  915. # define SYS_CNTRL_C1S (1 << 16)
  916. # define SYS_CNTRL_BP (1 << 14)
  917. # define SYS_CNTRL_EN1 (1 << 13)
  918. # define SYS_CNTRL_BT1 (1 << 12)
  919. # define SYS_CNTRL_EN0 (1 << 11)
  920. # define SYS_CNTRL_BT0 (1 << 10)
  921. # define SYS_CNTRL_E0 (1 << 8)
  922. # define SYS_CNTRL_E0S (1 << 7)
  923. # define SYS_CNTRL_32S (1 << 5)
  924. # define SYS_CNTRL_T0S (1 << 4)
  925. # define SYS_CNTRL_M20 (1 << 3)
  926. # define SYS_CNTRL_M10 (1 << 2)
  927. # define SYS_CNTRL_M00 (1 << 1)
  928. # define SYS_CNTRL_C0S (1 << 0)
  929. /* Programmable Counter 0 Registers */
  930. #define SYS_TOYTRIM (SYS_BASE + 0)
  931. #define SYS_TOYWRITE (SYS_BASE + 4)
  932. #define SYS_TOYMATCH0 (SYS_BASE + 8)
  933. #define SYS_TOYMATCH1 (SYS_BASE + 0xC)
  934. #define SYS_TOYMATCH2 (SYS_BASE + 0x10)
  935. #define SYS_TOYREAD (SYS_BASE + 0x40)
  936. /* Programmable Counter 1 Registers */
  937. #define SYS_RTCTRIM (SYS_BASE + 0x44)
  938. #define SYS_RTCWRITE (SYS_BASE + 0x48)
  939. #define SYS_RTCMATCH0 (SYS_BASE + 0x4C)
  940. #define SYS_RTCMATCH1 (SYS_BASE + 0x50)
  941. #define SYS_RTCMATCH2 (SYS_BASE + 0x54)
  942. #define SYS_RTCREAD (SYS_BASE + 0x58)
  943. /* I2S Controller */
  944. #define I2S_DATA 0xB1000000
  945. # define I2S_DATA_MASK 0xffffff
  946. #define I2S_CONFIG 0xB1000004
  947. # define I2S_CONFIG_XU (1 << 25)
  948. # define I2S_CONFIG_XO (1 << 24)
  949. # define I2S_CONFIG_RU (1 << 23)
  950. # define I2S_CONFIG_RO (1 << 22)
  951. # define I2S_CONFIG_TR (1 << 21)
  952. # define I2S_CONFIG_TE (1 << 20)
  953. # define I2S_CONFIG_TF (1 << 19)
  954. # define I2S_CONFIG_RR (1 << 18)
  955. # define I2S_CONFIG_RE (1 << 17)
  956. # define I2S_CONFIG_RF (1 << 16)
  957. # define I2S_CONFIG_PD (1 << 11)
  958. # define I2S_CONFIG_LB (1 << 10)
  959. # define I2S_CONFIG_IC (1 << 9)
  960. # define I2S_CONFIG_FM_BIT 7
  961. # define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
  962. # define I2S_CONFIG_FM_I2S (0x0 << I2S_CONFIG_FM_BIT)
  963. # define I2S_CONFIG_FM_LJ (0x1 << I2S_CONFIG_FM_BIT)
  964. # define I2S_CONFIG_FM_RJ (0x2 << I2S_CONFIG_FM_BIT)
  965. # define I2S_CONFIG_TN (1 << 6)
  966. # define I2S_CONFIG_RN (1 << 5)
  967. # define I2S_CONFIG_SZ_BIT 0
  968. # define I2S_CONFIG_SZ_MASK (0x1F << I2S_CONFIG_SZ_BIT)
  969. #define I2S_CONTROL 0xB1000008
  970. # define I2S_CONTROL_D (1 << 1)
  971. # define I2S_CONTROL_CE (1 << 0)
  972. /* USB Host Controller */
  973. #ifndef USB_OHCI_LEN
  974. #define USB_OHCI_LEN 0x00100000
  975. #endif
  976. #ifndef CONFIG_SOC_AU1200
  977. /* USB Device Controller */
  978. #define USBD_EP0RD 0xB0200000
  979. #define USBD_EP0WR 0xB0200004
  980. #define USBD_EP2WR 0xB0200008
  981. #define USBD_EP3WR 0xB020000C
  982. #define USBD_EP4RD 0xB0200010
  983. #define USBD_EP5RD 0xB0200014
  984. #define USBD_INTEN 0xB0200018
  985. #define USBD_INTSTAT 0xB020001C
  986. # define USBDEV_INT_SOF (1 << 12)
  987. # define USBDEV_INT_HF_BIT 6
  988. # define USBDEV_INT_HF_MASK (0x3f << USBDEV_INT_HF_BIT)
  989. # define USBDEV_INT_CMPLT_BIT 0
  990. # define USBDEV_INT_CMPLT_MASK (0x3f << USBDEV_INT_CMPLT_BIT)
  991. #define USBD_CONFIG 0xB0200020
  992. #define USBD_EP0CS 0xB0200024
  993. #define USBD_EP2CS 0xB0200028
  994. #define USBD_EP3CS 0xB020002C
  995. #define USBD_EP4CS 0xB0200030
  996. #define USBD_EP5CS 0xB0200034
  997. # define USBDEV_CS_SU (1 << 14)
  998. # define USBDEV_CS_NAK (1 << 13)
  999. # define USBDEV_CS_ACK (1 << 12)
  1000. # define USBDEV_CS_BUSY (1 << 11)
  1001. # define USBDEV_CS_TSIZE_BIT 1
  1002. # define USBDEV_CS_TSIZE_MASK (0x3ff << USBDEV_CS_TSIZE_BIT)
  1003. # define USBDEV_CS_STALL (1 << 0)
  1004. #define USBD_EP0RDSTAT 0xB0200040
  1005. #define USBD_EP0WRSTAT 0xB0200044
  1006. #define USBD_EP2WRSTAT 0xB0200048
  1007. #define USBD_EP3WRSTAT 0xB020004C
  1008. #define USBD_EP4RDSTAT 0xB0200050
  1009. #define USBD_EP5RDSTAT 0xB0200054
  1010. # define USBDEV_FSTAT_FLUSH (1 << 6)
  1011. # define USBDEV_FSTAT_UF (1 << 5)
  1012. # define USBDEV_FSTAT_OF (1 << 4)
  1013. # define USBDEV_FSTAT_FCNT_BIT 0
  1014. # define USBDEV_FSTAT_FCNT_MASK (0x0f << USBDEV_FSTAT_FCNT_BIT)
  1015. #define USBD_ENABLE 0xB0200058
  1016. # define USBDEV_ENABLE (1 << 1)
  1017. # define USBDEV_CE (1 << 0)
  1018. #endif /* !CONFIG_SOC_AU1200 */
  1019. /* Ethernet Controllers */
  1020. /* 4 byte offsets from AU1000_ETH_BASE */
  1021. #define MAC_CONTROL 0x0
  1022. # define MAC_RX_ENABLE (1 << 2)
  1023. # define MAC_TX_ENABLE (1 << 3)
  1024. # define MAC_DEF_CHECK (1 << 5)
  1025. # define MAC_SET_BL(X) (((X) & 0x3) << 6)
  1026. # define MAC_AUTO_PAD (1 << 8)
  1027. # define MAC_DISABLE_RETRY (1 << 10)
  1028. # define MAC_DISABLE_BCAST (1 << 11)
  1029. # define MAC_LATE_COL (1 << 12)
  1030. # define MAC_HASH_MODE (1 << 13)
  1031. # define MAC_HASH_ONLY (1 << 15)
  1032. # define MAC_PASS_ALL (1 << 16)
  1033. # define MAC_INVERSE_FILTER (1 << 17)
  1034. # define MAC_PROMISCUOUS (1 << 18)
  1035. # define MAC_PASS_ALL_MULTI (1 << 19)
  1036. # define MAC_FULL_DUPLEX (1 << 20)
  1037. # define MAC_NORMAL_MODE 0
  1038. # define MAC_INT_LOOPBACK (1 << 21)
  1039. # define MAC_EXT_LOOPBACK (1 << 22)
  1040. # define MAC_DISABLE_RX_OWN (1 << 23)
  1041. # define MAC_BIG_ENDIAN (1 << 30)
  1042. # define MAC_RX_ALL (1 << 31)
  1043. #define MAC_ADDRESS_HIGH 0x4
  1044. #define MAC_ADDRESS_LOW 0x8
  1045. #define MAC_MCAST_HIGH 0xC
  1046. #define MAC_MCAST_LOW 0x10
  1047. #define MAC_MII_CNTRL 0x14
  1048. # define MAC_MII_BUSY (1 << 0)
  1049. # define MAC_MII_READ 0
  1050. # define MAC_MII_WRITE (1 << 1)
  1051. # define MAC_SET_MII_SELECT_REG(X) (((X) & 0x1f) << 6)
  1052. # define MAC_SET_MII_SELECT_PHY(X) (((X) & 0x1f) << 11)
  1053. #define MAC_MII_DATA 0x18
  1054. #define MAC_FLOW_CNTRL 0x1C
  1055. # define MAC_FLOW_CNTRL_BUSY (1 << 0)
  1056. # define MAC_FLOW_CNTRL_ENABLE (1 << 1)
  1057. # define MAC_PASS_CONTROL (1 << 2)
  1058. # define MAC_SET_PAUSE(X) (((X) & 0xffff) << 16)
  1059. #define MAC_VLAN1_TAG 0x20
  1060. #define MAC_VLAN2_TAG 0x24
  1061. /* Ethernet Controller Enable */
  1062. # define MAC_EN_CLOCK_ENABLE (1 << 0)
  1063. # define MAC_EN_RESET0 (1 << 1)
  1064. # define MAC_EN_TOSS (0 << 2)
  1065. # define MAC_EN_CACHEABLE (1 << 3)
  1066. # define MAC_EN_RESET1 (1 << 4)
  1067. # define MAC_EN_RESET2 (1 << 5)
  1068. # define MAC_DMA_RESET (1 << 6)
  1069. /* Ethernet Controller DMA Channels */
  1070. #define MAC0_TX_DMA_ADDR 0xB4004000
  1071. #define MAC1_TX_DMA_ADDR 0xB4004200
  1072. /* offsets from MAC_TX_RING_ADDR address */
  1073. #define MAC_TX_BUFF0_STATUS 0x0
  1074. # define TX_FRAME_ABORTED (1 << 0)
  1075. # define TX_JAB_TIMEOUT (1 << 1)
  1076. # define TX_NO_CARRIER (1 << 2)
  1077. # define TX_LOSS_CARRIER (1 << 3)
  1078. # define TX_EXC_DEF (1 << 4)
  1079. # define TX_LATE_COLL_ABORT (1 << 5)
  1080. # define TX_EXC_COLL (1 << 6)
  1081. # define TX_UNDERRUN (1 << 7)
  1082. # define TX_DEFERRED (1 << 8)
  1083. # define TX_LATE_COLL (1 << 9)
  1084. # define TX_COLL_CNT_MASK (0xF << 10)
  1085. # define TX_PKT_RETRY (1 << 31)
  1086. #define MAC_TX_BUFF0_ADDR 0x4
  1087. # define TX_DMA_ENABLE (1 << 0)
  1088. # define TX_T_DONE (1 << 1)
  1089. # define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
  1090. #define MAC_TX_BUFF0_LEN 0x8
  1091. #define MAC_TX_BUFF1_STATUS 0x10
  1092. #define MAC_TX_BUFF1_ADDR 0x14
  1093. #define MAC_TX_BUFF1_LEN 0x18
  1094. #define MAC_TX_BUFF2_STATUS 0x20
  1095. #define MAC_TX_BUFF2_ADDR 0x24
  1096. #define MAC_TX_BUFF2_LEN 0x28
  1097. #define MAC_TX_BUFF3_STATUS 0x30
  1098. #define MAC_TX_BUFF3_ADDR 0x34
  1099. #define MAC_TX_BUFF3_LEN 0x38
  1100. #define MAC0_RX_DMA_ADDR 0xB4004100
  1101. #define MAC1_RX_DMA_ADDR 0xB4004300
  1102. /* offsets from MAC_RX_RING_ADDR */
  1103. #define MAC_RX_BUFF0_STATUS 0x0
  1104. # define RX_FRAME_LEN_MASK 0x3fff
  1105. # define RX_WDOG_TIMER (1 << 14)
  1106. # define RX_RUNT (1 << 15)
  1107. # define RX_OVERLEN (1 << 16)
  1108. # define RX_COLL (1 << 17)
  1109. # define RX_ETHER (1 << 18)
  1110. # define RX_MII_ERROR (1 << 19)
  1111. # define RX_DRIBBLING (1 << 20)
  1112. # define RX_CRC_ERROR (1 << 21)
  1113. # define RX_VLAN1 (1 << 22)
  1114. # define RX_VLAN2 (1 << 23)
  1115. # define RX_LEN_ERROR (1 << 24)
  1116. # define RX_CNTRL_FRAME (1 << 25)
  1117. # define RX_U_CNTRL_FRAME (1 << 26)
  1118. # define RX_MCAST_FRAME (1 << 27)
  1119. # define RX_BCAST_FRAME (1 << 28)
  1120. # define RX_FILTER_FAIL (1 << 29)
  1121. # define RX_PACKET_FILTER (1 << 30)
  1122. # define RX_MISSED_FRAME (1 << 31)
  1123. # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
  1124. RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
  1125. RX_LEN_ERROR | RX_U_CNTRL_FRAME | RX_MISSED_FRAME)
  1126. #define MAC_RX_BUFF0_ADDR 0x4
  1127. # define RX_DMA_ENABLE (1 << 0)
  1128. # define RX_T_DONE (1 << 1)
  1129. # define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
  1130. # define RX_SET_BUFF_ADDR(X) ((X) & 0xffffffc0)
  1131. #define MAC_RX_BUFF1_STATUS 0x10
  1132. #define MAC_RX_BUFF1_ADDR 0x14
  1133. #define MAC_RX_BUFF2_STATUS 0x20
  1134. #define MAC_RX_BUFF2_ADDR 0x24
  1135. #define MAC_RX_BUFF3_STATUS 0x30
  1136. #define MAC_RX_BUFF3_ADDR 0x34
  1137. #define UART_RX 0 /* Receive buffer */
  1138. #define UART_TX 4 /* Transmit buffer */
  1139. #define UART_IER 8 /* Interrupt Enable Register */
  1140. #define UART_IIR 0xC /* Interrupt ID Register */
  1141. #define UART_FCR 0x10 /* FIFO Control Register */
  1142. #define UART_LCR 0x14 /* Line Control Register */
  1143. #define UART_MCR 0x18 /* Modem Control Register */
  1144. #define UART_LSR 0x1C /* Line Status Register */
  1145. #define UART_MSR 0x20 /* Modem Status Register */
  1146. #define UART_CLK 0x28 /* Baud Rate Clock Divider */
  1147. #define UART_MOD_CNTRL 0x100 /* Module Control */
  1148. /* SSIO */
  1149. #define SSI0_STATUS 0xB1600000
  1150. # define SSI_STATUS_BF (1 << 4)
  1151. # define SSI_STATUS_OF (1 << 3)
  1152. # define SSI_STATUS_UF (1 << 2)
  1153. # define SSI_STATUS_D (1 << 1)
  1154. # define SSI_STATUS_B (1 << 0)
  1155. #define SSI0_INT 0xB1600004
  1156. # define SSI_INT_OI (1 << 3)
  1157. # define SSI_INT_UI (1 << 2)
  1158. # define SSI_INT_DI (1 << 1)
  1159. #define SSI0_INT_ENABLE 0xB1600008
  1160. # define SSI_INTE_OIE (1 << 3)
  1161. # define SSI_INTE_UIE (1 << 2)
  1162. # define SSI_INTE_DIE (1 << 1)
  1163. #define SSI0_CONFIG 0xB1600020
  1164. # define SSI_CONFIG_AO (1 << 24)
  1165. # define SSI_CONFIG_DO (1 << 23)
  1166. # define SSI_CONFIG_ALEN_BIT 20
  1167. # define SSI_CONFIG_ALEN_MASK (0x7 << 20)
  1168. # define SSI_CONFIG_DLEN_BIT 16
  1169. # define SSI_CONFIG_DLEN_MASK (0x7 << 16)
  1170. # define SSI_CONFIG_DD (1 << 11)
  1171. # define SSI_CONFIG_AD (1 << 10)
  1172. # define SSI_CONFIG_BM_BIT 8
  1173. # define SSI_CONFIG_BM_MASK (0x3 << 8)
  1174. # define SSI_CONFIG_CE (1 << 7)
  1175. # define SSI_CONFIG_DP (1 << 6)
  1176. # define SSI_CONFIG_DL (1 << 5)
  1177. # define SSI_CONFIG_EP (1 << 4)
  1178. #define SSI0_ADATA 0xB1600024
  1179. # define SSI_AD_D (1 << 24)
  1180. # define SSI_AD_ADDR_BIT 16
  1181. # define SSI_AD_ADDR_MASK (0xff << 16)
  1182. # define SSI_AD_DATA_BIT 0
  1183. # define SSI_AD_DATA_MASK (0xfff << 0)
  1184. #define SSI0_CLKDIV 0xB1600028
  1185. #define SSI0_CONTROL 0xB1600100
  1186. # define SSI_CONTROL_CD (1 << 1)
  1187. # define SSI_CONTROL_E (1 << 0)
  1188. /* SSI1 */
  1189. #define SSI1_STATUS 0xB1680000
  1190. #define SSI1_INT 0xB1680004
  1191. #define SSI1_INT_ENABLE 0xB1680008
  1192. #define SSI1_CONFIG 0xB1680020
  1193. #define SSI1_ADATA 0xB1680024
  1194. #define SSI1_CLKDIV 0xB1680028
  1195. #define SSI1_ENABLE 0xB1680100
  1196. /*
  1197. * Register content definitions
  1198. */
  1199. #define SSI_STATUS_BF (1 << 4)
  1200. #define SSI_STATUS_OF (1 << 3)
  1201. #define SSI_STATUS_UF (1 << 2)
  1202. #define SSI_STATUS_D (1 << 1)
  1203. #define SSI_STATUS_B (1 << 0)
  1204. /* SSI_INT */
  1205. #define SSI_INT_OI (1 << 3)
  1206. #define SSI_INT_UI (1 << 2)
  1207. #define SSI_INT_DI (1 << 1)
  1208. /* SSI_INTEN */
  1209. #define SSI_INTEN_OIE (1 << 3)
  1210. #define SSI_INTEN_UIE (1 << 2)
  1211. #define SSI_INTEN_DIE (1 << 1)
  1212. #define SSI_CONFIG_AO (1 << 24)
  1213. #define SSI_CONFIG_DO (1 << 23)
  1214. #define SSI_CONFIG_ALEN (7 << 20)
  1215. #define SSI_CONFIG_DLEN (15 << 16)
  1216. #define SSI_CONFIG_DD (1 << 11)
  1217. #define SSI_CONFIG_AD (1 << 10)
  1218. #define SSI_CONFIG_BM (3 << 8)
  1219. #define SSI_CONFIG_CE (1 << 7)
  1220. #define SSI_CONFIG_DP (1 << 6)
  1221. #define SSI_CONFIG_DL (1 << 5)
  1222. #define SSI_CONFIG_EP (1 << 4)
  1223. #define SSI_CONFIG_ALEN_N(N) ((N-1) << 20)
  1224. #define SSI_CONFIG_DLEN_N(N) ((N-1) << 16)
  1225. #define SSI_CONFIG_BM_HI (0 << 8)
  1226. #define SSI_CONFIG_BM_LO (1 << 8)
  1227. #define SSI_CONFIG_BM_CY (2 << 8)
  1228. #define SSI_ADATA_D (1 << 24)
  1229. #define SSI_ADATA_ADDR (0xFF << 16)
  1230. #define SSI_ADATA_DATA 0x0FFF
  1231. #define SSI_ADATA_ADDR_N(N) (N << 16)
  1232. #define SSI_ENABLE_CD (1 << 1)
  1233. #define SSI_ENABLE_E (1 << 0)
  1234. /* IrDA Controller */
  1235. #define IRDA_BASE 0xB0300000
  1236. #define IR_RING_PTR_STATUS (IRDA_BASE + 0x00)
  1237. #define IR_RING_BASE_ADDR_H (IRDA_BASE + 0x04)
  1238. #define IR_RING_BASE_ADDR_L (IRDA_BASE + 0x08)
  1239. #define IR_RING_SIZE (IRDA_BASE + 0x0C)
  1240. #define IR_RING_PROMPT (IRDA_BASE + 0x10)
  1241. #define IR_RING_ADDR_CMPR (IRDA_BASE + 0x14)
  1242. #define IR_INT_CLEAR (IRDA_BASE + 0x18)
  1243. #define IR_CONFIG_1 (IRDA_BASE + 0x20)
  1244. # define IR_RX_INVERT_LED (1 << 0)
  1245. # define IR_TX_INVERT_LED (1 << 1)
  1246. # define IR_ST (1 << 2)
  1247. # define IR_SF (1 << 3)
  1248. # define IR_SIR (1 << 4)
  1249. # define IR_MIR (1 << 5)
  1250. # define IR_FIR (1 << 6)
  1251. # define IR_16CRC (1 << 7)
  1252. # define IR_TD (1 << 8)
  1253. # define IR_RX_ALL (1 << 9)
  1254. # define IR_DMA_ENABLE (1 << 10)
  1255. # define IR_RX_ENABLE (1 << 11)
  1256. # define IR_TX_ENABLE (1 << 12)
  1257. # define IR_LOOPBACK (1 << 14)
  1258. # define IR_SIR_MODE (IR_SIR | IR_DMA_ENABLE | \
  1259. IR_RX_ALL | IR_RX_ENABLE | IR_SF | IR_16CRC)
  1260. #define IR_SIR_FLAGS (IRDA_BASE + 0x24)
  1261. #define IR_ENABLE (IRDA_BASE + 0x28)
  1262. # define IR_RX_STATUS (1 << 9)
  1263. # define IR_TX_STATUS (1 << 10)
  1264. #define IR_READ_PHY_CONFIG (IRDA_BASE + 0x2C)
  1265. #define IR_WRITE_PHY_CONFIG (IRDA_BASE + 0x30)
  1266. #define IR_MAX_PKT_LEN (IRDA_BASE + 0x34)
  1267. #define IR_RX_BYTE_CNT (IRDA_BASE + 0x38)
  1268. #define IR_CONFIG_2 (IRDA_BASE + 0x3C)
  1269. # define IR_MODE_INV (1 << 0)
  1270. # define IR_ONE_PIN (1 << 1)
  1271. #define IR_INTERFACE_CONFIG (IRDA_BASE + 0x40)
  1272. /* GPIO */
  1273. #define SYS_PINFUNC 0xB190002C
  1274. # define SYS_PF_USB (1 << 15) /* 2nd USB device/host */
  1275. # define SYS_PF_U3 (1 << 14) /* GPIO23/U3TXD */
  1276. # define SYS_PF_U2 (1 << 13) /* GPIO22/U2TXD */
  1277. # define SYS_PF_U1 (1 << 12) /* GPIO21/U1TXD */
  1278. # define SYS_PF_SRC (1 << 11) /* GPIO6/SROMCKE */
  1279. # define SYS_PF_CK5 (1 << 10) /* GPIO3/CLK5 */
  1280. # define SYS_PF_CK4 (1 << 9) /* GPIO2/CLK4 */
  1281. # define SYS_PF_IRF (1 << 8) /* GPIO15/IRFIRSEL */
  1282. # define SYS_PF_UR3 (1 << 7) /* GPIO[14:9]/UART3 */
  1283. # define SYS_PF_I2D (1 << 6) /* GPIO8/I2SDI */
  1284. # define SYS_PF_I2S (1 << 5) /* I2S/GPIO[29:31] */
  1285. # define SYS_PF_NI2 (1 << 4) /* NI2/GPIO[24:28] */
  1286. # define SYS_PF_U0 (1 << 3) /* U0TXD/GPIO20 */
  1287. # define SYS_PF_RD (1 << 2) /* IRTXD/GPIO19 */
  1288. # define SYS_PF_A97 (1 << 1) /* AC97/SSL1 */
  1289. # define SYS_PF_S0 (1 << 0) /* SSI_0/GPIO[16:18] */
  1290. /* Au1100 only */
  1291. # define SYS_PF_PC (1 << 18) /* PCMCIA/GPIO[207:204] */
  1292. # define SYS_PF_LCD (1 << 17) /* extern lcd/GPIO[203:200] */
  1293. # define SYS_PF_CS (1 << 16) /* EXTCLK0/32KHz to gpio2 */
  1294. # define SYS_PF_EX0 (1 << 9) /* GPIO2/clock */
  1295. /* Au1550 only. Redefines lots of pins */
  1296. # define SYS_PF_PSC2_MASK (7 << 17)
  1297. # define SYS_PF_PSC2_AC97 0
  1298. # define SYS_PF_PSC2_SPI 0
  1299. # define SYS_PF_PSC2_I2S (1 << 17)
  1300. # define SYS_PF_PSC2_SMBUS (3 << 17)
  1301. # define SYS_PF_PSC2_GPIO (7 << 17)
  1302. # define SYS_PF_PSC3_MASK (7 << 20)
  1303. # define SYS_PF_PSC3_AC97 0
  1304. # define SYS_PF_PSC3_SPI 0
  1305. # define SYS_PF_PSC3_I2S (1 << 20)
  1306. # define SYS_PF_PSC3_SMBUS (3 << 20)
  1307. # define SYS_PF_PSC3_GPIO (7 << 20)
  1308. # define SYS_PF_PSC1_S1 (1 << 1)
  1309. # define SYS_PF_MUST_BE_SET ((1 << 5) | (1 << 2))
  1310. /* Au1200 only */
  1311. #ifdef CONFIG_SOC_AU1200
  1312. #define SYS_PINFUNC_DMA (1 << 31)
  1313. #define SYS_PINFUNC_S0A (1 << 30)
  1314. #define SYS_PINFUNC_S1A (1 << 29)
  1315. #define SYS_PINFUNC_LP0 (1 << 28)
  1316. #define SYS_PINFUNC_LP1 (1 << 27)
  1317. #define SYS_PINFUNC_LD16 (1 << 26)
  1318. #define SYS_PINFUNC_LD8 (1 << 25)
  1319. #define SYS_PINFUNC_LD1 (1 << 24)
  1320. #define SYS_PINFUNC_LD0 (1 << 23)
  1321. #define SYS_PINFUNC_P1A (3 << 21)
  1322. #define SYS_PINFUNC_P1B (1 << 20)
  1323. #define SYS_PINFUNC_FS3 (1 << 19)
  1324. #define SYS_PINFUNC_P0A (3 << 17)
  1325. #define SYS_PINFUNC_CS (1 << 16)
  1326. #define SYS_PINFUNC_CIM (1 << 15)
  1327. #define SYS_PINFUNC_P1C (1 << 14)
  1328. #define SYS_PINFUNC_U1T (1 << 12)
  1329. #define SYS_PINFUNC_U1R (1 << 11)
  1330. #define SYS_PINFUNC_EX1 (1 << 10)
  1331. #define SYS_PINFUNC_EX0 (1 << 9)
  1332. #define SYS_PINFUNC_U0R (1 << 8)
  1333. #define SYS_PINFUNC_MC (1 << 7)
  1334. #define SYS_PINFUNC_S0B (1 << 6)
  1335. #define SYS_PINFUNC_S0C (1 << 5)
  1336. #define SYS_PINFUNC_P0B (1 << 4)
  1337. #define SYS_PINFUNC_U0T (1 << 3)
  1338. #define SYS_PINFUNC_S1B (1 << 2)
  1339. #endif
  1340. #define SYS_TRIOUTRD 0xB1900100
  1341. #define SYS_TRIOUTCLR 0xB1900100
  1342. #define SYS_OUTPUTRD 0xB1900108
  1343. #define SYS_OUTPUTSET 0xB1900108
  1344. #define SYS_OUTPUTCLR 0xB190010C
  1345. #define SYS_PINSTATERD 0xB1900110
  1346. #define SYS_PININPUTEN 0xB1900110
  1347. /* GPIO2, Au1500, Au1550 only */
  1348. #define GPIO2_BASE 0xB1700000
  1349. #define GPIO2_DIR (GPIO2_BASE + 0)
  1350. #define GPIO2_OUTPUT (GPIO2_BASE + 8)
  1351. #define GPIO2_PINSTATE (GPIO2_BASE + 0xC)
  1352. #define GPIO2_INTENABLE (GPIO2_BASE + 0x10)
  1353. #define GPIO2_ENABLE (GPIO2_BASE + 0x14)
  1354. /* Power Management */
  1355. #define SYS_SCRATCH0 0xB1900018
  1356. #define SYS_SCRATCH1 0xB190001C
  1357. #define SYS_WAKEMSK 0xB1900034
  1358. #define SYS_ENDIAN 0xB1900038
  1359. #define SYS_POWERCTRL 0xB190003C
  1360. #define SYS_WAKESRC 0xB190005C
  1361. #define SYS_SLPPWR 0xB1900078
  1362. #define SYS_SLEEP 0xB190007C
  1363. #define SYS_WAKEMSK_D2 (1 << 9)
  1364. #define SYS_WAKEMSK_M2 (1 << 8)
  1365. #define SYS_WAKEMSK_GPIO(x) (1 << (x))
  1366. /* Clock Controller */
  1367. #define SYS_FREQCTRL0 0xB1900020
  1368. # define SYS_FC_FRDIV2_BIT 22
  1369. # define SYS_FC_FRDIV2_MASK (0xff << SYS_FC_FRDIV2_BIT)
  1370. # define SYS_FC_FE2 (1 << 21)
  1371. # define SYS_FC_FS2 (1 << 20)
  1372. # define SYS_FC_FRDIV1_BIT 12
  1373. # define SYS_FC_FRDIV1_MASK (0xff << SYS_FC_FRDIV1_BIT)
  1374. # define SYS_FC_FE1 (1 << 11)
  1375. # define SYS_FC_FS1 (1 << 10)
  1376. # define SYS_FC_FRDIV0_BIT 2
  1377. # define SYS_FC_FRDIV0_MASK (0xff << SYS_FC_FRDIV0_BIT)
  1378. # define SYS_FC_FE0 (1 << 1)
  1379. # define SYS_FC_FS0 (1 << 0)
  1380. #define SYS_FREQCTRL1 0xB1900024
  1381. # define SYS_FC_FRDIV5_BIT 22
  1382. # define SYS_FC_FRDIV5_MASK (0xff << SYS_FC_FRDIV5_BIT)
  1383. # define SYS_FC_FE5 (1 << 21)
  1384. # define SYS_FC_FS5 (1 << 20)
  1385. # define SYS_FC_FRDIV4_BIT 12
  1386. # define SYS_FC_FRDIV4_MASK (0xff << SYS_FC_FRDIV4_BIT)
  1387. # define SYS_FC_FE4 (1 << 11)
  1388. # define SYS_FC_FS4 (1 << 10)
  1389. # define SYS_FC_FRDIV3_BIT 2
  1390. # define SYS_FC_FRDIV3_MASK (0xff << SYS_FC_FRDIV3_BIT)
  1391. # define SYS_FC_FE3 (1 << 1)
  1392. # define SYS_FC_FS3 (1 << 0)
  1393. #define SYS_CLKSRC 0xB1900028
  1394. # define SYS_CS_ME1_BIT 27
  1395. # define SYS_CS_ME1_MASK (0x7 << SYS_CS_ME1_BIT)
  1396. # define SYS_CS_DE1 (1 << 26)
  1397. # define SYS_CS_CE1 (1 << 25)
  1398. # define SYS_CS_ME0_BIT 22
  1399. # define SYS_CS_ME0_MASK (0x7 << SYS_CS_ME0_BIT)
  1400. # define SYS_CS_DE0 (1 << 21)
  1401. # define SYS_CS_CE0 (1 << 20)
  1402. # define SYS_CS_MI2_BIT 17
  1403. # define SYS_CS_MI2_MASK (0x7 << SYS_CS_MI2_BIT)
  1404. # define SYS_CS_DI2 (1 << 16)
  1405. # define SYS_CS_CI2 (1 << 15)
  1406. #ifdef CONFIG_SOC_AU1100
  1407. # define SYS_CS_ML_BIT 7
  1408. # define SYS_CS_ML_MASK (0x7 << SYS_CS_ML_BIT)
  1409. # define SYS_CS_DL (1 << 6)
  1410. # define SYS_CS_CL (1 << 5)
  1411. #else
  1412. # define SYS_CS_MUH_BIT 12
  1413. # define SYS_CS_MUH_MASK (0x7 << SYS_CS_MUH_BIT)
  1414. # define SYS_CS_DUH (1 << 11)
  1415. # define SYS_CS_CUH (1 << 10)
  1416. # define SYS_CS_MUD_BIT 7
  1417. # define SYS_CS_MUD_MASK (0x7 << SYS_CS_MUD_BIT)
  1418. # define SYS_CS_DUD (1 << 6)
  1419. # define SYS_CS_CUD (1 << 5)
  1420. #endif
  1421. # define SYS_CS_MIR_BIT 2
  1422. # define SYS_CS_MIR_MASK (0x7 << SYS_CS_MIR_BIT)
  1423. # define SYS_CS_DIR (1 << 1)
  1424. # define SYS_CS_CIR (1 << 0)
  1425. # define SYS_CS_MUX_AUX 0x1
  1426. # define SYS_CS_MUX_FQ0 0x2
  1427. # define SYS_CS_MUX_FQ1 0x3
  1428. # define SYS_CS_MUX_FQ2 0x4
  1429. # define SYS_CS_MUX_FQ3 0x5
  1430. # define SYS_CS_MUX_FQ4 0x6
  1431. # define SYS_CS_MUX_FQ5 0x7
  1432. #define SYS_CPUPLL 0xB1900060
  1433. #define SYS_AUXPLL 0xB1900064
  1434. /* AC97 Controller */
  1435. #define AC97C_CONFIG 0xB0000000
  1436. # define AC97C_RECV_SLOTS_BIT 13
  1437. # define AC97C_RECV_SLOTS_MASK (0x3ff << AC97C_RECV_SLOTS_BIT)
  1438. # define AC97C_XMIT_SLOTS_BIT 3
  1439. # define AC97C_XMIT_SLOTS_MASK (0x3ff << AC97C_XMIT_SLOTS_BIT)
  1440. # define AC97C_SG (1 << 2)
  1441. # define AC97C_SYNC (1 << 1)
  1442. # define AC97C_RESET (1 << 0)
  1443. #define AC97C_STATUS 0xB0000004
  1444. # define AC97C_XU (1 << 11)
  1445. # define AC97C_XO (1 << 10)
  1446. # define AC97C_RU (1 << 9)
  1447. # define AC97C_RO (1 << 8)
  1448. # define AC97C_READY (1 << 7)
  1449. # define AC97C_CP (1 << 6)
  1450. # define AC97C_TR (1 << 5)
  1451. # define AC97C_TE (1 << 4)
  1452. # define AC97C_TF (1 << 3)
  1453. # define AC97C_RR (1 << 2)
  1454. # define AC97C_RE (1 << 1)
  1455. # define AC97C_RF (1 << 0)
  1456. #define AC97C_DATA 0xB0000008
  1457. #define AC97C_CMD 0xB000000C
  1458. # define AC97C_WD_BIT 16
  1459. # define AC97C_READ (1 << 7)
  1460. # define AC97C_INDEX_MASK 0x7f
  1461. #define AC97C_CNTRL 0xB0000010
  1462. # define AC97C_RS (1 << 1)
  1463. # define AC97C_CE (1 << 0)
  1464. /* Secure Digital (SD) Controller */
  1465. #define SD0_XMIT_FIFO 0xB0600000
  1466. #define SD0_RECV_FIFO 0xB0600004
  1467. #define SD1_XMIT_FIFO 0xB0680000
  1468. #define SD1_RECV_FIFO 0xB0680004
  1469. #if defined(CONFIG_SOC_AU1500) || defined(CONFIG_SOC_AU1550)
  1470. /* Au1500 PCI Controller */
  1471. #define Au1500_CFG_BASE 0xB4005000 /* virtual, KSEG1 addr */
  1472. #define Au1500_PCI_CMEM (Au1500_CFG_BASE + 0)
  1473. #define Au1500_PCI_CFG (Au1500_CFG_BASE + 4)
  1474. # define PCI_ERROR ((1 << 22) | (1 << 23) | (1 << 24) | \
  1475. (1 << 25) | (1 << 26) | (1 << 27))
  1476. #define Au1500_PCI_B2BMASK_CCH (Au1500_CFG_BASE + 8)
  1477. #define Au1500_PCI_B2B0_VID (Au1500_CFG_BASE + 0xC)
  1478. #define Au1500_PCI_B2B1_ID (Au1500_CFG_BASE + 0x10)
  1479. #define Au1500_PCI_MWMASK_DEV (Au1500_CFG_BASE + 0x14)
  1480. #define Au1500_PCI_MWBASE_REV_CCL (Au1500_CFG_BASE + 0x18)
  1481. #define Au1500_PCI_ERR_ADDR (Au1500_CFG_BASE + 0x1C)
  1482. #define Au1500_PCI_SPEC_INTACK (Au1500_CFG_BASE + 0x20)
  1483. #define Au1500_PCI_ID (Au1500_CFG_BASE + 0x100)
  1484. #define Au1500_PCI_STATCMD (Au1500_CFG_BASE + 0x104)
  1485. #define Au1500_PCI_CLASSREV (Au1500_CFG_BASE + 0x108)
  1486. #define Au1500_PCI_HDRTYPE (Au1500_CFG_BASE + 0x10C)
  1487. #define Au1500_PCI_MBAR (Au1500_CFG_BASE + 0x110)
  1488. #define Au1500_PCI_HDR 0xB4005100 /* virtual, KSEG1 addr */
  1489. /*
  1490. * All of our structures, like PCI resource, have 32-bit members.
  1491. * Drivers are expected to do an ioremap on the PCI MEM resource, but it's
  1492. * hard to store 0x4 0000 0000 in a 32-bit type. We require a small patch
  1493. * to __ioremap to check for addresses between (u32)Au1500_PCI_MEM_START and
  1494. * (u32)Au1500_PCI_MEM_END and change those to the full 36-bit PCI MEM
  1495. * addresses. For PCI I/O, it's simpler because we get to do the ioremap
  1496. * ourselves and then adjust the device's resources.
  1497. */
  1498. #define Au1500_EXT_CFG 0x600000000ULL
  1499. #define Au1500_EXT_CFG_TYPE1 0x680000000ULL
  1500. #define Au1500_PCI_IO_START 0x500000000ULL
  1501. #define Au1500_PCI_IO_END 0x5000FFFFFULL
  1502. #define Au1500_PCI_MEM_START 0x440000000ULL
  1503. #define Au1500_PCI_MEM_END 0x44FFFFFFFULL
  1504. #define PCI_IO_START 0x00001000
  1505. #define PCI_IO_END 0x000FFFFF
  1506. #define PCI_MEM_START 0x40000000
  1507. #define PCI_MEM_END 0x4FFFFFFF
  1508. #define PCI_FIRST_DEVFN (0 << 3)
  1509. #define PCI_LAST_DEVFN (19 << 3)
  1510. #define IOPORT_RESOURCE_START 0x00001000 /* skip legacy probing */
  1511. #define IOPORT_RESOURCE_END 0xffffffff
  1512. #define IOMEM_RESOURCE_START 0x10000000
  1513. #define IOMEM_RESOURCE_END 0xfffffffffULL
  1514. #else /* Au1000 and Au1100 and Au1200 */
  1515. /* Don't allow any legacy ports probing */
  1516. #define IOPORT_RESOURCE_START 0x10000000
  1517. #define IOPORT_RESOURCE_END 0xffffffff
  1518. #define IOMEM_RESOURCE_START 0x10000000
  1519. #define IOMEM_RESOURCE_END 0xfffffffffULL
  1520. #define PCI_IO_START 0
  1521. #define PCI_IO_END 0
  1522. #define PCI_MEM_START 0
  1523. #define PCI_MEM_END 0
  1524. #define PCI_FIRST_DEVFN 0
  1525. #define PCI_LAST_DEVFN 0
  1526. #endif
  1527. #endif