14 lines
249 B
C
14 lines
249 B
C
|
/* 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
|