Back to home page

OSCL-LXR

 
 

    


0001 Freescale FlexTimer Module (FTM) Alarm
0002 
0003 Required properties:
0004 - compatible : Should be "fsl,<chip>-ftm-alarm", the
0005                supported chips include
0006                "fsl,ls1012a-ftm-alarm"
0007                "fsl,ls1021a-ftm-alarm"
0008                "fsl,ls1028a-ftm-alarm"
0009                "fsl,ls1043a-ftm-alarm"
0010                "fsl,ls1046a-ftm-alarm"
0011                "fsl,ls1088a-ftm-alarm"
0012                "fsl,ls208xa-ftm-alarm"
0013                "fsl,lx2160a-ftm-alarm"
0014 - reg : Specifies base physical address and size of the register sets for the
0015   FlexTimer Module.
0016 - interrupts : Should be the FlexTimer Module interrupt.
0017 - fsl,rcpm-wakeup property and rcpm node : Please refer
0018         Documentation/devicetree/bindings/soc/fsl/rcpm.txt
0019 
0020 Optional properties:
0021 - big-endian: If the host controller is big-endian mode, specify this property.
0022   The default endian mode is little-endian.
0023 
0024 Example:
0025 rcpm: rcpm@1e34040 {
0026         compatible = "fsl,ls1088a-rcpm", "fsl,qoriq-rcpm-2.1+";
0027         reg = <0x0 0x1e34040 0x0 0x18>;
0028         #fsl,rcpm-wakeup-cells = <6>;
0029 };
0030 
0031 ftm_alarm0: timer@2800000 {
0032         compatible = "fsl,ls1088a-ftm-alarm";
0033         reg = <0x0 0x2800000 0x0 0x10000>;
0034         fsl,rcpm-wakeup = <&rcpm 0x0 0x0 0x0 0x0 0x4000 0x0>;
0035         interrupts = <0 44 4>;
0036 };