1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
5 * Device Tree binding constants clock controllers of Samsung S3C2443 and later.
8 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H
9 #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H
12 * Let each exported clock get a unique index, which is used on DT-enabled
13 * platforms to lookup the clock from a clock specifier. These indices are
14 * therefore considered an ABI and so must not be changed. This implies
15 * that new clocks should be added either in free spaces between clock groups
30 #define SCLK_HSSPI0 16
34 #define SCLK_HSMMC1 20
35 #define SCLK_HSMMC_EXT 21
60 #define HCLK_HSMMC0 61
61 #define HCLK_HSMMC1 62
83 #define PCLK_CHIPID 87
88 /* Total number of clocks. */
89 #define NR_CLKS (PCLK_PCM + 1)
91 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H */