ccu-sun8i-r.h 377 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright 2016 Icenowy <[email protected]>
  4. */
  5. #ifndef _CCU_SUN8I_R_H
  6. #define _CCU_SUN8I_R_H
  7. #include <dt-bindings/clock/sun8i-r-ccu.h>
  8. #include <dt-bindings/reset/sun8i-r-ccu.h>
  9. /* AHB/APB bus clocks are not exported */
  10. #define CLK_AHB0 1
  11. #define CLK_APB0 2
  12. #define CLK_NUMBER (CLK_IR + 1)
  13. #endif /* _CCU_SUN8I_R_H */