diff options
author | Philippe Reynes <tremyfr@gmail.com> | 2015-07-26 23:37:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-08-11 17:15:23 +0200 |
commit | 91eca8d57c392620fa4c4917036925a38ef3f99e (patch) | |
tree | 8aa8ec5fdac9c414959bd28f77e164cadefe2131 /arch/arm/boot/dts/imx27.dtsi | |
parent | ARM: dts: vf-colibri: define stdout-path property (diff) | |
download | linux-91eca8d57c392620fa4c4917036925a38ef3f99e.tar.xz linux-91eca8d57c392620fa4c4917036925a38ef3f99e.zip |
ARM: dts: imx27: add support of internal rtc
Add support of internal rtc on imx27.
Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index bc215e4b75fd..d0e000b21d38 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -144,6 +144,15 @@ clock-names = "ipg", "per"; }; + rtc: rtc@10007000 { + compatible = "fsl,imx21-rtc"; + reg = <0x10007000 0x1000>; + interrupts = <22>; + clocks = <&clks IMX27_CLK_CKIL>, + <&clks IMX27_CLK_RTC_IPG_GATE>; + clock-names = "ref", "ipg"; + }; + kpp: kpp@10008000 { compatible = "fsl,imx27-kpp", "fsl,imx21-kpp"; reg = <0x10008000 0x1000>; |