"qcom,kpss-wdt-msm8960"
                        "qcom,kpss-wdt-apq8064"
                        "qcom,kpss-wdt-ipq8064"
+                       "qcom,kpss-timer"
+                       "qcom,scss-timer"
 
 - reg : shall contain base register location and length
 - clocks : shall contain the input clock
 
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-apq8064", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>;
 
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>,
 
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>;