1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/power/reset 5 $schema: http://devicetree.org/meta-schemas/co 6 7 title: Restart and shutdown handler Common Pro 8 9 maintainers: 10 - Sebastian Reichel <sre@kernel.org> 11 12 description: 13 Restart and shutdown handler device is respo 14 system, e.g. my cutting off the power. Syst 15 handlers, which usually are tried from most 16 17 properties: 18 priority: 19 $ref: /schemas/types.yaml#/definitions/uin 20 description: | 21 A priority ranging from 0 to 255 accordi 22 0:: Restart handler of last resort, 23 128:: Typical, default restart handler 24 is expected to be available, and 25 sufficient to restart the entire 26 255:: Highest priority restart handler 27 minimum: 0 28 maximum: 255 29 30 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.