zephyr/tests/drivers/flash_simulator/boards/native_posix_64.overlay

12 lines
218 B
Plaintext
Raw Permalink Normal View History

/*
* Copyright (c) 2020 Jan Van Winkel <jan.van_winkel@dxplore.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
&flash0 {
erase-block-size = <1024>;
write-block-size = <4>;
reg = <0x00000000 DT_SIZE_K(1024)>;
};