| /* SPDX-License-Identifier: GPL-2.0 */ |
| /* |
| * This header provides constants for ASR power domain bindings. |
| * |
| * Copyright (C) 2021 ASR Micro Limited |
| * |
| * This file is licensed under the terms of the GNU General Public |
| * License version 2. This program is licensed "as is" without any |
| * warranty of any kind, whether express or implied. |
| */ |
| |
| #ifndef __DTS_ASR_PM_H |
| #define __DTS_ASR_PM_H |
| |
| #define PM_QOS_CPUIDLE_BLOCK_C1 0 |
| #define PM_QOS_CPUIDLE_BLOCK_C2 1 |
| #define PM_QOS_CPUIDLE_BLOCK_AXI 2 |
| #define PM_QOS_CPUIDLE_BLOCK_DDR 3 |
| #define PM_QOS_CPUIDLE_BLOCK_VCXO 4 |
| |
| #endif |