blob: 859ddb59fb3b8dcfb833b8ebbfc8efeebd20ed1e [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef SGM_VARIANT_H
8#define SGM_VARIANT_H
Nariman Poushinc703f902018-03-07 10:29:57 +00009
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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000017#endif /* SGM_VARIANT_H */