Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f68fc67 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

iicc: dt-bindings: add endpoint IDs for L3 interconnect for HOLI



Add master and slave ID constants for all Qualcomm Technologies, Inc.
Holi interconnect providers which consumers can use to set bandwidth
constraints and find paths in the NoC (Network-On-Chip) topology.

Change-Id: I41888e2c8fbedb33c8c7cc21357fcb6f20d65f57
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 1e4aef37
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_CPUCP_L3_H
#define __DT_BINDINGS_INTERCONNECT_QCOM_CPUCP_L3_H

#define MASTER_CPUCP_L3_APPS			0
#define SLAVE_CPUCP_L3_CPU0			1
#define SLAVE_CPUCP_L3_CPU1			2
#define SLAVE_CPUCP_L3_CPU2			3
#define SLAVE_CPUCP_L3_CPU3			4
#define SLAVE_CPUCP_L3_CPU4			5
#define SLAVE_CPUCP_L3_CPU5			6
#define SLAVE_CPUCP_L3_CPU6			7
#define SLAVE_CPUCP_L3_CPU7			8
#define SLAVE_CPUCP_L3_SHARED			9

#endif
+3 −3
Original line number Diff line number Diff line
@@ -94,8 +94,8 @@
#define SNOC_BIMC_SLV				564
#define SLAVE_SERVICE_SNOC				565
#define SLAVE_QDSS_STM				566
#define SLAVE_TCU				567
#define A1NOC_SNOC_SLV				568
#define A2NOC_SNOC_SLV				569
#define A1NOC_SNOC_SLV				567
#define A2NOC_SNOC_SLV				568
#define SLAVE_TCU				569

#endif