101 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Qualcomm interconnect IDs4 *5 * Copyright (c) 2019, Linaro Ltd.6 * Author: Georgi Djakov <georgi.djakov@linaro.org>7 */8 9#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8916_H10#define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8916_H11 12#define BIMC_SNOC_SLV 013#define MASTER_JPEG 114#define MASTER_MDP_PORT0 215#define MASTER_QDSS_BAM 316#define MASTER_QDSS_ETR 417#define MASTER_SNOC_CFG 518#define MASTER_VFE 619#define MASTER_VIDEO_P0 720#define SNOC_MM_INT_0 821#define SNOC_MM_INT_1 922#define SNOC_MM_INT_2 1023#define SNOC_MM_INT_BIMC 1124#define PCNOC_SNOC_SLV 1225#define SLAVE_APSS 1326#define SLAVE_CATS_128 1427#define SLAVE_OCMEM_64 1528#define SLAVE_IMEM 1629#define SLAVE_QDSS_STM 1730#define SLAVE_SRVC_SNOC 1831#define SNOC_BIMC_0_MAS 1932#define SNOC_BIMC_1_MAS 2033#define SNOC_INT_0 2134#define SNOC_INT_1 2235#define SNOC_INT_BIMC 2336#define SNOC_PCNOC_MAS 2437#define SNOC_QDSS_INT 2538 39#define BIMC_SNOC_MAS 040#define MASTER_AMPSS_M0 141#define MASTER_GRAPHICS_3D 242#define MASTER_TCU0 343#define MASTER_TCU1 444#define SLAVE_AMPSS_L2 545#define SLAVE_EBI_CH0 646#define SNOC_BIMC_0_SLV 747#define SNOC_BIMC_1_SLV 848 49#define MASTER_BLSP_1 050#define MASTER_DEHR 151#define MASTER_LPASS 252#define MASTER_CRYPTO_CORE0 353#define MASTER_SDCC_1 454#define MASTER_SDCC_2 555#define MASTER_SPDM 656#define MASTER_USB_HS 757#define PCNOC_INT_0 858#define PCNOC_INT_1 959#define PCNOC_MAS_0 1060#define PCNOC_MAS_1 1161#define PCNOC_SLV_0 1262#define PCNOC_SLV_1 1363#define PCNOC_SLV_2 1464#define PCNOC_SLV_3 1565#define PCNOC_SLV_4 1666#define PCNOC_SLV_8 1767#define PCNOC_SLV_9 1868#define PCNOC_SNOC_MAS 1969#define SLAVE_BIMC_CFG 2070#define SLAVE_BLSP_1 2171#define SLAVE_BOOT_ROM 2272#define SLAVE_CAMERA_CFG 2373#define SLAVE_CLK_CTL 2474#define SLAVE_CRYPTO_0_CFG 2575#define SLAVE_DEHR_CFG 2676#define SLAVE_DISPLAY_CFG 2777#define SLAVE_GRAPHICS_3D_CFG 2878#define SLAVE_IMEM_CFG 2979#define SLAVE_LPASS 3080#define SLAVE_MPM 3181#define SLAVE_MSG_RAM 3282#define SLAVE_MSS 3383#define SLAVE_PDM 3484#define SLAVE_PMIC_ARB 3585#define SLAVE_PCNOC_CFG 3686#define SLAVE_PRNG 3787#define SLAVE_QDSS_CFG 3888#define SLAVE_RBCPR_CFG 3989#define SLAVE_SDCC_1 4090#define SLAVE_SDCC_2 4191#define SLAVE_SECURITY 4292#define SLAVE_SNOC_CFG 4393#define SLAVE_SPDM 4494#define SLAVE_TCSR 4595#define SLAVE_TLMM 4696#define SLAVE_USB_HS 4797#define SLAVE_VENUS_CFG 4898#define SNOC_PCNOC_SLV 4999 100#endif101