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 S3C2412.
8 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C2412_CLOCK_H
9 #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C2412_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
21 /* id 1 is reserved */
67 /* Total number of clocks. */
68 #define NR_CLKS (HCLK_DMA0 + 1)
70 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C2412_CLOCK_H */