Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: berlin2.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill 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  * Berlin2 BG2/BG2CD clock tree IDs
      6      1.1  jmcneill  */
      7      1.1  jmcneill 
      8      1.1  jmcneill #define CLKID_SYS		0
      9      1.1  jmcneill #define CLKID_CPU		1
     10      1.1  jmcneill #define CLKID_DRMFIGO		2
     11      1.1  jmcneill #define CLKID_CFG		3
     12      1.1  jmcneill #define CLKID_GFX		4
     13      1.1  jmcneill #define CLKID_ZSP		5
     14      1.1  jmcneill #define CLKID_PERIF		6
     15      1.1  jmcneill #define CLKID_PCUBE		7
     16      1.1  jmcneill #define CLKID_VSCOPE		8
     17      1.1  jmcneill #define CLKID_NFC_ECC		9
     18      1.1  jmcneill #define CLKID_VPP		10
     19      1.1  jmcneill #define CLKID_APP		11
     20      1.1  jmcneill #define CLKID_AUDIO0		12
     21      1.1  jmcneill #define CLKID_AUDIO2		13
     22      1.1  jmcneill #define CLKID_AUDIO3		14
     23      1.1  jmcneill #define CLKID_AUDIO1		15
     24      1.1  jmcneill #define CLKID_GFX3D_CORE	16
     25      1.1  jmcneill #define CLKID_GFX3D_SYS		17
     26      1.1  jmcneill #define CLKID_ARC		18
     27      1.1  jmcneill #define CLKID_VIP		19
     28      1.1  jmcneill #define CLKID_SDIO0XIN		20
     29      1.1  jmcneill #define CLKID_SDIO1XIN		21
     30      1.1  jmcneill #define CLKID_GFX3D_EXTRA	22
     31      1.1  jmcneill #define CLKID_GC360		23
     32      1.1  jmcneill #define CLKID_SDIO_DLLMST	24
     33      1.1  jmcneill #define CLKID_GETH0		25
     34      1.1  jmcneill #define CLKID_GETH1		26
     35      1.1  jmcneill #define CLKID_SATA		27
     36      1.1  jmcneill #define CLKID_AHBAPB		28
     37      1.1  jmcneill #define CLKID_USB0		29
     38      1.1  jmcneill #define CLKID_USB1		30
     39      1.1  jmcneill #define CLKID_PBRIDGE		31
     40      1.1  jmcneill #define CLKID_SDIO0		32
     41      1.1  jmcneill #define CLKID_SDIO1		33
     42      1.1  jmcneill #define CLKID_NFC		34
     43      1.1  jmcneill #define CLKID_SMEMC		35
     44      1.1  jmcneill #define CLKID_AUDIOHD		36
     45      1.1  jmcneill #define CLKID_VIDEO0		37
     46      1.1  jmcneill #define CLKID_VIDEO1		38
     47      1.1  jmcneill #define CLKID_VIDEO2		39
     48      1.1  jmcneill #define CLKID_TWD		40
     49