xref: /linux/include/dt-bindings/clock/sophgo,sg2042-pll.h (revision 4f77c3462308c62ffe7129cc18b9ac937f44b5a5)
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
2 /*
3  * Copyright (C) 2023 Sophgo Technology Inc. All rights reserved.
4  */
5 
6 #ifndef __DT_BINDINGS_SOPHGO_SG2042_PLL_H__
7 #define __DT_BINDINGS_SOPHGO_SG2042_PLL_H__
8 
9 #define MPLL_CLK			0
10 #define FPLL_CLK			1
11 #define DPLL0_CLK			2
12 #define DPLL1_CLK			3
13 
14 #endif /* __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ */
15