Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697028
| From | <linux-kernel-dev@beckhoff.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 2/4] ARM: dts: imx53: add srtc node |
| Date | 2017-07-26 14:10 +0200 |
| Message-ID | <u7tiy-7n-21@gated-at.bofh.it> (permalink) |
| References | <u7tix-7n-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Patrick Bruenn <p.bruenn@beckhoff.com>
The i.MX53 has an integrated secure real time clock. Add it to the dtsi.
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
---
arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 2e516f4985e4..8bf0d89cdd35 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -433,6 +433,15 @@
clock-names = "ipg", "per";
};
+ srtc: srtc@53fa4000 {
+ compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
+ reg = <0x53fa4000 0x4000>;
+ interrupts = <24>;
+ interrupt-parent = <&tzic>;
+ clocks = <&clks IMX5_CLK_SRTC_GATE>;
+ clock-names = "ipg";
+ };
+
iomuxc: iomuxc@53fa8000 {
compatible = "fsl,imx53-iomuxc";
reg = <0x53fa8000 0x4000>;
--
2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/4] ARM: dts: imx: add CX9020 Embedded PC device tree <linux-kernel-dev@beckhoff.com> - 2017-07-26 14:10 +0200 [PATCH v5 2/4] ARM: dts: imx53: add srtc node <linux-kernel-dev@beckhoff.com> - 2017-07-26 14:10 +0200 [PATCH v5 3/4] ARM: dts: imx53: add alternative UART2 configuration <linux-kernel-dev@beckhoff.com> - 2017-07-26 14:10 +0200 [PATCH v5 4/4] ARM: dts: imx: add CX9020 Embedded PC device tree <linux-kernel-dev@beckhoff.com> - 2017-07-26 14:10 +0200
csiph-web