1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/rtc/s3c-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung S3C, S5P and Exynos Real Time Clock controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
20 - const: samsung,exynos3250-rtc
28 Must contain a list of phandle and clock specifier for the rtc
29 clock and in the case of a s3c6410 compatible controller, also
36 Must contain "rtc" and for a s3c6410 compatible controller
43 Two interrupt numbers to the cpu should be specified. First
44 interrupt number is the rtc alarm interrupt and second interrupt number
45 is the rtc tick interrupt. The number of cells representing a interrupt
46 depends on the parent interrupt controller.
58 - samsung,exynos3250-rtc
77 unevaluatedProperties: false
81 #include <dt-bindings/clock/exynos5420.h>
82 #include <dt-bindings/clock/samsung,s2mps11.h>
85 compatible = "samsung,s3c6410-rtc";
86 reg = <0x10070000 0x100>;
87 interrupts = <0 44 4>, <0 45 4>;
88 clocks = <&clock CLK_RTC>,
89 <&s2mps11_osc S2MPS11_CLK_AP>;
90 clock-names = "rtc", "rtc_src";