Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions dtschema/schemas/power/power-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-License-Identifier: BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/power/power-controller.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Generic System Power Control Capability

maintainers:
- Peng Fan <peng.fan@nxp.com>

properties:
system-power-controller:
type: boolean
description:
Device is responsible for controlling power of the entire system
(e.g. system wide power off).

additionalProperties: true
Loading