Lines Matching +full:a4 +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/rtc/amlogic,a4-rtc.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic A4 and A5 RTC
11 - Yiting Deng <yiting.deng@amlogic.com>
12 - Xianwei Zhao <xianwei.zhao@amlogic.com>
15 - $ref: rtc.yaml#
20 - enum:
21 - amlogic,a4-rtc
22 - amlogic,a5-rtc
23 - items:
24 - enum:
25 - amlogic,c3-rtc
26 - const: amlogic,a5-rtc
33 - description: RTC clock source, available 24M or 32K crystal
35 - description: RTC module accesses the clock of the apb bus.
37 clock-names:
39 - const: osc
40 - const: sys
46 - compatible
47 - reg
48 - clocks
49 - clock-names
50 - interrupts
55 - |
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
58 #address-cells = <2>;
59 #size-cells = <2>;
61 rtc@8e600 {
62 compatible = "amlogic,a4-rtc";
65 clock-names = "osc", "sys";