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