summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/phy/phy-cadence.h
blob: 4652bcb8626521a1f0768222a1a304cd938c29b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This header provides constants for Cadence SERDES.
 */

#ifndef _DT_BINDINGS_CADENCE_SERDES_H
#define _DT_BINDINGS_CADENCE_SERDES_H

/* Torrent */
#define TORRENT_SERDES_NO_SSC		0
#define TORRENT_SERDES_EXTERNAL_SSC	1
#define TORRENT_SERDES_INTERNAL_SSC	2

#define CDNS_TORRENT_REFCLK_DRIVER      0

/* Sierra */
#define CDNS_SIERRA_PLL_CMNLC		0
#define CDNS_SIERRA_PLL_CMNLC1		1

#endif /* _DT_BINDINGS_CADENCE_SERDES_H */