162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2020, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_LPASS_CORE_CC_SC7180_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_LPASS_CORE_CC_SC7180_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* LPASS_CORE_CC clocks */
1062306a36Sopenharmony_ci#define LPASS_LPAAUDIO_DIG_PLL				0
1162306a36Sopenharmony_ci#define LPASS_LPAAUDIO_DIG_PLL_OUT_ODD			1
1262306a36Sopenharmony_ci#define CORE_CLK_SRC					2
1362306a36Sopenharmony_ci#define EXT_MCLK0_CLK_SRC				3
1462306a36Sopenharmony_ci#define LPAIF_PRI_CLK_SRC				4
1562306a36Sopenharmony_ci#define LPAIF_SEC_CLK_SRC				5
1662306a36Sopenharmony_ci#define LPASS_AUDIO_CORE_CORE_CLK			6
1762306a36Sopenharmony_ci#define LPASS_AUDIO_CORE_EXT_MCLK0_CLK			7
1862306a36Sopenharmony_ci#define LPASS_AUDIO_CORE_LPAIF_PRI_IBIT_CLK		8
1962306a36Sopenharmony_ci#define LPASS_AUDIO_CORE_LPAIF_SEC_IBIT_CLK		9
2062306a36Sopenharmony_ci#define LPASS_AUDIO_CORE_SYSNOC_MPORT_CORE_CLK		10
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci/* LPASS Core power domains */
2362306a36Sopenharmony_ci#define LPASS_CORE_HM_GDSCR				0
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci/* LPASS Audio power domains */
2662306a36Sopenharmony_ci#define LPASS_AUDIO_HM_GDSCR				0
2762306a36Sopenharmony_ci#define LPASS_PDC_HM_GDSCR				1
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci#endif
30