diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-03-14 08:08:59 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 10:52:53 -0400 |
commit | ed73c63ad9ac7cb5b6cb58802a4948adebe39d99 (patch) | |
tree | 07019e45e3c37e2b2ae7121a18854fc45c39a831 | |
parent | a44eed9a21e243bc659225e50d9e6be471bbd252 (diff) |
ARM: i.MX51: 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>
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index edc7746fa982..32b85a836fb5 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi | |||
@@ -245,6 +245,14 @@ | |||
245 | status = "disabled"; | 245 | status = "disabled"; |
246 | }; | 246 | }; |
247 | 247 | ||
248 | gpt: timer@73fa0000 { | ||
249 | compatible = "fsl,imx51-gpt", "fsl,imx31-gpt"; | ||
250 | reg = <0x73fa0000 0x4000>; | ||
251 | interrupts = <39>; | ||
252 | clocks = <&clks 36>, <&clks 41>; | ||
253 | clock-names = "ipg", "per"; | ||
254 | }; | ||
255 | |||
248 | iomuxc: iomuxc@73fa8000 { | 256 | iomuxc: iomuxc@73fa8000 { |
249 | compatible = "fsl,imx51-iomuxc"; | 257 | compatible = "fsl,imx51-iomuxc"; |
250 | reg = <0x73fa8000 0x4000>; | 258 | reg = <0x73fa8000 0x4000>; |