blob: 1c36a6ac86d656c6525e35bdcba9f28044a8004f [file] [log] [blame]
Andre Przywara7514ed32018-07-04 14:16:36 +01001/*
2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
3 *
4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 */
6
7#ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
8#define _DT_BINDINGS_RESET_SUN8I_DE2_H_
9
10#define RST_MIXER0 0
11#define RST_MIXER1 1
12#define RST_WB 2
Samuel Hollande210ec02020-10-24 10:21:55 -050013#define RST_ROT 3
Andre Przywara7514ed32018-07-04 14:16:36 +010014
15#endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */