18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides constants for Cadence Torrent SERDES.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_TORRENT_SERDES_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_TORRENT_SERDES_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define TORRENT_SERDES_NO_SSC		0
108c2ecf20Sopenharmony_ci#define TORRENT_SERDES_EXTERNAL_SSC	1
118c2ecf20Sopenharmony_ci#define TORRENT_SERDES_INTERNAL_SSC	2
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_TORRENT_SERDES_H */
14