1*86ea9de5STaniya Das /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*86ea9de5STaniya Das /* 3*86ea9de5STaniya Das * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. 4*86ea9de5STaniya Das */ 5*86ea9de5STaniya Das 6*86ea9de5STaniya Das #ifndef _DT_BINDINGS_CLK_QCOM_GCC_MAILI_H 7*86ea9de5STaniya Das #define _DT_BINDINGS_CLK_QCOM_GCC_MAILI_H 8*86ea9de5STaniya Das 9*86ea9de5STaniya Das #include "qcom,hawi-gcc.h" 10*86ea9de5STaniya Das 11*86ea9de5STaniya Das /* Maili has below additional clocks on top of Hawi */ 12*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_CORE_2X_CLK 188 13*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_CORE_CLK 189 14*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_QSPI_REF_CLK 190 15*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_QSPI_REF_CLK_SRC 191 16*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_S0_CLK 192 17*86ea9de5STaniya Das #define GCC_QUPV3_WRAP5_S0_CLK_SRC 193 18*86ea9de5STaniya Das #define GCC_QUPV3_WRAP_5_M_AHB_CLK 194 19*86ea9de5STaniya Das #define GCC_QUPV3_WRAP_5_S_AHB_CLK 195 20*86ea9de5STaniya Das 21*86ea9de5STaniya Das #endif 22