xref: /optee_os/core/include/dt-bindings/rtc/rtc-stm32.h (revision 9f34db38245c9b3a4e6e7e63eb78a75e23ab2da3)
1 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
2 /*
3  * Copyright (C) STMicroelectronics 2022-2023 - All Rights Reserved
4  * This header provides constants for STM32_RTC bindings.
5  */
6 
7 #ifndef _DT_BINDINGS_RTC_STM32_H
8 #define _DT_BINDINGS_RTC_STM32_H
9 
10 #define RTC_OUT1	0
11 #define RTC_OUT2	1
12 #define RTC_OUT2_RMP	2
13 
14 #endif /*_DT_BINDINGS_RTC_STM32_H*/
15