ccu-sun50i-a100-r.h 447 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2020 Yangtao Li <[email protected]>
  4. */
  5. #ifndef _CCU_SUN50I_A100_R_H
  6. #define _CCU_SUN50I_A100_R_H
  7. #include <dt-bindings/clock/sun50i-a100-r-ccu.h>
  8. #include <dt-bindings/reset/sun50i-a100-r-ccu.h>
  9. #define CLK_R_CPUS 0
  10. #define CLK_R_AHB 1
  11. /* exported except APB1 for R_PIO */
  12. #define CLK_R_APB2 3
  13. #define CLK_NUMBER (CLK_R_AHB_BUS_RTC + 1)
  14. #endif /* _CCU_SUN50I_A100_R_H */