1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/rtc/xlnx,zynqmp-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx Zynq Ultrascale+ MPSoC Real Time Clock
10 RTC controller for the Xilinx Zynq MPSoC Real Time Clock.
11 The RTC controller has separate IRQ lines for seconds and alarm.
14 - Michal Simek <michal.simek@amd.com>
22 - const: xlnx,zynqmp-rtc
27 - const: xlnx,zynqmp-rtc
49 calibration value for 1 sec period which will
50 be programmed directly to calibration register.
51 $ref: /schemas/types.yaml#/definitions/uint32
66 additionalProperties: false
75 compatible = "xlnx,zynqmp-rtc";
76 reg = <0x0 0xffa60000 0x0 0x100>;
77 interrupt-parent = <&gic>;
78 interrupts = <0 26 4>, <0 27 4>;
79 interrupt-names = "alarm", "sec";
80 calibration = <0x198233>;