summaryrefslogtreecommitdiff
path: root/drivers/ram/k3-ddrss/lpddr4_32bit.h
blob: fa213a202e5580ed32bbfe636c16a12cb7e7c5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * Cadence DDR Driver
 *
 * Copyright (C) 2012-2021 Cadence Design Systems, Inc.
 * Copyright (C) 2018-2021 Texas Instruments Incorporated - http://www.ti.com/
 */


#ifndef LPDDR4_32BIT_H
#define LPDDR4_32BIT_H

#define DSLICE_NUM (4U)
#define ASLICE_NUM (1U)

#ifdef __cplusplus
extern "C" {
#endif

#define DSLICE0_REG_COUNT  (140U)
#define DSLICE1_REG_COUNT  (140U)
#define DSLICE2_REG_COUNT  (140U)
#define DSLICE3_REG_COUNT  (140U)
#define ASLICE0_REG_COUNT  (52U)
#define PHY_CORE_REG_COUNT (140U)

#ifdef __cplusplus
}
#endif

#endif  /* LPDDR4_32BIT_H */