root/scripts/dtc/include-prefixes/dt-bindings/phy/phy-am654-serdes.h

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * This header provides constants for AM654 SERDES.
   4  */
   5 
   6 #ifndef _DT_BINDINGS_AM654_SERDES
   7 #define _DT_BINDINGS_AM654_SERDES
   8 
   9 #define AM654_SERDES_CMU_REFCLK 0
  10 #define AM654_SERDES_LO_REFCLK  1
  11 #define AM654_SERDES_RO_REFCLK  2
  12 
  13 #endif /* _DT_BINDINGS_AM654_SERDES */

/* [<][>][^][v][top][bottom][index][help] */