xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/clock/sun50i-a64-ccu.h (revision e67e85659c0de33e617e5fbf1028c6e8b49eee53)
1c66ec88fSEmmanuel Vadot /*
2c66ec88fSEmmanuel Vadot  * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com>
3c66ec88fSEmmanuel Vadot  *
4c66ec88fSEmmanuel Vadot  * This file is dual-licensed: you can use it either under the terms
5c66ec88fSEmmanuel Vadot  * of the GPL or the X11 license, at your option. Note that this dual
6c66ec88fSEmmanuel Vadot  * licensing only applies to this file, and not this project as a
7c66ec88fSEmmanuel Vadot  * whole.
8c66ec88fSEmmanuel Vadot  *
9c66ec88fSEmmanuel Vadot  *  a) This file is free software; you can redistribute it and/or
10c66ec88fSEmmanuel Vadot  *     modify it under the terms of the GNU General Public License as
11c66ec88fSEmmanuel Vadot  *     published by the Free Software Foundation; either version 2 of the
12c66ec88fSEmmanuel Vadot  *     License, or (at your option) any later version.
13c66ec88fSEmmanuel Vadot  *
14c66ec88fSEmmanuel Vadot  *     This file is distributed in the hope that it will be useful,
15c66ec88fSEmmanuel Vadot  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16c66ec88fSEmmanuel Vadot  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17c66ec88fSEmmanuel Vadot  *     GNU General Public License for more details.
18c66ec88fSEmmanuel Vadot  *
19c66ec88fSEmmanuel Vadot  * Or, alternatively,
20c66ec88fSEmmanuel Vadot  *
21c66ec88fSEmmanuel Vadot  *  b) Permission is hereby granted, free of charge, to any person
22c66ec88fSEmmanuel Vadot  *     obtaining a copy of this software and associated documentation
23c66ec88fSEmmanuel Vadot  *     files (the "Software"), to deal in the Software without
24c66ec88fSEmmanuel Vadot  *     restriction, including without limitation the rights to use,
25c66ec88fSEmmanuel Vadot  *     copy, modify, merge, publish, distribute, sublicense, and/or
26c66ec88fSEmmanuel Vadot  *     sell copies of the Software, and to permit persons to whom the
27c66ec88fSEmmanuel Vadot  *     Software is furnished to do so, subject to the following
28c66ec88fSEmmanuel Vadot  *     conditions:
29c66ec88fSEmmanuel Vadot  *
30c66ec88fSEmmanuel Vadot  *     The above copyright notice and this permission notice shall be
31c66ec88fSEmmanuel Vadot  *     included in all copies or substantial portions of the Software.
32c66ec88fSEmmanuel Vadot  *
33c66ec88fSEmmanuel Vadot  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34c66ec88fSEmmanuel Vadot  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35c66ec88fSEmmanuel Vadot  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36c66ec88fSEmmanuel Vadot  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37c66ec88fSEmmanuel Vadot  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38c66ec88fSEmmanuel Vadot  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39c66ec88fSEmmanuel Vadot  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40c66ec88fSEmmanuel Vadot  *     OTHER DEALINGS IN THE SOFTWARE.
41c66ec88fSEmmanuel Vadot  */
42c66ec88fSEmmanuel Vadot 
43c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_SUN50I_A64_H_
44c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLK_SUN50I_A64_H_
45c66ec88fSEmmanuel Vadot 
46c66ec88fSEmmanuel Vadot #define CLK_PLL_VIDEO0		7
47c66ec88fSEmmanuel Vadot #define CLK_PLL_PERIPH0		11
48c66ec88fSEmmanuel Vadot 
49c66ec88fSEmmanuel Vadot #define CLK_CPUX		21
50c66ec88fSEmmanuel Vadot #define CLK_BUS_MIPI_DSI	28
51c66ec88fSEmmanuel Vadot #define CLK_BUS_CE		29
52c66ec88fSEmmanuel Vadot #define CLK_BUS_DMA		30
53c66ec88fSEmmanuel Vadot #define CLK_BUS_MMC0		31
54c66ec88fSEmmanuel Vadot #define CLK_BUS_MMC1		32
55c66ec88fSEmmanuel Vadot #define CLK_BUS_MMC2		33
56c66ec88fSEmmanuel Vadot #define CLK_BUS_NAND		34
57c66ec88fSEmmanuel Vadot #define CLK_BUS_DRAM		35
58c66ec88fSEmmanuel Vadot #define CLK_BUS_EMAC		36
59c66ec88fSEmmanuel Vadot #define CLK_BUS_TS		37
60c66ec88fSEmmanuel Vadot #define CLK_BUS_HSTIMER		38
61c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI0		39
62c66ec88fSEmmanuel Vadot #define CLK_BUS_SPI1		40
63c66ec88fSEmmanuel Vadot #define CLK_BUS_OTG		41
64c66ec88fSEmmanuel Vadot #define CLK_BUS_EHCI0		42
65c66ec88fSEmmanuel Vadot #define CLK_BUS_EHCI1		43
66c66ec88fSEmmanuel Vadot #define CLK_BUS_OHCI0		44
67c66ec88fSEmmanuel Vadot #define CLK_BUS_OHCI1		45
68c66ec88fSEmmanuel Vadot #define CLK_BUS_VE		46
69c66ec88fSEmmanuel Vadot #define CLK_BUS_TCON0		47
70c66ec88fSEmmanuel Vadot #define CLK_BUS_TCON1		48
71c66ec88fSEmmanuel Vadot #define CLK_BUS_DEINTERLACE	49
72c66ec88fSEmmanuel Vadot #define CLK_BUS_CSI		50
73c66ec88fSEmmanuel Vadot #define CLK_BUS_HDMI		51
74c66ec88fSEmmanuel Vadot #define CLK_BUS_DE		52
75c66ec88fSEmmanuel Vadot #define CLK_BUS_GPU		53
76c66ec88fSEmmanuel Vadot #define CLK_BUS_MSGBOX		54
77c66ec88fSEmmanuel Vadot #define CLK_BUS_SPINLOCK	55
78c66ec88fSEmmanuel Vadot #define CLK_BUS_CODEC		56
79c66ec88fSEmmanuel Vadot #define CLK_BUS_SPDIF		57
80c66ec88fSEmmanuel Vadot #define CLK_BUS_PIO		58
81c66ec88fSEmmanuel Vadot #define CLK_BUS_THS		59
82c66ec88fSEmmanuel Vadot #define CLK_BUS_I2S0		60
83c66ec88fSEmmanuel Vadot #define CLK_BUS_I2S1		61
84c66ec88fSEmmanuel Vadot #define CLK_BUS_I2S2		62
85c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C0		63
86c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C1		64
87c66ec88fSEmmanuel Vadot #define CLK_BUS_I2C2		65
88c66ec88fSEmmanuel Vadot #define CLK_BUS_SCR		66
89c66ec88fSEmmanuel Vadot #define CLK_BUS_UART0		67
90c66ec88fSEmmanuel Vadot #define CLK_BUS_UART1		68
91c66ec88fSEmmanuel Vadot #define CLK_BUS_UART2		69
92c66ec88fSEmmanuel Vadot #define CLK_BUS_UART3		70
93c66ec88fSEmmanuel Vadot #define CLK_BUS_UART4		71
94c66ec88fSEmmanuel Vadot #define CLK_BUS_DBG		72
95c66ec88fSEmmanuel Vadot #define CLK_THS			73
96c66ec88fSEmmanuel Vadot #define CLK_NAND		74
97c66ec88fSEmmanuel Vadot #define CLK_MMC0		75
98c66ec88fSEmmanuel Vadot #define CLK_MMC1		76
99c66ec88fSEmmanuel Vadot #define CLK_MMC2		77
100c66ec88fSEmmanuel Vadot #define CLK_TS			78
101c66ec88fSEmmanuel Vadot #define CLK_CE			79
102c66ec88fSEmmanuel Vadot #define CLK_SPI0		80
103c66ec88fSEmmanuel Vadot #define CLK_SPI1		81
104c66ec88fSEmmanuel Vadot #define CLK_I2S0		82
105c66ec88fSEmmanuel Vadot #define CLK_I2S1		83
106c66ec88fSEmmanuel Vadot #define CLK_I2S2		84
107c66ec88fSEmmanuel Vadot #define CLK_SPDIF		85
108c66ec88fSEmmanuel Vadot #define CLK_USB_PHY0		86
109c66ec88fSEmmanuel Vadot #define CLK_USB_PHY1		87
110c66ec88fSEmmanuel Vadot #define CLK_USB_HSIC		88
111c66ec88fSEmmanuel Vadot #define CLK_USB_HSIC_12M	89
112c66ec88fSEmmanuel Vadot 
113c66ec88fSEmmanuel Vadot #define CLK_USB_OHCI0		91
114c66ec88fSEmmanuel Vadot 
115c66ec88fSEmmanuel Vadot #define CLK_USB_OHCI1		93
116*e67e8565SEmmanuel Vadot #define CLK_DRAM		94
117c66ec88fSEmmanuel Vadot #define CLK_DRAM_VE		95
118c66ec88fSEmmanuel Vadot #define CLK_DRAM_CSI		96
119c66ec88fSEmmanuel Vadot #define CLK_DRAM_DEINTERLACE	97
120c66ec88fSEmmanuel Vadot #define CLK_DRAM_TS		98
121c66ec88fSEmmanuel Vadot #define CLK_DE			99
122c66ec88fSEmmanuel Vadot #define CLK_TCON0		100
123c66ec88fSEmmanuel Vadot #define CLK_TCON1		101
124c66ec88fSEmmanuel Vadot #define CLK_DEINTERLACE		102
125c66ec88fSEmmanuel Vadot #define CLK_CSI_MISC		103
126c66ec88fSEmmanuel Vadot #define CLK_CSI_SCLK		104
127c66ec88fSEmmanuel Vadot #define CLK_CSI_MCLK		105
128c66ec88fSEmmanuel Vadot #define CLK_VE			106
129c66ec88fSEmmanuel Vadot #define CLK_AC_DIG		107
130c66ec88fSEmmanuel Vadot #define CLK_AC_DIG_4X		108
131c66ec88fSEmmanuel Vadot #define CLK_AVS			109
132c66ec88fSEmmanuel Vadot #define CLK_HDMI		110
133c66ec88fSEmmanuel Vadot #define CLK_HDMI_DDC		111
134c66ec88fSEmmanuel Vadot #define CLK_MBUS		112
135c66ec88fSEmmanuel Vadot #define CLK_DSI_DPHY		113
136c66ec88fSEmmanuel Vadot #define CLK_GPU			114
137c66ec88fSEmmanuel Vadot 
138c66ec88fSEmmanuel Vadot #endif /* _DT_BINDINGS_CLK_SUN50I_H_ */
139