This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

reserved-memory

Vendor: Generic or vendor-independent

Description

Reserved memory - Each child of the reserved-memory node specifies one or
more regions of reserved memory. Regions in the /reserved-memory node may be
referenced by other device nodes by adding a memory-region property to the
device node.

Properties

Top level properties

These property descriptions apply to “reserved-memory” nodes themselves. This page also describes child node properties in the following sections.

Properties not inherited from the base binding file.

(None)

Child node properties

Name

Type

Details

label

string

Human readable string describing the device (used as device_get_binding() argument)

See Important properties for more information.

reg

array

register space

This property is required.

See Important properties for more information.