linux/linux-5.4.31/include/dt-bindings/rtc/rtc-stm32.h

14 lines
249 B
C
Raw Normal View History

2024-01-30 10:43:28 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* This header provides constants for STM32_RTC bindings.
*/
#ifndef _DT_BINDINGS_RTC_RTC_STM32_H
#define _DT_BINDINGS_RTC_RTC_STM32_H
#define RTC_OUT1 0
#define RTC_OUT2 1
#define RTC_OUT2_RMP 2
#endif