162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __DRIVERS_INTERCONNECT_QCOM_SDX65_H 762306a36Sopenharmony_ci#define __DRIVERS_INTERCONNECT_QCOM_SDX65_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define SDX65_MASTER_TCU_0 0 1062306a36Sopenharmony_ci#define SDX65_MASTER_LLCC 1 1162306a36Sopenharmony_ci#define SDX65_MASTER_AUDIO 2 1262306a36Sopenharmony_ci#define SDX65_MASTER_BLSP_1 3 1362306a36Sopenharmony_ci#define SDX65_MASTER_QDSS_BAM 4 1462306a36Sopenharmony_ci#define SDX65_MASTER_QPIC 5 1562306a36Sopenharmony_ci#define SDX65_MASTER_SNOC_CFG 6 1662306a36Sopenharmony_ci#define SDX65_MASTER_SPMI_FETCHER 7 1762306a36Sopenharmony_ci#define SDX65_MASTER_ANOC_SNOC 8 1862306a36Sopenharmony_ci#define SDX65_MASTER_IPA 9 1962306a36Sopenharmony_ci#define SDX65_MASTER_MEM_NOC_SNOC 10 2062306a36Sopenharmony_ci#define SDX65_MASTER_MEM_NOC_PCIE_SNOC 11 2162306a36Sopenharmony_ci#define SDX65_MASTER_SNOC_GC_MEM_NOC 12 2262306a36Sopenharmony_ci#define SDX65_MASTER_CRYPTO 13 2362306a36Sopenharmony_ci#define SDX65_MASTER_APPSS_PROC 14 2462306a36Sopenharmony_ci#define SDX65_MASTER_IPA_PCIE 15 2562306a36Sopenharmony_ci#define SDX65_MASTER_PCIE_0 16 2662306a36Sopenharmony_ci#define SDX65_MASTER_QDSS_ETR 17 2762306a36Sopenharmony_ci#define SDX65_MASTER_SDCC_1 18 2862306a36Sopenharmony_ci#define SDX65_MASTER_USB3 19 2962306a36Sopenharmony_ci#define SDX65_SLAVE_EBI1 512 3062306a36Sopenharmony_ci#define SDX65_SLAVE_AOSS 513 3162306a36Sopenharmony_ci#define SDX65_SLAVE_APPSS 514 3262306a36Sopenharmony_ci#define SDX65_SLAVE_AUDIO 515 3362306a36Sopenharmony_ci#define SDX65_SLAVE_BLSP_1 516 3462306a36Sopenharmony_ci#define SDX65_SLAVE_CLK_CTL 517 3562306a36Sopenharmony_ci#define SDX65_SLAVE_CRYPTO_0_CFG 518 3662306a36Sopenharmony_ci#define SDX65_SLAVE_CNOC_DDRSS 519 3762306a36Sopenharmony_ci#define SDX65_SLAVE_ECC_CFG 520 3862306a36Sopenharmony_ci#define SDX65_SLAVE_IMEM_CFG 521 3962306a36Sopenharmony_ci#define SDX65_SLAVE_IPA_CFG 522 4062306a36Sopenharmony_ci#define SDX65_SLAVE_CNOC_MSS 523 4162306a36Sopenharmony_ci#define SDX65_SLAVE_PCIE_PARF 524 4262306a36Sopenharmony_ci#define SDX65_SLAVE_PDM 525 4362306a36Sopenharmony_ci#define SDX65_SLAVE_PRNG 526 4462306a36Sopenharmony_ci#define SDX65_SLAVE_QDSS_CFG 527 4562306a36Sopenharmony_ci#define SDX65_SLAVE_QPIC 528 4662306a36Sopenharmony_ci#define SDX65_SLAVE_SDCC_1 529 4762306a36Sopenharmony_ci#define SDX65_SLAVE_SNOC_CFG 530 4862306a36Sopenharmony_ci#define SDX65_SLAVE_SPMI_FETCHER 531 4962306a36Sopenharmony_ci#define SDX65_SLAVE_SPMI_VGI_COEX 532 5062306a36Sopenharmony_ci#define SDX65_SLAVE_TCSR 533 5162306a36Sopenharmony_ci#define SDX65_SLAVE_TLMM 534 5262306a36Sopenharmony_ci#define SDX65_SLAVE_USB3 535 5362306a36Sopenharmony_ci#define SDX65_SLAVE_USB3_PHY_CFG 536 5462306a36Sopenharmony_ci#define SDX65_SLAVE_ANOC_SNOC 537 5562306a36Sopenharmony_ci#define SDX65_SLAVE_LLCC 538 5662306a36Sopenharmony_ci#define SDX65_SLAVE_MEM_NOC_SNOC 539 5762306a36Sopenharmony_ci#define SDX65_SLAVE_SNOC_MEM_NOC_GC 540 5862306a36Sopenharmony_ci#define SDX65_SLAVE_MEM_NOC_PCIE_SNOC 541 5962306a36Sopenharmony_ci#define SDX65_SLAVE_IMEM 542 6062306a36Sopenharmony_ci#define SDX65_SLAVE_SERVICE_SNOC 543 6162306a36Sopenharmony_ci#define SDX65_SLAVE_PCIE_0 544 6262306a36Sopenharmony_ci#define SDX65_SLAVE_QDSS_STM 545 6362306a36Sopenharmony_ci#define SDX65_SLAVE_TCU 546 6462306a36Sopenharmony_ci 6562306a36Sopenharmony_ci#endif 66