xref: /optee_os/core/include/dt-bindings/rtc/rtc-stm32.h (revision 5d5d7d0b1c038a6836be9f0b38585f5aa6a4dd01)
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