xref: /linux/scripts/dtc/include-prefixes/dt-bindings/clock/sophgo,sg2044-pll.h (revision 9f32a03e3e0d372c520d829dd4da6022fe88832a)
1*e4b700d3SInochi Amaoto /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
2*e4b700d3SInochi Amaoto /*
3*e4b700d3SInochi Amaoto  * Copyright (C) 2024 Inochi Amaoto <inochiama@gmail.com>
4*e4b700d3SInochi Amaoto  */
5*e4b700d3SInochi Amaoto 
6*e4b700d3SInochi Amaoto #ifndef __DT_BINDINGS_SOPHGO_SG2044_PLL_H__
7*e4b700d3SInochi Amaoto #define __DT_BINDINGS_SOPHGO_SG2044_PLL_H__
8*e4b700d3SInochi Amaoto 
9*e4b700d3SInochi Amaoto #define CLK_FPLL0			0
10*e4b700d3SInochi Amaoto #define CLK_FPLL1			1
11*e4b700d3SInochi Amaoto #define CLK_FPLL2			2
12*e4b700d3SInochi Amaoto #define CLK_DPLL0			3
13*e4b700d3SInochi Amaoto #define CLK_DPLL1			4
14*e4b700d3SInochi Amaoto #define CLK_DPLL2			5
15*e4b700d3SInochi Amaoto #define CLK_DPLL3			6
16*e4b700d3SInochi Amaoto #define CLK_DPLL4			7
17*e4b700d3SInochi Amaoto #define CLK_DPLL5			8
18*e4b700d3SInochi Amaoto #define CLK_DPLL6			9
19*e4b700d3SInochi Amaoto #define CLK_DPLL7			10
20*e4b700d3SInochi Amaoto #define CLK_MPLL0			11
21*e4b700d3SInochi Amaoto #define CLK_MPLL1			12
22*e4b700d3SInochi Amaoto #define CLK_MPLL2			13
23*e4b700d3SInochi Amaoto #define CLK_MPLL3			14
24*e4b700d3SInochi Amaoto #define CLK_MPLL4			15
25*e4b700d3SInochi Amaoto #define CLK_MPLL5			16
26*e4b700d3SInochi Amaoto 
27*e4b700d3SInochi Amaoto #endif /* __DT_BINDINGS_SOPHGO_SG2044_PLL_H__ */
28