Home | History | Annotate | Line # | Download | only in clock
      1 /*	$NetBSD: sun6i-rtc.h,v 1.1 2024/08/12 10:55:56 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
      4 
      5 #ifndef _DT_BINDINGS_CLK_SUN6I_RTC_H_
      6 #define _DT_BINDINGS_CLK_SUN6I_RTC_H_
      7 
      8 #define CLK_OSC32K		0
      9 #define CLK_OSC32K_FANOUT	1
     10 #define CLK_IOSC		2
     11 
     12 #endif /* _DT_BINDINGS_CLK_SUN6I_RTC_H_ */
     13