Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
87ffb9711e374befdfbf04549bc8bbe811644609
/
.
/
samples
/
subsys
/
usb
/
mass
/
flashdisk.overlay
blob: 08d991d05e9c84ca1eb1083762e6845ffe7deae6 [
file
] [
log
] [
blame
]
/*
* 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
>;
};
};