1 /*
2  * Device Tree constants for Microsemi VSC8531 PHY
3  *
4  * Author: Nagaraju Lakkaraju
5  *
6  * License: Dual MIT/GPL
7  * Copyright (c) 2016 Microsemi Corporation
8  */
9 
10 #ifndef _DT_BINDINGS_MSCC_VSC8531_H
11 #define _DT_BINDINGS_MSCC_VSC8531_H
12 
13 /* MAC interface Edge rate control VDDMAC in milli Volts */
14 #define MSCC_VDDMAC_3300		 3300
15 #define MSCC_VDDMAC_2500		 2500
16 #define MSCC_VDDMAC_1800		 1800
17 #define MSCC_VDDMAC_1500		 1500
18 #define MSCC_VDDMAC_MAX			 4
19 #define MSCC_SLOWDOWN_MAX		 8
20 
21 #endif
22