diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-07 12:34:18 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 08:49:35 (GMT) |
commit | 0ebda1d3f2769eb77df80e018341667cbb80768d (patch) | |
tree | ba10ef05094e7d9b1f0331a0108cb7ca7afd8eeb /arch/arm/boot/dts/imx35.dtsi | |
parent | 36d3a8f0f39db6fdf2e934ec2ddec8effaee3aad (diff) | |
download | linux-0ebda1d3f2769eb77df80e018341667cbb80768d.tar.xz |
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.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index 4759abb..442e216 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>; |