1 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
2 /*
3  * Copyright (C) 2020 huangzhenwei@allwinnertech.com
4  */
5 
6 #ifndef _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_
7 #define _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_
8 
9 #define RST_R_APB0_TIMER    0
10 #define RST_R_APB0_TWD      1
11 #define RST_R_PPU       2
12 #define RST_R_APB0_BUS_IRRX 3
13 #define RST_R_AHB_BUS_RTC   4
14 #define RST_R_APB0_CPUCFG   5
15 
16 #define RST_R_BUS_NUMBER   (RST_R_APB0_CPUCFG + 1)
17 
18 #endif /* _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_ */
19