blob: c4e99e08b17cbb223398f35a54a1b5a3346af848 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dirk Behme2be2c6c2009-01-28 21:39:58 +01002/*
Grazvydas Ignotas73225242010-11-19 11:25:36 -05003 * (C) Copyright 2008-2010
4 * GraÅžvydas Ignotas <notasas@gmail.com>
Dirk Behme2be2c6c2009-01-28 21:39:58 +01005 *
6 * Configuration settings for the OMAP3 Pandora.
Dirk Behme2be2c6c2009-01-28 21:39:58 +01007 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
Dirk Behme2be2c6c2009-01-28 21:39:58 +010011
Grazvydas Ignotas76375452015-04-09 02:14:33 +030012#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Dirk Behme2be2c6c2009-01-28 21:39:58 +010013
Grazvydas Ignotas76375452015-04-09 02:14:33 +030014/* override base for compatibility with MLO the device ships with */
Vaibhav Hiremathcae377b2010-06-07 15:20:34 -040015
Grazvydas Ignotas76375452015-04-09 02:14:33 +030016#include <configs/ti_omap3_common.h>
Dirk Behme2be2c6c2009-01-28 21:39:58 +010017
Dirk Behme2be2c6c2009-01-28 21:39:58 +010018#define CONFIG_MISC_INIT_R
Dirk Behme2be2c6c2009-01-28 21:39:58 +010019#define CONFIG_REVISION_TAG 1
20
Sandeep Paulraj9c44ddc2009-09-09 11:50:40 -040021#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Grazvydas Ignotas76375452015-04-09 02:14:33 +030022
Grazvydas Ignotas76375452015-04-09 02:14:33 +030023#define CONFIG_SYS_DEVICE_NULLDEV 1
Dirk Behme2be2c6c2009-01-28 21:39:58 +010024
25/*
26 * Hardware drivers
27 */
28
Grazvydas Ignotas76375452015-04-09 02:14:33 +030029/* TWL4030 LED */
30#define CONFIG_TWL4030_LED
Grazvydas Ignotas73225242010-11-19 11:25:36 -050031
Dirk Behme2be2c6c2009-01-28 21:39:58 +010032/*
33 * NS16550 Configuration
34 */
Thomas Chouc7b96862015-11-19 21:48:12 +080035#undef CONFIG_SYS_NS16550_CLK
Dirk Behme2be2c6c2009-01-28 21:39:58 +010036#define CONFIG_SYS_NS16550_SERIAL
37#define CONFIG_SYS_NS16550_REG_SIZE (-4)
38#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
Dirk Behme2be2c6c2009-01-28 21:39:58 +010039#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
40#define CONFIG_SERIAL3 3
41
Dirk Behme2be2c6c2009-01-28 21:39:58 +010042/* commands to include */
Dirk Behme2be2c6c2009-01-28 21:39:58 +010043
Tom Rix2c155132009-06-28 12:52:30 -050044/*
Dirk Behme2be2c6c2009-01-28 21:39:58 +010045 * Board NAND Info.
46 */
Dirk Behme2be2c6c2009-01-28 21:39:58 +010047#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
48 /* to access nand */
Grazvydas Ignotas76375452015-04-09 02:14:33 +030049#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW
50#define CONFIG_SYS_NAND_PAGE_SIZE 2048
51#define CONFIG_SYS_NAND_OOBSIZE 64
Grazvydas Ignotas73225242010-11-19 11:25:36 -050052
Grazvydas Ignotas76375452015-04-09 02:14:33 +030053#ifdef CONFIG_NAND
Grazvydas Ignotas76375452015-04-09 02:14:33 +030054#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
Grazvydas Ignotas73225242010-11-19 11:25:36 -050055#endif
Dirk Behme2be2c6c2009-01-28 21:39:58 +010056
Vagrant Cascadian40abfee2016-08-30 13:16:31 -070057
58#define CONFIG_BOOTCOMMAND \
59 "run distro_bootcmd; " \
Vagrant Cascadiandb18a242016-08-30 13:16:32 -070060 "setenv bootargs ${bootargs_ubi}; " \
Vagrant Cascadian40abfee2016-08-30 13:16:31 -070061 "if mmc rescan && load mmc 0:1 ${loadaddr} autoboot.scr; then " \
62 "source ${loadaddr}; " \
63 "fi; " \
64 "ubi part boot && ubifsmount ubi:boot && " \
65 "ubifsload ${loadaddr} uImage && bootm ${loadaddr}"
66
67#define BOOT_TARGET_DEVICES(func) \
68 func(MMC, mmc, 0) \
69
70#include <config_distro_bootcmd.h>
71
Dirk Behme2be2c6c2009-01-28 21:39:58 +010072#define CONFIG_EXTRA_ENV_SETTINGS \
Grazvydas Ignotas76375452015-04-09 02:14:33 +030073 DEFAULT_LINUX_BOOT_ENV \
Grazvydas Ignotas73225242010-11-19 11:25:36 -050074 "usbtty=cdc_acm\0" \
Vagrant Cascadiandb18a242016-08-30 13:16:32 -070075 "bootargs_ubi=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \
Grazvydas Ignotas9baa37b2012-03-22 13:49:23 +000076 "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \
Tom Rini43ede0b2017-10-22 17:55:07 -040077 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
Vagrant Cascadian40abfee2016-08-30 13:16:31 -070078 BOOTENV \
Dirk Behme2be2c6c2009-01-28 21:39:58 +010079
Dirk Behme2be2c6c2009-01-28 21:39:58 +010080/* memtest works on */
81#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
82#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
83 0x01F00000) /* 31MB */
84
Grazvydas Ignotas76375452015-04-09 02:14:33 +030085#if defined(CONFIG_NAND)
pekon gupta222a3112014-07-18 17:59:41 +053086#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -040087#endif
Dirk Behme2be2c6c2009-01-28 21:39:58 +010088
89/* Monitor at start of flash */
90#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
Dirk Behme2be2c6c2009-01-28 21:39:58 +010091
Dirk Behme2be2c6c2009-01-28 21:39:58 +010092
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -040093#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford7672d9d2017-09-04 21:08:02 -050094#define CONFIG_ENV_OFFSET 0x260000
95#define CONFIG_ENV_ADDR 0x260000
Dirk Behme2be2c6c2009-01-28 21:39:58 +010096
Dirk Behme2be2c6c2009-01-28 21:39:58 +010097#endif /* __CONFIG_H */