Browse Source
Add support test app "flash/common" for testing Renesas RA OSPI_B on ek_ra8m1, ek_ra8d1 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>pull/89972/merge
8 changed files with 52 additions and 1 deletions
@ -0,0 +1,4 @@ |
|||||||
|
# Copyright (c) 2025 Renesas Electronics Corporation |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
CONFIG_TEST_DRIVER_FLASH_SIZE=67108864 |
@ -0,0 +1,10 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Renesas Electronics Corporation |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
/delete-node/ &storage_partition; |
||||||
|
|
||||||
|
&s28hl512t { |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,4 @@ |
|||||||
|
# Copyright (c) 2025 Renesas Electronics Corporation |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
CONFIG_TEST_DRIVER_FLASH_SIZE=67108864 |
@ -0,0 +1,10 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Renesas Electronics Corporation |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
/delete-node/ &storage_partition; |
||||||
|
|
||||||
|
&s28hl512t { |
||||||
|
status = "okay"; |
||||||
|
}; |
Loading…
Reference in new issue