xref: /linux/include/dt-bindings/phy/phy-pistachio-usb.h (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2015 Google, Inc.
4  */
5 
6 #ifndef _DT_BINDINGS_PHY_PISTACHIO
7 #define _DT_BINDINGS_PHY_PISTACHIO
8 
9 #define REFCLK_XO_CRYSTAL	0x0
10 #define REFCLK_X0_EXT_CLK	0x1
11 #define REFCLK_CLK_CORE		0x2
12 
13 #endif /* _DT_BINDINGS_PHY_PISTACHIO */
14