summaryrefslogtreecommitdiff
path: root/board/ti/common/rtc.h
blob: fce45c4217159301fddbf1170fddb1a8da1a4e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * RTC setup include file for TI Platforms
 *
 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
 */

#ifndef __RTC_H
#define __RTC_H

/**
 * board_rtc_init() - Enable the external 32k crystal and configure debounce
 * registers.
 * This function enables the 32k crystal, add required TRIM settings for the
 * crystals and add debounce configuration.
 */
void board_rtc_init(void);

#endif	/* __RTC_H */