xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/soc/qcom,apr.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_QCOM_APR_H
3*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_QCOM_APR_H
4*c66ec88fSEmmanuel Vadot 
5*c66ec88fSEmmanuel Vadot /* Domain IDs */
6*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_SIM		0x1
7*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_PC		0x2
8*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_MODEM	0x3
9*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_ADSP		0x4
10*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_APPS		0x5
11*c66ec88fSEmmanuel Vadot #define APR_DOMAIN_MAX		0x6
12*c66ec88fSEmmanuel Vadot 
13*c66ec88fSEmmanuel Vadot /* ADSP service IDs */
14*c66ec88fSEmmanuel Vadot #define APR_SVC_ADSP_CORE	0x3
15*c66ec88fSEmmanuel Vadot #define APR_SVC_AFE		0x4
16*c66ec88fSEmmanuel Vadot #define APR_SVC_VSM		0x5
17*c66ec88fSEmmanuel Vadot #define APR_SVC_VPM		0x6
18*c66ec88fSEmmanuel Vadot #define APR_SVC_ASM		0x7
19*c66ec88fSEmmanuel Vadot #define APR_SVC_ADM		0x8
20*c66ec88fSEmmanuel Vadot #define APR_SVC_ADSP_MVM	0x09
21*c66ec88fSEmmanuel Vadot #define APR_SVC_ADSP_CVS	0x0A
22*c66ec88fSEmmanuel Vadot #define APR_SVC_ADSP_CVP	0x0B
23*c66ec88fSEmmanuel Vadot #define APR_SVC_USM		0x0C
24*c66ec88fSEmmanuel Vadot #define APR_SVC_LSM		0x0D
25*c66ec88fSEmmanuel Vadot #define APR_SVC_VIDC		0x16
26*c66ec88fSEmmanuel Vadot #define APR_SVC_MAX		0x17
27*c66ec88fSEmmanuel Vadot 
28*c66ec88fSEmmanuel Vadot #endif /* __DT_BINDINGS_QCOM_APR_H */
29