blob: ca8d17bfd2ce282c631396445b3cdec12fbc40d8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
angelo@sysam.itf11cf752015-02-12 01:39:40 +01002/*
3 * Sysam AMCORE board configuration
4 *
Angelo Dureghello3b0d5702016-09-20 17:40:03 +02005 * (C) Copyright 2016 Angelo Dureghello <angelo@sysam.it>
angelo@sysam.itf11cf752015-02-12 01:39:40 +01006 */
7
8#ifndef __AMCORE_CONFIG_H
9#define __AMCORE_CONFIG_H
10
Tom Rini6a5dccc2022-11-16 13:10:41 -050011#define CFG_SYS_UART_PORT 0
angelo@sysam.itf11cf752015-02-12 01:39:40 +010012
Angelo Dureghello49becce2023-02-25 23:25:26 +010013#define CFG_MCFTMR
Angelo Dureghello7aec6522023-02-26 00:16:39 +010014#define CFG_SYS_UART_PORT 0
15#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
Angelo Dureghello07b3da92023-02-24 01:42:39 +010016
Angelo Dureghello7aec6522023-02-26 00:16:39 +010017#define CFG_EXTRA_ENV_SETTINGS \
Angelo Dureghello3b0d5702016-09-20 17:40:03 +020018 "upgrade_uboot=loady; " \
Angelo Dureghello07b3da92023-02-24 01:42:39 +010019 "protect off 0xffc00000 0xffc2ffff; " \
20 "erase 0xffc00000 0xffc2ffff; " \
Angelo Dureghello3b0d5702016-09-20 17:40:03 +020021 "cp.b 0x20000 0xffc00000 ${filesize}\0" \
22 "upgrade_kernel=loady; " \
Angelo Dureghello07b3da92023-02-24 01:42:39 +010023 "erase 0xffc30000 0xffefffff; " \
24 "cp.b 0x20000 0xffc30000 ${filesize}\0" \
Angelo Dureghello3b0d5702016-09-20 17:40:03 +020025 "upgrade_jffs2=loady; " \
26 "erase 0xfff00000 0xffffffff; " \
27 "cp.b 0x20000 0xfff00000 ${filesize}\0"
angelo@sysam.itf11cf752015-02-12 01:39:40 +010028
Tom Rini6a5dccc2022-11-16 13:10:41 -050029#define CFG_SYS_CLK 45000000
30#define CFG_SYS_CPU_CLK (CFG_SYS_CLK * 2)
angelo@sysam.itf11cf752015-02-12 01:39:40 +010031/* Register Base Addrs */
Tom Rini6a5dccc2022-11-16 13:10:41 -050032#define CFG_SYS_MBAR 0x10000000
angelo@sysam.itf11cf752015-02-12 01:39:40 +010033/* Definitions for initial stack pointer and data area (in DPRAM) */
Tom Rini6a5dccc2022-11-16 13:10:41 -050034#define CFG_SYS_INIT_RAM_ADDR 0x20000000
angelo@sysam.itf11cf752015-02-12 01:39:40 +010035/* size of internal SRAM */
Tom Rini6a5dccc2022-11-16 13:10:41 -050036#define CFG_SYS_INIT_RAM_SIZE 0x1000
angelo@sysam.itf11cf752015-02-12 01:39:40 +010037
Tom Rinibb4dd962022-11-16 13:10:37 -050038#define CFG_SYS_SDRAM_BASE 0x00000000
39#define CFG_SYS_SDRAM_SIZE 0x1000000
Tom Rini6a5dccc2022-11-16 13:10:41 -050040#define CFG_SYS_FLASH_BASE 0xffc00000
angelo@sysam.itf11cf752015-02-12 01:39:40 +010041
angelo@sysam.itf11cf752015-02-12 01:39:40 +010042/* amcore design has flash data bytes wired swapped */
Tom Rini6a5dccc2022-11-16 13:10:41 -050043#define CFG_SYS_WRITE_SWAPPED_DATA
angelo@sysam.itf11cf752015-02-12 01:39:40 +010044
angelo@sysam.it6312a952015-03-29 22:54:16 +020045#define LDS_BOARD_TEXT \
Simon Glass547cb402017-08-03 12:21:49 -060046 . = DEFINED(env_offset) ? env_offset : .; \
47 env/embedded.o(.text*);
angelo@sysam.it6312a952015-03-29 22:54:16 +020048
angelo@sysam.itf11cf752015-02-12 01:39:40 +010049/* memory map space for linux boot data */
Tom Rini6a5dccc2022-11-16 13:10:41 -050050#define CFG_SYS_BOOTMAPSZ (8 << 20)
angelo@sysam.itf11cf752015-02-12 01:39:40 +010051
52/*
53 * Cache Configuration
54 *
55 * Special 8K version 3 core cache.
56 * This is a single unified instruction/data cache.
57 * sdram - single region - no masks
58 */
angelo@sysam.itf11cf752015-02-12 01:39:40 +010059
Tom Rini6a5dccc2022-11-16 13:10:41 -050060#define ICACHE_STATUS (CFG_SYS_INIT_RAM_ADDR + \
61 CFG_SYS_INIT_RAM_SIZE - 8)
62#define DCACHE_STATUS (CFG_SYS_INIT_RAM_ADDR + \
63 CFG_SYS_INIT_RAM_SIZE - 4)
64#define CFG_SYS_ICACHE_INV (CF_CACR_CINVA)
65#define CFG_SYS_CACHE_ACR0 (CF_ACR_CM_WT | CF_ACR_SM_ALL | \
angelo@sysam.itf11cf752015-02-12 01:39:40 +010066 CF_ACR_EN)
Tom Rini6a5dccc2022-11-16 13:10:41 -050067#define CFG_SYS_CACHE_ICACR (CF_CACR_DCM_P | CF_CACR_ESB | \
angelo@sysam.itf11cf752015-02-12 01:39:40 +010068 CF_CACR_EC)
69
70/* CS0 - AMD Flash, address 0xffc00000 */
Tom Rini6a5dccc2022-11-16 13:10:41 -050071#define CFG_SYS_CS0_BASE (CFG_SYS_FLASH_BASE>>16)
angelo@sysam.itf11cf752015-02-12 01:39:40 +010072/* 4MB, AA=0,V=1 C/I BIT for errata */
Tom Rini6a5dccc2022-11-16 13:10:41 -050073#define CFG_SYS_CS0_MASK 0x003f0001
angelo@sysam.itf11cf752015-02-12 01:39:40 +010074/* WS=10, AA=1, PS=16bit (10) */
Tom Rini6a5dccc2022-11-16 13:10:41 -050075#define CFG_SYS_CS0_CTRL 0x1980
angelo@sysam.itf11cf752015-02-12 01:39:40 +010076/* CS1 - DM9000 Ethernet Controller, address 0x30000000 */
Tom Rini6a5dccc2022-11-16 13:10:41 -050077#define CFG_SYS_CS1_BASE 0x3000
78#define CFG_SYS_CS1_MASK 0x00070001
79#define CFG_SYS_CS1_CTRL 0x0100
angelo@sysam.itf11cf752015-02-12 01:39:40 +010080
81#endif /* __AMCORE_CONFIG_H */