blob: 3b3a7abd281f1f75ed5cf2d8e2e96fb22b72d01a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roese073efd72015-04-25 06:29:56 +02002/*
3 * Copyright (C) 2014 Stefan Roese <sr@denx.de>
Stefan Roese073efd72015-04-25 06:29:56 +02004 */
5
6#ifndef _CONFIG_DB_88F6820_GP_H
7#define _CONFIG_DB_88F6820_GP_H
8
9/*
10 * High Level Configuration Options (easy to change)
11 */
Stefan Roese073efd72015-04-25 06:29:56 +020012
Stefan Roese073efd72015-04-25 06:29:56 +020013/* I2C */
Stefan Roese073efd72015-04-25 06:29:56 +020014#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Stefan Roese073efd72015-04-25 06:29:56 +020015
Stefan Roese073efd72015-04-25 06:29:56 +020016/* Environment in SPI NOR flash */
Stefan Roese073efd72015-04-25 06:29:56 +020017
Stefan Roese073efd72015-04-25 06:29:56 +020018#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
19
Stefan Roesec22b7012015-08-11 12:50:58 +020020/* PCIe support */
Stefan Roesec22b7012015-08-11 12:50:58 +020021#define CONFIG_PCI_SCAN_SHOW
Stefan Roesec22b7012015-08-11 12:50:58 +020022
Kevin Smith2366bcc2015-05-18 16:09:46 +000023/* Keep device tree and initrd in lower memory so the kernel can access them */
24#define CONFIG_EXTRA_ENV_SETTINGS \
25 "fdt_high=0x10000000\0" \
26 "initrd_high=0x10000000\0"
27
Stefan Roese073efd72015-04-25 06:29:56 +020028/*
29 * mv-common.h should be defined after CMD configs since it used them
30 * to enable certain macros
31 */
32#include "mv-common.h"
33
34#endif /* _CONFIG_DB_88F6820_GP_H */