2018-12-16 22:25:23 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
/*
|
|
|
|
* CI20 configuration
|
|
|
|
*
|
|
|
|
* Copyright (c) 2013 Imagination Technologies
|
|
|
|
* Author: Paul Burton <paul.burton@imgtec.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_CI20_H__
|
|
|
|
#define __CONFIG_CI20_H__
|
|
|
|
|
|
|
|
/* Memory configuration */
|
|
|
|
|
2022-11-16 18:10:37 +00:00
|
|
|
#define CFG_SYS_SDRAM_BASE 0x80000000 /* cached (KSEG0) address */
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_INIT_SP_OFFSET 0x400000
|
2018-12-16 22:25:23 +00:00
|
|
|
|
|
|
|
/* NS16550-ish UARTs */
|
2022-11-16 18:10:28 +00:00
|
|
|
#define CFG_SYS_NS16550_CLK 48000000
|
2018-12-16 22:25:23 +00:00
|
|
|
|
|
|
|
#endif /* __CONFIG_CI20_H__ */
|