Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is provided under a dual BSD/GPLv2 license.  When using or
0003  * redistributing this file, you may do so under either license.
0004  *
0005  * GPL LICENSE SUMMARY
0006  *
0007  * Copyright (c) 2016 BayLibre, SAS.
0008  * Author: Neil Armstrong <narmstrong@baylibre.com>
0009  *
0010  * This program is free software; you can redistribute it and/or modify
0011  * it under the terms of version 2 of the GNU General Public License as
0012  * published by the Free Software Foundation.
0013  *
0014  * This program is distributed in the hope that it will be useful, but
0015  * WITHOUT ANY WARRANTY; without even the implied warranty of
0016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0017  * General Public License for more details.
0018  *
0019  * You should have received a copy of the GNU General Public License
0020  * along with this program; if not, see <http://www.gnu.org/licenses/>.
0021  * The full GNU General Public License is included in this distribution
0022  * in the file called COPYING.
0023  *
0024  * BSD LICENSE
0025  *
0026  * Copyright (c) 2016 BayLibre, SAS.
0027  * Author: Neil Armstrong <narmstrong@baylibre.com>
0028  *
0029  * Redistribution and use in source and binary forms, with or without
0030  * modification, are permitted provided that the following conditions
0031  * are met:
0032  *
0033  *   * Redistributions of source code must retain the above copyright
0034  *     notice, this list of conditions and the following disclaimer.
0035  *   * Redistributions in binary form must reproduce the above copyright
0036  *     notice, this list of conditions and the following disclaimer in
0037  *     the documentation and/or other materials provided with the
0038  *     distribution.
0039  *   * Neither the name of Intel Corporation nor the names of its
0040  *     contributors may be used to endorse or promote products derived
0041  *     from this software without specific prior written permission.
0042  *
0043  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
0044  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
0045  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
0046  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
0047  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
0048  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
0049  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
0050  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
0051  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
0052  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
0053  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0054  */
0055 
0056 #ifndef DT_BINDINGS_CLOCK_AMLOGIC_MESON_GXBB_AOCLK
0057 #define DT_BINDINGS_CLOCK_AMLOGIC_MESON_GXBB_AOCLK
0058 
0059 #define CLKID_AO_REMOTE     0
0060 #define CLKID_AO_I2C_MASTER 1
0061 #define CLKID_AO_I2C_SLAVE  2
0062 #define CLKID_AO_UART1      3
0063 #define CLKID_AO_UART2      4
0064 #define CLKID_AO_IR_BLASTER 5
0065 #define CLKID_AO_CEC_32K    6
0066 #define CLKID_AO_CTS_OSCIN  7
0067 #define CLKID_AO_32K_PRE    8
0068 #define CLKID_AO_32K_DIV    9
0069 #define CLKID_AO_32K_SEL    10
0070 #define CLKID_AO_32K        11
0071 #define CLKID_AO_CTS_RTC_OSCIN  12
0072 #define CLKID_AO_CLK81      13
0073 
0074 #endif