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
12 changes: 12 additions & 0 deletions dtschema/schemas/chosen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@ properties:
will assign devices in its usual manner, otherwise it will not try to
assign devices and instead use them as they are configured already.

nvmem-cells:
maxItems: 1
description:
A phandle to an NVMEM cell providing system-wide information.
Used in conjunction with 'nvmem-cell-names'.

nvmem-cell-names:
items:
- const: power-state-change-reason
description:
Indicates the NVMEM cell contains the last power state change reason

stdout-path:
$ref: types.yaml#/definitions/string
pattern: "^[a-zA-Z0-9@/,+\\-._]*(:[0-9]*[noe]?[78]?[r]?)?$"
Expand Down