1783ab76aSChen-Yu Tsai /*
2783ab76aSChen-Yu Tsai  * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
3783ab76aSChen-Yu Tsai  *
4783ab76aSChen-Yu Tsai  * This file is dual-licensed: you can use it either under the terms
5783ab76aSChen-Yu Tsai  * of the GPL or the X11 license, at your option. Note that this dual
6783ab76aSChen-Yu Tsai  * licensing only applies to this file, and not this project as a
7783ab76aSChen-Yu Tsai  * whole.
8783ab76aSChen-Yu Tsai  *
9783ab76aSChen-Yu Tsai  *  a) This file is free software; you can redistribute it and/or
10783ab76aSChen-Yu Tsai  *     modify it under the terms of the GNU General Public License as
11783ab76aSChen-Yu Tsai  *     published by the Free Software Foundation; either version 2 of the
12783ab76aSChen-Yu Tsai  *     License, or (at your option) any later version.
13783ab76aSChen-Yu Tsai  *
14783ab76aSChen-Yu Tsai  *     This file is distributed in the hope that it will be useful,
15783ab76aSChen-Yu Tsai  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16783ab76aSChen-Yu Tsai  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17783ab76aSChen-Yu Tsai  *     GNU General Public License for more details.
18783ab76aSChen-Yu Tsai  *
19783ab76aSChen-Yu Tsai  * Or, alternatively,
20783ab76aSChen-Yu Tsai  *
21783ab76aSChen-Yu Tsai  *  b) Permission is hereby granted, free of charge, to any person
22783ab76aSChen-Yu Tsai  *     obtaining a copy of this software and associated documentation
23783ab76aSChen-Yu Tsai  *     files (the "Software"), to deal in the Software without
24783ab76aSChen-Yu Tsai  *     restriction, including without limitation the rights to use,
25783ab76aSChen-Yu Tsai  *     copy, modify, merge, publish, distribute, sublicense, and/or
26783ab76aSChen-Yu Tsai  *     sell copies of the Software, and to permit persons to whom the
27783ab76aSChen-Yu Tsai  *     Software is furnished to do so, subject to the following
28783ab76aSChen-Yu Tsai  *     conditions:
29783ab76aSChen-Yu Tsai  *
30783ab76aSChen-Yu Tsai  *     The above copyright notice and this permission notice shall be
31783ab76aSChen-Yu Tsai  *     included in all copies or substantial portions of the Software.
32783ab76aSChen-Yu Tsai  *
33783ab76aSChen-Yu Tsai  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34783ab76aSChen-Yu Tsai  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35783ab76aSChen-Yu Tsai  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36783ab76aSChen-Yu Tsai  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37783ab76aSChen-Yu Tsai  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38783ab76aSChen-Yu Tsai  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39783ab76aSChen-Yu Tsai  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40783ab76aSChen-Yu Tsai  *     OTHER DEALINGS IN THE SOFTWARE.
41783ab76aSChen-Yu Tsai  */
42783ab76aSChen-Yu Tsai 
43783ab76aSChen-Yu Tsai #ifndef _DT_BINDINGS_RESET_SUN9I_A80_DE_H_
44783ab76aSChen-Yu Tsai #define _DT_BINDINGS_RESET_SUN9I_A80_DE_H_
45783ab76aSChen-Yu Tsai 
46783ab76aSChen-Yu Tsai #define RST_FE0		0
47783ab76aSChen-Yu Tsai #define RST_FE1		1
48783ab76aSChen-Yu Tsai #define RST_FE2		2
49783ab76aSChen-Yu Tsai #define RST_DEU0	3
50783ab76aSChen-Yu Tsai #define RST_DEU1	4
51783ab76aSChen-Yu Tsai #define RST_BE0		5
52783ab76aSChen-Yu Tsai #define RST_BE1		6
53783ab76aSChen-Yu Tsai #define RST_BE2		7
54783ab76aSChen-Yu Tsai #define RST_DRC0	8
55783ab76aSChen-Yu Tsai #define RST_DRC1	9
56783ab76aSChen-Yu Tsai #define RST_MERGE	10
57783ab76aSChen-Yu Tsai 
58783ab76aSChen-Yu Tsai #endif /* _DT_BINDINGS_RESET_SUN9I_A80_DE_H_ */
59