blob: 72c10cf91bc253191c03fa43a00c8263dc8e7a93 [file] [log] [blame]
Jiafei Pan46367ad2018-03-02 07:23:30 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __LAYERSCAPE_SOC_H__
8#define __LAYERSCAPE_SOC_H__
9
10#include <stdint.h>
11
12#define SVR_WO_E 0xFFFFFE
13#define SVR_LS1043A 0x879204
14#define SVR_LS1043AE 0x879200
15
16void get_gic_offset(uint32_t *gicc_base, uint32_t *gicd_base);
17
18#endif /* __LAYERSCAPE_SOC_H__ */