1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*f126890aSEmmanuel Vadot /* 3*f126890aSEmmanuel Vadot * Copyright (c) 2023, Linaro Ltd. 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_QCOM_LPASSCC_SC8280XP_H 7*f126890aSEmmanuel Vadot #define _DT_BINDINGS_CLK_QCOM_LPASSCC_SC8280XP_H 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot /* LPASS AUDIO CC CSR */ 10*f126890aSEmmanuel Vadot #define LPASS_AUDIO_SWR_RX_CGCR 0 11*f126890aSEmmanuel Vadot #define LPASS_AUDIO_SWR_WSA_CGCR 1 12*f126890aSEmmanuel Vadot #define LPASS_AUDIO_SWR_WSA2_CGCR 2 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot /* LPASS TCSR */ 15*f126890aSEmmanuel Vadot #define LPASS_AUDIO_SWR_TX_CGCR 0 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot #endif 18