blob: e488567729d1aa3e95033b77a81f0097bd93a7d4 [file] [log] [blame]
Horatiu Vultur5c629b12019-05-01 13:17:00 +02001/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2/*
3 * Copyright (c) 2019 Microsemi Corporation
4 */
5
6#ifndef _LUTON_DATA_H_
7#define _LUTON_DATA_H_
8
9#define SERDES6G(x) (x)
10#define SERDES6G_MAX SERDES6G(5)
11#define SERDES_MAX (SERDES6G_MAX)
12
13/* similar with phy_interface_t */
14#define PHY_MODE_SGMII 2
15#define PHY_MODE_QSGMII 4
16
17#endif