blob: a0a91b0c59a765cf611edd73199e45091fdd4bc7 [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __SGM_VARIANT_H__
8#define __SGM_VARIANT_H__
9
10/* SSC_VERSION values for sgm */
11#define SGM775_SSC_VER_PART_NUM 0x0790
12
13/* DMC configuration for sgm */
14#define SGM_DMC_SIZE 0x40000
15#define SGM775_DMC_COUNT 4
16
17#endif /* __SGM_VARIANT_H__ */