sun8i-de2.h 317 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
  3. *
  4. * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  5. */
  6. #ifndef _DT_BINDINGS_RESET_SUN8I_DE2_H_
  7. #define _DT_BINDINGS_RESET_SUN8I_DE2_H_
  8. #define RST_MIXER0 0
  9. #define RST_MIXER1 1
  10. #define RST_WB 2
  11. #define RST_ROT 3
  12. #endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */