Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*
      2  1.1  jmcneill  * Copyright (c) 2017 Icenowy Zheng <icenowy (at) aosc.xyz>
      3  1.1  jmcneill  *
      4  1.1  jmcneill  * SPDX-License-Identifier: (GPL-2.0+ or MIT)
      5  1.1  jmcneill  */
      6  1.1  jmcneill 
      7  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_SUN50I_H6_R_CCU_H_
      8  1.1  jmcneill #define _DT_BINDINGS_CLK_SUN50I_H6_R_CCU_H_
      9  1.1  jmcneill 
     10  1.1  jmcneill #define CLK_AR100		0
     11  1.1  jmcneill 
     12  1.1  jmcneill #define CLK_R_APB1		2
     13  1.1  jmcneill 
     14  1.1  jmcneill #define CLK_R_APB1_TIMER	4
     15  1.1  jmcneill #define CLK_R_APB1_TWD		5
     16  1.1  jmcneill #define CLK_R_APB1_PWM		6
     17  1.1  jmcneill #define CLK_R_APB2_UART		7
     18  1.1  jmcneill #define CLK_R_APB2_I2C		8
     19  1.1  jmcneill #define CLK_R_APB1_IR		9
     20  1.1  jmcneill #define CLK_R_APB1_W1		10
     21  1.1  jmcneill 
     22  1.1  jmcneill #define CLK_IR			11
     23  1.1  jmcneill #define CLK_W1			12
     24  1.1  jmcneill 
     25  1.2  jmcneill #define CLK_R_APB2_RSB		13
     26  1.2  jmcneill 
     27  1.1  jmcneill #endif /* _DT_BINDINGS_CLK_SUN50I_H6_R_CCU_H_ */
     28