summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/a80x0_mcbin/plat_def.h
blob: e64282e3e56ae797db0bea0d4f3fb5e4ae789c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2016 - 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */
#ifndef __MVEBU_DEF_H__
#define __MVEBU_DEF_H__

#include <a8k_plat_def.h>

#define CP_COUNT		2	/* A80x0 has both CP0 & CP1 */
#define I2C_SPD_ADDR		0x53	/* Access SPD data */
#define I2C_SPD_P0_ADDR		0x36	/* Select SPD data page 0 */

#define MVEBU_PCIE_ECAM_WA

#endif /* __MVEBU_DEF_H__ */