brintos

brintos / linux-shallow public Read only

0
0
Text · 2.6 KiB · c22369a Raw
106 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Qualcomm interconnect IDs4 *5 * Copyright (c) 2020, Linaro Ltd.6 * Author: Jun Nie <jun.nie@linaro.org>7 */8 9#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H10#define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H11 12#define BIMC_SNOC_SLV			013#define MASTER_QDSS_BAM			114#define MASTER_QDSS_ETR			215#define MASTER_SNOC_CFG			316#define PCNOC_SNOC_SLV			417#define SLAVE_APSS			518#define SLAVE_CATS_128			619#define SLAVE_OCMEM_64			720#define SLAVE_IMEM			821#define SLAVE_QDSS_STM			922#define SLAVE_SRVC_SNOC			1023#define SNOC_BIMC_0_MAS			1124#define SNOC_BIMC_1_MAS			1225#define SNOC_BIMC_2_MAS			1326#define SNOC_INT_0			1427#define SNOC_INT_1			1528#define SNOC_INT_BIMC			1629#define SNOC_PCNOC_MAS			1730#define SNOC_QDSS_INT			1831 32#define MASTER_VIDEO_P0			033#define MASTER_JPEG			134#define MASTER_VFE			235#define MASTER_MDP_PORT0		336#define MASTER_MDP_PORT1		437#define MASTER_CPP			538#define SNOC_MM_INT_0			639#define SNOC_MM_INT_1			740#define SNOC_MM_INT_2			841 42#define BIMC_SNOC_MAS			043#define MASTER_AMPSS_M0			144#define MASTER_GRAPHICS_3D		245#define MASTER_TCU0			346#define SLAVE_AMPSS_L2			447#define SLAVE_EBI_CH0			548#define SNOC_BIMC_0_SLV			649#define SNOC_BIMC_1_SLV			750#define SNOC_BIMC_2_SLV			851 52#define MASTER_BLSP_1			053#define MASTER_DEHR			154#define MASTER_LPASS			255#define MASTER_CRYPTO_CORE0		356#define MASTER_SDCC_1			457#define MASTER_SDCC_2			558#define MASTER_SPDM			659#define MASTER_USB_HS1			760#define MASTER_USB_HS2			861#define PCNOC_INT_0			962#define PCNOC_INT_1			1063#define PCNOC_MAS_0			1164#define PCNOC_MAS_1			1265#define PCNOC_SLV_0			1366#define PCNOC_SLV_1			1467#define PCNOC_SLV_2			1568#define PCNOC_SLV_3			1669#define PCNOC_SLV_4			1770#define PCNOC_SLV_8			1871#define PCNOC_SLV_9			1972#define PCNOC_SNOC_MAS			2073#define SLAVE_BIMC_CFG			2174#define SLAVE_BLSP_1			2275#define SLAVE_BOOT_ROM			2376#define SLAVE_CAMERA_CFG		2477#define SLAVE_CLK_CTL			2578#define SLAVE_CRYPTO_0_CFG			2679#define SLAVE_DEHR_CFG			2780#define SLAVE_DISPLAY_CFG			2881#define SLAVE_GRAPHICS_3D_CFG			2982#define SLAVE_IMEM_CFG			3083#define SLAVE_LPASS			3184#define SLAVE_MPM			3285#define SLAVE_MSG_RAM			3386#define SLAVE_MSS			3487#define SLAVE_PDM			3588#define SLAVE_PMIC_ARB			3689#define SLAVE_PCNOC_CFG			3790#define SLAVE_PRNG			3891#define SLAVE_QDSS_CFG			3992#define SLAVE_RBCPR_CFG			4093#define SLAVE_SDCC_1			4194#define SLAVE_SDCC_2			4295#define SLAVE_SECURITY			4396#define SLAVE_SNOC_CFG			4497#define SLAVE_SPDM			4598#define SLAVE_TCSR			4699#define SLAVE_TLMM			47100#define SLAVE_USB_HS1			48101#define SLAVE_USB_HS2			49102#define SLAVE_VENUS_CFG			50103#define SNOC_PCNOC_SLV			51104 105#endif106