1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/watchdog/arm-smc-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Secure Monitor Call based watchdog
10 - Julius Werner <jwerner@chromium.org>
13 - $ref: watchdog.yaml#
21 $ref: /schemas/types.yaml#/definitions/uint32
23 The ATF smc function id used by the firmware.
24 Defaults to 0x82003D06 if unset.
29 unevaluatedProperties: false
34 compatible = "arm,smc-wdt";
35 arm,smc-id = <0x82003D06>;