36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
/*
|
|
* Copyright (c) 2018, 2020, 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_SCC_SM6150_H
|
|
#define _DT_BINDINGS_CLK_QCOM_SCC_SM6150_H
|
|
|
|
#define SCC_MAIN_RCG_CLK_SRC 0
|
|
#define SCC_QUPV3_2XCORE_CLK 1
|
|
#define SCC_QUPV3_CORE_CLK 2
|
|
#define SCC_QUPV3_M_HCLK_CLK 3
|
|
#define SCC_QUPV3_S_HCLK_CLK 4
|
|
#define SCC_QUPV3_SE0_CLK 5
|
|
#define SCC_QUPV3_SE0_CLK_SRC 6
|
|
#define SCC_QUPV3_SE1_CLK 7
|
|
#define SCC_QUPV3_SE1_CLK_SRC 8
|
|
#define SCC_QUPV3_SE2_CLK 9
|
|
#define SCC_QUPV3_SE2_CLK_SRC 10
|
|
#define SCC_QUPV3_SE3_CLK 11
|
|
#define SCC_QUPV3_SE3_CLK_SRC 12
|
|
#define SCC_QUPV3_SE4_CLK 13
|
|
#define SCC_QUPV3_SE4_CLK_SRC 14
|
|
#define SCC_QUPV3_SE5_CLK 15
|
|
#define SCC_QUPV3_SE5_CLK_SRC 16
|
|
|
|
#endif
|