^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) %YAML 1.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) $id: http://devicetree.org/schemas/watchdog/qcom-wdt.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) $schema: http://devicetree.org/meta-schemas/core.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) title: Qualcomm Krait Processor Sub-system (KPSS) Watchdog timer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) maintainers:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) allOf:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - $ref: watchdog.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) - qcom,apss-wdt-qcs404
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) - qcom,apss-wdt-sc7180
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) - qcom,apss-wdt-sdm845
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) - qcom,apss-wdt-sm8150
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) - qcom,kpss-timer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) - qcom,kpss-wdt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) - qcom,kpss-wdt-apq8064
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) - qcom,kpss-wdt-ipq4019
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) - qcom,kpss-wdt-ipq8064
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) - qcom,kpss-wdt-msm8960
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) - qcom,scss-timer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) reg:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) clocks:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) - clocks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) unevaluatedProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) watchdog@208a038 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) compatible = "qcom,kpss-wdt-ipq8064";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) reg = <0x0208a038 0x40>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) clocks = <&sleep_clk>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) timeout-sec = <10>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) };