brintos

brintos / linux-shallow public Read only

0
0
Text · 306 B · 9ae821f Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef _CCU_SUN6I_RTC_H4#define _CCU_SUN6I_RTC_H5 6#include <dt-bindings/clock/sun6i-rtc.h>7 8#define CLK_IOSC_32K		39#define CLK_EXT_OSC32K_GATE	410#define CLK_OSC24M_32K		511#define CLK_RTC_32K		612 13#define CLK_NUMBER		(CLK_RTC_32K + 1)14 15#endif /* _CCU_SUN6I_RTC_H */16