1/*
2 * Copyright The Zephyr Project Contributors
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8 msc_disk0 {
9 compatible = "zephyr,flash-disk";
10 partition = <&storage_partition>;
11 disk-name = "NAND";
12 cache-size = <4096>;
13 };
14};
15