162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_MSM_RPMH_H 662306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_MSM_RPMH_H 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci/* RPMh controlled clocks */ 962306a36Sopenharmony_ci#define RPMH_CXO_CLK 0 1062306a36Sopenharmony_ci#define RPMH_CXO_CLK_A 1 1162306a36Sopenharmony_ci#define RPMH_LN_BB_CLK2 2 1262306a36Sopenharmony_ci#define RPMH_LN_BB_CLK2_A 3 1362306a36Sopenharmony_ci#define RPMH_LN_BB_CLK3 4 1462306a36Sopenharmony_ci#define RPMH_LN_BB_CLK3_A 5 1562306a36Sopenharmony_ci#define RPMH_RF_CLK1 6 1662306a36Sopenharmony_ci#define RPMH_RF_CLK1_A 7 1762306a36Sopenharmony_ci#define RPMH_RF_CLK2 8 1862306a36Sopenharmony_ci#define RPMH_RF_CLK2_A 9 1962306a36Sopenharmony_ci#define RPMH_RF_CLK3 10 2062306a36Sopenharmony_ci#define RPMH_RF_CLK3_A 11 2162306a36Sopenharmony_ci#define RPMH_IPA_CLK 12 2262306a36Sopenharmony_ci#define RPMH_LN_BB_CLK1 13 2362306a36Sopenharmony_ci#define RPMH_LN_BB_CLK1_A 14 2462306a36Sopenharmony_ci#define RPMH_CE_CLK 15 2562306a36Sopenharmony_ci#define RPMH_QPIC_CLK 16 2662306a36Sopenharmony_ci#define RPMH_DIV_CLK1 17 2762306a36Sopenharmony_ci#define RPMH_DIV_CLK1_A 18 2862306a36Sopenharmony_ci#define RPMH_RF_CLK4 19 2962306a36Sopenharmony_ci#define RPMH_RF_CLK4_A 20 3062306a36Sopenharmony_ci#define RPMH_RF_CLK5 21 3162306a36Sopenharmony_ci#define RPMH_RF_CLK5_A 22 3262306a36Sopenharmony_ci#define RPMH_PKA_CLK 23 3362306a36Sopenharmony_ci#define RPMH_HWKM_CLK 24 3462306a36Sopenharmony_ci#define RPMH_QLINK_CLK 25 3562306a36Sopenharmony_ci#define RPMH_QLINK_CLK_A 26 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ci#endif 38