Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #ifndef __DT_BINDINGS_MAILBOX_IPCC_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #define __DT_BINDINGS_MAILBOX_IPCC_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) /* Signal IDs for MPROC protocol */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #define IPCC_MPROC_SIGNAL_GLINK_QMP	0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #define IPCC_MPROC_SIGNAL_SMP2P		2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define IPCC_MPROC_SIGNAL_PING		3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) /* Client IDs */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define IPCC_CLIENT_AOP			0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #define IPCC_CLIENT_TZ			1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #define IPCC_CLIENT_MPSS		2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #define IPCC_CLIENT_LPASS		3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) #define IPCC_CLIENT_SLPI		4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #define IPCC_CLIENT_SDC			5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) #define IPCC_CLIENT_CDSP		6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) #define IPCC_CLIENT_NPU			7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) #define IPCC_CLIENT_APSS		8
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) #define IPCC_CLIENT_GPU			9
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) #define IPCC_CLIENT_CVP			10
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) #define IPCC_CLIENT_CAM			11
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) #define IPCC_CLIENT_VPU			12
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) #define IPCC_CLIENT_PCIE0		13
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) #define IPCC_CLIENT_PCIE1		14
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) #define IPCC_CLIENT_PCIE2		15
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) #define IPCC_CLIENT_SPSS		16
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) #endif