aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-imx/registers/imx7-ddrc_regs.h
blob: b9c8c76b0a71535210052234d2b5e577d2cef3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright 2017-2018 NXP
 */
#ifndef __IMX7_DDRC_REGS__
#define __IMX7_DDRC_REGS__

#define IMX_DDR_TYPE_DDR3		BIT32(0)
#define IMX_DDR_TYPE_LPDDR2		BIT32(2)
#define IMX_DDR_TYPE_LPDDR3		BIT32(3)

#endif /* __IMX7_DDRC_REGS__ */