Home | History | Annotate | Line # | Download | only in reset
      1      1.1  jmcneill /*	$NetBSD: sun8i-de2.h,v 1.1.1.2 2019/05/25 11:29:13 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3      1.1  jmcneill /*
      4      1.1  jmcneill  * Copyright (C) 2016 Icenowy Zheng <icenowy (at) aosc.io>
      5      1.1  jmcneill  *
      6      1.1  jmcneill  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      7      1.1  jmcneill  */
      8      1.1  jmcneill 
      9      1.1  jmcneill #ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
     10      1.1  jmcneill #define _DT_BINDINGS_RESET_SUN8I_DE2_H_
     11      1.1  jmcneill 
     12      1.1  jmcneill #define RST_MIXER0	0
     13      1.1  jmcneill #define RST_MIXER1	1
     14      1.1  jmcneill #define RST_WB		2
     15  1.1.1.2  jmcneill #define RST_ROT		3
     16      1.1  jmcneill 
     17      1.1  jmcneill #endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */
     18