mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
4937dc0ffc
Add bindings for Qualcomm MSM8937 Network-On-Chip interconnect devices. Signed-off-by: Adam Skladowski <a39.skl@gmail.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240709102728.15349-4-a39.skl@gmail.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
94 lines
2.1 KiB
C
94 lines
2.1 KiB
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
/*
|
|
* Qualcomm MSM8937 interconnect IDs
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H
|
|
#define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H
|
|
|
|
/* BIMC fabric */
|
|
#define MAS_APPS_PROC 0
|
|
#define MAS_OXILI 1
|
|
#define MAS_SNOC_BIMC_0 2
|
|
#define MAS_SNOC_BIMC_2 3
|
|
#define MAS_SNOC_BIMC_1 4
|
|
#define MAS_TCU_0 5
|
|
#define SLV_EBI 6
|
|
#define SLV_BIMC_SNOC 7
|
|
|
|
/* PCNOC fabric */
|
|
#define MAS_SPDM 0
|
|
#define MAS_BLSP_1 1
|
|
#define MAS_BLSP_2 2
|
|
#define MAS_USB_HS1 3
|
|
#define MAS_XI_USB_HS1 4
|
|
#define MAS_CRYPTO 5
|
|
#define MAS_SDCC_1 6
|
|
#define MAS_SDCC_2 7
|
|
#define MAS_SNOC_PCNOC 8
|
|
#define PCNOC_M_0 9
|
|
#define PCNOC_M_1 10
|
|
#define PCNOC_INT_0 11
|
|
#define PCNOC_INT_1 12
|
|
#define PCNOC_INT_2 13
|
|
#define PCNOC_INT_3 14
|
|
#define PCNOC_S_0 15
|
|
#define PCNOC_S_1 16
|
|
#define PCNOC_S_2 17
|
|
#define PCNOC_S_3 18
|
|
#define PCNOC_S_4 19
|
|
#define PCNOC_S_6 20
|
|
#define PCNOC_S_7 21
|
|
#define PCNOC_S_8 22
|
|
#define SLV_SDCC_2 23
|
|
#define SLV_SPDM 24
|
|
#define SLV_PDM 25
|
|
#define SLV_PRNG 26
|
|
#define SLV_TCSR 27
|
|
#define SLV_SNOC_CFG 28
|
|
#define SLV_MESSAGE_RAM 29
|
|
#define SLV_CAMERA_SS_CFG 30
|
|
#define SLV_DISP_SS_CFG 31
|
|
#define SLV_VENUS_CFG 32
|
|
#define SLV_GPU_CFG 33
|
|
#define SLV_TLMM 34
|
|
#define SLV_BLSP_1 35
|
|
#define SLV_BLSP_2 36
|
|
#define SLV_PMIC_ARB 37
|
|
#define SLV_SDCC_1 38
|
|
#define SLV_CRYPTO_0_CFG 39
|
|
#define SLV_USB_HS 40
|
|
#define SLV_TCU 41
|
|
#define SLV_PCNOC_SNOC 42
|
|
|
|
/* SNOC fabric */
|
|
#define MAS_QDSS_BAM 0
|
|
#define MAS_BIMC_SNOC 1
|
|
#define MAS_PCNOC_SNOC 2
|
|
#define MAS_QDSS_ETR 3
|
|
#define QDSS_INT 4
|
|
#define SNOC_INT_0 5
|
|
#define SNOC_INT_1 6
|
|
#define SNOC_INT_2 7
|
|
#define SLV_KPSS_AHB 8
|
|
#define SLV_WCSS 9
|
|
#define SLV_SNOC_BIMC_1 10
|
|
#define SLV_IMEM 11
|
|
#define SLV_SNOC_PCNOC 12
|
|
#define SLV_QDSS_STM 13
|
|
#define SLV_CATS_1 14
|
|
#define SLV_LPASS 15
|
|
|
|
/* SNOC-MM fabric */
|
|
#define MAS_JPEG 0
|
|
#define MAS_MDP 1
|
|
#define MAS_VENUS 2
|
|
#define MAS_VFE0 3
|
|
#define MAS_VFE1 4
|
|
#define MAS_CPP 5
|
|
#define SLV_SNOC_BIMC_0 6
|
|
#define SLV_SNOC_BIMC_2 7
|
|
#define SLV_CATS_0 8
|
|
|
|
#endif /* __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H */
|