xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/phy/phy-cadence.h (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1*2eb4d8dcSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*2eb4d8dcSEmmanuel Vadot /*
3*2eb4d8dcSEmmanuel Vadot  * This header provides constants for Cadence SERDES.
4*2eb4d8dcSEmmanuel Vadot  */
5*2eb4d8dcSEmmanuel Vadot 
6*2eb4d8dcSEmmanuel Vadot #ifndef _DT_BINDINGS_CADENCE_SERDES_H
7*2eb4d8dcSEmmanuel Vadot #define _DT_BINDINGS_CADENCE_SERDES_H
8*2eb4d8dcSEmmanuel Vadot 
9*2eb4d8dcSEmmanuel Vadot /* Torrent */
10*2eb4d8dcSEmmanuel Vadot #define TORRENT_SERDES_NO_SSC		0
11*2eb4d8dcSEmmanuel Vadot #define TORRENT_SERDES_EXTERNAL_SSC	1
12*2eb4d8dcSEmmanuel Vadot #define TORRENT_SERDES_INTERNAL_SSC	2
13*2eb4d8dcSEmmanuel Vadot 
14*2eb4d8dcSEmmanuel Vadot #define CDNS_TORRENT_REFCLK_DRIVER      0
15*2eb4d8dcSEmmanuel Vadot 
16*2eb4d8dcSEmmanuel Vadot /* Sierra */
17*2eb4d8dcSEmmanuel Vadot #define CDNS_SIERRA_PLL_CMNLC		0
18*2eb4d8dcSEmmanuel Vadot #define CDNS_SIERRA_PLL_CMNLC1		1
19*2eb4d8dcSEmmanuel Vadot 
20*2eb4d8dcSEmmanuel Vadot #endif /* _DT_BINDINGS_CADENCE_SERDES_H */
21