brintos

brintos / linux-shallow public Read only

0
0
Text · 3.9 KiB · 67b500e Raw
151 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Qualcomm SDM845 interconnect IDs4 *5 * Copyright (c) 2018, Linaro Ltd.6 * Author: Georgi Djakov <georgi.djakov@linaro.org>7 */8 9#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM845_H10#define __DT_BINDINGS_INTERCONNECT_QCOM_SDM845_H11 12#define MASTER_A1NOC_CFG		013#define MASTER_TSIF			114#define MASTER_SDCC_2			215#define MASTER_SDCC_4			316#define MASTER_UFS_CARD			417#define MASTER_UFS_MEM			518#define MASTER_PCIE_0			619#define SLAVE_A1NOC_SNOC		720#define SLAVE_SERVICE_A1NOC		821#define SLAVE_ANOC_PCIE_A1NOC_SNOC	922#define MASTER_QUP_1			1023 24#define MASTER_A2NOC_CFG		025#define MASTER_QDSS_BAM			126#define MASTER_CNOC_A2NOC		227#define MASTER_CRYPTO			328#define MASTER_IPA			429#define MASTER_PCIE_1			530#define MASTER_QDSS_ETR			631#define MASTER_USB3_0			732#define MASTER_USB3_1			833#define SLAVE_A2NOC_SNOC		934#define SLAVE_ANOC_PCIE_SNOC		1035#define SLAVE_SERVICE_A2NOC		1136#define MASTER_QUP_2			1237 38#define MASTER_SPDM			039#define MASTER_TIC			140#define MASTER_SNOC_CNOC		241#define MASTER_QDSS_DAP			342#define SLAVE_A1NOC_CFG			443#define SLAVE_A2NOC_CFG			544#define SLAVE_AOP			645#define SLAVE_AOSS			746#define SLAVE_CAMERA_CFG		847#define SLAVE_CLK_CTL			948#define SLAVE_CDSP_CFG			1049#define SLAVE_RBCPR_CX_CFG		1150#define SLAVE_CRYPTO_0_CFG		1251#define SLAVE_DCC_CFG			1352#define SLAVE_CNOC_DDRSS		1453#define SLAVE_DISPLAY_CFG		1554#define SLAVE_GLM			1655#define SLAVE_GFX3D_CFG			1756#define SLAVE_IMEM_CFG			1857#define SLAVE_IPA_CFG			1958#define SLAVE_CNOC_MNOC_CFG		2059#define SLAVE_PCIE_0_CFG		2160#define SLAVE_PCIE_1_CFG		2261#define SLAVE_PDM			2362#define SLAVE_SOUTH_PHY_CFG		2463#define SLAVE_PIMEM_CFG			2564#define SLAVE_PRNG			2665#define SLAVE_QDSS_CFG			2766#define SLAVE_BLSP_2			2867#define SLAVE_BLSP_1			2968#define SLAVE_SDCC_2			3069#define SLAVE_SDCC_4			3170#define SLAVE_SNOC_CFG			3271#define SLAVE_SPDM_WRAPPER		3372#define SLAVE_SPSS_CFG			3473#define SLAVE_TCSR			3574#define SLAVE_TLMM_NORTH		3675#define SLAVE_TLMM_SOUTH		3776#define SLAVE_TSIF			3877#define SLAVE_UFS_CARD_CFG		3978#define SLAVE_UFS_MEM_CFG		4079#define SLAVE_USB3_0			4180#define SLAVE_USB3_1			4281#define SLAVE_VENUS_CFG			4382#define SLAVE_VSENSE_CTRL_CFG		4483#define SLAVE_CNOC_A2NOC		4584#define SLAVE_SERVICE_CNOC		4685 86#define MASTER_CNOC_DC_NOC		087#define SLAVE_LLCC_CFG			188#define SLAVE_MEM_NOC_CFG		289 90#define MASTER_APPSS_PROC		091#define MASTER_GNOC_CFG			192#define SLAVE_GNOC_SNOC			293#define SLAVE_GNOC_MEM_NOC		394#define SLAVE_SERVICE_GNOC		495 96#define MASTER_TCU_0			097#define MASTER_MEM_NOC_CFG		198#define MASTER_GNOC_MEM_NOC		299#define MASTER_MNOC_HF_MEM_NOC		3100#define MASTER_MNOC_SF_MEM_NOC		4101#define MASTER_SNOC_GC_MEM_NOC		5102#define MASTER_SNOC_SF_MEM_NOC		6103#define MASTER_GFX3D			7104#define SLAVE_MSS_PROC_MS_MPU_CFG	8105#define SLAVE_MEM_NOC_GNOC		9106#define SLAVE_LLCC			10107#define SLAVE_MEM_NOC_SNOC		11108#define SLAVE_SERVICE_MEM_NOC		12109#define MASTER_LLCC			13110#define SLAVE_EBI1			14111 112#define MASTER_CNOC_MNOC_CFG		0113#define MASTER_CAMNOC_HF0		1114#define MASTER_CAMNOC_HF1		2115#define MASTER_CAMNOC_SF		3116#define MASTER_MDP0			4117#define MASTER_MDP1			5118#define MASTER_ROTATOR			6119#define MASTER_VIDEO_P0			7120#define MASTER_VIDEO_P1			8121#define MASTER_VIDEO_PROC		9122#define SLAVE_MNOC_SF_MEM_NOC		10123#define SLAVE_MNOC_HF_MEM_NOC		11124#define SLAVE_SERVICE_MNOC		12125#define MASTER_CAMNOC_HF0_UNCOMP	13126#define MASTER_CAMNOC_HF1_UNCOMP	14127#define MASTER_CAMNOC_SF_UNCOMP		15128#define SLAVE_CAMNOC_UNCOMP		16129 130#define MASTER_SNOC_CFG			0131#define MASTER_A1NOC_SNOC		1132#define MASTER_A2NOC_SNOC		2133#define MASTER_GNOC_SNOC		3134#define MASTER_MEM_NOC_SNOC		4135#define MASTER_ANOC_PCIE_SNOC		5136#define MASTER_PIMEM			6137#define MASTER_GIC			7138#define SLAVE_APPSS			8139#define SLAVE_SNOC_CNOC			9140#define SLAVE_SNOC_MEM_NOC_GC		10141#define SLAVE_SNOC_MEM_NOC_SF		11142#define SLAVE_IMEM			12143#define SLAVE_PCIE_0			13144#define SLAVE_PCIE_1			14145#define SLAVE_PIMEM			15146#define SLAVE_SERVICE_SNOC		16147#define SLAVE_QDSS_STM			17148#define SLAVE_TCU			18149 150#endif151