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

Commit 1a54627a authored by David Dai's avatar David Dai
Browse files

dt-bindings: interconnect: Add epss l3 header for Lahaina



Add a header for EPSS L3 interconnect nodes for Lahaina.

Change-Id: Iad6c18943fff3c0c84e85594671ec96ea6e3a507
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent d9f515c2
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_EPSS_L3_H
#define __DT_BINDINGS_INTERCONNECT_QCOM_EPSS_L3_H

#define MASTER_EPSS_L3_APPS			0
#define SLAVE_EPSS_L3_CPU0			1
#define SLAVE_EPSS_L3_CPU1			2
#define SLAVE_EPSS_L3_CPU2			3
#define SLAVE_EPSS_L3_CPU3			4
#define SLAVE_EPSS_L3_CPU4			5
#define SLAVE_EPSS_L3_CPU5			6
#define SLAVE_EPSS_L3_CPU6			7
#define SLAVE_EPSS_L3_CPU7			8

#define SLAVE_EPSS_L3_SHARED			0

#endif