Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: sun5i-ccu.h,v 1.1.1.3 2020/01/03 14:33:05 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.3     skrll /* SPDX-License-Identifier: GPL-2.0-or-later */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright 2016 Maxime Ripard
      6      1.1  jmcneill  *
      7      1.1  jmcneill  * Maxime Ripard <maxime.ripard (at) free-electrons.com>
      8      1.1  jmcneill  */
      9      1.1  jmcneill 
     10      1.1  jmcneill #ifndef _DT_BINDINGS_CLK_SUN5I_H_
     11      1.1  jmcneill #define _DT_BINDINGS_CLK_SUN5I_H_
     12      1.1  jmcneill 
     13      1.1  jmcneill #define CLK_HOSC		1
     14      1.1  jmcneill 
     15  1.1.1.2  jmcneill #define CLK_PLL_VIDEO0_2X	9
     16  1.1.1.2  jmcneill 
     17  1.1.1.2  jmcneill #define CLK_PLL_VIDEO1_2X	16
     18      1.1  jmcneill #define CLK_CPU			17
     19      1.1  jmcneill 
     20      1.1  jmcneill #define CLK_AHB_OTG		23
     21      1.1  jmcneill #define CLK_AHB_EHCI		24
     22      1.1  jmcneill #define CLK_AHB_OHCI		25
     23      1.1  jmcneill #define CLK_AHB_SS		26
     24      1.1  jmcneill #define CLK_AHB_DMA		27
     25      1.1  jmcneill #define CLK_AHB_BIST		28
     26      1.1  jmcneill #define CLK_AHB_MMC0		29
     27      1.1  jmcneill #define CLK_AHB_MMC1		30
     28      1.1  jmcneill #define CLK_AHB_MMC2		31
     29      1.1  jmcneill #define CLK_AHB_NAND		32
     30      1.1  jmcneill #define CLK_AHB_SDRAM		33
     31      1.1  jmcneill #define CLK_AHB_EMAC		34
     32      1.1  jmcneill #define CLK_AHB_TS		35
     33      1.1  jmcneill #define CLK_AHB_SPI0		36
     34      1.1  jmcneill #define CLK_AHB_SPI1		37
     35      1.1  jmcneill #define CLK_AHB_SPI2		38
     36      1.1  jmcneill #define CLK_AHB_GPS		39
     37      1.1  jmcneill #define CLK_AHB_HSTIMER		40
     38      1.1  jmcneill #define CLK_AHB_VE		41
     39      1.1  jmcneill #define CLK_AHB_TVE		42
     40      1.1  jmcneill #define CLK_AHB_LCD		43
     41      1.1  jmcneill #define CLK_AHB_CSI		44
     42      1.1  jmcneill #define CLK_AHB_HDMI		45
     43      1.1  jmcneill #define CLK_AHB_DE_BE		46
     44      1.1  jmcneill #define CLK_AHB_DE_FE		47
     45      1.1  jmcneill #define CLK_AHB_IEP		48
     46      1.1  jmcneill #define CLK_AHB_GPU		49
     47      1.1  jmcneill #define CLK_APB0_CODEC		50
     48      1.1  jmcneill #define CLK_APB0_SPDIF		51
     49      1.1  jmcneill #define CLK_APB0_I2S		52
     50      1.1  jmcneill #define CLK_APB0_PIO		53
     51      1.1  jmcneill #define CLK_APB0_IR		54
     52      1.1  jmcneill #define CLK_APB0_KEYPAD		55
     53      1.1  jmcneill #define CLK_APB1_I2C0		56
     54      1.1  jmcneill #define CLK_APB1_I2C1		57
     55      1.1  jmcneill #define CLK_APB1_I2C2		58
     56      1.1  jmcneill #define CLK_APB1_UART0		59
     57      1.1  jmcneill #define CLK_APB1_UART1		60
     58      1.1  jmcneill #define CLK_APB1_UART2		61
     59      1.1  jmcneill #define CLK_APB1_UART3		62
     60      1.1  jmcneill #define CLK_NAND		63
     61      1.1  jmcneill #define CLK_MMC0		64
     62      1.1  jmcneill #define CLK_MMC1		65
     63      1.1  jmcneill #define CLK_MMC2		66
     64      1.1  jmcneill #define CLK_TS			67
     65      1.1  jmcneill #define CLK_SS			68
     66      1.1  jmcneill #define CLK_SPI0		69
     67      1.1  jmcneill #define CLK_SPI1		70
     68      1.1  jmcneill #define CLK_SPI2		71
     69      1.1  jmcneill #define CLK_IR			72
     70      1.1  jmcneill #define CLK_I2S			73
     71      1.1  jmcneill #define CLK_SPDIF		74
     72      1.1  jmcneill #define CLK_KEYPAD		75
     73      1.1  jmcneill #define CLK_USB_OHCI		76
     74      1.1  jmcneill #define CLK_USB_PHY0		77
     75      1.1  jmcneill #define CLK_USB_PHY1		78
     76      1.1  jmcneill #define CLK_GPS			79
     77      1.1  jmcneill #define CLK_DRAM_VE		80
     78      1.1  jmcneill #define CLK_DRAM_CSI		81
     79      1.1  jmcneill #define CLK_DRAM_TS		82
     80      1.1  jmcneill #define CLK_DRAM_TVE		83
     81      1.1  jmcneill #define CLK_DRAM_DE_FE		84
     82      1.1  jmcneill #define CLK_DRAM_DE_BE		85
     83      1.1  jmcneill #define CLK_DRAM_ACE		86
     84      1.1  jmcneill #define CLK_DRAM_IEP		87
     85      1.1  jmcneill #define CLK_DE_BE		88
     86      1.1  jmcneill #define CLK_DE_FE		89
     87      1.1  jmcneill #define CLK_TCON_CH0		90
     88      1.1  jmcneill 
     89      1.1  jmcneill #define CLK_TCON_CH1		92
     90      1.1  jmcneill #define CLK_CSI			93
     91      1.1  jmcneill #define CLK_VE			94
     92      1.1  jmcneill #define CLK_CODEC		95
     93      1.1  jmcneill #define CLK_AVS			96
     94      1.1  jmcneill #define CLK_HDMI		97
     95      1.1  jmcneill #define CLK_GPU			98
     96  1.1.1.3     skrll #define CLK_MBUS		99
     97      1.1  jmcneill #define CLK_IEP			100
     98      1.1  jmcneill 
     99      1.1  jmcneill #endif /* _DT_BINDINGS_CLK_SUN5I_H_ */
    100