icc: dt-bindings: add endpoint IDs for interconnects for YUPIK

Add endpoint ID for GIC master which consumers can use to set bandwidth
constraints and find paths in the NoC (Network-On-Chip) topology.

Change-Id: I673888840c4dc2770ccb6d5dab76bab72c3af3cf
Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
This commit is contained in:
Odelu Kukatla 2021-03-30 21:49:34 +05:30
parent 629f831242
commit 955838aadb

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/
#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_YUPIK_H
@ -58,6 +58,7 @@
#define MASTER_SDCC_4 49
#define MASTER_UFS_MEM 50
#define MASTER_USB3_0 51
#define MASTER_GIC_1 52
#define SLAVE_EBI1 512
#define SLAVE_AHB2PHY_SOUTH 513
#define SLAVE_AHB2PHY_NORTH 514