| /* | |
| * Device Tree constants for Microsemi VSC8531 PHY | |
| * | |
| * Author: Nagaraju Lakkaraju | |
| * | |
| * License: Dual MIT/GPL | |
| * Copyright (c) 2016 Microsemi Corporation | |
| */ | |
| #ifndef _DT_BINDINGS_MSCC_VSC8531_H | |
| #define _DT_BINDINGS_MSCC_VSC8531_H | |
| /* MAC interface Edge rate control VDDMAC in milli Volts */ | |
| #define MSCC_VDDMAC_3300 3300 | |
| #define MSCC_VDDMAC_2500 2500 | |
| #define MSCC_VDDMAC_1800 1800 | |
| #define MSCC_VDDMAC_1500 1500 | |
| #define MSCC_VDDMAC_MAX 4 | |
| #define MSCC_SLOWDOWN_MAX 8 | |
| #endif |