Lines Matching +full:syscon +full:- +full:reboot +full:- +full:mode
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#
7 title: Generic SYSCON mapped register reset driver
10 - Sebastian Reichel <[email protected]>
13 This is a generic reset driver using syscon to map the reset register.
15 defined by the SYSCON register map base plus the offset with the value and
16 mask defined in the reboot node. Default will be little endian mode, 32 bit
17 access only. The SYSCON registers map is normally retrieved from the
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
24 const: syscon-reboot
32 description: Offset in the register map for the reboot register (in bytes).
36 description: Base address and size for the reboot register.
43 the syscon-reboot node been a child of a system controller node.
47 description: The reset value written to the reboot register (32 bit access).
53 - required:
54 - offset
55 - required:
56 - reg
59 - compatible
64 - $ref: restart-handler.yaml#
65 - if:
68 - mask
71 - value
74 - |
75 reboot {
76 compatible = "syscon-reboot";