zephyr/tests/drivers/flash_simulator/boards/native_posix_64.overlay
Jan Van Winkel 57671d9716 tests: flash_simulator: Add native posix support
Added support for native posix boards to flash_simulator tests by
making sure that flash layout lines up with layout expected by
tests.

Resolves #25109

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2020-05-08 22:37:21 -04:00

12 lines
218 B
Plaintext

/*
* 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)>;
};