Saurabh Gorecha | 70389ca | 2020-04-22 21:31:24 +0530 | [diff] [blame] | 1 | /* |
Saurabh Gorecha | 43987c5 | 2021-05-24 17:35:34 +0530 | [diff] [blame] | 2 | * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. |
Saurabh Gorecha | 70389ca | 2020-04-22 21:31:24 +0530 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef QTI_CPU_H |
| 8 | #define QTI_CPU_H |
| 9 | |
| 10 | /* KRYO-4xx Gold MIDR */ |
| 11 | #define QTI_KRYO4_GOLD_MIDR 0x517F804D |
| 12 | |
| 13 | /* KRYO-4xx Silver MIDR */ |
| 14 | #define QTI_KRYO4_SILVER_MIDR 0x517F805D |
| 15 | |
Saurabh Gorecha | 43987c5 | 2021-05-24 17:35:34 +0530 | [diff] [blame] | 16 | /* KRYO-6xx Gold MIDR */ |
| 17 | #define QTI_KRYO6_GOLD_MIDR 0x412FD410 |
| 18 | |
| 19 | /* KRYO-6xx Silver MIDR */ |
| 20 | #define QTI_KRYO6_SILVER_MIDR 0x412FD050 |
| 21 | |
Saurabh Gorecha | 70389ca | 2020-04-22 21:31:24 +0530 | [diff] [blame] | 22 | #endif /* QTI_CPU_H */ |