1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 /*
3  * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.
4  * Copyright (C) 2015 Linaro Ltd.
5  */
6 
7 #ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
8 #define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
9 
10 #define QCOM_SCM_VMID_HLOS		0x3
11 #define QCOM_SCM_VMID_SSC_Q6		0x5
12 #define QCOM_SCM_VMID_ADSP_Q6		0x6
13 #define QCOM_SCM_VMID_MSS_MSA		0xF
14 #define QCOM_SCM_VMID_WLAN		0x18
15 #define QCOM_SCM_VMID_WLAN_CE		0x19
16 #define QCOM_SCM_VMID_NAV		0x2B
17 
18 #endif
19