ccu-sun6i-rtc.h 306 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _CCU_SUN6I_RTC_H
  3. #define _CCU_SUN6I_RTC_H
  4. #include <dt-bindings/clock/sun6i-rtc.h>
  5. #define CLK_IOSC_32K 3
  6. #define CLK_EXT_OSC32K_GATE 4
  7. #define CLK_OSC24M_32K 5
  8. #define CLK_RTC_32K 6
  9. #define CLK_NUMBER (CLK_RTC_32K + 1)
  10. #endif /* _CCU_SUN6I_RTC_H */