Home | History | Annotate | Line # | Download | only in clock
      1 /*	$NetBSD: oxsemi,ox820.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0-only */
      4 /*
      5  * Copyright (C) 2016 Neil Armstrong <narmstrong (at) baylibre.com>
      6  */
      7 
      8 #ifndef DT_CLOCK_OXSEMI_OX820_H
      9 #define DT_CLOCK_OXSEMI_OX820_H
     10 
     11 /* PLLs */
     12 #define CLK_820_PLLA		0
     13 #define CLK_820_PLLB		1
     14 
     15 /* Gate Clocks */
     16 #define CLK_820_LEON		2
     17 #define CLK_820_DMA_SGDMA	3
     18 #define CLK_820_CIPHER		4
     19 #define CLK_820_SD		5
     20 #define CLK_820_SATA		6
     21 #define CLK_820_AUDIO		7
     22 #define CLK_820_USBMPH		8
     23 #define CLK_820_ETHA		9
     24 #define CLK_820_PCIEA		10
     25 #define CLK_820_NAND		11
     26 #define CLK_820_PCIEB		12
     27 #define CLK_820_ETHB		13
     28 #define CLK_820_REF600		14
     29 #define CLK_820_USBDEV		15
     30 
     31 #endif /* DT_CLOCK_OXSEMI_OX820_H */
     32