blob: 8f10b6876bc30f894e6d0afe76f4893a58018ace [file] [log] [blame]
Govindraj Raja02b5d1c2023-03-10 10:38:54 +00001/*
2 * Copyright (c) 2023, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef CORTEX_CHABERTON_H
8#define CORTEX_CHABERTON_H
9
10#define CORTEX_CHABERTON_MIDR U(0x410FD870)
11
12/*******************************************************************************
13 * CPU Extended Control register specific definitions
14 ******************************************************************************/
15#define CORTEX_CHABERTON_CPUECTLR_EL1 S3_0_C15_C1_4
16
17/*******************************************************************************
18 * CPU Power Control register specific definitions
19 ******************************************************************************/
20#define CORTEX_CHABERTON_CPUPWRCTLR_EL1 S3_0_C15_C2_7
21#define CORTEX_CHABERTON_CPUPWRCTLR_EL1_CORE_PWRDN_BIT U(1)
22
23#endif /* CORTEX_CHABERTON_H */