blob: be8de88f4e87ce6ddbefbfe4ace1695dbf8fda83 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Stefan Roese5ffceb82015-03-26 15:36:56 +01002/*
3 * Copyright (C) Marvell International Ltd. and its affiliates
Stefan Roese5ffceb82015-03-26 15:36:56 +01004 */
5
6#ifndef _DDR3_A38X_TOPOLOGY_H
7#define _DDR3_A38X_TOPOLOGY_H
8
9#include "ddr_topology_def.h"
10
11/* Bus mask variants */
12#define BUS_MASK_32BIT 0xf
13#define BUS_MASK_32BIT_ECC 0x1f
14#define BUS_MASK_16BIT 0x3
15#define BUS_MASK_16BIT_ECC 0x13
16#define BUS_MASK_16BIT_ECC_PUP3 0xb
17
18#define DYNAMIC_CS_SIZE_CONFIG
19#define DISABLE_L2_FILTERING_DURING_DDR_TRAINING
20
21#endif /* _DDR3_A38X_TOPOLOGY_H */