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 - $ref: "watchdog.yaml#"
13 - Julius Werner <jwerner@chromium.org>
20 $ref: /schemas/types.yaml#/definitions/uint32
22 The ATF smc function id used by the firmware.
23 Defaults to 0x82003D06 if unset.
28 unevaluatedProperties: false
33 compatible = "arm,smc-wdt";
34 arm,smc-id = <0x82003D06>;