linux/include/dt-bindings/clock/sophgo,sg2042-pll.h
Chen Wang 88a26c3c24 dt-bindings: clock: sophgo: add pll clocks for SG2042
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>
2024-06-14 14:49:40 +08:00

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__ */