diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /arch/ppc/platforms/4xx/ibm405gpr.h |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'arch/ppc/platforms/4xx/ibm405gpr.h')
-rw-r--r-- | arch/ppc/platforms/4xx/ibm405gpr.h | 151 |
1 files changed, 151 insertions, 0 deletions
diff --git a/arch/ppc/platforms/4xx/ibm405gpr.h b/arch/ppc/platforms/4xx/ibm405gpr.h new file mode 100644 index 000000000000..45412fb4368f --- /dev/null +++ b/arch/ppc/platforms/4xx/ibm405gpr.h | |||
@@ -0,0 +1,151 @@ | |||
1 | /* | ||
2 | * arch/ppc/platforms/4xx/ibm405gpr.h | ||
3 | * | ||
4 | * Author: Armin Kuster <akuster@mvista.com> | ||
5 | * | ||
6 | * 2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | */ | ||
11 | |||
12 | #ifdef __KERNEL__ | ||
13 | #ifndef __ASM_IBM405GPR_H__ | ||
14 | #define __ASM_IBM405GPR_H__ | ||
15 | |||
16 | #include <linux/config.h> | ||
17 | |||
18 | /* ibm405.h at bottom of this file */ | ||
19 | |||
20 | /* PCI | ||
21 | * PCI Bridge config reg definitions | ||
22 | * see 17-19 of manual | ||
23 | */ | ||
24 | |||
25 | #define PPC405_PCI_CONFIG_ADDR 0xeec00000 | ||
26 | #define PPC405_PCI_CONFIG_DATA 0xeec00004 | ||
27 | |||
28 | #define PPC405_PCI_PHY_MEM_BASE 0x80000000 /* hose_a->pci_mem_offset */ | ||
29 | /* setbat */ | ||
30 | #define PPC405_PCI_MEM_BASE PPC405_PCI_PHY_MEM_BASE /* setbat */ | ||
31 | #define PPC405_PCI_PHY_IO_BASE 0xe8000000 /* setbat */ | ||
32 | #define PPC405_PCI_IO_BASE PPC405_PCI_PHY_IO_BASE /* setbat */ | ||
33 | |||
34 | #define PPC405_PCI_LOWER_MEM 0x80000000 /* hose_a->mem_space.start */ | ||
35 | #define PPC405_PCI_UPPER_MEM 0xBfffffff /* hose_a->mem_space.end */ | ||
36 | #define PPC405_PCI_LOWER_IO 0x00000000 /* hose_a->io_space.start */ | ||
37 | #define PPC405_PCI_UPPER_IO 0x0000ffff /* hose_a->io_space.end */ | ||
38 | |||
39 | #define PPC405_ISA_IO_BASE PPC405_PCI_IO_BASE | ||
40 | |||
41 | #define PPC4xx_PCI_IO_PADDR ((uint)PPC405_PCI_PHY_IO_BASE) | ||
42 | #define PPC4xx_PCI_IO_VADDR PPC4xx_PCI_IO_PADDR | ||
43 | #define PPC4xx_PCI_IO_SIZE ((uint)64*1024) | ||
44 | #define PPC4xx_PCI_CFG_PADDR ((uint)PPC405_PCI_CONFIG_ADDR) | ||
45 | #define PPC4xx_PCI_CFG_VADDR PPC4xx_PCI_CFG_PADDR | ||
46 | #define PPC4xx_PCI_CFG_SIZE ((uint)4*1024) | ||
47 | #define PPC4xx_PCI_LCFG_PADDR ((uint)0xef400000) | ||
48 | #define PPC4xx_PCI_LCFG_VADDR PPC4xx_PCI_LCFG_PADDR | ||
49 | #define PPC4xx_PCI_LCFG_SIZE ((uint)4*1024) | ||
50 | #define PPC4xx_ONB_IO_PADDR ((uint)0xef600000) | ||
51 | #define PPC4xx_ONB_IO_VADDR PPC4xx_ONB_IO_PADDR | ||
52 | #define PPC4xx_ONB_IO_SIZE ((uint)4*1024) | ||
53 | |||
54 | /* serial port defines */ | ||
55 | #define RS_TABLE_SIZE 2 | ||
56 | |||
57 | #define UART0_INT 0 | ||
58 | #define UART1_INT 1 | ||
59 | |||
60 | #define PCIL0_BASE 0xEF400000 | ||
61 | #define UART0_IO_BASE 0xEF600300 | ||
62 | #define UART1_IO_BASE 0xEF600400 | ||
63 | #define EMAC0_BASE 0xEF600800 | ||
64 | |||
65 | #define BD_EMAC_ADDR(e,i) bi_enetaddr[i] | ||
66 | |||
67 | #define STD_UART_OP(num) \ | ||
68 | { 0, BASE_BAUD, 0, UART##num##_INT, \ | ||
69 | (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST), \ | ||
70 | iomem_base: (u8 *)UART##num##_IO_BASE, \ | ||
71 | io_type: SERIAL_IO_MEM}, | ||
72 | |||
73 | #if defined(CONFIG_UART0_TTYS0) | ||
74 | #define SERIAL_DEBUG_IO_BASE UART0_IO_BASE | ||
75 | #define SERIAL_PORT_DFNS \ | ||
76 | STD_UART_OP(0) \ | ||
77 | STD_UART_OP(1) | ||
78 | #endif | ||
79 | |||
80 | #if defined(CONFIG_UART0_TTYS1) | ||
81 | #define SERIAL_DEBUG_IO_BASE UART1_IO_BASE | ||
82 | #define SERIAL_PORT_DFNS \ | ||
83 | STD_UART_OP(1) \ | ||
84 | STD_UART_OP(0) | ||
85 | #endif | ||
86 | |||
87 | /* DCR defines */ | ||
88 | #define DCRN_CHCR_BASE 0x0B1 | ||
89 | #define DCRN_CHPSR_BASE 0x0B4 | ||
90 | #define DCRN_CPMSR_BASE 0x0B8 | ||
91 | #define DCRN_CPMFR_BASE 0x0BA | ||
92 | |||
93 | #define CHR0_U0EC 0x00000080 /* Select external clock for UART0 */ | ||
94 | #define CHR0_U1EC 0x00000040 /* Select external clock for UART1 */ | ||
95 | #define CHR0_UDIV 0x0000003E /* UART internal clock divisor */ | ||
96 | #define CHR1_CETE 0x00800000 /* CPU external timer enable */ | ||
97 | |||
98 | #define DCRN_CHPSR_BASE 0x0B4 | ||
99 | #define PSR_PLL_FWD_MASK 0xC0000000 | ||
100 | #define PSR_PLL_FDBACK_MASK 0x30000000 | ||
101 | #define PSR_PLL_TUNING_MASK 0x0E000000 | ||
102 | #define PSR_PLB_CPU_MASK 0x01800000 | ||
103 | #define PSR_OPB_PLB_MASK 0x00600000 | ||
104 | #define PSR_PCI_PLB_MASK 0x00180000 | ||
105 | #define PSR_EB_PLB_MASK 0x00060000 | ||
106 | #define PSR_ROM_WIDTH_MASK 0x00018000 | ||
107 | #define PSR_ROM_LOC 0x00004000 | ||
108 | #define PSR_PCI_ASYNC_EN 0x00001000 | ||
109 | #define PSR_PCI_ARBIT_EN 0x00000400 | ||
110 | |||
111 | #define IBM_CPM_IIC0 0x80000000 /* IIC interface */ | ||
112 | #define IBM_CPM_PCI 0x40000000 /* PCI bridge */ | ||
113 | #define IBM_CPM_CPU 0x20000000 /* processor core */ | ||
114 | #define IBM_CPM_DMA 0x10000000 /* DMA controller */ | ||
115 | #define IBM_CPM_OPB 0x08000000 /* PLB to OPB bridge */ | ||
116 | #define IBM_CPM_DCP 0x04000000 /* CodePack */ | ||
117 | #define IBM_CPM_EBC 0x02000000 /* ROM/SRAM peripheral controller */ | ||
118 | #define IBM_CPM_SDRAM0 0x01000000 /* SDRAM memory controller */ | ||
119 | #define IBM_CPM_PLB 0x00800000 /* PLB bus arbiter */ | ||
120 | #define IBM_CPM_GPIO0 0x00400000 /* General Purpose IO (??) */ | ||
121 | #define IBM_CPM_UART0 0x00200000 /* serial port 0 */ | ||
122 | #define IBM_CPM_UART1 0x00100000 /* serial port 1 */ | ||
123 | #define IBM_CPM_UIC 0x00080000 /* Universal Interrupt Controller */ | ||
124 | #define IBM_CPM_TMRCLK 0x00040000 /* CPU timers */ | ||
125 | #define IBM_CPM_EMAC0 0x00020000 /* on-chip ethernet MM unit */ | ||
126 | #define DFLT_IBM4xx_PM ~(IBM_CPM_PCI | IBM_CPM_CPU | IBM_CPM_DMA \ | ||
127 | | IBM_CPM_OPB | IBM_CPM_EBC \ | ||
128 | | IBM_CPM_SDRAM0 | IBM_CPM_PLB \ | ||
129 | | IBM_CPM_UIC | IBM_CPM_TMRCLK) | ||
130 | |||
131 | #define DCRN_DMA0_BASE 0x100 | ||
132 | #define DCRN_DMA1_BASE 0x108 | ||
133 | #define DCRN_DMA2_BASE 0x110 | ||
134 | #define DCRN_DMA3_BASE 0x118 | ||
135 | #define DCRNCAP_DMA_SG 1 /* have DMA scatter/gather capability */ | ||
136 | #define DCRN_DMASR_BASE 0x120 | ||
137 | #define DCRN_EBC_BASE 0x012 | ||
138 | #define DCRN_DCP0_BASE 0x014 | ||
139 | #define DCRN_MAL_BASE 0x180 | ||
140 | #define DCRN_OCM0_BASE 0x018 | ||
141 | #define DCRN_PLB0_BASE 0x084 | ||
142 | #define DCRN_PLLMR_BASE 0x0B0 | ||
143 | #define DCRN_POB0_BASE 0x0A0 | ||
144 | #define DCRN_SDRAM0_BASE 0x010 | ||
145 | #define DCRN_UIC0_BASE 0x0C0 | ||
146 | #define UIC0 DCRN_UIC0_BASE | ||
147 | |||
148 | #include <asm/ibm405.h> | ||
149 | |||
150 | #endif /* __ASM_IBM405GPR_H__ */ | ||
151 | #endif /* __KERNEL__ */ | ||