a7c805c2d6fc0feb032d72257807586b9b1582f7
[platform/kernel/u-boot.git] / include / configs / work_92105.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * WORK Microwave work_92105 board configuration file
4  *
5  * (C) Copyright 2014  DENX Software Engineering GmbH
6  * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
7  */
8
9 #ifndef __CONFIG_WORK_92105_H__
10 #define __CONFIG_WORK_92105_H__
11
12 /* SoC and board defines */
13 #include <linux/sizes.h>
14 #include <asm/arch/cpu.h>
15
16 /*
17  * Memory configurations
18  */
19 #define CONFIG_SYS_SDRAM_BASE           EMC_DYCS0_BASE
20 #define CONFIG_SYS_SDRAM_SIZE           SZ_128M
21
22 #define CONFIG_RTC_DS1374
23
24 /*
25  * U-Boot General Configurations
26  */
27
28 /*
29  * NAND chip timings for FIXME: which one?
30  */
31
32 #define CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY  333333333
33 #define CONFIG_LPC32XX_NAND_MLC_BUSY_DELAY   10000000
34 #define CONFIG_LPC32XX_NAND_MLC_NAND_TA      18181818
35 #define CONFIG_LPC32XX_NAND_MLC_RD_HIGH      31250000
36 #define CONFIG_LPC32XX_NAND_MLC_RD_LOW       45454545
37 #define CONFIG_LPC32XX_NAND_MLC_WR_HIGH      40000000
38 #define CONFIG_LPC32XX_NAND_MLC_WR_LOW       83333333
39
40 /*
41  * NAND
42  */
43
44 /* driver configuration */
45 #define CONFIG_SYS_MAX_NAND_CHIPS 1
46 #define CONFIG_SYS_NAND_BASE MLC_NAND_BASE
47
48 /*
49  * GPIO
50  */
51
52 /*
53  * Environment
54  */
55
56 /*
57  * SPL
58  */
59
60 /* SPL will be executed at offset 0 */
61 /* SPL will use SRAM as stack */
62 /* Use the framework and generic lib */
63 /* SPL will use serial */
64 /* SPL will load U-Boot from NAND offset 0x40000 */
65 /* U-Boot will be 0x40000 bytes, loaded and run at CONFIG_TEXT_BASE */
66 #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_TEXT_BASE
67 #define CONFIG_SYS_NAND_U_BOOT_DST   CONFIG_TEXT_BASE
68
69 /*
70  * Include SoC specific configuration
71  */
72 #include <asm/arch/config.h>
73
74 #endif  /* __CONFIG_WORK_92105_H__*/