Nariman Poushin | c703f90 | 2018-03-07 10:29:57 +0000 | [diff] [blame] | 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__ */ |