11.1Sskrll/* $NetBSD: qcom,scm.h,v 1.1.1.1 2026/01/18 05:21:43 skrll Exp $ */ 21.1Sskrll 31.1Sskrll/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 41.1Sskrll/* 51.1Sskrll * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved. 61.1Sskrll * Copyright (C) 2015 Linaro Ltd. 71.1Sskrll * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. 81.1Sskrll */ 91.1Sskrll 101.1Sskrll#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H 111.1Sskrll#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H 121.1Sskrll 131.1Sskrll#define QCOM_SCM_VMID_TZ 0x1 141.1Sskrll#define QCOM_SCM_VMID_HLOS 0x3 151.1Sskrll#define QCOM_SCM_VMID_SSC_Q6 0x5 161.1Sskrll#define QCOM_SCM_VMID_ADSP_Q6 0x6 171.1Sskrll#define QCOM_SCM_VMID_CP_TOUCH 0x8 181.1Sskrll#define QCOM_SCM_VMID_CP_BITSTREAM 0x9 191.1Sskrll#define QCOM_SCM_VMID_CP_PIXEL 0xA 201.1Sskrll#define QCOM_SCM_VMID_CP_NON_PIXEL 0xB 211.1Sskrll#define QCOM_SCM_VMID_CP_CAMERA 0xD 221.1Sskrll#define QCOM_SCM_VMID_HLOS_FREE 0xE 231.1Sskrll#define QCOM_SCM_VMID_MSS_MSA 0xF 241.1Sskrll#define QCOM_SCM_VMID_MSS_NONMSA 0x10 251.1Sskrll#define QCOM_SCM_VMID_CP_SEC_DISPLAY 0x11 261.1Sskrll#define QCOM_SCM_VMID_CP_APP 0x12 271.1Sskrll#define QCOM_SCM_VMID_LPASS 0x16 281.1Sskrll#define QCOM_SCM_VMID_WLAN 0x18 291.1Sskrll#define QCOM_SCM_VMID_WLAN_CE 0x19 301.1Sskrll#define QCOM_SCM_VMID_CP_SPSS_SP 0x1A 311.1Sskrll#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D 321.1Sskrll#define QCOM_SCM_VMID_CDSP 0x1E 331.1Sskrll#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x22 341.1Sskrll#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x24 351.1Sskrll#define QCOM_SCM_VMID_ADSP_HEAP 0x25 361.1Sskrll#define QCOM_SCM_VMID_CP_CDSP 0x2A 371.1Sskrll#define QCOM_SCM_VMID_NAV 0x2B 381.1Sskrll#define QCOM_SCM_VMID_TVM 0x2D 391.1Sskrll#define QCOM_SCM_VMID_OEMVM 0x31 401.1Sskrll 411.1Sskrll#endif 42