2 * Copyright 2016 Maxime Ripard
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef _DT_BINDINGS_CLK_SUN5I_H_
18 #define _DT_BINDINGS_CLK_SUN5I_H_
24 #define CLK_AHB_OTG 23
25 #define CLK_AHB_EHCI 24
26 #define CLK_AHB_OHCI 25
28 #define CLK_AHB_DMA 27
29 #define CLK_AHB_BIST 28
30 #define CLK_AHB_MMC0 29
31 #define CLK_AHB_MMC1 30
32 #define CLK_AHB_MMC2 31
33 #define CLK_AHB_NAND 32
34 #define CLK_AHB_SDRAM 33
35 #define CLK_AHB_EMAC 34
37 #define CLK_AHB_SPI0 36
38 #define CLK_AHB_SPI1 37
39 #define CLK_AHB_SPI2 38
40 #define CLK_AHB_GPS 39
41 #define CLK_AHB_HSTIMER 40
43 #define CLK_AHB_TVE 42
44 #define CLK_AHB_LCD 43
45 #define CLK_AHB_CSI 44
46 #define CLK_AHB_HDMI 45
47 #define CLK_AHB_DE_BE 46
48 #define CLK_AHB_DE_FE 47
49 #define CLK_AHB_IEP 48
50 #define CLK_AHB_GPU 49
51 #define CLK_APB0_CODEC 50
52 #define CLK_APB0_SPDIF 51
53 #define CLK_APB0_I2S 52
54 #define CLK_APB0_PIO 53
55 #define CLK_APB0_IR 54
56 #define CLK_APB0_KEYPAD 55
57 #define CLK_APB1_I2C0 56
58 #define CLK_APB1_I2C1 57
59 #define CLK_APB1_I2C2 58
60 #define CLK_APB1_UART0 59
61 #define CLK_APB1_UART1 60
62 #define CLK_APB1_UART2 61
63 #define CLK_APB1_UART3 62
77 #define CLK_USB_OHCI 76
78 #define CLK_USB_PHY0 77
79 #define CLK_USB_PHY1 78
81 #define CLK_DRAM_VE 80
82 #define CLK_DRAM_CSI 81
83 #define CLK_DRAM_TS 82
84 #define CLK_DRAM_TVE 83
85 #define CLK_DRAM_DE_FE 84
86 #define CLK_DRAM_DE_BE 85
87 #define CLK_DRAM_ACE 86
88 #define CLK_DRAM_IEP 87
91 #define CLK_TCON_CH0 90
93 #define CLK_TCON_CH1 92
103 #endif /* _DT_BINDINGS_CLK_SUN5I_H_ */