Lines Matching +full:soc +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/rtc-mxc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - $ref: rtc.yaml#
13 - Philippe Reynes <[email protected]>
18 - const: fsl,imx1-rtc
19 - const: fsl,imx21-rtc
20 - items:
21 - enum:
22 - fsl,imx31-rtc
23 - const: fsl,imx21-rtc
33 - description: input reference
34 - description: the SoC RTC clock
36 clock-names:
38 - const: ref
39 - const: ipg
42 - compatible
43 - reg
44 - interrupts
45 - clocks
46 - clock-names
51 - |
52 #include <dt-bindings/clock/imx27-clock.h>
54 rtc@10007000 {
55 compatible = "fsl,imx21-rtc";
60 clock-names = "ref", "ipg";