brintos

brintos / linux-shallow public Read only

0
0
Text · 3.5 KiB · 9b516cc Raw
137 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */2/*3 * Qualcomm SDM670 interconnect IDs4 *5 * Copyright (c) 2022, The Linux Foundation. All rights reserved.6 */7 8#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM670_H9#define __DT_BINDINGS_INTERCONNECT_QCOM_SDM670_H10 11#define MASTER_A1NOC_CFG		012#define MASTER_BLSP_1			113#define MASTER_TSIF			214#define MASTER_EMMC			315#define MASTER_SDCC_2			416#define MASTER_SDCC_4			517#define MASTER_UFS_MEM			618#define SLAVE_A1NOC_SNOC		719#define SLAVE_SERVICE_A1NOC		820 21#define MASTER_A2NOC_CFG		022#define MASTER_QDSS_BAM			123#define MASTER_BLSP_2			224#define MASTER_CNOC_A2NOC		325#define MASTER_CRYPTO_CORE_0		426#define MASTER_IPA			527#define MASTER_QDSS_ETR			628#define MASTER_USB3			729#define SLAVE_A2NOC_SNOC		830#define SLAVE_SERVICE_A2NOC		931 32 33#define MASTER_SPDM			034#define MASTER_SNOC_CNOC		135#define SLAVE_A1NOC_CFG			236#define SLAVE_A2NOC_CFG			337#define SLAVE_AOP			438#define SLAVE_AOSS			539#define SLAVE_CAMERA_CFG		640#define SLAVE_CLK_CTL			741#define SLAVE_CDSP_CFG			842#define SLAVE_RBCPR_CX_CFG		943#define SLAVE_CRYPTO_0_CFG		1044#define SLAVE_DCC_CFG			1145#define SLAVE_CNOC_DDRSS		1246#define SLAVE_DISPLAY_CFG		1347#define SLAVE_EMMC_CFG			1448#define SLAVE_GLM			1549#define SLAVE_GRAPHICS_3D_CFG		1650#define SLAVE_IMEM_CFG			1751#define SLAVE_IPA_CFG			1852#define SLAVE_CNOC_MNOC_CFG		1953#define SLAVE_PDM			2054#define SLAVE_SOUTH_PHY_CFG		2155#define SLAVE_PIMEM_CFG			2256#define SLAVE_PRNG			2357#define SLAVE_QDSS_CFG			2458#define SLAVE_BLSP_2			2559#define SLAVE_BLSP_1			2660#define SLAVE_SDCC_2			2761#define SLAVE_SDCC_4			2862#define SLAVE_SNOC_CFG			2963#define SLAVE_SPDM_WRAPPER		3064#define SLAVE_TCSR			3165#define SLAVE_TLMM_NORTH		3266#define SLAVE_TLMM_SOUTH		3367#define SLAVE_TSIF			3468#define SLAVE_UFS_MEM_CFG		3569#define SLAVE_USB3			3670#define SLAVE_VENUS_CFG			3771#define SLAVE_VSENSE_CTRL_CFG		3872#define SLAVE_CNOC_A2NOC		3973#define SLAVE_SERVICE_CNOC		4074 75#define MASTER_CNOC_DC_NOC		076#define SLAVE_LLCC_CFG			177#define SLAVE_MEM_NOC_CFG		278 79#define MASTER_AMPSS_M0			080#define MASTER_GNOC_CFG			181#define SLAVE_GNOC_SNOC			282#define SLAVE_GNOC_MEM_NOC		383#define SLAVE_SERVICE_GNOC		484 85#define MASTER_TCU_0			086#define MASTER_MEM_NOC_CFG		187#define MASTER_GNOC_MEM_NOC		288#define MASTER_MNOC_HF_MEM_NOC		389#define MASTER_MNOC_SF_MEM_NOC		490#define MASTER_SNOC_GC_MEM_NOC		591#define MASTER_SNOC_SF_MEM_NOC		692#define MASTER_GRAPHICS_3D		793#define SLAVE_MSS_PROC_MS_MPU_CFG	894#define SLAVE_MEM_NOC_GNOC		995#define SLAVE_LLCC			1096#define SLAVE_MEM_NOC_SNOC		1197#define SLAVE_SERVICE_MEM_NOC		1298#define MASTER_LLCC			1399#define SLAVE_EBI_CH0			14100 101#define MASTER_CNOC_MNOC_CFG		0102#define MASTER_CAMNOC_HF0		1103#define MASTER_CAMNOC_HF1		2104#define MASTER_CAMNOC_SF		3105#define MASTER_MDP_PORT0		4106#define MASTER_MDP_PORT1		5107#define MASTER_ROTATOR			6108#define MASTER_VIDEO_P0			7109#define MASTER_VIDEO_P1			8110#define MASTER_VIDEO_PROC		9111#define SLAVE_MNOC_SF_MEM_NOC		10112#define SLAVE_MNOC_HF_MEM_NOC		11113#define SLAVE_SERVICE_MNOC		12114 115#define MASTER_SNOC_CFG			0116#define MASTER_A1NOC_SNOC		1117#define MASTER_A2NOC_SNOC		2118#define MASTER_GNOC_SNOC		3119#define MASTER_MEM_NOC_SNOC		4120#define MASTER_PIMEM			5121#define MASTER_GIC			6122#define SLAVE_APPSS			7123#define SLAVE_SNOC_CNOC			8124#define SLAVE_SNOC_MEM_NOC_GC		9125#define SLAVE_SNOC_MEM_NOC_SF		10126#define SLAVE_OCIMEM			11127#define SLAVE_PIMEM			12128#define SLAVE_SERVICE_SNOC		13129#define SLAVE_QDSS_STM			14130#define SLAVE_TCU			15131#define MASTER_CAMNOC_HF0_UNCOMP	16132#define MASTER_CAMNOC_HF1_UNCOMP	17133#define MASTER_CAMNOC_SF_UNCOMP		18134#define SLAVE_CAMNOC_UNCOMP		19135 136#endif137