xref: /rk3399_ARM-atf/include/lib/cpus/aarch64/a64fx.h (revision bb7b85a397f4eddef84b2deaa8f3f7a66cb3a09b)
1 /*
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 */
16