/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ /* * Copyright (C) STMicroelectronics 2022-2023 - All Rights Reserved * This header provides constants for STM32_RTC bindings. */ #ifndef _DT_BINDINGS_RTC_STM32_H #define _DT_BINDINGS_RTC_STM32_H #define RTC_OUT1 0 #define RTC_OUT2 1 #define RTC_OUT2_RMP 2 #endif /*_DT_BINDINGS_RTC_STM32_H*/