zephyr,memc-ram-disk

Description

RAM disk backed by an external memory device accessed through the MEMC
subsystem API (memc_read / memc_write).

Properties

Node specific properties

Properties not inherited from the base binding file.

Name

Type

Details

memc

phandle

Phandle to the MEMC device that manages the backing memory.
The referenced device must implement the MEMC driver API.

This property is required.

disk-name

string

Disk name.

This property is required.

sector-size

int

Disk sector size in bytes.

This property is required.

Legal values: 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536

sector-count

int

Number of sectors.

This property is required.

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 “zephyr,memc-ram-disk” compatible.

(None)