1*8cc087a1SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 2*8cc087a1SEmmanuel Vadot 3*8cc087a1SEmmanuel Vadot #ifndef __DT_BINDINGS_QCOM_GPR_H 4*8cc087a1SEmmanuel Vadot #define __DT_BINDINGS_QCOM_GPR_H 5*8cc087a1SEmmanuel Vadot 6*8cc087a1SEmmanuel Vadot /* DOMAINS */ 7*8cc087a1SEmmanuel Vadot 8*8cc087a1SEmmanuel Vadot #define GPR_DOMAIN_ID_MODEM 1 9*8cc087a1SEmmanuel Vadot #define GPR_DOMAIN_ID_ADSP 2 10*8cc087a1SEmmanuel Vadot #define GPR_DOMAIN_ID_APPS 3 11*8cc087a1SEmmanuel Vadot 12*8cc087a1SEmmanuel Vadot /* Static Services */ 13*8cc087a1SEmmanuel Vadot 14*8cc087a1SEmmanuel Vadot #define GPR_APM_MODULE_IID 1 15*8cc087a1SEmmanuel Vadot #define GPR_PRM_MODULE_IID 2 16*8cc087a1SEmmanuel Vadot #define GPR_AMDB_MODULE_IID 3 17*8cc087a1SEmmanuel Vadot #define GPR_VCPM_MODULE_IID 4 18*8cc087a1SEmmanuel Vadot 19*8cc087a1SEmmanuel Vadot #endif /* __DT_BINDINGS_QCOM_GPR_H */ 20