zephyr,memc-ram-disk

Description

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

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.