1*0e8011faSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 2*0e8011faSEmmanuel Vadot /* 3*0e8011faSEmmanuel Vadot * Copyright (C) 2023 Sophgo Technology Inc. All rights reserved. 4*0e8011faSEmmanuel Vadot */ 5*0e8011faSEmmanuel Vadot 6*0e8011faSEmmanuel Vadot #ifndef __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ 7*0e8011faSEmmanuel Vadot #define __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ 8*0e8011faSEmmanuel Vadot 9*0e8011faSEmmanuel Vadot #define MPLL_CLK 0 10*0e8011faSEmmanuel Vadot #define FPLL_CLK 1 11*0e8011faSEmmanuel Vadot #define DPLL0_CLK 2 12*0e8011faSEmmanuel Vadot #define DPLL1_CLK 3 13*0e8011faSEmmanuel Vadot 14*0e8011faSEmmanuel Vadot #endif /* __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ */ 15