aboutsummaryrefslogtreecommitdiff
path: root/include/configs/pe2201.h
blob: 80f8f17bcd422868d663b0daf43b8e0fe3c6df74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2023, Phytium Technology Co., Ltd.
 * lixinde          <lixinde@phytium.com.cn>
 * weichangzheng    <weichangzheng@phytium.com.cn>
 */

#ifndef __PE2201_CONFIG_H
#define __PE2201_CONFIG_H

/* SDRAM Bank #1 start address */
#define PHYS_SDRAM_1            0x80000000
#define PHYS_SDRAM_1_SIZE       0x74000000
#define CFG_SYS_SDRAM_BASE      PHYS_SDRAM_1

#endif