dts: bindings: rtc: stm32-rtc: add alarms-count property
Add alarms-count property to STM32 RTC binding Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
parent
8d221a91d0
commit
2da205527f
1 changed files with 10 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
# Copyright (c) 2018, Workaround GmbH
|
||||
# Copyright (c) 2024 STMicroelectronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: STM32 RTC
|
||||
|
||||
compatible: "st,stm32-rtc"
|
||||
|
||||
include: rtc.yaml
|
||||
include:
|
||||
- rtc.yaml
|
||||
- rtc-device.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
@ -18,3 +21,9 @@ properties:
|
|||
enum:
|
||||
- 1
|
||||
- 512
|
||||
|
||||
alarms-count:
|
||||
description: |
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue