1*c66ec88fSEmmanuel Vadot /* 2*c66ec88fSEmmanuel Vadot * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org> 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * This file is dual-licensed: you can use it either under the terms 5*c66ec88fSEmmanuel Vadot * of the GPL or the X11 license, at your option. Note that this dual 6*c66ec88fSEmmanuel Vadot * licensing only applies to this file, and not this project as a 7*c66ec88fSEmmanuel Vadot * whole. 8*c66ec88fSEmmanuel Vadot * 9*c66ec88fSEmmanuel Vadot * a) This file is free software; you can redistribute it and/or 10*c66ec88fSEmmanuel Vadot * modify it under the terms of the GNU General Public License as 11*c66ec88fSEmmanuel Vadot * published by the Free Software Foundation; either version 2 of the 12*c66ec88fSEmmanuel Vadot * License, or (at your option) any later version. 13*c66ec88fSEmmanuel Vadot * 14*c66ec88fSEmmanuel Vadot * This file is distributed in the hope that it will be useful, 15*c66ec88fSEmmanuel Vadot * but WITHOUT ANY WARRANTY; without even the implied warranty of 16*c66ec88fSEmmanuel Vadot * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17*c66ec88fSEmmanuel Vadot * GNU General Public License for more details. 18*c66ec88fSEmmanuel Vadot * 19*c66ec88fSEmmanuel Vadot * Or, alternatively, 20*c66ec88fSEmmanuel Vadot * 21*c66ec88fSEmmanuel Vadot * b) Permission is hereby granted, free of charge, to any person 22*c66ec88fSEmmanuel Vadot * obtaining a copy of this software and associated documentation 23*c66ec88fSEmmanuel Vadot * files (the "Software"), to deal in the Software without 24*c66ec88fSEmmanuel Vadot * restriction, including without limitation the rights to use, 25*c66ec88fSEmmanuel Vadot * copy, modify, merge, publish, distribute, sublicense, and/or 26*c66ec88fSEmmanuel Vadot * sell copies of the Software, and to permit persons to whom the 27*c66ec88fSEmmanuel Vadot * Software is furnished to do so, subject to the following 28*c66ec88fSEmmanuel Vadot * conditions: 29*c66ec88fSEmmanuel Vadot * 30*c66ec88fSEmmanuel Vadot * The above copyright notice and this permission notice shall be 31*c66ec88fSEmmanuel Vadot * included in all copies or substantial portions of the Software. 32*c66ec88fSEmmanuel Vadot * 33*c66ec88fSEmmanuel Vadot * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34*c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35*c66ec88fSEmmanuel Vadot * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36*c66ec88fSEmmanuel Vadot * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37*c66ec88fSEmmanuel Vadot * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38*c66ec88fSEmmanuel Vadot * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39*c66ec88fSEmmanuel Vadot * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40*c66ec88fSEmmanuel Vadot * OTHER DEALINGS IN THE SOFTWARE. 41*c66ec88fSEmmanuel Vadot */ 42*c66ec88fSEmmanuel Vadot 43*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLOCK_SUN9I_A80_CCU_H_ 44*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLOCK_SUN9I_A80_CCU_H_ 45*c66ec88fSEmmanuel Vadot 46*c66ec88fSEmmanuel Vadot #define CLK_PLL_AUDIO 2 47*c66ec88fSEmmanuel Vadot #define CLK_PLL_PERIPH0 3 48*c66ec88fSEmmanuel Vadot 49*c66ec88fSEmmanuel Vadot #define CLK_C0CPUX 12 50*c66ec88fSEmmanuel Vadot #define CLK_C1CPUX 13 51*c66ec88fSEmmanuel Vadot 52*c66ec88fSEmmanuel Vadot #define CLK_OUT_A 27 53*c66ec88fSEmmanuel Vadot #define CLK_OUT_B 28 54*c66ec88fSEmmanuel Vadot 55*c66ec88fSEmmanuel Vadot #define CLK_NAND0_0 29 56*c66ec88fSEmmanuel Vadot #define CLK_NAND0_1 30 57*c66ec88fSEmmanuel Vadot #define CLK_NAND1_0 31 58*c66ec88fSEmmanuel Vadot #define CLK_NAND1_1 32 59*c66ec88fSEmmanuel Vadot #define CLK_MMC0 33 60*c66ec88fSEmmanuel Vadot #define CLK_MMC0_SAMPLE 34 61*c66ec88fSEmmanuel Vadot #define CLK_MMC0_OUTPUT 35 62*c66ec88fSEmmanuel Vadot #define CLK_MMC1 36 63*c66ec88fSEmmanuel Vadot #define CLK_MMC1_SAMPLE 37 64*c66ec88fSEmmanuel Vadot #define CLK_MMC1_OUTPUT 38 65*c66ec88fSEmmanuel Vadot #define CLK_MMC2 39 66*c66ec88fSEmmanuel Vadot #define CLK_MMC2_SAMPLE 40 67*c66ec88fSEmmanuel Vadot #define CLK_MMC2_OUTPUT 41 68*c66ec88fSEmmanuel Vadot #define CLK_MMC3 42 69*c66ec88fSEmmanuel Vadot #define CLK_MMC3_SAMPLE 43 70*c66ec88fSEmmanuel Vadot #define CLK_MMC3_OUTPUT 44 71*c66ec88fSEmmanuel Vadot #define CLK_TS 45 72*c66ec88fSEmmanuel Vadot #define CLK_SS 46 73*c66ec88fSEmmanuel Vadot #define CLK_SPI0 47 74*c66ec88fSEmmanuel Vadot #define CLK_SPI1 48 75*c66ec88fSEmmanuel Vadot #define CLK_SPI2 49 76*c66ec88fSEmmanuel Vadot #define CLK_SPI3 50 77*c66ec88fSEmmanuel Vadot #define CLK_I2S0 51 78*c66ec88fSEmmanuel Vadot #define CLK_I2S1 52 79*c66ec88fSEmmanuel Vadot #define CLK_SPDIF 53 80*c66ec88fSEmmanuel Vadot #define CLK_SDRAM 54 81*c66ec88fSEmmanuel Vadot #define CLK_DE 55 82*c66ec88fSEmmanuel Vadot #define CLK_EDP 56 83*c66ec88fSEmmanuel Vadot #define CLK_MP 57 84*c66ec88fSEmmanuel Vadot #define CLK_LCD0 58 85*c66ec88fSEmmanuel Vadot #define CLK_LCD1 59 86*c66ec88fSEmmanuel Vadot #define CLK_MIPI_DSI0 60 87*c66ec88fSEmmanuel Vadot #define CLK_MIPI_DSI1 61 88*c66ec88fSEmmanuel Vadot #define CLK_HDMI 62 89*c66ec88fSEmmanuel Vadot #define CLK_HDMI_SLOW 63 90*c66ec88fSEmmanuel Vadot #define CLK_MIPI_CSI 64 91*c66ec88fSEmmanuel Vadot #define CLK_CSI_ISP 65 92*c66ec88fSEmmanuel Vadot #define CLK_CSI_MISC 66 93*c66ec88fSEmmanuel Vadot #define CLK_CSI0_MCLK 67 94*c66ec88fSEmmanuel Vadot #define CLK_CSI1_MCLK 68 95*c66ec88fSEmmanuel Vadot #define CLK_FD 69 96*c66ec88fSEmmanuel Vadot #define CLK_VE 70 97*c66ec88fSEmmanuel Vadot #define CLK_AVS 71 98*c66ec88fSEmmanuel Vadot #define CLK_GPU_CORE 72 99*c66ec88fSEmmanuel Vadot #define CLK_GPU_MEMORY 73 100*c66ec88fSEmmanuel Vadot #define CLK_GPU_AXI 74 101*c66ec88fSEmmanuel Vadot #define CLK_SATA 75 102*c66ec88fSEmmanuel Vadot #define CLK_AC97 76 103*c66ec88fSEmmanuel Vadot #define CLK_MIPI_HSI 77 104*c66ec88fSEmmanuel Vadot #define CLK_GPADC 78 105*c66ec88fSEmmanuel Vadot #define CLK_CIR_TX 79 106*c66ec88fSEmmanuel Vadot 107*c66ec88fSEmmanuel Vadot #define CLK_BUS_FD 80 108*c66ec88fSEmmanuel Vadot #define CLK_BUS_VE 81 109*c66ec88fSEmmanuel Vadot #define CLK_BUS_GPU_CTRL 82 110*c66ec88fSEmmanuel Vadot #define CLK_BUS_SS 83 111*c66ec88fSEmmanuel Vadot #define CLK_BUS_MMC 84 112*c66ec88fSEmmanuel Vadot #define CLK_BUS_NAND0 85 113*c66ec88fSEmmanuel Vadot #define CLK_BUS_NAND1 86 114*c66ec88fSEmmanuel Vadot #define CLK_BUS_SDRAM 87 115*c66ec88fSEmmanuel Vadot #define CLK_BUS_MIPI_HSI 88 116*c66ec88fSEmmanuel Vadot #define CLK_BUS_SATA 89 117*c66ec88fSEmmanuel Vadot #define CLK_BUS_TS 90 118*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI0 91 119*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI1 92 120*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI2 93 121*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI3 94 122*c66ec88fSEmmanuel Vadot 123*c66ec88fSEmmanuel Vadot #define CLK_BUS_OTG 95 124*c66ec88fSEmmanuel Vadot #define CLK_BUS_USB 96 125*c66ec88fSEmmanuel Vadot #define CLK_BUS_GMAC 97 126*c66ec88fSEmmanuel Vadot #define CLK_BUS_MSGBOX 98 127*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPINLOCK 99 128*c66ec88fSEmmanuel Vadot #define CLK_BUS_HSTIMER 100 129*c66ec88fSEmmanuel Vadot #define CLK_BUS_DMA 101 130*c66ec88fSEmmanuel Vadot 131*c66ec88fSEmmanuel Vadot #define CLK_BUS_LCD0 102 132*c66ec88fSEmmanuel Vadot #define CLK_BUS_LCD1 103 133*c66ec88fSEmmanuel Vadot #define CLK_BUS_EDP 104 134*c66ec88fSEmmanuel Vadot #define CLK_BUS_CSI 105 135*c66ec88fSEmmanuel Vadot #define CLK_BUS_HDMI 106 136*c66ec88fSEmmanuel Vadot #define CLK_BUS_DE 107 137*c66ec88fSEmmanuel Vadot #define CLK_BUS_MP 108 138*c66ec88fSEmmanuel Vadot #define CLK_BUS_MIPI_DSI 109 139*c66ec88fSEmmanuel Vadot 140*c66ec88fSEmmanuel Vadot #define CLK_BUS_SPDIF 110 141*c66ec88fSEmmanuel Vadot #define CLK_BUS_PIO 111 142*c66ec88fSEmmanuel Vadot #define CLK_BUS_AC97 112 143*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2S0 113 144*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2S1 114 145*c66ec88fSEmmanuel Vadot #define CLK_BUS_LRADC 115 146*c66ec88fSEmmanuel Vadot #define CLK_BUS_GPADC 116 147*c66ec88fSEmmanuel Vadot #define CLK_BUS_TWD 117 148*c66ec88fSEmmanuel Vadot #define CLK_BUS_CIR_TX 118 149*c66ec88fSEmmanuel Vadot 150*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C0 119 151*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C1 120 152*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C2 121 153*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C3 122 154*c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C4 123 155*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART0 124 156*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART1 125 157*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART2 126 158*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART3 127 159*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART4 128 160*c66ec88fSEmmanuel Vadot #define CLK_BUS_UART5 129 161*c66ec88fSEmmanuel Vadot 162*c66ec88fSEmmanuel Vadot #endif /* _DT_BINDINGS_CLOCK_SUN9I_A80_CCU_H_ */ 163