xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/firmware/qcom,scm.h (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
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_MSS_MSA		0xF
12 #define QCOM_SCM_VMID_WLAN		0x18
13 #define QCOM_SCM_VMID_WLAN_CE		0x19
14 #define QCOM_SCM_VMID_NAV		0x2B
15 
16 #endif
17