Path: blob/master/include/dt-bindings/firmware/qcom,scm.h
26285 views
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */1/*2* Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.3* Copyright (C) 2015 Linaro Ltd.4* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.5*/67#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H8#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H910#define QCOM_SCM_VMID_TZ 0x111#define QCOM_SCM_VMID_HLOS 0x312#define QCOM_SCM_VMID_SSC_Q6 0x513#define QCOM_SCM_VMID_ADSP_Q6 0x614#define QCOM_SCM_VMID_CP_TOUCH 0x815#define QCOM_SCM_VMID_CP_BITSTREAM 0x916#define QCOM_SCM_VMID_CP_PIXEL 0xA17#define QCOM_SCM_VMID_CP_NON_PIXEL 0xB18#define QCOM_SCM_VMID_CP_CAMERA 0xD19#define QCOM_SCM_VMID_HLOS_FREE 0xE20#define QCOM_SCM_VMID_MSS_MSA 0xF21#define QCOM_SCM_VMID_MSS_NONMSA 0x1022#define QCOM_SCM_VMID_CP_SEC_DISPLAY 0x1123#define QCOM_SCM_VMID_CP_APP 0x1224#define QCOM_SCM_VMID_LPASS 0x1625#define QCOM_SCM_VMID_WLAN 0x1826#define QCOM_SCM_VMID_WLAN_CE 0x1927#define QCOM_SCM_VMID_CP_SPSS_SP 0x1A28#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D29#define QCOM_SCM_VMID_CDSP 0x1E30#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x2231#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x2432#define QCOM_SCM_VMID_ADSP_HEAP 0x2533#define QCOM_SCM_VMID_CP_CDSP 0x2A34#define QCOM_SCM_VMID_NAV 0x2B35#define QCOM_SCM_VMID_TVM 0x2D36#define QCOM_SCM_VMID_OEMVM 0x313738#endif394041