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