aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/qcom,rpmcc-msm8916.h
blob: 62d63940896aeb58b24c409706772d323a14c5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 * Copyright 2015 Linaro Limited
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * 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_MSM_RPMCC_8916_H
#define _DT_BINDINGS_CLK_MSM_RPMCC_8916_H

#define RPM_XO_CLK_SRC				0
#define RPM_XO_A_CLK_SRC			1
#define RPM_PCNOC_CLK				2
#define RPM_PCNOC_A_CLK				3
#define RPM_SNOC_CLK				4
#define RPM_SNOC_A_CLK				6
#define RPM_BIMC_CLK				7
#define RPM_BIMC_A_CLK				8
#define RPM_QDSS_CLK				9
#define RPM_QDSS_A_CLK				10
#define RPM_BB_CLK1				11
#define RPM_BB_CLK1_A				12
#define RPM_BB_CLK2				13
#define RPM_BB_CLK2_A				14
#define RPM_RF_CLK1				15
#define RPM_RF_CLK1_A				16
#define RPM_RF_CLK2				17
#define RPM_RF_CLK2_A				18
#define RPM_BB_CLK1_PIN				19
#define RPM_BB_CLK1_A_PIN			20
#define RPM_BB_CLK2_PIN				21
#define RPM_BB_CLK2_A_PIN			22
#define RPM_RF_CLK1_PIN				23
#define RPM_RF_CLK1_A_PIN			24
#define RPM_RF_CLK2_PIN				25
#define RPM_RF_CLK2_A_PIN			26

#endif