Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com>
0003  *
0004  * This file is dual-licensed: you can use it either under the terms
0005  * of the GPL or the X11 license, at your option. Note that this dual
0006  * licensing only applies to this file, and not this project as a
0007  * whole.
0008  *
0009  *  a) This file is free software; you can redistribute it and/or
0010  *     modify it under the terms of the GNU General Public License as
0011  *     published by the Free Software Foundation; either version 2 of the
0012  *     License, or (at your option) any later version.
0013  *
0014  *     This file is distributed in the hope that it will be useful,
0015  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017  *     GNU General Public License for more details.
0018  *
0019  * Or, alternatively,
0020  *
0021  *  b) Permission is hereby granted, free of charge, to any person
0022  *     obtaining a copy of this software and associated documentation
0023  *     files (the "Software"), to deal in the Software without
0024  *     restriction, including without limitation the rights to use,
0025  *     copy, modify, merge, publish, distribute, sublicense, and/or
0026  *     sell copies of the Software, and to permit persons to whom the
0027  *     Software is furnished to do so, subject to the following
0028  *     conditions:
0029  *
0030  *     The above copyright notice and this permission notice shall be
0031  *     included in all copies or substantial portions of the Software.
0032  *
0033  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0034  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
0035  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0036  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
0037  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
0038  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0039  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0040  *     OTHER DEALINGS IN THE SOFTWARE.
0041  */
0042 
0043 #ifndef _DT_BINDINGS_CLK_SUN8I_A23_A33_H_
0044 #define _DT_BINDINGS_CLK_SUN8I_A23_A33_H_
0045 
0046 #define CLK_PLL_MIPI        13
0047 
0048 #define CLK_CPUX        18
0049 
0050 #define CLK_BUS_MIPI_DSI    23
0051 #define CLK_BUS_SS      24
0052 #define CLK_BUS_DMA     25
0053 #define CLK_BUS_MMC0        26
0054 #define CLK_BUS_MMC1        27
0055 #define CLK_BUS_MMC2        28
0056 #define CLK_BUS_NAND        29
0057 #define CLK_BUS_DRAM        30
0058 #define CLK_BUS_HSTIMER     31
0059 #define CLK_BUS_SPI0        32
0060 #define CLK_BUS_SPI1        33
0061 #define CLK_BUS_OTG     34
0062 #define CLK_BUS_EHCI        35
0063 #define CLK_BUS_OHCI        36
0064 #define CLK_BUS_VE      37
0065 #define CLK_BUS_LCD     38
0066 #define CLK_BUS_CSI     39
0067 #define CLK_BUS_DE_BE       40
0068 #define CLK_BUS_DE_FE       41
0069 #define CLK_BUS_GPU     42
0070 #define CLK_BUS_MSGBOX      43
0071 #define CLK_BUS_SPINLOCK    44
0072 #define CLK_BUS_DRC     45
0073 #define CLK_BUS_SAT     46
0074 #define CLK_BUS_CODEC       47
0075 #define CLK_BUS_PIO     48
0076 #define CLK_BUS_I2S0        49
0077 #define CLK_BUS_I2S1        50
0078 #define CLK_BUS_I2C0        51
0079 #define CLK_BUS_I2C1        52
0080 #define CLK_BUS_I2C2        53
0081 #define CLK_BUS_UART0       54
0082 #define CLK_BUS_UART1       55
0083 #define CLK_BUS_UART2       56
0084 #define CLK_BUS_UART3       57
0085 #define CLK_BUS_UART4       58
0086 #define CLK_NAND        59
0087 #define CLK_MMC0        60
0088 #define CLK_MMC0_SAMPLE     61
0089 #define CLK_MMC0_OUTPUT     62
0090 #define CLK_MMC1        63
0091 #define CLK_MMC1_SAMPLE     64
0092 #define CLK_MMC1_OUTPUT     65
0093 #define CLK_MMC2        66
0094 #define CLK_MMC2_SAMPLE     67
0095 #define CLK_MMC2_OUTPUT     68
0096 #define CLK_SS          69
0097 #define CLK_SPI0        70
0098 #define CLK_SPI1        71
0099 #define CLK_I2S0        72
0100 #define CLK_I2S1        73
0101 #define CLK_USB_PHY0        74
0102 #define CLK_USB_PHY1        75
0103 #define CLK_USB_HSIC        76
0104 #define CLK_USB_HSIC_12M    77
0105 #define CLK_USB_OHCI        78
0106 
0107 #define CLK_DRAM_VE     80
0108 #define CLK_DRAM_CSI        81
0109 #define CLK_DRAM_DRC        82
0110 #define CLK_DRAM_DE_FE      83
0111 #define CLK_DRAM_DE_BE      84
0112 #define CLK_DE_BE       85
0113 #define CLK_DE_FE       86
0114 #define CLK_LCD_CH0     87
0115 #define CLK_LCD_CH1     88
0116 #define CLK_CSI_SCLK        89
0117 #define CLK_CSI_MCLK        90
0118 #define CLK_VE          91
0119 #define CLK_AC_DIG      92
0120 #define CLK_AC_DIG_4X       93
0121 #define CLK_AVS         94
0122 
0123 #define CLK_DSI_SCLK        96
0124 #define CLK_DSI_DPHY        97
0125 #define CLK_DRC         98
0126 #define CLK_GPU         99
0127 #define CLK_ATS         100
0128 
0129 #endif /* _DT_BINDINGS_CLK_SUN8I_A23_A33_H_ */