xref: /rk3399_ARM-atf/include/lib/cpus/aarch64/c1_nano.h (revision cd30f9f8cc13f18724d6bae3989d811330cdc697)
1 /*
2  * Copyright (c) 2023-2025, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef C1_NANO_H
8 #define C1_NANO_H
9 
10 #define C1_NANO_MIDR					U(0x410FD8A0)
11 
12 /*******************************************************************************
13  * CPU Extended Control register specific definitions
14  ******************************************************************************/
15 #define C1_NANO_IMP_CPUECTLR_EL1			S3_0_C15_C1_4
16 
17 /*******************************************************************************
18  * CPU Power Control register specific definitions
19  ******************************************************************************/
20 #define C1_NANO_IMP_CPUPWRCTLR_EL1			S3_0_C15_C2_7
21 #define C1_NANO_IMP_CPUPWRCTLR_EL1_CORE_PWRDN_EN_BIT	U(1)
22 
23 #endif /* C1_NANO_H */
24