blob: 80f8f17bcd422868d663b0daf43b8e0fe3c6df74 [file] [log] [blame]
TracyMg_Li734d5772023-12-25 11:21:34 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2023, Phytium Technology Co., Ltd.
4 * lixinde <lixinde@phytium.com.cn>
5 * weichangzheng <weichangzheng@phytium.com.cn>
6 */
7
8#ifndef __PE2201_CONFIG_H
9#define __PE2201_CONFIG_H
10
11/* SDRAM Bank #1 start address */
12#define PHYS_SDRAM_1 0x80000000
13#define PHYS_SDRAM_1_SIZE 0x74000000
14#define CFG_SYS_SDRAM_BASE PHYS_SDRAM_1
15
16#endif