brintos

brintos / linux-shallow public Read only

0
0
Text · 2.9 KiB · 21090e5 Raw
112 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */2/*3 * Copyright (c) 2020, The Linux Foundation. All rights reserved.4 * Copyright (c) 2023, Linaro Limited5 */6 7#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SM6115_H8#define __DT_BINDINGS_INTERCONNECT_QCOM_SM6115_H9 10/* BIMC */11#define MASTER_AMPSS_M0				012#define MASTER_SNOC_BIMC_RT			113#define MASTER_SNOC_BIMC_NRT			214#define SNOC_BIMC_MAS				315#define MASTER_GRAPHICS_3D			416#define MASTER_TCU_0				517#define SLAVE_EBI_CH0				618#define BIMC_SNOC_SLV				719 20/* CNOC */21#define SNOC_CNOC_MAS				022#define MASTER_QDSS_DAP				123#define SLAVE_AHB2PHY_USB			224#define SLAVE_APSS_THROTTLE_CFG			325#define SLAVE_BIMC_CFG				426#define SLAVE_BOOT_ROM				527#define SLAVE_CAMERA_NRT_THROTTLE_CFG		628#define SLAVE_CAMERA_RT_THROTTLE_CFG		729#define SLAVE_CAMERA_CFG			830#define SLAVE_CLK_CTL				931#define SLAVE_RBCPR_CX_CFG			1032#define SLAVE_RBCPR_MX_CFG			1133#define SLAVE_CRYPTO_0_CFG			1234#define SLAVE_DCC_CFG				1335#define SLAVE_DDR_PHY_CFG			1436#define SLAVE_DDR_SS_CFG			1537#define SLAVE_DISPLAY_CFG			1638#define SLAVE_DISPLAY_THROTTLE_CFG		1739#define SLAVE_GPU_CFG				1840#define SLAVE_GPU_THROTTLE_CFG			1941#define SLAVE_HWKM_CORE				2042#define SLAVE_IMEM_CFG				2143#define SLAVE_IPA_CFG				2244#define SLAVE_LPASS				2345#define SLAVE_MAPSS				2446#define SLAVE_MDSP_MPU_CFG			2547#define SLAVE_MESSAGE_RAM			2648#define SLAVE_CNOC_MSS				2749#define SLAVE_PDM				2850#define SLAVE_PIMEM_CFG				2951#define SLAVE_PKA_CORE				3052#define SLAVE_PMIC_ARB				3153#define SLAVE_QDSS_CFG				3254#define SLAVE_QM_CFG				3355#define SLAVE_QM_MPU_CFG			3456#define SLAVE_QPIC				3557#define SLAVE_QUP_0				3658#define SLAVE_RPM				3759#define SLAVE_SDCC_1				3860#define SLAVE_SDCC_2				3961#define SLAVE_SECURITY				4062#define SLAVE_SNOC_CFG				4163#define SLAVE_TCSR				4264#define SLAVE_TLMM				4365#define SLAVE_USB3				4466#define SLAVE_VENUS_CFG				4567#define SLAVE_VENUS_THROTTLE_CFG		4668#define SLAVE_VSENSE_CTRL_CFG			4769#define SLAVE_SERVICE_CNOC			4870 71/* SNOC */72#define MASTER_CRYPTO_CORE0			073#define MASTER_SNOC_CFG				174#define MASTER_TIC				275#define MASTER_ANOC_SNOC			376#define BIMC_SNOC_MAS				477#define MASTER_PIMEM				578#define MASTER_QDSS_BAM				679#define MASTER_QPIC				780#define MASTER_QUP_0				881#define MASTER_IPA				982#define MASTER_QDSS_ETR				1083#define MASTER_SDCC_1				1184#define MASTER_SDCC_2				1285#define MASTER_USB3				1386#define SLAVE_APPSS				1487#define SNOC_CNOC_SLV				1588#define SLAVE_OCIMEM				1689#define SLAVE_PIMEM				1790#define SNOC_BIMC_SLV				1891#define SLAVE_SERVICE_SNOC			1992#define SLAVE_QDSS_STM				2093#define SLAVE_TCU				2194#define SLAVE_ANOC_SNOC				2295 96/* CLK Virtual */97#define MASTER_QUP_CORE_0			098#define SLAVE_QUP_CORE_0			199 100/* MMRT Virtual */101#define MASTER_CAMNOC_HF			0102#define MASTER_MDP_PORT0			1103#define SLAVE_SNOC_BIMC_RT			2104 105/* MMNRT Virtual */106#define MASTER_CAMNOC_SF			0107#define MASTER_VIDEO_P0				1108#define MASTER_VIDEO_PROC			2109#define SLAVE_SNOC_BIMC_NRT			3110 111#endif112