Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: pxa-clock.h,v 1.1.1.3 2020/01/03 14:33:04 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.3     skrll /* SPDX-License-Identifier: GPL-2.0-or-later */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Inspired by original work from pxa2xx-regs.h by Nicolas Pitre
      6      1.1  jmcneill  * Copyright (C) 2014 Robert Jarzmik
      7      1.1  jmcneill  */
      8      1.1  jmcneill 
      9      1.1  jmcneill #ifndef __DT_BINDINGS_CLOCK_PXA2XX_H__
     10      1.1  jmcneill #define __DT_BINDINGS_CLOCK_PXA2XX_H__
     11      1.1  jmcneill 
     12      1.1  jmcneill #define CLK_NONE 0
     13      1.1  jmcneill #define CLK_1WIRE 1
     14      1.1  jmcneill #define CLK_AC97 2
     15      1.1  jmcneill #define CLK_AC97CONF 3
     16      1.1  jmcneill #define CLK_ASSP 4
     17      1.1  jmcneill #define CLK_BOOT 5
     18      1.1  jmcneill #define CLK_BTUART 6
     19      1.1  jmcneill #define CLK_CAMERA 7
     20      1.1  jmcneill #define CLK_CIR 8
     21      1.1  jmcneill #define CLK_CORE 9
     22      1.1  jmcneill #define CLK_DMC 10
     23      1.1  jmcneill #define CLK_FFUART 11
     24      1.1  jmcneill #define CLK_FICP 12
     25      1.1  jmcneill #define CLK_GPIO 13
     26      1.1  jmcneill #define CLK_HSIO2 14
     27      1.1  jmcneill #define CLK_HWUART 15
     28      1.1  jmcneill #define CLK_I2C 16
     29      1.1  jmcneill #define CLK_I2S 17
     30      1.1  jmcneill #define CLK_IM 18
     31      1.1  jmcneill #define CLK_INC 19
     32      1.1  jmcneill #define CLK_ISC 20
     33      1.1  jmcneill #define CLK_KEYPAD 21
     34      1.1  jmcneill #define CLK_LCD 22
     35      1.1  jmcneill #define CLK_MEMC 23
     36      1.1  jmcneill #define CLK_MEMSTK 24
     37      1.1  jmcneill #define CLK_MINI_IM 25
     38      1.1  jmcneill #define CLK_MINI_LCD 26
     39      1.1  jmcneill #define CLK_MMC 27
     40      1.1  jmcneill #define CLK_MMC1 28
     41      1.1  jmcneill #define CLK_MMC2 29
     42      1.1  jmcneill #define CLK_MMC3 30
     43      1.1  jmcneill #define CLK_MSL 31
     44      1.1  jmcneill #define CLK_MSL0 32
     45      1.1  jmcneill #define CLK_MVED 33
     46      1.1  jmcneill #define CLK_NAND 34
     47      1.1  jmcneill #define CLK_NSSP 35
     48      1.1  jmcneill #define CLK_OSTIMER 36
     49      1.1  jmcneill #define CLK_PWM0 37
     50      1.1  jmcneill #define CLK_PWM1 38
     51      1.1  jmcneill #define CLK_PWM2 39
     52      1.1  jmcneill #define CLK_PWM3 40
     53      1.1  jmcneill #define CLK_PWRI2C 41
     54      1.1  jmcneill #define CLK_PXA300_GCU 42
     55      1.1  jmcneill #define CLK_PXA320_GCU 43
     56      1.1  jmcneill #define CLK_SMC 44
     57      1.1  jmcneill #define CLK_SSP 45
     58      1.1  jmcneill #define CLK_SSP1 46
     59      1.1  jmcneill #define CLK_SSP2 47
     60      1.1  jmcneill #define CLK_SSP3 48
     61      1.1  jmcneill #define CLK_SSP4 49
     62      1.1  jmcneill #define CLK_STUART 50
     63      1.1  jmcneill #define CLK_TOUCH 51
     64      1.1  jmcneill #define CLK_TPM 52
     65      1.1  jmcneill #define CLK_UDC 53
     66      1.1  jmcneill #define CLK_USB 54
     67      1.1  jmcneill #define CLK_USB2 55
     68      1.1  jmcneill #define CLK_USBH 56
     69      1.1  jmcneill #define CLK_USBHOST 57
     70      1.1  jmcneill #define CLK_USIM 58
     71      1.1  jmcneill #define CLK_USIM1 59
     72      1.1  jmcneill #define CLK_USMI0 60
     73  1.1.1.2  jmcneill #define CLK_OSC32k768 61
     74  1.1.1.2  jmcneill #define CLK_MAX 62
     75      1.1  jmcneill 
     76      1.1  jmcneill #endif
     77