/* * Copyright The Zephyr Project Contributors * * SPDX-License-Identifier: Apache-2.0 */ / { msc_disk0 { compatible = "zephyr,flash-disk"; partition = <&storage_partition>; disk-name = "NAND"; cache-size = <4096>; }; };