xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/sun8i-de2.h (revision 72bc2c8e9f09b43bbcf44c3e027f42c8fb23d7ad)
1 /*	$NetBSD: sun8i-de2.h,v 1.1.1.2 2019/05/25 11:29:13 jmcneill Exp $	*/
2 
3 /*
4  * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
5  *
6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7  */
8 
9 #ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
10 #define _DT_BINDINGS_RESET_SUN8I_DE2_H_
11 
12 #define RST_MIXER0	0
13 #define RST_MIXER1	1
14 #define RST_WB		2
15 #define RST_ROT		3
16 
17 #endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */
18