Home | History | Annotate | Line # | Download | only in interconnect
      1  1.1  jmcneill /*	$NetBSD: qcom,msm8939.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Qualcomm interconnect IDs
      6  1.1  jmcneill  *
      7  1.1  jmcneill  * Copyright (c) 2020, Linaro Ltd.
      8  1.1  jmcneill  * Author: Jun Nie <jun.nie (at) linaro.org>
      9  1.1  jmcneill  */
     10  1.1  jmcneill 
     11  1.1  jmcneill #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H
     12  1.1  jmcneill #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H
     13  1.1  jmcneill 
     14  1.1  jmcneill #define BIMC_SNOC_SLV			0
     15  1.1  jmcneill #define MASTER_QDSS_BAM			1
     16  1.1  jmcneill #define MASTER_QDSS_ETR			2
     17  1.1  jmcneill #define MASTER_SNOC_CFG			3
     18  1.1  jmcneill #define PCNOC_SNOC_SLV			4
     19  1.1  jmcneill #define SLAVE_APSS			5
     20  1.1  jmcneill #define SLAVE_CATS_128			6
     21  1.1  jmcneill #define SLAVE_OCMEM_64			7
     22  1.1  jmcneill #define SLAVE_IMEM			8
     23  1.1  jmcneill #define SLAVE_QDSS_STM			9
     24  1.1  jmcneill #define SLAVE_SRVC_SNOC			10
     25  1.1  jmcneill #define SNOC_BIMC_0_MAS			11
     26  1.1  jmcneill #define SNOC_BIMC_1_MAS			12
     27  1.1  jmcneill #define SNOC_BIMC_2_MAS			13
     28  1.1  jmcneill #define SNOC_INT_0			14
     29  1.1  jmcneill #define SNOC_INT_1			15
     30  1.1  jmcneill #define SNOC_INT_BIMC			16
     31  1.1  jmcneill #define SNOC_PCNOC_MAS			17
     32  1.1  jmcneill #define SNOC_QDSS_INT			18
     33  1.1  jmcneill 
     34  1.1  jmcneill #define MASTER_VIDEO_P0			0
     35  1.1  jmcneill #define MASTER_JPEG			1
     36  1.1  jmcneill #define MASTER_VFE			2
     37  1.1  jmcneill #define MASTER_MDP_PORT0		3
     38  1.1  jmcneill #define MASTER_MDP_PORT1		4
     39  1.1  jmcneill #define MASTER_CPP			5
     40  1.1  jmcneill #define SNOC_MM_INT_0			6
     41  1.1  jmcneill #define SNOC_MM_INT_1			7
     42  1.1  jmcneill #define SNOC_MM_INT_2			8
     43  1.1  jmcneill 
     44  1.1  jmcneill #define BIMC_SNOC_MAS			0
     45  1.1  jmcneill #define MASTER_AMPSS_M0			1
     46  1.1  jmcneill #define MASTER_GRAPHICS_3D		2
     47  1.1  jmcneill #define MASTER_TCU0			3
     48  1.1  jmcneill #define SLAVE_AMPSS_L2			4
     49  1.1  jmcneill #define SLAVE_EBI_CH0			5
     50  1.1  jmcneill #define SNOC_BIMC_0_SLV			6
     51  1.1  jmcneill #define SNOC_BIMC_1_SLV			7
     52  1.1  jmcneill #define SNOC_BIMC_2_SLV			8
     53  1.1  jmcneill 
     54  1.1  jmcneill #define MASTER_BLSP_1			0
     55  1.1  jmcneill #define MASTER_DEHR			1
     56  1.1  jmcneill #define MASTER_LPASS			2
     57  1.1  jmcneill #define MASTER_CRYPTO_CORE0		3
     58  1.1  jmcneill #define MASTER_SDCC_1			4
     59  1.1  jmcneill #define MASTER_SDCC_2			5
     60  1.1  jmcneill #define MASTER_SPDM			6
     61  1.1  jmcneill #define MASTER_USB_HS1			7
     62  1.1  jmcneill #define MASTER_USB_HS2			8
     63  1.1  jmcneill #define PCNOC_INT_0			9
     64  1.1  jmcneill #define PCNOC_INT_1			10
     65  1.1  jmcneill #define PCNOC_MAS_0			11
     66  1.1  jmcneill #define PCNOC_MAS_1			12
     67  1.1  jmcneill #define PCNOC_SLV_0			13
     68  1.1  jmcneill #define PCNOC_SLV_1			14
     69  1.1  jmcneill #define PCNOC_SLV_2			15
     70  1.1  jmcneill #define PCNOC_SLV_3			16
     71  1.1  jmcneill #define PCNOC_SLV_4			17
     72  1.1  jmcneill #define PCNOC_SLV_8			18
     73  1.1  jmcneill #define PCNOC_SLV_9			19
     74  1.1  jmcneill #define PCNOC_SNOC_MAS			20
     75  1.1  jmcneill #define SLAVE_BIMC_CFG			21
     76  1.1  jmcneill #define SLAVE_BLSP_1			22
     77  1.1  jmcneill #define SLAVE_BOOT_ROM			23
     78  1.1  jmcneill #define SLAVE_CAMERA_CFG		24
     79  1.1  jmcneill #define SLAVE_CLK_CTL			25
     80  1.1  jmcneill #define SLAVE_CRYPTO_0_CFG			26
     81  1.1  jmcneill #define SLAVE_DEHR_CFG			27
     82  1.1  jmcneill #define SLAVE_DISPLAY_CFG			28
     83  1.1  jmcneill #define SLAVE_GRAPHICS_3D_CFG			29
     84  1.1  jmcneill #define SLAVE_IMEM_CFG			30
     85  1.1  jmcneill #define SLAVE_LPASS			31
     86  1.1  jmcneill #define SLAVE_MPM			32
     87  1.1  jmcneill #define SLAVE_MSG_RAM			33
     88  1.1  jmcneill #define SLAVE_MSS			34
     89  1.1  jmcneill #define SLAVE_PDM			35
     90  1.1  jmcneill #define SLAVE_PMIC_ARB			36
     91  1.1  jmcneill #define SLAVE_PCNOC_CFG			37
     92  1.1  jmcneill #define SLAVE_PRNG			38
     93  1.1  jmcneill #define SLAVE_QDSS_CFG			39
     94  1.1  jmcneill #define SLAVE_RBCPR_CFG			40
     95  1.1  jmcneill #define SLAVE_SDCC_1			41
     96  1.1  jmcneill #define SLAVE_SDCC_2			42
     97  1.1  jmcneill #define SLAVE_SECURITY			43
     98  1.1  jmcneill #define SLAVE_SNOC_CFG			44
     99  1.1  jmcneill #define SLAVE_SPDM			45
    100  1.1  jmcneill #define SLAVE_TCSR			46
    101  1.1  jmcneill #define SLAVE_TLMM			47
    102  1.1  jmcneill #define SLAVE_USB_HS1			48
    103  1.1  jmcneill #define SLAVE_USB_HS2			49
    104  1.1  jmcneill #define SLAVE_VENUS_CFG			50
    105  1.1  jmcneill #define SNOC_PCNOC_SLV			51
    106  1.1  jmcneill 
    107  1.1  jmcneill #endif
    108