Commit 9e9f9726 authored by Khoa Nguyen's avatar Khoa Nguyen Committed by Henrik Brix Andersen
Browse files

tests: drivers: flash: Add support to test qspi_nor for RA6



Add support to test flash/common for qspi_nor on Renesas
ek_ra6m5, ek_ra6m4, ek_ra6m3, ek_ra6e2

Signed-off-by: default avatarKhoa Nguyen <khoa.nguyen.xh@renesas.com>
parent 97a1cca9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,3 +18,7 @@
		};
	};
};

&at25sf128a {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
# Copyright (c) 2025 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

CONFIG_TEST_DRIVER_FLASH_SIZE=16777216
+10 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2025 Renesas Electronics Corporation
 * SPDX-License-Identifier: Apache-2.0
 */

/delete-node/ &storage_partition;

&at25sf128a {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -18,3 +18,7 @@
		};
	};
};

&mx25l25645g {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
# Copyright (c) 2025 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

CONFIG_TEST_DRIVER_FLASH_SIZE=33554432
Loading