xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/sun50i-h6-r-ccu.h (revision 1ce045a60612350fd846130edeaa0fec7f488e0b)
1 /*
2  * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
3  *
4  * SPDX-License-Identifier: (GPL-2.0+ or MIT)
5  */
6 
7 #ifndef _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_
8 #define _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_
9 
10 #define RST_R_APB1_TIMER	0
11 #define RST_R_APB1_TWD		1
12 #define RST_R_APB1_PWM		2
13 #define RST_R_APB2_UART		3
14 #define RST_R_APB2_I2C		4
15 #define RST_R_APB1_IR		5
16 #define RST_R_APB1_W1		6
17 #define RST_R_APB2_RSB		7
18 
19 #endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */
20