blob: 5d6da772059d0813bbe012e976600ac111eb79c2 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Paul Burtonad8783c2016-09-08 07:47:39 +01002/*
3 * Copyright (C) 2016 Imagination Technologies
Paul Burtonad8783c2016-09-08 07:47:39 +01004 */
5
6#ifndef __CONFIGS_BOSTON_H__
7#define __CONFIGS_BOSTON_H__
8
9/*
Paul Burtondc55db42017-04-30 21:22:43 +020010 * General board configuration
11 */
Paul Burtondc55db42017-04-30 21:22:43 +020012
13/*
Paul Burtonad8783c2016-09-08 07:47:39 +010014 * CPU
15 */
16#define CONFIG_SYS_MIPS_TIMER_FREQ 30000000
17
18/*
19 * PCI
20 */
Paul Burtonad8783c2016-09-08 07:47:39 +010021
22/*
23 * Memory map
24 */
25#ifdef CONFIG_64BIT
26# define CONFIG_SYS_SDRAM_BASE 0xffffffff80000000
27#else
28# define CONFIG_SYS_SDRAM_BASE 0x80000000
29#endif
30
31#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
32
Paul Burtonad8783c2016-09-08 07:47:39 +010033/*
34 * Console
35 */
Paul Burtonad8783c2016-09-08 07:47:39 +010036
37/*
Paul Burtonad8783c2016-09-08 07:47:39 +010038 * Environment
39 */
Paul Burtonad8783c2016-09-08 07:47:39 +010040
41#endif /* __CONFIGS_BOSTON_H__ */