xref: /openbmc/u-boot/arch/nios2/dts/include/dt-bindings/reset/sun8i-de2.h (revision 1adbf2966adebe67de3dd17094749d387604194e)
1*7514ed33SAndre Przywara /*
2*7514ed33SAndre Przywara  * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
3*7514ed33SAndre Przywara  *
4*7514ed33SAndre Przywara  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5*7514ed33SAndre Przywara  */
6*7514ed33SAndre Przywara 
7*7514ed33SAndre Przywara #ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
8*7514ed33SAndre Przywara #define _DT_BINDINGS_RESET_SUN8I_DE2_H_
9*7514ed33SAndre Przywara 
10*7514ed33SAndre Przywara #define RST_MIXER0	0
11*7514ed33SAndre Przywara #define RST_MIXER1	1
12*7514ed33SAndre Przywara #define RST_WB		2
13*7514ed33SAndre Przywara 
14*7514ed33SAndre Przywara #endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */
15