| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/rtc/rtc-mxc.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Real Time Clock of the i.MX SoCs |
| - Philippe Reynes <tremyfr@gmail.com> |
| - description: input reference |
| - description: the SoC RTC clock |
| additionalProperties: false |
| #include <dt-bindings/clock/imx27-clock.h> |
| compatible = "fsl,imx21-rtc"; |
| reg = <0x10007000 0x1000>; |
| clocks = <&clks IMX27_CLK_CKIL>, |
| <&clks IMX27_CLK_RTC_IPG_GATE>; |
| clock-names = "ref", "ipg"; |