ccu-sun9i-a80-de.h 532 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright 2016 Chen-Yu Tsai
  4. *
  5. * Chen-Yu Tsai <[email protected]>
  6. */
  7. #ifndef _CCU_SUN9I_A80_DE_H_
  8. #define _CCU_SUN9I_A80_DE_H_
  9. #include <dt-bindings/clock/sun9i-a80-de.h>
  10. #include <dt-bindings/reset/sun9i-a80-de.h>
  11. /* Intermediary clock dividers are not exported */
  12. #define CLK_FE0_DIV 31
  13. #define CLK_FE1_DIV 32
  14. #define CLK_FE2_DIV 33
  15. #define CLK_BE0_DIV 34
  16. #define CLK_BE1_DIV 35
  17. #define CLK_BE2_DIV 36
  18. #define CLK_NUMBER (CLK_BE2_DIV + 1)
  19. #endif /* _CCU_SUN9I_A80_DE_H_ */