1/* 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
17