Home | History | Annotate | Line # | Download | only in reset
      1  1.1  jmcneill /*
      2  1.1  jmcneill  * Copyright (C) 2016 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_RST_SUN50I_H6_R_CCU_H_
      8  1.1  jmcneill #define _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_
      9  1.1  jmcneill 
     10  1.1  jmcneill #define RST_R_APB1_TIMER	0
     11  1.1  jmcneill #define RST_R_APB1_TWD		1
     12  1.1  jmcneill #define RST_R_APB1_PWM		2
     13  1.1  jmcneill #define RST_R_APB2_UART		3
     14  1.1  jmcneill #define RST_R_APB2_I2C		4
     15  1.1  jmcneill #define RST_R_APB1_IR		5
     16  1.1  jmcneill #define RST_R_APB1_W1		6
     17  1.2  jmcneill #define RST_R_APB2_RSB		7
     18  1.1  jmcneill 
     19  1.1  jmcneill #endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */
     20