Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: efm32-cmu.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 #ifndef __DT_BINDINGS_CLOCK_EFM32_CMU_H
      5      1.1  jmcneill #define __DT_BINDINGS_CLOCK_EFM32_CMU_H
      6      1.1  jmcneill 
      7      1.1  jmcneill #define clk_HFXO		0
      8      1.1  jmcneill #define clk_HFRCO		1
      9      1.1  jmcneill #define clk_LFXO		2
     10      1.1  jmcneill #define clk_LFRCO		3
     11      1.1  jmcneill #define clk_ULFRCO		4
     12      1.1  jmcneill #define clk_AUXHFRCO		5
     13      1.1  jmcneill #define clk_HFCLKNODIV		6
     14      1.1  jmcneill #define clk_HFCLK		7
     15      1.1  jmcneill #define clk_HFPERCLK		8
     16      1.1  jmcneill #define clk_HFCORECLK		9
     17      1.1  jmcneill #define clk_LFACLK		10
     18      1.1  jmcneill #define clk_LFBCLK		11
     19      1.1  jmcneill #define clk_WDOGCLK		12
     20      1.1  jmcneill #define clk_HFCORECLKDMA	13
     21      1.1  jmcneill #define clk_HFCORECLKAES	14
     22      1.1  jmcneill #define clk_HFCORECLKUSBC	15
     23      1.1  jmcneill #define clk_HFCORECLKUSB	16
     24      1.1  jmcneill #define clk_HFCORECLKLE		17
     25      1.1  jmcneill #define clk_HFCORECLKEBI	18
     26      1.1  jmcneill #define clk_HFPERCLKUSART0	19
     27      1.1  jmcneill #define clk_HFPERCLKUSART1	20
     28      1.1  jmcneill #define clk_HFPERCLKUSART2	21
     29      1.1  jmcneill #define clk_HFPERCLKUART0	22
     30      1.1  jmcneill #define clk_HFPERCLKUART1	23
     31      1.1  jmcneill #define clk_HFPERCLKTIMER0	24
     32      1.1  jmcneill #define clk_HFPERCLKTIMER1	25
     33      1.1  jmcneill #define clk_HFPERCLKTIMER2	26
     34      1.1  jmcneill #define clk_HFPERCLKTIMER3	27
     35      1.1  jmcneill #define clk_HFPERCLKACMP0	28
     36      1.1  jmcneill #define clk_HFPERCLKACMP1	29
     37      1.1  jmcneill #define clk_HFPERCLKI2C0	30
     38      1.1  jmcneill #define clk_HFPERCLKI2C1	31
     39      1.1  jmcneill #define clk_HFPERCLKGPIO	32
     40      1.1  jmcneill #define clk_HFPERCLKVCMP	33
     41      1.1  jmcneill #define clk_HFPERCLKPRS		34
     42      1.1  jmcneill #define clk_HFPERCLKADC0	35
     43      1.1  jmcneill #define clk_HFPERCLKDAC0	36
     44      1.1  jmcneill 
     45      1.1  jmcneill #endif /* __DT_BINDINGS_CLOCK_EFM32_CMU_H */
     46