WIP FPC-III support
[linux/fpc-iii.git] / include / dt-bindings / mailbox / qcom-ipcc.h
blob4c23eefed5f30f7f64e460c24629731b61060bb3
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
2 /*
3 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
4 */
6 #ifndef __DT_BINDINGS_MAILBOX_IPCC_H
7 #define __DT_BINDINGS_MAILBOX_IPCC_H
9 /* Signal IDs for MPROC protocol */
10 #define IPCC_MPROC_SIGNAL_GLINK_QMP 0
11 #define IPCC_MPROC_SIGNAL_SMP2P 2
12 #define IPCC_MPROC_SIGNAL_PING 3
14 /* Client IDs */
15 #define IPCC_CLIENT_AOP 0
16 #define IPCC_CLIENT_TZ 1
17 #define IPCC_CLIENT_MPSS 2
18 #define IPCC_CLIENT_LPASS 3
19 #define IPCC_CLIENT_SLPI 4
20 #define IPCC_CLIENT_SDC 5
21 #define IPCC_CLIENT_CDSP 6
22 #define IPCC_CLIENT_NPU 7
23 #define IPCC_CLIENT_APSS 8
24 #define IPCC_CLIENT_GPU 9
25 #define IPCC_CLIENT_CVP 10
26 #define IPCC_CLIENT_CAM 11
27 #define IPCC_CLIENT_VPU 12
28 #define IPCC_CLIENT_PCIE0 13
29 #define IPCC_CLIENT_PCIE1 14
30 #define IPCC_CLIENT_PCIE2 15
31 #define IPCC_CLIENT_SPSS 16
33 #endif