Home | History | Annotate | Line # | Download | only in firmware
      1 /*	$NetBSD: qcom,scm.h,v 1.1.1.1 2026/01/18 05:21:43 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
      4 /*
      5  * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.
      6  * Copyright (C) 2015 Linaro Ltd.
      7  * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
      8  */
      9 
     10 #ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
     11 #define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
     12 
     13 #define QCOM_SCM_VMID_TZ		0x1
     14 #define QCOM_SCM_VMID_HLOS		0x3
     15 #define QCOM_SCM_VMID_SSC_Q6		0x5
     16 #define QCOM_SCM_VMID_ADSP_Q6		0x6
     17 #define QCOM_SCM_VMID_CP_TOUCH		0x8
     18 #define QCOM_SCM_VMID_CP_BITSTREAM	0x9
     19 #define QCOM_SCM_VMID_CP_PIXEL		0xA
     20 #define QCOM_SCM_VMID_CP_NON_PIXEL	0xB
     21 #define QCOM_SCM_VMID_CP_CAMERA		0xD
     22 #define QCOM_SCM_VMID_HLOS_FREE		0xE
     23 #define QCOM_SCM_VMID_MSS_MSA		0xF
     24 #define QCOM_SCM_VMID_MSS_NONMSA	0x10
     25 #define QCOM_SCM_VMID_CP_SEC_DISPLAY	0x11
     26 #define QCOM_SCM_VMID_CP_APP		0x12
     27 #define QCOM_SCM_VMID_LPASS		0x16
     28 #define QCOM_SCM_VMID_WLAN		0x18
     29 #define QCOM_SCM_VMID_WLAN_CE		0x19
     30 #define QCOM_SCM_VMID_CP_SPSS_SP	0x1A
     31 #define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D
     32 #define QCOM_SCM_VMID_CDSP		0x1E
     33 #define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x22
     34 #define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x24
     35 #define QCOM_SCM_VMID_ADSP_HEAP		0x25
     36 #define QCOM_SCM_VMID_CP_CDSP		0x2A
     37 #define QCOM_SCM_VMID_NAV		0x2B
     38 #define QCOM_SCM_VMID_TVM		0x2D
     39 #define QCOM_SCM_VMID_OEMVM		0x31
     40 
     41 #endif
     42