Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: berlin2q.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 BG2Q 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_DRMFIGO		1
     10      1.1  jmcneill #define CLKID_CFG		2
     11      1.1  jmcneill #define CLKID_GFX2D		3
     12      1.1  jmcneill #define CLKID_ZSP		4
     13      1.1  jmcneill #define CLKID_PERIF		5
     14      1.1  jmcneill #define CLKID_PCUBE		6
     15      1.1  jmcneill #define CLKID_VSCOPE		7
     16      1.1  jmcneill #define CLKID_NFC_ECC		8
     17      1.1  jmcneill #define CLKID_VPP		9
     18      1.1  jmcneill #define CLKID_APP		10
     19      1.1  jmcneill #define CLKID_SDIO0XIN		11
     20      1.1  jmcneill #define CLKID_SDIO1XIN		12
     21      1.1  jmcneill #define CLKID_GFX2DAXI		13
     22      1.1  jmcneill #define CLKID_GETH0		14
     23      1.1  jmcneill #define CLKID_SATA		15
     24      1.1  jmcneill #define CLKID_AHBAPB		16
     25      1.1  jmcneill #define CLKID_USB0		17
     26      1.1  jmcneill #define CLKID_USB1		18
     27      1.1  jmcneill #define CLKID_USB2		19
     28      1.1  jmcneill #define CLKID_USB3		20
     29      1.1  jmcneill #define CLKID_PBRIDGE		21
     30      1.1  jmcneill #define CLKID_SDIO		22
     31      1.1  jmcneill #define CLKID_NFC		23
     32      1.1  jmcneill #define CLKID_SMEMC		24
     33      1.1  jmcneill #define CLKID_PCIE		25
     34      1.1  jmcneill #define CLKID_TWD		26
     35      1.1  jmcneill #define CLKID_CPU		27
     36