20 lines
551 B
C
20 lines
551 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. 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 9
|
|
|
|
#endif
|