sun5i-ccu.h 435 B

1234567891011121314151617181920212223
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright 2016 Maxime Ripard
  4. *
  5. * Maxime Ripard <maxime.ripard@free-electrons.com>
  6. */
  7. #ifndef _RST_SUN5I_H_
  8. #define _RST_SUN5I_H_
  9. #define RST_USB_PHY0 0
  10. #define RST_USB_PHY1 1
  11. #define RST_GPS 2
  12. #define RST_DE_BE 3
  13. #define RST_DE_FE 4
  14. #define RST_TVE 5
  15. #define RST_LCD 6
  16. #define RST_CSI 7
  17. #define RST_VE 8
  18. #define RST_GPU 9
  19. #define RST_IEP 10
  20. #endif /* _RST_SUN5I_H_ */