1*d15eb801STaniya Das /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*d15eb801STaniya Das /*
3*d15eb801STaniya Das  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
4*d15eb801STaniya Das  */
5*d15eb801STaniya Das 
6*d15eb801STaniya Das #ifndef _DT_BINDINGS_CLK_QCOM_LPASS_SC7280_H
7*d15eb801STaniya Das #define _DT_BINDINGS_CLK_QCOM_LPASS_SC7280_H
8*d15eb801STaniya Das 
9*d15eb801STaniya Das #define LPASS_Q6SS_AHBM_CLK				0
10*d15eb801STaniya Das #define LPASS_Q6SS_AHBS_CLK				1
11*d15eb801STaniya Das #define LPASS_TOP_CC_LPI_Q6_AXIM_HS_CLK			2
12*d15eb801STaniya Das #define LPASS_QDSP6SS_XO_CLK				3
13*d15eb801STaniya Das #define LPASS_QDSP6SS_SLEEP_CLK				4
14*d15eb801STaniya Das #define LPASS_QDSP6SS_CORE_CLK				5
15*d15eb801STaniya Das 
16*d15eb801STaniya Das #endif
17