Lines Matching +full:apss +full:- +full:wdt +full:- +full:sm8150

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/qcom-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Krait Processor Sub-system (KPSS) Watchdog timer
10 - Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
14 pattern: "^(watchdog|timer)@[0-9a-f]+$"
18 - items:
19 - enum:
20 - qcom,kpss-wdt-ipq4019
21 - qcom,apss-wdt-ipq5018
22 - qcom,apss-wdt-ipq5332
23 - qcom,apss-wdt-ipq9574
24 - qcom,apss-wdt-msm8226
25 - qcom,apss-wdt-msm8974
26 - qcom,apss-wdt-msm8994
27 - qcom,apss-wdt-qcm2290
28 - qcom,apss-wdt-qcs404
29 - qcom,apss-wdt-sa8775p
30 - qcom,apss-wdt-sc7180
31 - qcom,apss-wdt-sc7280
32 - qcom,apss-wdt-sc8180x
33 - qcom,apss-wdt-sc8280xp
34 - qcom,apss-wdt-sdm845
35 - qcom,apss-wdt-sdx55
36 - qcom,apss-wdt-sdx65
37 - qcom,apss-wdt-sm6115
38 - qcom,apss-wdt-sm6350
39 - qcom,apss-wdt-sm8150
40 - qcom,apss-wdt-sm8250
41 - const: qcom,kpss-wdt
42 - const: qcom,kpss-wdt
44 - items:
45 - const: qcom,scss-timer
46 - const: qcom,msm-timer
47 - items:
48 - enum:
49 - qcom,kpss-wdt-apq8064
50 - qcom,kpss-wdt-ipq8064
51 - qcom,kpss-wdt-mdm9615
52 - qcom,kpss-wdt-msm8960
53 - const: qcom,kpss-timer
54 - const: qcom,msm-timer
62 clock-names:
64 - const: sleep
66 clock-frequency:
70 cpu-offset:
73 Per-CPU offset used when the timer is accessed without the CPU remapping
74 facilities. The offset is cpu-offset + (0x10000 * cpu-nr).
81 - compatible
82 - reg
83 - clocks
86 - $ref: watchdog.yaml#
88 - if:
92 const: qcom,kpss-wdt
95 clock-frequency: false
96 cpu-offset: false
100 - description: Bark
101 - description: Bite
108 - description: Debug
109 - description: First general purpose timer
110 - description: Second general purpose timer
111 - description: First watchdog
112 - description: Second watchdog
114 - clock-frequency
119 - |
120 #include <dt-bindings/interrupt-controller/arm-gic.h>
123 compatible = "qcom,apss-wdt-sm8150", "qcom,kpss-wdt";
127 timeout-sec = <10>;
130 - |
131 #include <dt-bindings/interrupt-controller/arm-gic.h>
134 compatible = "qcom,kpss-wdt-ipq8064", "qcom,kpss-timer", "qcom,msm-timer";
141 clock-frequency = <25000000>;
143 clock-names = "sleep";
144 cpu-offset = <0x80000>;