Lines Matching +full:disk +full:- +full:name
2 # SPDX-License-Identifier: Apache-2.0
4 description: RAM disk
6 compatible: "zephyr,ram-disk"
8 include: ["base.yaml", "memory-region.yaml"]
11 disk-name:
15 Disk name.
17 sector-size:
22 Disk sector size in bytes.
24 sector-count:
30 ram-region:
33 Optional phandle to the memory region to be used as a RAM disk,
34 if not used a local buffer is defined for each disk instance.