1 /*
2  * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms and conditions of the GNU General Public License,
6  * version 2, as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope it will be useful, but WITHOUT
9  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
11  * more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef DT_CLOCK_OXSEMI_OX820_H
18 #define DT_CLOCK_OXSEMI_OX820_H
19 
20 /* PLLs */
21 #define CLK_820_PLLA		0
22 #define CLK_820_PLLB		1
23 
24 /* Gate Clocks */
25 #define CLK_820_LEON		2
26 #define CLK_820_DMA_SGDMA	3
27 #define CLK_820_CIPHER		4
28 #define CLK_820_SD		5
29 #define CLK_820_SATA		6
30 #define CLK_820_AUDIO		7
31 #define CLK_820_USBMPH		8
32 #define CLK_820_ETHA		9
33 #define CLK_820_PCIEA		10
34 #define CLK_820_NAND		11
35 #define CLK_820_PCIEB		12
36 #define CLK_820_ETHB		13
37 #define CLK_820_REF600		14
38 #define CLK_820_USBDEV		15
39 
40 #endif /* DT_CLOCK_OXSEMI_OX820_H */
41