1262569Simp/*
2262569Simp * Copyright (c) 2013 Samsung Electronics Co., Ltd.
3273712Sian * Author: Andrzej Hajda <a.hajda@samsung.com>
4262569Simp *
5262569Simp * This program is free software; you can redistribute it and/or modify
6262569Simp * it under the terms of the GNU General Public License version 2 as
7262569Simp * published by the Free Software Foundation.
8262569Simp *
9262569Simp * Device Tree binding constants for Exynos5440 clock controller.
10262569Simp*/
11262569Simp
12262569Simp#ifndef _DT_BINDINGS_CLOCK_EXYNOS_5440_H
13262569Simp#define _DT_BINDINGS_CLOCK_EXYNOS_5440_H
14262569Simp
15262569Simp#define CLK_XTAL		1
16262569Simp#define CLK_ARM_CLK		2
17262569Simp#define CLK_SPI_BAUD		16
18262569Simp#define CLK_PB0_250		17
19262569Simp#define CLK_PR0_250		18
20262569Simp#define CLK_PR1_250		19
21262569Simp#define CLK_B_250		20
22262569Simp#define CLK_B_125		21
23262569Simp#define CLK_B_200		22
24262569Simp#define CLK_SATA		23
25262569Simp#define CLK_USB			24
26262569Simp#define CLK_GMAC0		25
27262569Simp#define CLK_CS250		26
28262569Simp#define CLK_PB0_250_O		27
29262569Simp#define CLK_PR0_250_O		28
30262569Simp#define CLK_PR1_250_O		29
31262569Simp#define CLK_B_250_O		30
32262569Simp#define CLK_B_125_O		31
33262569Simp#define CLK_B_200_O		32
34262569Simp#define CLK_SATA_O		33
35262569Simp#define CLK_USB_O		34
36262569Simp#define CLK_GMAC0_O		35
37262569Simp#define CLK_CS250_O		36
38262569Simp
39262569Simp/* must be greater than maximal clock id */
40262569Simp#define CLK_NR_CLKS		37
41262569Simp
42262569Simp#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5440_H */
43