blob: 3fa119af622b2395d36be494ffab92d70dde7817 [file] [log] [blame]
Konstantin Porotchkin646b5cc2018-06-07 18:48:49 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef MVEBU_DEF_H
9#define MVEBU_DEF_H
Konstantin Porotchkin646b5cc2018-06-07 18:48:49 +030010
11#include <a8k_plat_def.h>
12
13#define CP_COUNT 2 /* A80x0 has both CP0 & CP1 */
14#define I2C_SPD_ADDR 0x53 /* Access SPD data */
15#define I2C_SPD_P0_ADDR 0x36 /* Select SPD data page 0 */
16
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000017#endif /* MVEBU_DEF_H */