xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/mips/lantiq_rcu_gphy.h (revision 4effb9b18f024fdac2e35b6e9f6ec111f2d026be)
1 /*	$NetBSD: lantiq_rcu_gphy.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  *
6  *  Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
7  *  Copyright (C) 2017 Hauke Mehrtens <hauke@hauke-m.de>
8  */
9 #ifndef _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
10 #define _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
11 
12 #define GPHY_MODE_GE	1
13 #define GPHY_MODE_FE	2
14 
15 #endif /* _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H */
16