blob: 0122c6067b178ee32db8b684a8cdc97a720ce510 [file] [log] [blame]
Kishon Vijay Abraham I0b5ea852021-07-21 21:28:34 +05301/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * This header provides constants for Cadence SERDES.
4 */
5
6#ifndef _DT_BINDINGS_CADENCE_SERDES_H
7#define _DT_BINDINGS_CADENCE_SERDES_H
8
9/* Torrent */
10#define TORRENT_SERDES_NO_SSC 0
11#define TORRENT_SERDES_EXTERNAL_SSC 1
12#define TORRENT_SERDES_INTERNAL_SSC 2
13
14#define CDNS_TORRENT_REFCLK_DRIVER 0
15
16/* Sierra */
17#define CDNS_SIERRA_PLL_CMNLC 0
18#define CDNS_SIERRA_PLL_CMNLC1 1
19
Swapnil Jakhadef74415a2022-01-28 13:41:41 +053020#define SIERRA_SERDES_NO_SSC 0
21#define SIERRA_SERDES_EXTERNAL_SSC 1
22#define SIERRA_SERDES_INTERNAL_SSC 2
23
Kishon Vijay Abraham I0b5ea852021-07-21 21:28:34 +053024#endif /* _DT_BINDINGS_CADENCE_SERDES_H */