Merge commit '949bdcc8a97c' into omap-for-v4.19/dt
[sfrench/cifs-2.6.git] / include / dt-bindings / soc / qcom,apr.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __DT_BINDINGS_QCOM_APR_H
3 #define __DT_BINDINGS_QCOM_APR_H
4
5 /* Domain IDs */
6 #define APR_DOMAIN_SIM          0x1
7 #define APR_DOMAIN_PC           0x2
8 #define APR_DOMAIN_MODEM        0x3
9 #define APR_DOMAIN_ADSP         0x4
10 #define APR_DOMAIN_APPS         0x5
11 #define APR_DOMAIN_MAX          0x6
12
13 /* ADSP service IDs */
14 #define APR_SVC_ADSP_CORE       0x3
15 #define APR_SVC_AFE             0x4
16 #define APR_SVC_VSM             0x5
17 #define APR_SVC_VPM             0x6
18 #define APR_SVC_ASM             0x7
19 #define APR_SVC_ADM             0x8
20 #define APR_SVC_ADSP_MVM        0x09
21 #define APR_SVC_ADSP_CVS        0x0A
22 #define APR_SVC_ADSP_CVP        0x0B
23 #define APR_SVC_USM             0x0C
24 #define APR_SVC_LSM             0x0D
25 #define APR_SVC_VIDC            0x16
26 #define APR_SVC_MAX             0x17
27
28 #endif /* __DT_BINDINGS_QCOM_APR_H */