1*c9ccf3a3SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ 2*c9ccf3a3SEmmanuel Vadot 3*c9ccf3a3SEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_SUN6I_RTC_H_ 4*c9ccf3a3SEmmanuel Vadot #define _DT_BINDINGS_CLK_SUN6I_RTC_H_ 5*c9ccf3a3SEmmanuel Vadot 6*c9ccf3a3SEmmanuel Vadot #define CLK_OSC32K 0 7*c9ccf3a3SEmmanuel Vadot #define CLK_OSC32K_FANOUT 1 8*c9ccf3a3SEmmanuel Vadot #define CLK_IOSC 2 9*c9ccf3a3SEmmanuel Vadot 10*c9ccf3a3SEmmanuel Vadot #endif /* _DT_BINDINGS_CLK_SUN6I_RTC_H_ */ 11