45 lines
1.5 KiB
C
45 lines
1.5 KiB
C
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_NPU_CC_SDMMAGPIE
|
|
#define _DT_BINDINGS_CLK_QCOM_NPU_CC_SDMMAGPIE
|
|
|
|
#define NPU_CC_PLL0 0
|
|
#define NPU_CC_PLL0_OUT_EVEN 1
|
|
#define NPU_CC_PLL1 2
|
|
#define NPU_CC_PLL1_OUT_EVEN 3
|
|
#define NPU_CC_ARMWIC_CORE_CLK 4
|
|
#define NPU_CC_BTO_CORE_CLK 5
|
|
#define NPU_CC_BWMON_CLK 6
|
|
#define NPU_CC_CAL_DP_CDC_CLK 7
|
|
#define NPU_CC_CAL_DP_CLK 8
|
|
#define NPU_CC_CAL_DP_CLK_SRC 9
|
|
#define NPU_CC_COMP_NOC_AXI_CLK 10
|
|
#define NPU_CC_CONF_NOC_AHB_CLK 11
|
|
#define NPU_CC_NPU_CORE_APB_CLK 12
|
|
#define NPU_CC_NPU_CORE_ATB_CLK 13
|
|
#define NPU_CC_NPU_CORE_CLK 14
|
|
#define NPU_CC_NPU_CORE_CLK_SRC 15
|
|
#define NPU_CC_NPU_CORE_CTI_CLK 16
|
|
#define NPU_CC_NPU_CPC_CLK 17
|
|
#define NPU_CC_NPU_CPC_TIMER_CLK 18
|
|
#define NPU_CC_PERF_CNT_CLK 19
|
|
#define NPU_CC_QTIMER_CORE_CLK 20
|
|
#define NPU_CC_SLEEP_CLK 21
|
|
#define NPU_CC_XO_CLK 22
|
|
|
|
#define NPU_CC_CAL_DP_BCR 0
|
|
#define NPU_CC_NPU_CORE_BCR 1
|
|
|
|
#endif
|