2 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 * Device Tree binding constants clock controllers of Samsung S3C2443 and later.
11 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H
12 #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H
15 * Let each exported clock get a unique index, which is used on DT-enabled
16 * platforms to lookup the clock from a clock specifier. These indices are
17 * therefore considered an ABI and so must not be changed. This implies
18 * that new clocks should be added either in free spaces between clock groups
31 #define SCLK_HSSPI0 16
35 #define SCLK_HSMMC1 20
36 #define SCLK_HSMMC_EXT 21
61 #define HCLK_HSMMC0 61
62 #define HCLK_HSMMC1 62
84 #define PCLK_CHIPID 87
89 /* Total number of clocks. */
90 #define NR_CLKS (PCLK_PCM + 1)
92 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H */