| * Freescale General-purpose Timers Module |
| "fsl,<chip>-gtm", "fsl,gtm" for SOC GTMs |
| "fsl,<chip>-qe-gtm", "fsl,qe-gtm", "fsl,gtm" for QE GTMs |
| "fsl,<chip>-cpm2-gtm", "fsl,cpm2-gtm", "fsl,gtm" for CPM2 GTMs |
| - reg : should contain gtm registers location and length (0x40). |
| - interrupts : should contain four interrupts. |
| - interrupt-parent : interrupt source phandle. |
| - clock-frequency : specifies the frequency driving the timer. |
| compatible = "fsl,mpc8360-gtm", "fsl,gtm"; |
| interrupts = <90 8 78 8 84 8 72 8>; |
| interrupt-parent = <&ipic>; |
| compatible = "fsl,mpc8360-qe-gtm", "fsl,qe-gtm", "fsl,gtm"; |
| interrupts = <12 13 14 15>; |
| interrupt-parent = <&qeic>; |