xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/sun50i-h6-r-ccu.h (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*aa1a8ff2SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2c66ec88fSEmmanuel Vadot /*
3c66ec88fSEmmanuel Vadot  * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
4c66ec88fSEmmanuel Vadot  */
5c66ec88fSEmmanuel Vadot 
6c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_
7c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_
8c66ec88fSEmmanuel Vadot 
9c66ec88fSEmmanuel Vadot #define RST_R_APB1_TIMER	0
10c66ec88fSEmmanuel Vadot #define RST_R_APB1_TWD		1
11c66ec88fSEmmanuel Vadot #define RST_R_APB1_PWM		2
12c66ec88fSEmmanuel Vadot #define RST_R_APB2_UART		3
13c66ec88fSEmmanuel Vadot #define RST_R_APB2_I2C		4
14c66ec88fSEmmanuel Vadot #define RST_R_APB1_IR		5
15c66ec88fSEmmanuel Vadot #define RST_R_APB1_W1		6
165def4c47SEmmanuel Vadot #define RST_R_APB2_RSB		7
17c66ec88fSEmmanuel Vadot 
18c66ec88fSEmmanuel Vadot #endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */
19