Lines Matching +full:reboot +full:- +full:offset
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic SYSCON reboot mode driver
10 - Sebastian Reichel <[email protected]>
13 This driver gets reboot mode magic value from reboot-mode driver
17 parental dt-node plus the offset. So the SYSCON reboot-mode node
18 should be represented as a sub-node of a "syscon", "simple-mfd" node.
22 const: syscon-reboot-mode
28 offset:
30 description: Offset in the register map for the mode register (in bytes)
33 - $ref: reboot-mode.yaml#
36 "^mode-.*$":
42 - compatible
43 - offset
46 - |
47 #include <dt-bindings/soc/rockchip,boot-mode.h>
49 reboot-mode {
50 compatible = "syscon-reboot-mode";
51 offset = <0x40>;
52 mode-normal = <BOOT_NORMAL>;
53 mode-recovery = <BOOT_RECOVERY>;
54 mode-bootloader = <BOOT_FASTBOOT>;
55 mode-loader = <BOOT_BL_DOWNLOAD>;