89 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Qualcomm interconnect IDs4 *5 * Copyright (c) 2019, Linaro Ltd.6 * Author: Georgi Djakov <georgi.djakov@linaro.org>7 */8 9#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_QCS404_H10#define __DT_BINDINGS_INTERCONNECT_QCOM_QCS404_H11 12#define MASTER_AMPSS_M0 013#define MASTER_OXILI 114#define MASTER_MDP_PORT0 215#define MASTER_SNOC_BIMC_1 316#define MASTER_TCU_0 417#define SLAVE_EBI_CH0 518#define SLAVE_BIMC_SNOC 619 20#define MASTER_SPDM 021#define MASTER_BLSP_1 122#define MASTER_BLSP_2 223#define MASTER_XI_USB_HS1 324#define MASTER_CRYPT0 425#define MASTER_SDCC_1 526#define MASTER_SDCC_2 627#define MASTER_SNOC_PCNOC 728#define MASTER_QPIC 829#define PCNOC_INT_0 930#define PCNOC_INT_2 1031#define PCNOC_INT_3 1132#define PCNOC_S_0 1233#define PCNOC_S_1 1334#define PCNOC_S_2 1435#define PCNOC_S_3 1536#define PCNOC_S_4 1637#define PCNOC_S_6 1738#define PCNOC_S_7 1839#define PCNOC_S_8 1940#define PCNOC_S_9 2041#define PCNOC_S_10 2142#define PCNOC_S_11 2243#define SLAVE_SPDM 2344#define SLAVE_PDM 2445#define SLAVE_PRNG 2546#define SLAVE_TCSR 2647#define SLAVE_SNOC_CFG 2748#define SLAVE_MESSAGE_RAM 2849#define SLAVE_DISP_SS_CFG 2950#define SLAVE_GPU_CFG 3051#define SLAVE_BLSP_1 3152#define SLAVE_BLSP_2 3253#define SLAVE_TLMM_NORTH 3354#define SLAVE_PCIE 3455#define SLAVE_ETHERNET 3556#define SLAVE_TLMM_EAST 3657#define SLAVE_TCU 3758#define SLAVE_PMIC_ARB 3859#define SLAVE_SDCC_1 3960#define SLAVE_SDCC_2 4061#define SLAVE_TLMM_SOUTH 4162#define SLAVE_USB_HS 4263#define SLAVE_USB3 4364#define SLAVE_CRYPTO_0_CFG 4465#define SLAVE_PCNOC_SNOC 4566 67#define MASTER_QDSS_BAM 068#define MASTER_BIMC_SNOC 169#define MASTER_PCNOC_SNOC 270#define MASTER_QDSS_ETR 371#define MASTER_EMAC 472#define MASTER_PCIE 573#define MASTER_USB3 674#define QDSS_INT 775#define SNOC_INT_0 876#define SNOC_INT_1 977#define SNOC_INT_2 1078#define SLAVE_KPSS_AHB 1179#define SLAVE_WCSS 1280#define SLAVE_SNOC_BIMC_1 1381#define SLAVE_IMEM 1482#define SLAVE_SNOC_PCNOC 1583#define SLAVE_QDSS_STM 1684#define SLAVE_CATS_0 1785#define SLAVE_CATS_1 1886#define SLAVE_LPASS 1987 88#endif89