diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-03-14 13:09:00 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 22:52:53 +0800 |
commit | cc8aae9bc6b3264e856292ebea92ad915ea4b9e2 (patch) | |
tree | d6ddbc4296679965b9c7b06fd10ffc597747c067 /arch/arm/boot/dts/imx53.dtsi | |
parent | ed73c63ad9ac7cb5b6cb58802a4948adebe39d99 (diff) | |
download | blackbird-obmc-linux-cc8aae9bc6b3264e856292ebea92ad915ea4b9e2.tar.gz blackbird-obmc-linux-cc8aae9bc6b3264e856292ebea92ad915ea4b9e2.zip |
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/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 8 |
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 @@ 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>; |