• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
2 /*
3  * Copyright (C) 2020 frank@allwinnertech.com
4  */
5 
6 #ifndef _DT_BINDINGS_RST_SUN50IW9_R_CCU_H_
7 #define _DT_BINDINGS_RST_SUN50IW9_R_CCU_H_
8 
9 #define RST_R_APB1_TWD		0
10 #define RST_R_APB2_I2C		1
11 #define RST_R_APB1_BUS_IR	2
12 
13 #endif /* _DT_BINDINGS_RST_SUN50IW9_R_CCU_H_ */
14