15 lines · c
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 010#define FPLL_CLK 111#define DPLL0_CLK 212#define DPLL1_CLK 313 14#endif /* __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ */15