1*460d0d44SMaxime Ripard /* 2*460d0d44SMaxime Ripard * Copyright 2015 Maxime Ripard 3*460d0d44SMaxime Ripard * 4*460d0d44SMaxime Ripard * Maxime Ripard <maxime.ripard@free-electrons.com> 5*460d0d44SMaxime Ripard * 6*460d0d44SMaxime Ripard * This file is dual-licensed: you can use it either under the terms 7*460d0d44SMaxime Ripard * of the GPL or the X11 license, at your option. Note that this dual 8*460d0d44SMaxime Ripard * licensing only applies to this file, and not this project as a 9*460d0d44SMaxime Ripard * whole. 10*460d0d44SMaxime Ripard * 11*460d0d44SMaxime Ripard * a) This file is free software; you can redistribute it and/or 12*460d0d44SMaxime Ripard * modify it under the terms of the GNU General Public License as 13*460d0d44SMaxime Ripard * published by the Free Software Foundation; either version 2 of the 14*460d0d44SMaxime Ripard * License, or (at your option) any later version. 15*460d0d44SMaxime Ripard * 16*460d0d44SMaxime Ripard * This file is distributed in the hope that it will be useful, 17*460d0d44SMaxime Ripard * but WITHOUT ANY WARRANTY; without even the implied warranty of 18*460d0d44SMaxime Ripard * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19*460d0d44SMaxime Ripard * GNU General Public License for more details. 20*460d0d44SMaxime Ripard * 21*460d0d44SMaxime Ripard * Or, alternatively, 22*460d0d44SMaxime Ripard * 23*460d0d44SMaxime Ripard * b) Permission is hereby granted, free of charge, to any person 24*460d0d44SMaxime Ripard * obtaining a copy of this software and associated documentation 25*460d0d44SMaxime Ripard * files (the "Software"), to deal in the Software without 26*460d0d44SMaxime Ripard * restriction, including without limitation the rights to use, 27*460d0d44SMaxime Ripard * copy, modify, merge, publish, distribute, sublicense, and/or 28*460d0d44SMaxime Ripard * sell copies of the Software, and to permit persons to whom the 29*460d0d44SMaxime Ripard * Software is furnished to do so, subject to the following 30*460d0d44SMaxime Ripard * conditions: 31*460d0d44SMaxime Ripard * 32*460d0d44SMaxime Ripard * The above copyright notice and this permission notice shall be 33*460d0d44SMaxime Ripard * included in all copies or substantial portions of the Software. 34*460d0d44SMaxime Ripard * 35*460d0d44SMaxime Ripard * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36*460d0d44SMaxime Ripard * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37*460d0d44SMaxime Ripard * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38*460d0d44SMaxime Ripard * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39*460d0d44SMaxime Ripard * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40*460d0d44SMaxime Ripard * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41*460d0d44SMaxime Ripard * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42*460d0d44SMaxime Ripard * OTHER DEALINGS IN THE SOFTWARE. 43*460d0d44SMaxime Ripard */ 44*460d0d44SMaxime Ripard 45*460d0d44SMaxime Ripard #ifndef __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_ 46*460d0d44SMaxime Ripard #define __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_ 47*460d0d44SMaxime Ripard 48*460d0d44SMaxime Ripard #define SUN4I_A10_PLL2_1X 0 49*460d0d44SMaxime Ripard #define SUN4I_A10_PLL2_2X 1 50*460d0d44SMaxime Ripard #define SUN4I_A10_PLL2_4X 2 51*460d0d44SMaxime Ripard #define SUN4I_A10_PLL2_8X 3 52*460d0d44SMaxime Ripard 53*460d0d44SMaxime Ripard #endif /* __DT_BINDINGS_CLOCK_SUN4I_A10_PLL2_H_ */ 54