162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved. 462306a36Sopenharmony_ci * Copyright (C) 2015 Linaro Ltd. 562306a36Sopenharmony_ci * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H 962306a36Sopenharmony_ci#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define QCOM_SCM_VMID_TZ 0x1 1262306a36Sopenharmony_ci#define QCOM_SCM_VMID_HLOS 0x3 1362306a36Sopenharmony_ci#define QCOM_SCM_VMID_SSC_Q6 0x5 1462306a36Sopenharmony_ci#define QCOM_SCM_VMID_ADSP_Q6 0x6 1562306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_TOUCH 0x8 1662306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_BITSTREAM 0x9 1762306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_PIXEL 0xA 1862306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_NON_PIXEL 0xB 1962306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_CAMERA 0xD 2062306a36Sopenharmony_ci#define QCOM_SCM_VMID_HLOS_FREE 0xE 2162306a36Sopenharmony_ci#define QCOM_SCM_VMID_MSS_MSA 0xF 2262306a36Sopenharmony_ci#define QCOM_SCM_VMID_MSS_NONMSA 0x10 2362306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_SEC_DISPLAY 0x11 2462306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_APP 0x12 2562306a36Sopenharmony_ci#define QCOM_SCM_VMID_LPASS 0x16 2662306a36Sopenharmony_ci#define QCOM_SCM_VMID_WLAN 0x18 2762306a36Sopenharmony_ci#define QCOM_SCM_VMID_WLAN_CE 0x19 2862306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_SPSS_SP 0x1A 2962306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D 3062306a36Sopenharmony_ci#define QCOM_SCM_VMID_CDSP 0x1E 3162306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x22 3262306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x24 3362306a36Sopenharmony_ci#define QCOM_SCM_VMID_ADSP_HEAP 0x25 3462306a36Sopenharmony_ci#define QCOM_SCM_VMID_CP_CDSP 0x2A 3562306a36Sopenharmony_ci#define QCOM_SCM_VMID_NAV 0x2B 3662306a36Sopenharmony_ci#define QCOM_SCM_VMID_TVM 0x2D 3762306a36Sopenharmony_ci#define QCOM_SCM_VMID_OEMVM 0x31 3862306a36Sopenharmony_ci 3962306a36Sopenharmony_ci#endif 40