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 S3C2410 and later.
8 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C2410_CLOCK_H
9 #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C2410_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 */
56 /* Total number of clocks. */
57 #define NR_CLKS (CAMIF + 1)
59 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H */