summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/a70x0_cust/plat_def.h
blob: 419ae84e27228cf8a55ed5688b17a141df8bdab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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		1	/* A70x0 has single CP0 */
#define CP0_I2C_SPD_ADDR	0x55	/* Access SPD data */
#define CP0_I2C_SPD_P0_ADDR	0x36	/* Select SPD data page 0 */

#endif /* __MVEBU_DEF_H__ */