ARM: i.MX53: Add GPT devicetree node
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 14 Mar 2013 12:09:00 +0000 (13:09 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 14:52:53 +0000 (22:52 +0800)
The GPT is the GPT timer found on i.MX SoCs. This patch adds the
devicetree node for it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53.dtsi

index 98149ac..6c73bee 100644 (file)
                                status = "disabled";
                        };
 
+                       gpt: timer@53fa0000 {
+                               compatible = "fsl,imx53-gpt", "fsl,imx31-gpt";
+                               reg = <0x53fa0000 0x4000>;
+                               interrupts = <39>;
+                               clocks = <&clks 36>, <&clks 41>;
+                               clock-names = "ipg", "per";
+                       };
+
                        iomuxc: iomuxc@53fa8000 {
                                compatible = "fsl,imx53-iomuxc";
                                reg = <0x53fa8000 0x4000>;