blob: 9e480fe0558e30414687d15fdaf0f281d481afc2 [file] [log] [blame]
Shawn Guo6802d792019-07-07 20:59:55 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019 Linaro Ltd.
4 * Copyright (C) 2016 NXP Semiconductors
5 *
6 * Configuration settings for Meerkat96 board.
7 */
8
9#ifndef __MEERKAT96_CONFIG_H
10#define __MEERKAT96_CONFIG_H
11
12#include "mx7_common.h"
13#include <imximage.h>
14
15#define PHYS_SDRAM_SIZE SZ_512M
16
Shawn Guo6802d792019-07-07 20:59:55 +080017/* Physical Memory Map */
18#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
19
Tom Riniaa6e94d2022-11-16 13:10:37 -050020#define CFG_SYS_SDRAM_BASE PHYS_SDRAM
Tom Rini65cc0e22022-11-16 13:10:41 -050021#define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
22#define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
Shawn Guo6802d792019-07-07 20:59:55 +080023
Shawn Guo6802d792019-07-07 20:59:55 +080024/* Environment configs */
Shawn Guo6802d792019-07-07 20:59:55 +080025
26/* USB configs */
Shawn Guo6802d792019-07-07 20:59:55 +080027#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
28
29#endif