1d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
212653414SMartin Blumenstingl /*
312653414SMartin Blumenstingl  *
412653414SMartin Blumenstingl  *  Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
512653414SMartin Blumenstingl  *  Copyright (C) 2017 Hauke Mehrtens <hauke@hauke-m.de>
612653414SMartin Blumenstingl  */
712653414SMartin Blumenstingl #ifndef _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
812653414SMartin Blumenstingl #define _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
912653414SMartin Blumenstingl 
1012653414SMartin Blumenstingl #define GPHY_MODE_GE	1
1112653414SMartin Blumenstingl #define GPHY_MODE_FE	2
1212653414SMartin Blumenstingl 
1312653414SMartin Blumenstingl #endif /* _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H */
14