Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: suniv-ccu-f1c100s.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      4  1.1  jmcneill  *
      5  1.1  jmcneill  * Copyright (c) 2018 Icenowy Zheng <icenowy (at) aosc.xyz>
      6  1.1  jmcneill  *
      7  1.1  jmcneill  */
      8  1.1  jmcneill 
      9  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_SUNIV_F1C100S_H_
     10  1.1  jmcneill #define _DT_BINDINGS_CLK_SUNIV_F1C100S_H_
     11  1.1  jmcneill 
     12  1.1  jmcneill #define CLK_CPU			11
     13  1.1  jmcneill 
     14  1.1  jmcneill #define CLK_BUS_DMA		14
     15  1.1  jmcneill #define CLK_BUS_MMC0		15
     16  1.1  jmcneill #define CLK_BUS_MMC1		16
     17  1.1  jmcneill #define CLK_BUS_DRAM		17
     18  1.1  jmcneill #define CLK_BUS_SPI0		18
     19  1.1  jmcneill #define CLK_BUS_SPI1		19
     20  1.1  jmcneill #define CLK_BUS_OTG		20
     21  1.1  jmcneill #define CLK_BUS_VE		21
     22  1.1  jmcneill #define CLK_BUS_LCD		22
     23  1.1  jmcneill #define CLK_BUS_DEINTERLACE	23
     24  1.1  jmcneill #define CLK_BUS_CSI		24
     25  1.1  jmcneill #define CLK_BUS_TVD		25
     26  1.1  jmcneill #define CLK_BUS_TVE		26
     27  1.1  jmcneill #define CLK_BUS_DE_BE		27
     28  1.1  jmcneill #define CLK_BUS_DE_FE		28
     29  1.1  jmcneill #define CLK_BUS_CODEC		29
     30  1.1  jmcneill #define CLK_BUS_SPDIF		30
     31  1.1  jmcneill #define CLK_BUS_IR		31
     32  1.1  jmcneill #define CLK_BUS_RSB		32
     33  1.1  jmcneill #define CLK_BUS_I2S0		33
     34  1.1  jmcneill #define CLK_BUS_I2C0		34
     35  1.1  jmcneill #define CLK_BUS_I2C1		35
     36  1.1  jmcneill #define CLK_BUS_I2C2		36
     37  1.1  jmcneill #define CLK_BUS_PIO		37
     38  1.1  jmcneill #define CLK_BUS_UART0		38
     39  1.1  jmcneill #define CLK_BUS_UART1		39
     40  1.1  jmcneill #define CLK_BUS_UART2		40
     41  1.1  jmcneill 
     42  1.1  jmcneill #define CLK_MMC0		41
     43  1.1  jmcneill #define CLK_MMC0_SAMPLE		42
     44  1.1  jmcneill #define CLK_MMC0_OUTPUT		43
     45  1.1  jmcneill #define CLK_MMC1		44
     46  1.1  jmcneill #define CLK_MMC1_SAMPLE		45
     47  1.1  jmcneill #define CLK_MMC1_OUTPUT		46
     48  1.1  jmcneill #define CLK_I2S			47
     49  1.1  jmcneill #define CLK_SPDIF		48
     50  1.1  jmcneill 
     51  1.1  jmcneill #define CLK_USB_PHY0		49
     52  1.1  jmcneill 
     53  1.1  jmcneill #define CLK_DRAM_VE		50
     54  1.1  jmcneill #define CLK_DRAM_CSI		51
     55  1.1  jmcneill #define CLK_DRAM_DEINTERLACE	52
     56  1.1  jmcneill #define CLK_DRAM_TVD		53
     57  1.1  jmcneill #define CLK_DRAM_DE_FE		54
     58  1.1  jmcneill #define CLK_DRAM_DE_BE		55
     59  1.1  jmcneill 
     60  1.1  jmcneill #define CLK_DE_BE		56
     61  1.1  jmcneill #define CLK_DE_FE		57
     62  1.1  jmcneill #define CLK_TCON		58
     63  1.1  jmcneill #define CLK_DEINTERLACE		59
     64  1.1  jmcneill #define CLK_TVE2_CLK		60
     65  1.1  jmcneill #define CLK_TVE1_CLK		61
     66  1.1  jmcneill #define CLK_TVD			62
     67  1.1  jmcneill #define CLK_CSI			63
     68  1.1  jmcneill #define CLK_VE			64
     69  1.1  jmcneill #define CLK_CODEC		65
     70  1.1  jmcneill #define CLK_AVS			66
     71  1.1  jmcneill 
     72  1.1  jmcneill #endif
     73