You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.5 KiB
44 lines
1.5 KiB
/*
|
|
* Copyright (c) 2017-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_SM8150_H
|
|
#define _DT_BINDINGS_CLK_QCOM_NPU_CC_SM8150_H
|
|
|
|
#define NPU_CC_ARMWIC_CORE_CLK 0
|
|
#define NPU_CC_BTO_CORE_CLK 1
|
|
#define NPU_CC_BWMON_CLK 2
|
|
#define NPU_CC_CAL_DP_CDC_CLK 3
|
|
#define NPU_CC_CAL_DP_CLK 4
|
|
#define NPU_CC_CAL_DP_CLK_SRC 5
|
|
#define NPU_CC_COMP_NOC_AXI_CLK 6
|
|
#define NPU_CC_CONF_NOC_AHB_CLK 7
|
|
#define NPU_CC_NPU_CORE_APB_CLK 8
|
|
#define NPU_CC_NPU_CORE_ATB_CLK 9
|
|
#define NPU_CC_NPU_CORE_CLK 10
|
|
#define NPU_CC_NPU_CORE_CLK_SRC 11
|
|
#define NPU_CC_NPU_CORE_CTI_CLK 12
|
|
#define NPU_CC_NPU_CPC_CLK 13
|
|
#define NPU_CC_NPU_CPC_TIMER_CLK 14
|
|
#define NPU_CC_PERF_CNT_CLK 15
|
|
#define NPU_CC_PLL0 16
|
|
#define NPU_CC_PLL0_OUT_EVEN 17
|
|
#define NPU_CC_PLL1 18
|
|
#define NPU_CC_PLL1_OUT_EVEN 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
|
|
|