b36cabe85862eea12ea3690dd7ec8227ba1f341e
[openwrt.git] / target / linux / ramips / files-3.7 / arch / mips / include / asm / mach-ralink / rt3883_regs.h
1 /*
2  *  Ralink RT3662/RT3883 SoC register definitions
3  *
4  *  Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
5  *
6  *  This program is free software; you can redistribute it and/or modify it
7  *  under the terms of the GNU General Public License version 2 as published
8  *  by the Free Software Foundation.
9  */
10
11 #ifndef _RT3883_REGS_H_
12 #define _RT3883_REGS_H_
13
14 #include <linux/bitops.h>
15
16 #define RT3883_SDRAM_BASE       0x00000000
17 #define RT3883_SYSC_BASE        0x10000000
18 #define RT3883_TIMER_BASE       0x10000100
19 #define RT3883_INTC_BASE        0x10000200
20 #define RT3883_MEMC_BASE        0x10000300
21 #define RT3883_UART0_BASE       0x10000500
22 #define RT3883_PIO_BASE         0x10000600
23 #define RT3883_FSCC_BASE        0x10000700
24 #define RT3883_NANDC_BASE       0x10000810
25 #define RT3883_I2C_BASE         0x10000900
26 #define RT3883_I2S_BASE         0x10000a00
27 #define RT3883_SPI_BASE         0x10000b00
28 #define RT3883_UART1_BASE       0x10000c00
29 #define RT3883_PCM_BASE         0x10002000
30 #define RT3883_GDMA_BASE        0x10002800
31 #define RT3883_CODEC1_BASE      0x10003000
32 #define RT3883_CODEC2_BASE      0x10003800
33 #define RT3883_FE_BASE          0x10100000
34 #define RT3883_ROM_BASE         0x10118000
35 #define RT3883_USBDEV_BASE      0x10112000
36 #define RT3883_PCI_BASE         0x10140000
37 #define RT3883_WLAN_BASE        0x10180000
38 #define RT3883_USBHOST_BASE     0x101c0000
39 #define RT3883_BOOT_BASE        0x1c000000
40 #define RT3883_SRAM_BASE        0x1e000000
41 #define RT3883_PCIMEM_BASE      0x20000000
42
43 #define RT3883_EHCI_BASE        (RT3883_USBHOST_BASE)
44 #define RT3883_OHCI_BASE        (RT3883_USBHOST_BASE + 0x1000)
45
46 #define RT3883_SYSC_SIZE        0x100
47 #define RT3883_TIMER_SIZE       0x100
48 #define RT3883_INTC_SIZE        0x100
49 #define RT3883_MEMC_SIZE        0x100
50 #define RT3883_UART0_SIZE       0x100
51 #define RT3883_UART1_SIZE       0x100
52 #define RT3883_PIO_SIZE         0x100
53 #define RT3883_FSCC_SIZE        0x100
54 #define RT3883_NANDC_SIZE       0x0f0
55 #define RT3883_I2C_SIZE         0x100
56 #define RT3883_I2S_SIZE         0x100
57 #define RT3883_SPI_SIZE         0x100
58 #define RT3883_PCM_SIZE         0x800
59 #define RT3883_GDMA_SIZE        0x800
60 #define RT3883_CODEC1_SIZE      0x800
61 #define RT3883_CODEC2_SIZE      0x800
62 #define RT3883_FE_SIZE          0x10000
63 #define RT3883_ROM_SIZE         0x4000
64 #define RT3883_USBDEV_SIZE      0x4000
65 #define RT3883_PCI_SIZE         0x40000
66 #define RT3883_WLAN_SIZE        0x40000
67 #define RT3883_USBHOST_SIZE     0x40000
68 #define RT3883_BOOT_SIZE        (32 * 1024 * 1024)
69 #define RT3883_SRAM_SIZE        (32 * 1024 * 1024)
70
71 /* SYSC registers */
72 #define RT3883_SYSC_REG_CHIPID0_3       0x00    /* Chip ID 0 */
73 #define RT3883_SYSC_REG_CHIPID4_7       0x04    /* Chip ID 1 */
74 #define RT3883_SYSC_REG_REVID           0x0c    /* Chip Revision Identification */
75 #define RT3883_SYSC_REG_SYSCFG0         0x10    /* System Configuration 0 */
76 #define RT3883_SYSC_REG_SYSCFG1         0x14    /* System Configuration 1 */
77 #define RT3883_SYSC_REG_CLKCFG0         0x2c    /* Clock Configuration 0 */
78 #define RT3883_SYSC_REG_CLKCFG1         0x30    /* Clock Configuration 1 */
79 #define RT3883_SYSC_REG_RSTCTRL         0x34    /* Reset Control*/
80 #define RT3883_SYSC_REG_RSTSTAT         0x38    /* Reset Status*/
81 #define RT3883_SYSC_REG_USB_PS          0x5c    /* USB Power saving control */
82 #define RT3883_SYSC_REG_GPIO_MODE       0x60    /* GPIO Purpose Select */
83 #define RT3883_SYSC_REG_PCIE_CLK_GEN0   0x7c
84 #define RT3883_SYSC_REG_PCIE_CLK_GEN1   0x80
85 #define RT3883_SYSC_REG_PCIE_CLK_GEN2   0x84
86 #define RT3883_SYSC_REG_PMU             0x88
87 #define RT3883_SYSC_REG_PMU1            0x8c
88
89 #define RT3883_REVID_VER_ID_MASK        0x0f
90 #define RT3883_REVID_VER_ID_SHIFT       8
91 #define RT3883_REVID_ECO_ID_MASK        0x0f
92
93 #define RT3883_SYSCFG0_DRAM_TYPE_DDR2   BIT(17)
94 #define RT3883_SYSCFG0_CPUCLK_SHIFT     8
95 #define RT3883_SYSCFG0_CPUCLK_MASK      0x3
96 #define RT3883_SYSCFG0_CPUCLK_250       0x0
97 #define RT3883_SYSCFG0_CPUCLK_384       0x1
98 #define RT3883_SYSCFG0_CPUCLK_480       0x2
99 #define RT3883_SYSCFG0_CPUCLK_500       0x3
100
101 #define RT3883_SYSCFG1_USB0_HOST_MODE   BIT(10)
102 #define RT3883_SYSCFG1_PCIE_RC_MODE     BIT(8)
103 #define RT3883_SYSCFG1_PCI_HOST_MODE    BIT(7)
104 #define RT3883_SYSCFG1_PCI_66M_MODE     BIT(6)
105 #define RT3883_SYSCFG1_GPIO2_AS_WDT_OUT BIT(2)
106
107 #define RT3883_CLKCFG1_PCIE_CLK_EN      BIT(21)
108 #define RT3883_CLKCFG1_UPHY1_CLK_EN     BIT(20)
109 #define RT3883_CLKCFG1_PCI_CLK_EN       BIT(19)
110 #define RT3883_CLKCFG1_UPHY0_CLK_EN     BIT(18)
111
112 #define RT3883_GPIO_MODE_I2C            BIT(0)
113 #define RT3883_GPIO_MODE_SPI            BIT(1)
114 #define RT3883_GPIO_MODE_UART0_SHIFT    2
115 #define RT3883_GPIO_MODE_UART0_MASK     0x7
116 #define RT3883_GPIO_MODE_UART0(x)       ((x) << RT3883_GPIO_MODE_UART0_SHIFT)
117 #define RT3883_GPIO_MODE_UARTF          0x0
118 #define RT3883_GPIO_MODE_PCM_UARTF      0x1
119 #define RT3883_GPIO_MODE_PCM_I2S        0x2
120 #define RT3883_GPIO_MODE_I2S_UARTF      0x3
121 #define RT3883_GPIO_MODE_PCM_GPIO       0x4
122 #define RT3883_GPIO_MODE_GPIO_UARTF     0x5
123 #define RT3883_GPIO_MODE_GPIO_I2S       0x6
124 #define RT3883_GPIO_MODE_GPIO           0x7
125 #define RT3883_GPIO_MODE_UART1          BIT(5)
126 #define RT3883_GPIO_MODE_JTAG           BIT(6)
127 #define RT3883_GPIO_MODE_MDIO           BIT(7)
128 #define RT3883_GPIO_MODE_GE1            BIT(9)
129 #define RT3883_GPIO_MODE_GE2            BIT(10)
130 #define RT3883_GPIO_MODE_PCI_SHIFT      11
131 #define RT3883_GPIO_MODE_PCI_MASK       0x7
132 #define RT3883_GPIO_MODE_PCI(_x)        ((_x) << RT3883_GPIO_MODE_PCI_SHIFT)
133 #define RT3883_GPIO_MODE_PCI_DEV        0
134 #define RT3883_GPIO_MODE_PCI_HOST2      1
135 #define RT3883_GPIO_MODE_PCI_HOST1      2
136 #define RT3883_GPIO_MODE_PCI_FNC        3
137 #define RT3883_GPIO_MODE_PCI_GPIO       7
138 #define RT3883_GPIO_MODE_LNA_A_SHIFT    16
139 #define RT3883_GPIO_MODE_LNA_A_MASK     0x3
140 #define RT3883_GPIO_MODE_LNA_A(_x)      ((_x) << RT3883_GPIO_MODE_LNA_A_SHIFT)
141 #define RT3883_GPIO_MODE_LNA_A_GPIO     0x3
142 #define RT3883_GPIO_MODE_LNA_G_SHIFT    18
143 #define RT3883_GPIO_MODE_LNA_G_MASK     0x3
144 #define RT3883_GPIO_MODE_LNA_G(_x)      ((_x) << RT3883_GPIO_MODE_LNA_G_SHIFT)
145 #define RT3883_GPIO_MODE_LNA_G_GPIO     0x3
146
147 #define RT3883_RSTCTRL_PCIE_PCI_PDM     BIT(27)
148 #define RT3883_RSTCTRL_FLASH            BIT(26)
149 #define RT3883_RSTCTRL_UDEV             BIT(25)
150 #define RT3883_RSTCTRL_PCI              BIT(24)
151 #define RT3883_RSTCTRL_PCIE             BIT(23)
152 #define RT3883_RSTCTRL_UHST             BIT(22)
153 #define RT3883_RSTCTRL_FE               BIT(21)
154 #define RT3883_RSTCTRL_WLAN             BIT(20)
155 #define RT3883_RSTCTRL_UART1            BIT(29)
156 #define RT3883_RSTCTRL_SPI              BIT(18)
157 #define RT3883_RSTCTRL_I2S              BIT(17)
158 #define RT3883_RSTCTRL_I2C              BIT(16)
159 #define RT3883_RSTCTRL_NAND             BIT(15)
160 #define RT3883_RSTCTRL_DMA              BIT(14)
161 #define RT3883_RSTCTRL_PIO              BIT(13)
162 #define RT3883_RSTCTRL_UART             BIT(12)
163 #define RT3883_RSTCTRL_PCM              BIT(11)
164 #define RT3883_RSTCTRL_MC               BIT(10)
165 #define RT3883_RSTCTRL_INTC             BIT(9)
166 #define RT3883_RSTCTRL_TIMER            BIT(8)
167 #define RT3883_RSTCTRL_SYS              BIT(0)
168
169 #define RT3883_INTC_INT_SYSCTL  BIT(0)
170 #define RT3883_INTC_INT_TIMER0  BIT(1)
171 #define RT3883_INTC_INT_TIMER1  BIT(2)
172 #define RT3883_INTC_INT_IA      BIT(3)
173 #define RT3883_INTC_INT_PCM     BIT(4)
174 #define RT3883_INTC_INT_UART0   BIT(5)
175 #define RT3883_INTC_INT_PIO     BIT(6)
176 #define RT3883_INTC_INT_DMA     BIT(7)
177 #define RT3883_INTC_INT_NAND    BIT(8)
178 #define RT3883_INTC_INT_PERFC   BIT(9)
179 #define RT3883_INTC_INT_I2S     BIT(10)
180 #define RT3883_INTC_INT_UART1   BIT(12)
181 #define RT3883_INTC_INT_UHST    BIT(18)
182 #define RT3883_INTC_INT_UDEV    BIT(19)
183
184 /* FLASH/SRAM/Codec Controller registers */
185 #define RT3883_FSCC_REG_FLASH_CFG0      0x00
186 #define RT3883_FSCC_REG_FLASH_CFG1      0x04
187 #define RT3883_FSCC_REG_CODEC_CFG0      0x40
188 #define RT3883_FSCC_REG_CODEC_CFG1      0x44
189
190 #define RT3883_FLASH_CFG_WIDTH_SHIFT    26
191 #define RT3883_FLASH_CFG_WIDTH_MASK     0x3
192 #define RT3883_FLASH_CFG_WIDTH_8BIT     0x0
193 #define RT3883_FLASH_CFG_WIDTH_16BIT    0x1
194 #define RT3883_FLASH_CFG_WIDTH_32BIT    0x2
195
196
197 /* UART registers */
198 #define RT3883_UART_REG_RX      0
199 #define RT3883_UART_REG_TX      1
200 #define RT3883_UART_REG_IER     2
201 #define RT3883_UART_REG_IIR     3
202 #define RT3883_UART_REG_FCR     4
203 #define RT3883_UART_REG_LCR     5
204 #define RT3883_UART_REG_MCR     6
205 #define RT3883_UART_REG_LSR     7
206
207 #endif /* _RT3883_REGS_H_ */