blob: 67e62d6f34a977de952aea90e020d011787c3b02 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roese03915772014-10-22 12:13:18 +02002/*
Stefan Roese114bba62015-12-03 12:39:45 +01003 * Copyright (C) 2014-2015 Stefan Roese <sr@denx.de>
Stefan Roese03915772014-10-22 12:13:18 +02004 */
5
6#ifndef _CONFIG_DB_MV7846MP_GP_H
7#define _CONFIG_DB_MV7846MP_GP_H
8
9/*
Stefan Roese3dbf35c2015-08-06 14:27:36 +020010 * TEXT_BASE needs to be below 16MiB, since this area is scrubbed
11 * for DDR ECC byte filling in the SPL before loading the main
12 * U-Boot into it.
13 */
Stefan Roese03915772014-10-22 12:13:18 +020014
Stefan Roese03915772014-10-22 12:13:18 +020015/* I2C */
Tom Rinic188ed42022-12-04 10:04:09 -050016#define CFG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Stefan Roese03915772014-10-22 12:13:18 +020017
Stefan Roese58613c72015-07-22 18:05:43 +020018/* USB/EHCI configuration */
Stefan Roese58613c72015-07-22 18:05:43 +020019
Stefan Roese03915772014-10-22 12:13:18 +020020/* Environment in SPI NOR flash */
Stefan Roese03915772014-10-22 12:13:18 +020021
Stefan Roese645949b2015-07-23 10:26:18 +020022/* NAND */
Stefan Roese645949b2015-07-23 10:26:18 +020023
Stefan Roese03915772014-10-22 12:13:18 +020024/*
25 * mv-common.h should be defined after CMD configs since it used them
26 * to enable certain macros
27 */
28#include "mv-common.h"
29
Stefan Roesef3679a32015-01-19 11:33:46 +010030/*
31 * Memory layout while starting into the bin_hdr via the
32 * BootROM:
33 *
34 * 0x4000.4000 - 0x4003.4000 headers space (192KiB)
35 * 0x4000.4030 bin_hdr start address
36 * 0x4003.4000 - 0x4004.7c00 BootROM memory allocations (15KiB)
37 * 0x4007.fffc BootROM stack top
38 *
39 * The address space between 0x4007.fffc and 0x400f.fff is not locked in
40 * L2 cache thus cannot be used.
41 */
42
43/* SPL */
44/* Defines for SPL */
Stefan Roesef3679a32015-01-19 11:33:46 +010045
Stefan Roese03915772014-10-22 12:13:18 +020046#endif /* _CONFIG_DB_MV7846MP_GP_H */