xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/imx1-clock.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: imx1-clock.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2 
3 /*
4  * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  */
11 
12 #ifndef __DT_BINDINGS_CLOCK_IMX1_H
13 #define __DT_BINDINGS_CLOCK_IMX1_H
14 
15 #define IMX1_CLK_DUMMY		0
16 #define IMX1_CLK_CLK32		1
17 #define IMX1_CLK_CLK16M_EXT	2
18 #define IMX1_CLK_CLK16M		3
19 #define IMX1_CLK_CLK32_PREMULT	4
20 #define IMX1_CLK_PREM		5
21 #define IMX1_CLK_MPLL		6
22 #define IMX1_CLK_MPLL_GATE	7
23 #define IMX1_CLK_SPLL		8
24 #define IMX1_CLK_SPLL_GATE	9
25 #define IMX1_CLK_MCU		10
26 #define IMX1_CLK_FCLK		11
27 #define IMX1_CLK_HCLK		12
28 #define IMX1_CLK_CLK48M		13
29 #define IMX1_CLK_PER1		14
30 #define IMX1_CLK_PER2		15
31 #define IMX1_CLK_PER3		16
32 #define IMX1_CLK_CLKO		17
33 #define IMX1_CLK_UART3_GATE	18
34 #define IMX1_CLK_SSI2_GATE	19
35 #define IMX1_CLK_BROM_GATE	20
36 #define IMX1_CLK_DMA_GATE	21
37 #define IMX1_CLK_CSI_GATE	22
38 #define IMX1_CLK_MMA_GATE	23
39 #define IMX1_CLK_USBD_GATE	24
40 #define IMX1_CLK_MAX		25
41 
42 #endif
43