1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com>
6 * Antoine Tenart, <atenart@adeneo-embedded.com>
9 #ifndef __CONFIG_TI816X_EVM_H
10 #define __CONFIG_TI816X_EVM_H
12 #include <configs/ti_armv7_omap.h>
13 #include <asm/arch/omap.h>
15 #define CONFIG_EXTRA_ENV_SETTINGS \
16 DEFAULT_LINUX_BOOT_ENV
19 #define V_OSCK 24000000 /* Clock output from T2 */
20 #define V_SCLK (V_OSCK >> 1)
22 #define CONFIG_MAX_RAM_BANK_SIZE (2048 << 20) /* 2048MB */
23 #define CONFIG_SYS_SDRAM_BASE 0x80000000
26 * Platform/Board specific defs
28 #define CONFIG_SYS_TIMERBASE 0x4802E000
31 * NS16550 Configuration
33 #define CONFIG_SYS_NS16550_SERIAL
34 #define CONFIG_SYS_NS16550_REG_SIZE (-4)
35 #define CONFIG_SYS_NS16550_CLK (48000000)
36 #define CONFIG_SYS_NS16550_COM1 0x48024000 /* Base EVM has UART2 */
38 /* allow overwriting serial config and ethaddr */
42 * GPMC NAND block. We support 1 device and the physical address to
43 * access CS0 at is 0x8000000.
45 #define CFG_SYS_NAND_BASE 0x8000000
47 /* NAND: SPL related configs */
49 /* NAND: device related configs */
50 /* NAND: driver related configs */
51 #define CFG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \
52 10, 11, 12, 13, 14, 15, 16, 17, \
53 18, 19, 20, 21, 22, 23, 24, 25, \
54 26, 27, 28, 29, 30, 31, 32, 33, \
55 34, 35, 36, 37, 38, 39, 40, 41, \
56 42, 43, 44, 45, 46, 47, 48, 49, \
57 50, 51, 52, 53, 54, 55, 56, 57, }
59 #define CFG_SYS_NAND_ECCSIZE 512
60 #define CFG_SYS_NAND_ECCBYTES 14