aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/lxr2.h
blob: d8d37a422282d7558d1fd035e7bb514f350ceefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0+ */
// Copyright (C) Stefano Babic <sbabic@denx.de>

#ifndef __LXR2_CONFIG_H
#define __LXR2_CONFIG_H

#include <config_distro_bootcmd.h>

#include "mx6_common.h"

#define PHYS_SDRAM_SIZE			SZ_1G

/* Physical Memory Map */
#define PHYS_SDRAM			MMDC0_ARB_BASE_ADDR

#define CFG_SYS_SDRAM_BASE		PHYS_SDRAM
#define CFG_SYS_INIT_RAM_ADDR		IRAM_BASE_ADDR
#define CFG_SYS_INIT_RAM_SIZE		IRAM_SIZE

#define CFG_SYS_FSL_ESDHC_ADDR		0
#define CFG_MXC_UART_BASE		UART4_BASE

#endif