summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx35.dtsi
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-06-07 16:34:18 +0400
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:49:35 +0800
commit0ebda1d3f2769eb77df80e018341667cbb80768d (patch)
treeba10ef05094e7d9b1f0331a0108cb7ca7afd8eeb /arch/arm/boot/dts/imx35.dtsi
parent36d3a8f0f39db6fdf2e934ec2ddec8effaee3aad (diff)
ARM: dts: i.MX35: Add GPT node
This patch adds the missing (General Purpose Timer) GPT devicetree node for i.MX35 CPUs. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r--arch/arm/boot/dts/imx35.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi
index 4759abb49436..442e216ca9d9 100644
--- a/arch/arm/boot/dts/imx35.dtsi
+++ b/arch/arm/boot/dts/imx35.dtsi
@@ -193,6 +193,14 @@
#clock-cells = <1>;
};
+ gpt: timer@53f90000 {
+ compatible = "fsl,imx35-gpt", "fsl,imx31-gpt";
+ reg = <0x53f90000 0x4000>;
+ interrupts = <29>;
+ clocks = <&clks 9>, <&clks 50>;
+ clock-names = "ipg", "per";
+ };
+
gpio3: gpio@53fa4000 {
compatible = "fsl,imx35-gpio", "fsl,imx31-gpio";
reg = <0x53fa4000 0x4000>;