dts: bindings: rtc: stm32-rtc: add alrm-exti-line property
Gives number of the Extended Interrupts and Event Controller (EXTI) interrupt line connected to the RTC Alarm event. Used on all series, except WBAX & U5X, where RTC Alarm interrupt is routed directly to Nested Vectored Interrupt Controller (NVIC) and to Power Control (PWR) wake-up pins. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
parent
0c4548c13b
commit
e2bd33bf6c
1 changed files with 10 additions and 0 deletions
|
@ -27,3 +27,13 @@ properties:
|
|||
Number of alarms supported by STM32 RTC device.
|
||||
Most of STM32 MCU series have 2 RTC alarms, A & B.
|
||||
Defaults to 0 when not declared in devicetree.
|
||||
|
||||
alrm-exti-line:
|
||||
type: int
|
||||
description: |
|
||||
Number of the Extended Interrupts and Event Controller (EXTI) interrupt
|
||||
line connected to the RTC Alarm event.
|
||||
Not required, since RTC Alarm interrupt could be routed directly to Nested
|
||||
Vectored Interrupt Controller (NVIC) and to Power Control (PWR) wake-up
|
||||
pins on some series.
|
||||
Valid range: 0 - 31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue