2021-05-11 15:22:11 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
|
|
|
/*
|
|
|
|
* Cadence DDR Driver
|
|
|
|
*
|
2022-10-24 21:53:28 +00:00
|
|
|
* Copyright (C) 2012-2022 Cadence Design Systems, Inc.
|
|
|
|
* Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/
|
2021-05-11 15:22:11 +00:00
|
|
|
*/
|
|
|
|
|
2022-10-24 21:53:28 +00:00
|
|
|
#ifndef LPDDR4_J721E_H
|
|
|
|
#define LPDDR4_J721E_H
|
|
|
|
|
|
|
|
#include "lpddr4_j721e_ctl_regs_rw_masks.h"
|
2021-05-11 15:22:11 +00:00
|
|
|
|
|
|
|
#define DSLICE_NUM (4U)
|
|
|
|
#define ASLICE_NUM (1U)
|
|
|
|
|
|
|
|
#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)
|
|
|
|
|
2022-10-24 21:53:28 +00:00
|
|
|
#endif /* LPDDR4_J721E_H */
|