Lines Matching +full:syscon +full:- +full:poweroff
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/reset/syscon-poweroff.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic SYSCON mapped register poweroff driver
10 - Sebastian Reichel <sre@kernel.org>
13 This is a generic poweroff driver using syscon to map the poweroff register.
14 The poweroff is generally performed with a write to the poweroff register
15 defined by the register map pointed by syscon reference plus the offset
16 with the value and mask defined in the poweroff node.
21 const: syscon-poweroff
29 description: Offset in the register map for the poweroff register (in bytes).
37 description: The poweroff value written to the poweroff register (32 bit access).
40 - compatible
41 - regmap
42 - offset
47 - if:
50 - mask
53 - value
56 - |
57 poweroff {
58 compatible = "syscon-poweroff";