mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add bindings for the pll clocks for Sophgo SG2042. Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Guo Ren <guoren@kernel.org>
14 lines
354 B
C
14 lines
354 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
|
|
/*
|
|
* Copyright (C) 2023 Sophgo Technology Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_SOPHGO_SG2042_PLL_H__
|
|
#define __DT_BINDINGS_SOPHGO_SG2042_PLL_H__
|
|
|
|
#define MPLL_CLK 0
|
|
#define FPLL_CLK 1
|
|
#define DPLL0_CLK 2
|
|
#define DPLL1_CLK 3
|
|
|
|
#endif /* __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ */
|