blob: 6cb4e90f81fc33628d23f353cbbd6cba00815945 [file] [log] [blame]
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +02001/*
2 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
Krzysztof Kozlowski5cd35352016-05-28 11:54:13 +02003 * Copyright (c) 2016 Krzysztof Kozlowski
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +02004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * Device Tree binding constants for Exynos5421 clock controller.
10*/
11
Tarek Dakhrane7ef0b62014-05-27 06:54:12 +090012#ifndef _DT_BINDINGS_CLOCK_EXYNOS_5410_H
13#define _DT_BINDINGS_CLOCK_EXYNOS_5410_H
14
15/* core clocks */
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020016#define CLK_FIN_PLL 1
17#define CLK_FOUT_APLL 2
18#define CLK_FOUT_CPLL 3
19#define CLK_FOUT_MPLL 4
20#define CLK_FOUT_BPLL 5
21#define CLK_FOUT_KPLL 6
Sylwester Nawrocki58d65062016-08-22 11:15:39 +020022#define CLK_FOUT_EPLL 7
Tarek Dakhrane7ef0b62014-05-27 06:54:12 +090023
24/* gate for special clocks (sclk) */
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020025#define CLK_SCLK_UART0 128
26#define CLK_SCLK_UART1 129
27#define CLK_SCLK_UART2 130
28#define CLK_SCLK_UART3 131
29#define CLK_SCLK_MMC0 132
30#define CLK_SCLK_MMC1 133
31#define CLK_SCLK_MMC2 134
Krzysztof Kozlowski5cd35352016-05-28 11:54:13 +020032#define CLK_SCLK_USBD300 150
33#define CLK_SCLK_USBD301 151
34#define CLK_SCLK_USBPHY300 152
35#define CLK_SCLK_USBPHY301 153
36#define CLK_SCLK_PWM 155
Tarek Dakhrane7ef0b62014-05-27 06:54:12 +090037
38/* gate clocks */
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020039#define CLK_UART0 257
40#define CLK_UART1 258
41#define CLK_UART2 259
Krzysztof Kozlowskied1e1502016-05-28 11:54:29 +020042#define CLK_I2C0 261
43#define CLK_I2C1 262
44#define CLK_I2C2 263
45#define CLK_I2C3 264
46#define CLK_USI0 265
47#define CLK_USI1 266
48#define CLK_USI2 267
49#define CLK_USI3 268
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020050#define CLK_UART3 260
Krzysztof Kozlowski5cd35352016-05-28 11:54:13 +020051#define CLK_PWM 279
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020052#define CLK_MCT 315
Krzysztof Kozlowski4528dd82016-06-01 11:45:49 +020053#define CLK_WDT 316
Krzysztof Kozlowskied1e1502016-05-28 11:54:29 +020054#define CLK_RTC 317
Krzysztof Kozlowski109869f2016-05-31 20:39:00 +020055#define CLK_TMU 318
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020056#define CLK_MMC0 351
57#define CLK_MMC1 352
58#define CLK_MMC2 353
Sylwester Nawrocki58d65062016-08-22 11:15:39 +020059#define CLK_PDMA0 362
60#define CLK_PDMA1 363
Krzysztof Kozlowski5cd35352016-05-28 11:54:13 +020061#define CLK_USBH20 365
62#define CLK_USBD300 366
63#define CLK_USBD301 367
Krzysztof Kozlowski4528dd82016-06-01 11:45:49 +020064#define CLK_SSS 471
Tarek Dakhrane7ef0b62014-05-27 06:54:12 +090065
Krzysztof Kozlowski4c5773f2016-05-28 11:54:12 +020066#define CLK_NR_CLKS 512
Tarek Dakhrane7ef0b62014-05-27 06:54:12 +090067
68#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5410_H */