162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef __DT_BINDINGS_MAILBOX_IPCC_H
762306a36Sopenharmony_ci#define __DT_BINDINGS_MAILBOX_IPCC_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* Signal IDs for MPROC protocol */
1062306a36Sopenharmony_ci#define IPCC_MPROC_SIGNAL_GLINK_QMP	0
1162306a36Sopenharmony_ci#define IPCC_MPROC_SIGNAL_TZ		1
1262306a36Sopenharmony_ci#define IPCC_MPROC_SIGNAL_SMP2P		2
1362306a36Sopenharmony_ci#define IPCC_MPROC_SIGNAL_PING		3
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci/* Client IDs */
1662306a36Sopenharmony_ci#define IPCC_CLIENT_AOP			0
1762306a36Sopenharmony_ci#define IPCC_CLIENT_TZ			1
1862306a36Sopenharmony_ci#define IPCC_CLIENT_MPSS		2
1962306a36Sopenharmony_ci#define IPCC_CLIENT_LPASS		3
2062306a36Sopenharmony_ci#define IPCC_CLIENT_SLPI		4
2162306a36Sopenharmony_ci#define IPCC_CLIENT_SDC			5
2262306a36Sopenharmony_ci#define IPCC_CLIENT_CDSP		6
2362306a36Sopenharmony_ci#define IPCC_CLIENT_NPU			7
2462306a36Sopenharmony_ci#define IPCC_CLIENT_APSS		8
2562306a36Sopenharmony_ci#define IPCC_CLIENT_GPU			9
2662306a36Sopenharmony_ci#define IPCC_CLIENT_CVP			10
2762306a36Sopenharmony_ci#define IPCC_CLIENT_CAM			11
2862306a36Sopenharmony_ci#define IPCC_CLIENT_VPU			12
2962306a36Sopenharmony_ci#define IPCC_CLIENT_PCIE0		13
3062306a36Sopenharmony_ci#define IPCC_CLIENT_PCIE1		14
3162306a36Sopenharmony_ci#define IPCC_CLIENT_PCIE2		15
3262306a36Sopenharmony_ci#define IPCC_CLIENT_SPSS		16
3362306a36Sopenharmony_ci#define IPCC_CLIENT_NSP1		18
3462306a36Sopenharmony_ci#define IPCC_CLIENT_TME			23
3562306a36Sopenharmony_ci#define IPCC_CLIENT_WPSS		24
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ci#endif
38