Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef _CCU_SUN6I_RTC_H
0004 #define _CCU_SUN6I_RTC_H
0005 
0006 #include <dt-bindings/clock/sun6i-rtc.h>
0007 
0008 #define CLK_IOSC_32K        3
0009 #define CLK_EXT_OSC32K_GATE 4
0010 #define CLK_OSC24M_32K      5
0011 #define CLK_RTC_32K     6
0012 
0013 #define CLK_NUMBER      (CLK_RTC_32K + 1)
0014 
0015 #endif /* _CCU_SUN6I_RTC_H */