]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/dt-bindings/phy/phy-am654-serdes.h
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / include / dt-bindings / phy / phy-am654-serdes.h
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 */