Sign in
nest-open-source
/
manifest_repos
/
amlogic-driver
/
c9f3893bc122e0f6c4e5df571724d52c67dfe92b
/
.
/
include
/
dt-bindings
/
rtc
/
amlogic,rtc.h
blob: ec2454f1d8af68c9f2245de0736404c3c591306a [
file
]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef
__AMLOGIC_RTC_H__
#define
__AMLOGIC_RTC_H__
#define
OSC_32KHZ
(
32768
)
#define
OSC_24MHZ
(
24000000
)
#endif
/* __AMLOGIC_RTC_H__ */