Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: exynos5410.h,v 1.1.1.3 2020/01/03 14:33:05 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
      6      1.1  jmcneill  * Copyright (c) 2016 Krzysztof Kozlowski
      7      1.1  jmcneill  *
      8      1.1  jmcneill  * Device Tree binding constants for Exynos5421 clock controller.
      9  1.1.1.2  jmcneill  */
     10      1.1  jmcneill 
     11      1.1  jmcneill #ifndef _DT_BINDINGS_CLOCK_EXYNOS_5410_H
     12      1.1  jmcneill #define _DT_BINDINGS_CLOCK_EXYNOS_5410_H
     13      1.1  jmcneill 
     14      1.1  jmcneill /* core clocks */
     15      1.1  jmcneill #define CLK_FIN_PLL		1
     16      1.1  jmcneill #define CLK_FOUT_APLL		2
     17      1.1  jmcneill #define CLK_FOUT_CPLL		3
     18      1.1  jmcneill #define CLK_FOUT_MPLL		4
     19      1.1  jmcneill #define CLK_FOUT_BPLL		5
     20      1.1  jmcneill #define CLK_FOUT_KPLL		6
     21      1.1  jmcneill #define CLK_FOUT_EPLL		7
     22      1.1  jmcneill 
     23      1.1  jmcneill /* gate for special clocks (sclk) */
     24      1.1  jmcneill #define CLK_SCLK_UART0		128
     25      1.1  jmcneill #define CLK_SCLK_UART1		129
     26      1.1  jmcneill #define CLK_SCLK_UART2		130
     27      1.1  jmcneill #define CLK_SCLK_UART3		131
     28      1.1  jmcneill #define CLK_SCLK_MMC0		132
     29      1.1  jmcneill #define CLK_SCLK_MMC1		133
     30      1.1  jmcneill #define CLK_SCLK_MMC2		134
     31      1.1  jmcneill #define CLK_SCLK_USBD300	150
     32      1.1  jmcneill #define CLK_SCLK_USBD301	151
     33      1.1  jmcneill #define CLK_SCLK_USBPHY300	152
     34      1.1  jmcneill #define CLK_SCLK_USBPHY301	153
     35      1.1  jmcneill #define CLK_SCLK_PWM		155
     36      1.1  jmcneill 
     37      1.1  jmcneill /* gate clocks */
     38      1.1  jmcneill #define CLK_UART0		257
     39      1.1  jmcneill #define CLK_UART1		258
     40      1.1  jmcneill #define CLK_UART2		259
     41  1.1.1.3     skrll #define CLK_UART3		260
     42      1.1  jmcneill #define CLK_I2C0		261
     43      1.1  jmcneill #define CLK_I2C1		262
     44      1.1  jmcneill #define CLK_I2C2		263
     45      1.1  jmcneill #define CLK_I2C3		264
     46      1.1  jmcneill #define CLK_USI0		265
     47      1.1  jmcneill #define CLK_USI1		266
     48      1.1  jmcneill #define CLK_USI2		267
     49      1.1  jmcneill #define CLK_USI3		268
     50  1.1.1.3     skrll #define CLK_TSADC		270
     51      1.1  jmcneill #define CLK_PWM			279
     52      1.1  jmcneill #define CLK_MCT			315
     53      1.1  jmcneill #define CLK_WDT			316
     54      1.1  jmcneill #define CLK_RTC			317
     55      1.1  jmcneill #define CLK_TMU			318
     56      1.1  jmcneill #define CLK_MMC0		351
     57      1.1  jmcneill #define CLK_MMC1		352
     58      1.1  jmcneill #define CLK_MMC2		353
     59      1.1  jmcneill #define CLK_PDMA0		362
     60      1.1  jmcneill #define CLK_PDMA1		363
     61      1.1  jmcneill #define CLK_USBH20		365
     62      1.1  jmcneill #define CLK_USBD300		366
     63      1.1  jmcneill #define CLK_USBD301		367
     64      1.1  jmcneill #define CLK_SSS			471
     65      1.1  jmcneill 
     66      1.1  jmcneill #define CLK_NR_CLKS		512
     67      1.1  jmcneill 
     68      1.1  jmcneill #endif /* _DT_BINDINGS_CLOCK_EXYNOS_5410_H */
     69