Lines Matching +full:system +full:- +full:reboot +full:- +full:controller
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
16 mask defined in the reboot node. Default will be little endian mode, 32 bit
18 parental dt-node. So the SYSCON reboot node should be represented as a
19 sub-node of a "syscon", "simple-mfd" node. Though the regmap property
20 pointing to the system controller node is also supported.
25 - syscon-reboot
26 - google,gs101-reboot
34 description: Offset in the register map for the reboot register (in bytes).
38 description: Base address and size for the reboot register.
45 the syscon-reboot node been a child of a system controller node.
49 description: The reset value written to the reboot register (32 bit access).
55 - compatible
60 - $ref: restart-handler.yaml#
61 - if:
65 const: google,gs101-reboot
77 - mask
80 - value
83 - required: [offset]
84 - required: [reg]
87 - |
88 reboot {
89 compatible = "syscon-reboot";
95 - |
96 reboot {
97 compatible = "google,gs101-reboot";