summaryrefslogtreecommitdiff
path: root/include/configs/an7581.h
blob: 64f04c9d9a57aa01dca46272337421412391a5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Configuration for Airoha AN7581
 */

#ifndef __AN7581_H
#define __AN7581_H

#include <linux/sizes.h>

#define CFG_SYS_UBOOT_BASE		CONFIG_TEXT_BASE

#define CFG_SYS_INIT_RAM_ADDR           CONFIG_TEXT_BASE
#define CFG_SYS_INIT_RAM_SIZE           SZ_2M

/* DRAM */
#define CFG_SYS_SDRAM_BASE		0x80000000

#endif