Lines Matching +full:zynqmp +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/xlnx,zynqmp-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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@xilinx.com>
17 - $ref: rtc.yaml#
21 const: xlnx,zynqmp-rtc
29 clock-names:
31 - const: rtc
36 interrupt-names:
38 - const: alarm
39 - const: sec
52 - compatible
53 - reg
54 - interrupts
55 - interrupt-names
60 - |
62 #address-cells = <2>;
63 #size-cells = <2>;
65 rtc: rtc@ffa60000 {
66 compatible = "xlnx,zynqmp-rtc";
68 interrupt-parent = <&gic>;
70 interrupt-names = "alarm", "sec";
72 clock-names = "rtc";