11.1Sjmcneill/*	$NetBSD: sun4i-a10-pll2.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
21.1Sjmcneill
31.1Sjmcneill/*
41.1Sjmcneill * Copyright 2015 Maxime Ripard
51.1Sjmcneill *
61.1Sjmcneill * Maxime Ripard <maxime.ripard@free-electrons.com>
71.1Sjmcneill *
81.1Sjmcneill * This file is dual-licensed: you can use it either under the terms
91.1Sjmcneill * of the GPL or the X11 license, at your option. Note that this dual
101.1Sjmcneill * licensing only applies to this file, and not this project as a
111.1Sjmcneill * whole.
121.1Sjmcneill *
131.1Sjmcneill *  a) This file is free software; you can redistribute it and/or
141.1Sjmcneill *     modify it under the terms of the GNU General Public License as
151.1Sjmcneill *     published by the Free Software Foundation; either version 2 of the
161.1Sjmcneill *     License, or (at your option) any later version.
171.1Sjmcneill *
181.1Sjmcneill *     This file is distributed in the hope that it will be useful,
191.1Sjmcneill *     but WITHOUT ANY WARRANTY; without even the implied warranty of
201.1Sjmcneill *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
211.1Sjmcneill *     GNU General Public License for more details.
221.1Sjmcneill *
231.1Sjmcneill * Or, alternatively,
241.1Sjmcneill *
251.1Sjmcneill *  b) Permission is hereby granted, free of charge, to any person
261.1Sjmcneill *     obtaining a copy of this software and associated documentation
271.1Sjmcneill *     files (the "Software"), to deal in the Software without
281.1Sjmcneill *     restriction, including without limitation the rights to use,
291.1Sjmcneill *     copy, modify, merge, publish, distribute, sublicense, and/or
301.1Sjmcneill *     sell copies of the Software, and to permit persons to whom the
311.1Sjmcneill *     Software is furnished to do so, subject to the following
321.1Sjmcneill *     conditions:
331.1Sjmcneill *
341.1Sjmcneill *     The above copyright notice and this permission notice shall be
351.1Sjmcneill *     included in all copies or substantial portions of the Software.
361.1Sjmcneill *
371.1Sjmcneill *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
381.1Sjmcneill *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
391.1Sjmcneill *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
401.1Sjmcneill *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
411.1Sjmcneill *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
421.1Sjmcneill *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
431.1Sjmcneill *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
441.1Sjmcneill *     OTHER DEALINGS IN THE SOFTWARE.
451.1Sjmcneill */
461.1Sjmcneill
471.1Sjmcneill#ifndef __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_
481.1Sjmcneill#define __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_
491.1Sjmcneill
501.1Sjmcneill#define SUN4I_A10_PLL2_1X	0
511.1Sjmcneill#define SUN4I_A10_PLL2_2X	1
521.1Sjmcneill#define SUN4I_A10_PLL2_4X	2
531.1Sjmcneill#define SUN4I_A10_PLL2_8X	3
541.1Sjmcneill
551.1Sjmcneill#endif /* __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_ */
56