blob: b7342b0fc40ecc2994ecb131791eef210e418afb [file] [log] [blame]
Itaru Kitayama1e31bc12022-07-04 14:36:00 +09001/*
2 * Copyright (c) 2022, Fujitsu Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef A64FX_H
8#define A64FX_H
9
10#include <lib/utils_def.h>
11
12/* A64FX midr for revision 0 */
13#define A64FX_MIDR U(0x461f0010)
14
15#endif /* A64FX_H */