Home | History | Annotate | Line # | Download | only in reset
      1 /*	$NetBSD: sun50i-a100-r-ccu.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
      4 /*
      5  * Copyright (c) 2020 Yangtao Li <frank (at) allwinnertech.com>
      6  */
      7 
      8 #ifndef _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_
      9 #define _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_
     10 
     11 #define RST_R_APB1_TIMER	0
     12 #define RST_R_APB1_BUS_PWM	1
     13 #define RST_R_APB1_PPU		2
     14 #define RST_R_APB2_UART		3
     15 #define RST_R_APB2_I2C0		4
     16 #define RST_R_APB2_I2C1		5
     17 #define RST_R_APB1_BUS_IR	6
     18 #define RST_R_AHB_BUS_RTC	7
     19 
     20 #endif /* _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ */
     21