summaryrefslogtreecommitdiff
path: root/plat/layerscape/common/include/soc.h
blob: 76c34189312ed28245db12fc4b29f31388b2239b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SOC_H
#define SOC_H

#include <stdint.h>

#define SVR_WO_E		0xFFFFFE
#define SVR_LS1043A		0x879204
#define SVR_LS1043AE		0x879200

void get_gic_offset(uint32_t *gicc_base, uint32_t *gicd_base);

#endif /* SOC_H */