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