Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: sun50i-a100-r-ccu.h,v 1.1.1.1 2021/11/07 16:49:59 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2020 Yangtao Li <frank (at) allwinnertech.com>
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_
      9  1.1  jmcneill #define _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_
     10  1.1  jmcneill 
     11  1.1  jmcneill #define CLK_R_APB1		2
     12  1.1  jmcneill 
     13  1.1  jmcneill #define CLK_R_APB1_TIMER	4
     14  1.1  jmcneill #define CLK_R_APB1_TWD		5
     15  1.1  jmcneill #define CLK_R_APB1_PWM		6
     16  1.1  jmcneill #define CLK_R_APB1_BUS_PWM	7
     17  1.1  jmcneill #define CLK_R_APB1_PPU		8
     18  1.1  jmcneill #define CLK_R_APB2_UART		9
     19  1.1  jmcneill #define CLK_R_APB2_I2C0		10
     20  1.1  jmcneill #define CLK_R_APB2_I2C1		11
     21  1.1  jmcneill #define CLK_R_APB1_IR		12
     22  1.1  jmcneill #define CLK_R_APB1_BUS_IR	13
     23  1.1  jmcneill #define CLK_R_AHB_BUS_RTC	14
     24  1.1  jmcneill 
     25  1.1  jmcneill #endif /* _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ */
     26