blob: c6ce8837474e66be395d40c2ff262dcbc17ccb80 [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
20#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
21#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
22#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
23
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