Skip to content

Commit 46304a1

Browse files
balanakvHarini T
authored andcommitted
dts: bindings: rtc: Add Xilinx RTC device tree binding
Add device tree binding for Xilinx RTC controller. The RTC ensures accurate timekeeping using either auxiliary (VCCAUX_PMC) or battery (VCC_BATT) power. It includes calibration logic to adjust for temperature and voltage variations, supporting long-term accuracy. The RTC generates periodic second tick and alarm interrupts for use by system processors. It features a 32-bit seconds counter (supports up to 136 years), a 16-bit tick counter and a 4-bit fractional counter for fine-grained calibration. Signed-off-by: Balanakakamal V <[email protected]> Signed-off-by: Harini T <[email protected]>
1 parent 69548c6 commit 46304a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/bindings/rtc/xlnx,rtc.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2025 Advanced Micro Devices, Inc. (AMD)
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Xilinx RTC controller
5+
6+
compatible: "xlnx,zynqmp-rtc"
7+
8+
include: ["rtc.yaml", "rtc-device.yaml"]
9+
10+
properties:
11+
reg:
12+
required: true

0 commit comments

Comments
 (0)