1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/rtc/ingenic,rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs Real-Time Clock DT bindings
10 - Paul Cercueil <paul@crapouillou.net>
22 - const: ingenic,jz4725b-rtc
23 - const: ingenic,jz4740-rtc
28 - const: ingenic,jz4760-rtc
42 system-power-controller:
44 Indicates that the RTC is responsible for powering OFF
48 ingenic,reset-pin-assert-time-ms:
53 Reset pin low-level assertion time after wakeup
54 (assuming RTC clock at 32 kHz)
56 ingenic,min-wakeup-pin-assert-time-ms:
61 Minimum wakeup pin assertion time
62 (assuming RTC clock at 32 kHz)
71 unevaluatedProperties: false
75 #include <dt-bindings/clock/jz4740-cgu.h>
76 rtc_dev: rtc@10003000 {
77 compatible = "ingenic,jz4740-rtc";
78 reg = <0x10003000 0x40>;
80 interrupt-parent = <&intc>;
83 clocks = <&cgu JZ4740_CLK_RTC>;