aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-hisilicon/hi3519av100.h
blob: 1d4b7ea98371f3cc03bca5abcf131ea007cf3c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2019, HiSilicon Technologies Co., Ltd.
 */

#ifndef __HI3519AV100_H__
#define __HI3519AV100_H__

#include <mm/generic_ram_layout.h>

/* PL011 */
#define PL011_UART0_BASE		0x04540000
#define PL011_BAUDRATE			115200
#define PL011_UART0_CLK_IN_HZ		24000000

/* BootSRAM */
#define BOOTSRAM_BASE			0x04200000
#define BOOTSRAM_SIZE			0x1000

/* CPU Reset Control */
#define CPU_CRG_BASE			0x04510000
#define CPU_CRG_SIZE			0x1000

/* Sysctrl Register */
#define SYS_CTRL_BASE			0x04520000
#define SYS_CTRL_SIZE			0x1000

#endif	/* __HI3519AV100_H__ */