1 /* $NetBSD: phy-pistachio-usb.h,v 1.1.1.1.4.2 2017/07/18 16:08:59 snj Exp $ */ 2 3 /* 4 * Copyright (C) 2015 Google, Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2, as published by the Free Software Foundation. 9 */ 10 11 #ifndef _DT_BINDINGS_PHY_PISTACHIO 12 #define _DT_BINDINGS_PHY_PISTACHIO 13 14 #define REFCLK_XO_CRYSTAL 0x0 15 #define REFCLK_X0_EXT_CLK 0x1 16 #define REFCLK_CLK_CORE 0x2 17 18 #endif /* _DT_BINDINGS_PHY_PISTACHIO */ 19