112653414SMartin Blumenstingl /*
212653414SMartin Blumenstingl  *  This program is free software; you can redistribute it and/or modify it
312653414SMartin Blumenstingl  *  under the terms of the GNU General Public License version 2 as published
412653414SMartin Blumenstingl  *  by the Free Software Foundation.
512653414SMartin Blumenstingl  *
612653414SMartin Blumenstingl  *  Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
712653414SMartin Blumenstingl  *  Copyright (C) 2017 Hauke Mehrtens <hauke@hauke-m.de>
812653414SMartin Blumenstingl  */
912653414SMartin Blumenstingl #ifndef _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
1012653414SMartin Blumenstingl #define _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
1112653414SMartin Blumenstingl 
1212653414SMartin Blumenstingl #define GPHY_MODE_GE	1
1312653414SMartin Blumenstingl #define GPHY_MODE_FE	2
1412653414SMartin Blumenstingl 
1512653414SMartin Blumenstingl #endif /* _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H */
16