3 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net
6 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
7 * Marius Groeger <mgroeger@sysgo.de>
9 * See file CREDITS for list of people who contributed to this
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of
15 * the License, or (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32 * High Level Configuration Options
35 #define CONFIG_PXA250 1 /* This is an PXA250 CPU */
36 #define CONFIG_HHP_CRADLE 1 /* on an Cradle Board */
38 #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
41 * Size of malloc() pool
43 #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024)
44 #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
49 #define CONFIG_DRIVER_SMC91111
50 #define CONFIG_SMC91111_BASE 0x10000300
51 #define CONFIG_SMC91111_EXT_PHY
52 #define CONFIG_SMC_USE_32_BIT
55 * select serial console configuration
57 #define CONFIG_FFUART 1 /* we use FFUART on LUBBOCK */
59 /* allow to overwrite serial and ethaddr */
60 #define CONFIG_ENV_OVERWRITE
62 #define CONFIG_BAUDRATE 115200
68 #define CONFIG_BOOTP_BOOTFILESIZE
69 #define CONFIG_BOOTP_BOOTPATH
70 #define CONFIG_BOOTP_GATEWAY
71 #define CONFIG_BOOTP_HOSTNAME
75 * Command line configuration.
77 #include <config_cmd_default.h>
80 #define CONFIG_BOOTDELAY 3
81 #define CONFIG_BOOTARGS "root=/dev/mtdblock2 console=ttyS0,115200"
82 #define CONFIG_ETHADDR 08:00:3e:26:0a:5b
83 #define CONFIG_NETMASK 255.255.0.0
84 #define CONFIG_IPADDR 192.168.0.21
85 #define CONFIG_SERVERIP 192.168.0.250
86 #define CONFIG_BOOTCOMMAND "bootm 40000"
87 #define CONFIG_CMDLINE_TAG
90 * Miscellaneous configurable options
92 #define CFG_LONGHELP /* undef to save memory */
93 #define CFG_PROMPT "=> " /* Monitor Command Prompt */
94 #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
95 #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
96 #define CFG_MAXARGS 16 /* max number of command args */
97 #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
99 #define CFG_MEMTEST_START 0xa0400000 /* memtest works on */
100 #define CFG_MEMTEST_END 0xa0800000 /* 4 ... 8 MB in DRAM */
102 #undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */
104 #define CFG_LOAD_ADDR 0xa2000000 /* default load address */
106 #define CFG_HZ 3686400 /* incrementer freq: 3.6864 MHz */
107 #define CFG_CPUSPEED 0x141 /* set core clock to 200/200/100 MHz */
109 /* valid baudrates */
110 #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
115 * The stack sizes are set up in start.S using the settings below
117 #define CONFIG_STACKSIZE (128*1024) /* regular stack */
118 #ifdef CONFIG_USE_IRQ
119 #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
120 #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
124 * Physical Memory Map
126 #define CONFIG_NR_DRAM_BANKS 4 /* we have 2 banks of DRAM */
127 #define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */
128 #define PHYS_SDRAM_1_SIZE 0x01000000 /* 64 MB */
129 #define PHYS_SDRAM_2 0xa4000000 /* SDRAM Bank #2 */
130 #define PHYS_SDRAM_2_SIZE 0x00000000 /* 0 MB */
131 #define PHYS_SDRAM_3 0xa8000000 /* SDRAM Bank #3 */
132 #define PHYS_SDRAM_3_SIZE 0x00000000 /* 0 MB */
133 #define PHYS_SDRAM_4 0xac000000 /* SDRAM Bank #4 */
134 #define PHYS_SDRAM_4_SIZE 0x00000000 /* 0 MB */
136 #define PHYS_FLASH_1 0x00000000 /* Flash Bank #1 */
137 #define PHYS_FLASH_2 0x04000000 /* Flash Bank #1 */
138 #define PHYS_FLASH_SIZE 0x02000000 /* 32 MB */
140 #define CFG_DRAM_BASE 0xa0000000
141 #define CFG_DRAM_SIZE 0x04000000
143 #define CFG_FLASH_BASE PHYS_FLASH_1
146 * FLASH and environment organization
148 #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
149 #define CFG_MAX_FLASH_SECT 32 /* max number of sectors on one chip */
151 /* timeout values are in ticks */
152 #define CFG_FLASH_ERASE_TOUT (2*CFG_HZ) /* Timeout for Flash Erase */
153 #define CFG_FLASH_WRITE_TOUT (2*CFG_HZ) /* Timeout for Flash Write */
155 #define CFG_ENV_IS_IN_FLASH 1
156 #define CFG_ENV_ADDR 0x00020000 /* absolute address for now */
157 #define CFG_ENV_SIZE 0x20000 /* 8K ouch, this may later be */
159 /******************************************************************************
161 * CPU specific defines
163 ******************************************************************************/
168 * GPIO pin assignments
169 * GPIO Name Dir Out AF
192 * 22 PGMEN O 1 FIXME for debug only enable flash
212 * 42 RS232FOFF O 0 00
252 * NOTE: All NC's are defined to be outputs
255 /* Pin direction control */
256 /* NOTE GPIO 0, 61, 62 are set for inputs due to CPLD SPAREs */
257 #define CFG_GPDR0_VAL 0xfff3bf02
258 #define CFG_GPDR1_VAL 0xfbffbf83
259 #define CFG_GPDR2_VAL 0x0001ffff
260 /* Set and Clear registers */
261 #define CFG_GPSR0_VAL 0x00400800
262 #define CFG_GPSR1_VAL 0x00000480
263 #define CFG_GPSR2_VAL 0x00014000
264 #define CFG_GPCR0_VAL 0x00000000
265 #define CFG_GPCR1_VAL 0x00000000
266 #define CFG_GPCR2_VAL 0x00000000
267 /* Edge detect registers (these are set by the kernel) */
268 #define CFG_GRER0_VAL 0x00000000
269 #define CFG_GRER1_VAL 0x00000000
270 #define CFG_GRER2_VAL 0x00000000
271 #define CFG_GFER0_VAL 0x00000000
272 #define CFG_GFER1_VAL 0x00000000
273 #define CFG_GFER2_VAL 0x00000000
274 /* Alternate function registers */
275 #define CFG_GAFR0_L_VAL 0x00000000
276 #define CFG_GAFR0_U_VAL 0x00000010
277 #define CFG_GAFR1_L_VAL 0x900a9550
278 #define CFG_GAFR1_U_VAL 0x00000008
279 #define CFG_GAFR2_L_VAL 0x20000000
280 #define CFG_GAFR2_U_VAL 0x00000002
283 * Clocks, power control and interrupts
285 #define CFG_PSSR_VAL 0x00000020
286 #define CFG_CCCR_VAL 0x00000141 /* 100 MHz memory, 200 MHz CPU */
287 #define CFG_CKEN_VAL 0x00000060 /* FFUART and STUART enabled */
288 #define CFG_ICMR_VAL 0x00000000 /* No interrupts enabled */
300 * FIXME Can ethernet be burst read and/or write?? This is set for lubbock
301 * Verify timings on all
303 #define CFG_MSC0_VAL 0x000023FA /* flash bank (cs0) */
304 /*#define CFG_MSC1_VAL 0x00003549 / * SuperIO bank (cs2) */
305 #define CFG_MSC1_VAL 0x0000354c /* SuperIO bank (cs2) */
306 #define CFG_MSC2_VAL 0x00001224 /* Ethernet bank (cs4) */
308 #define CFG_MDCNFG_VAL 0x00001aa1 /* FIXME can DTC be 01? */
309 #define CFG_MDMRS_VAL 0x00000000
310 #define CFG_MDREFR_VAL 0x00018018
312 #define CFG_MDCNFG_VAL 0x00001aa1 /* FIXME can DTC be 01? */
313 #define CFG_MDMRS_VAL 0x00000000
314 #define CFG_MDREFR_VAL 0x00403018 /* Initial setting, individual bits set in lowlevel_init.S */
318 * PCMCIA and CF Interfaces (NOT USED, these values from lubbock init)
320 #define CFG_MECR_VAL 0x00000000
321 #define CFG_MCMEM0_VAL 0x00010504
322 #define CFG_MCMEM1_VAL 0x00010504
323 #define CFG_MCATT0_VAL 0x00010504
324 #define CFG_MCATT1_VAL 0x00010504
325 #define CFG_MCIO0_VAL 0x00004715
326 #define CFG_MCIO1_VAL 0x00004715
328 /* Board specific defines */
339 #define CRADLE_LED_SET_REG GPSR2
340 #define CRADLE_LED_CLR_REG GPCR2
342 /* SuperIO defines */
343 #define CRADLE_SIO_INDEX 0x2e
344 #define CRADLE_SIO_DATA 0x2f
347 #define CRADLE_CPLD_PHYS 0x08000000
348 #define CRADLE_SIO1_PHYS 0x08100000
349 #define CRADLE_SIO2_PHYS 0x08200000
350 #define CRADLE_SIO3_PHYS 0x08300000
351 #define CRADLE_ETH_PHYS 0x10000000
355 /* global prototypes */
356 void led_code(int code, int color);
360 #endif /* __CONFIG_H */