fixed-layout

Description

Fixed layout for Non-Volatile memory.

Properties

Top level properties

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

Node specific properties

Properties not inherited from the base binding file.

(None)

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

(None)

Base properties

Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “fixed-layout” compatible.

Name

Type

Details

#address-cells

int

Number of cells required to represent a child node's
reg property address.

Constant value: 1

#size-cells

int

Number of cells required to represent a child node's size.

Constant value: 1

Child node properties

Name

Type

Details

reg

array

This should be in the format <OFFSET SIZE>, where OFFSET
is the offset of the NVMEM cell relative to the base
address of the parent memory, and SIZE is the size of
the cell in bytes.

This property is required.

See Important properties for more information.

read-only

boolean

Set this property if the cell is read-only.