1 /*
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 */
18