aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-14 08:09:00 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-09 10:52:53 -0400
commitcc8aae9bc6b3264e856292ebea92ad915ea4b9e2 (patch)
treed6ddbc4296679965b9c7b06fd10ffc597747c067 /arch/arm
parented73c63ad9ac7cb5b6cb58802a4948adebe39d99 (diff)
ARM: i.MX53: Add GPT devicetree node
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/imx53.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 98149ac5c841..6c73bee96ce0 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -243,6 +243,14 @@
243 status = "disabled"; 243 status = "disabled";
244 }; 244 };
245 245
246 gpt: timer@53fa0000 {
247 compatible = "fsl,imx53-gpt", "fsl,imx31-gpt";
248 reg = <0x53fa0000 0x4000>;
249 interrupts = <39>;
250 clocks = <&clks 36>, <&clks 41>;
251 clock-names = "ipg", "per";
252 };
253
246 iomuxc: iomuxc@53fa8000 { 254 iomuxc: iomuxc@53fa8000 {
247 compatible = "fsl,imx53-iomuxc"; 255 compatible = "fsl,imx53-iomuxc";
248 reg = <0x53fa8000 0x4000>; 256 reg = <0x53fa8000 0x4000>;