Home | History | Annotate | Download | only in clock
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2017 lvaro Fernndez Rojas <noltari (at) gmail.com>
      4  *
      5  * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
      6  */
      7 
      8 #ifndef __DT_BINDINGS_CLOCK_BCM6368_H
      9 #define __DT_BINDINGS_CLOCK_BCM6368_H
     10 
     11 #define BCM6368_CLK_VDSL_QPROC		2
     12 #define BCM6368_CLK_VDSL_AFE		3
     13 #define BCM6368_CLK_VDSL_BONDING	4
     14 #define BCM6368_CLK_VDSL		5
     15 #define BCM6368_CLK_PHYMIPS		6
     16 #define BCM6368_CLK_SWPKT_USB		7
     17 #define BCM6368_CLK_SWPKT_SAR		8
     18 #define BCM6368_CLK_SPI			9
     19 #define BCM6368_CLK_USBD		10
     20 #define BCM6368_CLK_SAR			11
     21 #define BCM6368_CLK_ROBOSW		12
     22 #define BCM6368_CLK_UTOPIA		13
     23 #define BCM6368_CLK_PCM			14
     24 #define BCM6368_CLK_USBH		15
     25 #define BCM6368_CLK_GLESS		16
     26 #define BCM6368_CLK_NAND		17
     27 #define BCM6368_CLK_IPSEC		18
     28 #define BCM6368_CLK_USBH_IDDQ		19
     29 
     30 #endif /* __DT_BINDINGS_CLOCK_BCM6368_H */
     31