blob: 673a61cfba3d22fdaf57af3226af5714a6a06e1a [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 __BOARD_BOSTON_REGS_H__
7#define __BOARD_BOSTON_REGS_H__
8
9#include <asm/addrspace.h>
10
11#define BOSTON_PLAT_BASE CKSEG1ADDR(0x17ffd000)
12#define BOSTON_LCD_BASE CKSEG1ADDR(0x17fff000)
13
14/*
15 * Platform Register Definitions
16 */
17#define BOSTON_PLAT_CORE_CL (BOSTON_PLAT_BASE + 0x04)
18
19#define BOSTON_PLAT_DDR3STAT (BOSTON_PLAT_BASE + 0x14)
20# define BOSTON_PLAT_DDR3STAT_CALIB (1 << 2)
21
22#define BOSTON_PLAT_DDRCONF0 (BOSTON_PLAT_BASE + 0x38)
23# define BOSTON_PLAT_DDRCONF0_SIZE (0xf << 0)
24
25#endif /* __BOARD_BOSTON_REGS_H__ */