Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[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_SYS_INIT_SP_ADDR         (CONFIG_SYS_SDRAM_BASE + SZ_512K \
23                                          - GENERATED_GBL_DATA_SIZE)
24
25 #define CONFIG_RTC_DS1374
26
27 /*
28  * U-Boot General Configurations
29  */
30 #define CONFIG_SYS_CBSIZE               1024
31 #define CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE
32
33 /*
34  * NAND chip timings for FIXME: which one?
35  */
36
37 #define CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY  333333333
38 #define CONFIG_LPC32XX_NAND_MLC_BUSY_DELAY   10000000
39 #define CONFIG_LPC32XX_NAND_MLC_NAND_TA      18181818
40 #define CONFIG_LPC32XX_NAND_MLC_RD_HIGH      31250000
41 #define CONFIG_LPC32XX_NAND_MLC_RD_LOW       45454545
42 #define CONFIG_LPC32XX_NAND_MLC_WR_HIGH      40000000
43 #define CONFIG_LPC32XX_NAND_MLC_WR_LOW       83333333
44
45 /*
46  * NAND
47  */
48
49 /* driver configuration */
50 #define CONFIG_SYS_MAX_NAND_DEVICE 1
51 #define CONFIG_SYS_MAX_NAND_CHIPS 1
52 #define CONFIG_SYS_NAND_BASE MLC_NAND_BASE
53
54 /*
55  * GPIO
56  */
57
58 /*
59  * Environment
60  */
61
62 /*
63  * SPL
64  */
65
66 /* SPL will be executed at offset 0 */
67 /* SPL will use SRAM as stack */
68 #define CONFIG_SPL_STACK     0x0000FFF8
69 /* Use the framework and generic lib */
70 /* SPL will use serial */
71 /* SPL will load U-Boot from NAND offset 0x40000 */
72 #define CONFIG_SPL_PAD_TO 0x20000
73 /* U-Boot will be 0x40000 bytes, loaded and run at CONFIG_SYS_TEXT_BASE */
74 #define CONFIG_SYS_MONITOR_LEN 0x40000 /* actually, MAX size */
75 #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
76 #define CONFIG_SYS_NAND_U_BOOT_DST   CONFIG_SYS_TEXT_BASE
77
78 /*
79  * Include SoC specific configuration
80  */
81 #include <asm/arch/config.h>
82
83 #endif  /* __CONFIG_WORK_92105_H__*/