1 Freescale i.MX General Purpose Timer (GPT)
5 - compatible : should be one of following:
11 - "fsl,imx27-gpt", "fsl,imx21-gpt";
15 - "fsl,imx25-gpt", "fsl,imx31-gpt";
17 - "fsl,imx50-gpt", "fsl,imx31-gpt";
19 - "fsl,imx51-gpt", "fsl,imx31-gpt";
21 - "fsl,imx53-gpt", "fsl,imx31-gpt";
23 - "fsl,imx6q-gpt", "fsl,imx31-gpt";
27 - "fsl,imx6sl-gpt", "fsl,imx6dl-gpt";
29 - "fsl,imx6sx-gpt", "fsl,imx6dl-gpt";
30 - reg : specifies base physical address and size of the registers.
31 - interrupts : should be the gpt interrupt.
32 - clocks : the clocks provided by the SoC to drive the timer, must contain
33 an entry for each entry in clock-names.
34 - clock-names : must include "ipg" entry first, then "per" entry.
38 gpt1: timer@10003000 {
39 compatible = "fsl,imx27-gpt", "fsl,imx21-gpt";
40 reg = <0x10003000 0x1000>;
42 clocks = <&clks IMX27_CLK_GPT1_IPG_GATE>,
43 <&clks IMX27_CLK_PER1_GATE>;
44 clock-names = "ipg", "per";