Lines Matching +full:jz4760 +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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
10 - Paul Cercueil <paul@crapouillou.net>
13 - $ref: rtc.yaml#
14 - if:
20 - ingenic,jz4770-rtc
21 - ingenic,jz4780-rtc
24 "#clock-cells": false
29 - enum:
30 - ingenic,jz4740-rtc
31 - ingenic,jz4760-rtc
32 - items:
33 - const: ingenic,jz4725b-rtc
34 - const: ingenic,jz4740-rtc
35 - items:
36 - enum:
37 - ingenic,jz4770-rtc
38 - ingenic,jz4780-rtc
39 - const: ingenic,jz4760-rtc
50 clock-names:
51 const: rtc
53 "#clock-cells":
56 system-power-controller:
58 Indicates that the RTC is responsible for powering OFF
62 ingenic,reset-pin-assert-time-ms:
67 Reset pin low-level assertion time after wakeup
68 (assuming RTC clock at 32 kHz)
70 ingenic,min-wakeup-pin-assert-time-ms:
76 (assuming RTC clock at 32 kHz)
79 - compatible
80 - reg
81 - interrupts
82 - clocks
83 - clock-names
88 - |
89 #include <dt-bindings/clock/ingenic,jz4740-cgu.h>
90 rtc_dev: rtc@10003000 {
91 compatible = "ingenic,jz4740-rtc";
94 interrupt-parent = <&intc>;
98 clock-names = "rtc";
101 - |
102 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
103 rtc: rtc@10003000 {
104 compatible = "ingenic,jz4780-rtc", "ingenic,jz4760-rtc";
107 interrupt-parent = <&intc>;
111 clock-names = "rtc";
113 #clock-cells = <0>;