1 /* 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
18