xref: /linux/drivers/clk/sunxi-ng/ccu-sun6i-rtc.h (revision 0be3ff0c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _CCU_SUN6I_RTC_H
4 #define _CCU_SUN6I_RTC_H
5 
6 #include <dt-bindings/clock/sun6i-rtc.h>
7 
8 #define CLK_IOSC_32K		3
9 #define CLK_EXT_OSC32K_GATE	4
10 #define CLK_OSC24M_32K		5
11 #define CLK_RTC_32K		6
12 
13 #define CLK_NUMBER		(CLK_RTC_32K + 1)
14 
15 #endif /* _CCU_SUN6I_RTC_H */
16