blob: 8755be73b6b4cf8e0d910b258c2ced03614da23a [file] [log] [blame]
Alessandro Rubinid5254f12009-01-24 18:10:37 +01001/*
2 * (C) Copyright 2005
3 * STMicroelectronics.
Alessandro Rubiniee1363f2009-06-22 09:18:37 +02004 * Configuration settings for the "Nomadik Hardware Kit" NHK-8815,
5 * the evaluation board for the Nomadik 8815 System on Chip.
Alessandro Rubinid5254f12009-01-24 18:10:37 +01006 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02007 * SPDX-License-Identifier: GPL-2.0+
Alessandro Rubinid5254f12009-01-24 18:10:37 +01008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
Alessandro Rubinief339cc2009-02-09 15:53:31 +010013#include <nomadik.h>
14
Alessandro Rubinifd14c412009-06-22 09:18:47 +020015#define CONFIG_NOMADIK_8815 /* cpu variant */
Alessandro Rubinid5254f12009-01-24 18:10:37 +010016
17#define CONFIG_SKIP_LOWLEVEL_INIT /* we have already been loaded to RAM */
18
19/* commands */
Alessandro Rubinid5254f12009-01-24 18:10:37 +010020#define CONFIG_CMD_PING
21#define CONFIG_CMD_DHCP
Alessandro Rubini0d8c6ea2009-02-09 15:53:31 +010022#define CONFIG_SYS_NO_FLASH
23/* There is NAND storage */
24#define CONFIG_NAND_NOMADIK
Alessandro Rubini0d8c6ea2009-02-09 15:53:31 +010025#define CONFIG_CMD_JFFS2
Alessandro Rubinid5254f12009-01-24 18:10:37 +010026
27/* user interface */
28#define CONFIG_SYS_LONGHELP
29#define CONFIG_SYS_HUSH_PARSER
30#define CONFIG_SYS_PROMPT "Nomadik> "
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +020031#define CONFIG_CMDLINE_EDITING
Alessandro Rubinid5254f12009-01-24 18:10:37 +010032#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
33#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \
34 + sizeof(CONFIG_SYS_PROMPT) + 16)
35#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Arg Buffer Size */
36#define CONFIG_SYS_MAXARGS 16
37#define CONFIG_SYS_LOAD_ADDR 0x800000 /* default load address */
38#define CONFIG_SYS_LOADS_BAUD_CHANGE
39
40/* boot config */
41#define CONFIG_SETUP_MEMORY_TAGS
42#define CONFIG_INITRD_TAG
43#define CONFIG_CMDLINE_TAG
44#define CONFIG_BOOTDELAY 1
45#define CONFIG_BOOTARGS "root=/dev/ram0 console=ttyAMA1,115200n8 init=linuxrc"
46#define CONFIG_BOOTCOMMAND "fsload 0x100000 kernel.uimg;" \
47 " fsload 0x800000 initrd.gz.uimg;" \
48 " bootm 0x100000 0x800000"
49
50/* memory-related information */
51#define CONFIG_NR_DRAM_BANKS 2
52#define PHYS_SDRAM_1 0x00000000 /* DDR-SDRAM Bank #1 */
53#define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */
54#define PHYS_SDRAM_2 0x08000000 /* SDR-SDRAM BANK #2*/
55#define PHYS_SDRAM_2_SIZE 0x04000000 /* 64 MB */
Alessandro Rubiniafba32b2011-04-16 13:00:12 +000056#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
57#define CONFIG_SYS_SDRAM_SIZE (PHYS_SDRAM_1_SIZE + PHYS_SDRAM_2_SIZE)
58/* The IPL loads us at 0, tell so to u-boot. Put stack pointer 1M into RAM */
59#define CONFIG_SYS_TEXT_BASE 0x00000000
60#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + (1<<20))
Alessandro Rubinid5254f12009-01-24 18:10:37 +010061
Alessandro Rubinid5254f12009-01-24 18:10:37 +010062#define CONFIG_SYS_MEMTEST_START 0x00000000
63#define CONFIG_SYS_MEMTEST_END 0x0FFFFFFF
64#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 256 * 1024)
Alessandro Rubinid5254f12009-01-24 18:10:37 +010065
Helmut Raiger9660e442011-10-20 04:19:47 +000066#define CONFIG_BOARD_LATE_INIT /* call board_late_init during start up */
Alessandro Rubinid5254f12009-01-24 18:10:37 +010067
68/* timing informazion */
Alessandro Rubinid5254f12009-01-24 18:10:37 +010069#define CONFIG_SYS_TIMERBASE 0x101E2000
Alessandro Rubinid5254f12009-01-24 18:10:37 +010070
71/* serial port (PL011) configuration */
72#define CONFIG_PL011_SERIAL
73#define CONFIG_CONS_INDEX 1
74#define CONFIG_BAUDRATE 115200
Alessandro Rubinid5254f12009-01-24 18:10:37 +010075#define CFG_SERIAL0 0x101FD000
76#define CFG_SERIAL1 0x101FB000
77
78#define CONFIG_PL01x_PORTS { (void *)CFG_SERIAL0, (void *)CFG_SERIAL1 }
79#define CONFIG_PL011_CLOCK 48000000
80
Alessandro Rubinibb4291e2009-07-24 11:27:14 +020081/* i2c, for the port extenders (uses gpio.c in board directory) */
82#ifndef __ASSEMBLY__
83#include <asm/arch/gpio.h>
84#define CONFIG_CMD_I2C
Heiko Schocherea818db2013-01-29 08:53:15 +010085#define CONFIG_SYS_I2C
86#define CONFIG_SYS_I2C_SOFT 1 /* I2C bit-banged */
87#define I2C_SOFT_DEFS
88#define CONFIG_SYS_I2C_SOFT_SPEED 400000
89#define CONFIG_SYS_I2C_SOFT_SLAVE 0x7F
Alessandro Rubinibb4291e2009-07-24 11:27:14 +020090#define __SDA 63
91#define __SCL 62
92#define I2C_SDA(x) nmk_gpio_set(__SDA, x)
93#define I2C_SCL(x) nmk_gpio_set(__SCL, x)
94#define I2C_READ (nmk_gpio_get(__SDA)!=0)
95#define I2C_ACTIVE nmk_gpio_dir(__SDA, 1)
96#define I2C_TRISTATE nmk_gpio_dir(__SDA, 0)
97#define I2C_DELAY (udelay(2))
98#endif /* __ASSEMBLY__ */
99
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100100/* Ethernet */
101#define PCI_MEMORY_VADDR 0xe8000000
102#define PCI_IO_VADDR 0xee000000
103#define __io(a) ((void __iomem *)(PCI_IO_VADDR + (a)))
104#define __mem_isa(a) ((a) + PCI_MEMORY_VADDR)
105
Ben Warren7194ab82009-10-04 22:37:03 -0700106#define CONFIG_SMC91111 /* Using SMC91c111*/
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100107#define CONFIG_SMC91111_BASE 0x34000300
108#undef CONFIG_SMC91111_EXT_PHY /* Internal PHY */
109#define CONFIG_SMC_USE_32_BIT
110#define CONFIG_BOOTFILE "uImage"
111
Alessandro Rubinid47628a2009-08-07 13:59:26 +0200112#define CONFIG_IP_DEFRAG /* Allows faster download, TFTP and NFS */
113#define CONFIG_TFTP_BLOCKSIZE 4096
114#define CONFIG_NFS_READ_SIZE 4096
115
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200116/* Storage information: onenand and nand */
117#define CONFIG_CMD_ONENAND
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100118#define CONFIG_MTD_ONENAND_VERIFY_WRITE
119#define CONFIG_SYS_ONENAND_BASE 0x30000000
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200120
121#define CONFIG_CMD_NAND
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100122#define CONFIG_SYS_MAX_NAND_DEVICE 1
Alessandro Rubini0d8c6ea2009-02-09 15:53:31 +0100123#define CONFIG_SYS_NAND_BASE 0x40000000 /* SMPS0n */
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100124
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200125/*
126 * Filesystem information
127 *
128 * Since U-Boot has been loaded to RAM by vendor code, we could use
129 * either or both OneNand and Nand. However, we need to know where the
130 * filesystem lives. Comments below report vendor-selected partitions
131 */
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100132#ifdef CONFIG_BOOT_ONENAND
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100133 /* Partition Size Start
134 * XloaderTOC + X-Loader 256KB 0x00000000
135 * Memory init function 256KB 0x00040000
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200136 * U-Boot + env 2MB 0x00080000
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100137 * Sysimage (kernel + ramdisk) 4MB 0x00280000
138 * JFFS2 Root filesystem 22MB 0x00680000
139 * JFFS2 User Data 227.5MB 0x01C80000
140 */
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200141# define CONFIG_JFFS2_DEV "onenand0"
142# define CONFIG_JFFS2_PART_SIZE 0x01600000
143# define CONFIG_JFFS2_PART_OFFSET 0x00680000
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100144# define CONFIG_ENV_IS_IN_ONENAND
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200145# define CONFIG_ENV_SIZE 0x20000 /* 128 Kb - one sector */
146# define CONFIG_ENV_ADDR (0x00280000 - CONFIG_ENV_SIZE)
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100147
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200148#else /* BOOT_NAND */
149 /* Partition Size Start
150 * XloaderTOC + X-Loader 256KB 0x00000000
151 * Memory init function 256KB 0x00040000
152 * U-Boot + env 2MB 0x00080000
153 * Kernel Image 3MB 0x00280000
154 * JFFS2 Root filesystem 22MB 0x00580000
155 * JFFS2 User Data 100.5MB 0x01b80000
156 */
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100157# define CONFIG_JFFS2_DEV "nand0"
158# define CONFIG_JFFS2_NAND 1 /* For the jffs2 support*/
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200159# define CONFIG_JFFS2_PART_SIZE 0x01600000
160# define CONFIG_JFFS2_PART_OFFSET 0x00580000
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100161# define CONFIG_ENV_IS_IN_NAND
Alessandro Rubini0d8c6ea2009-02-09 15:53:31 +0100162# define CONFIG_ENV_SIZE 0x20000 /* 128 Kb - one sector */
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +0200163# define CONFIG_ENV_OFFSET (0x00280000 - CONFIG_ENV_SIZE)
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100164
165#endif /* CONFIG_BOOT_ONENAND */
166
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100167/* this is needed to make hello_world.c and other stuff happy */
168#define CONFIG_SYS_MAX_FLASH_SECT 512
169#define CONFIG_SYS_MAX_FLASH_BANKS 1
170
Alessandro Rubinid5254f12009-01-24 18:10:37 +0100171#endif /* __CONFIG_H */