tests: userspace: Support mimxrtXXX_evk_cm33

RT685 and RT494 ran out of mpu regions to do this test,
so add board overlays to disable the USB SRAM MPU
region definition because it is not needed for this test.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-06-01 09:25:18 -05:00 committed by Anas Nashif
parent cd2fe8c186
commit 670e2a28fb
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Disable USB SRAM node because this test does not
* need USB but needs an extra MPU region which
* otherwise would be taken up for the SRAM1 USB region.
*/
&sram1 {
status = "disabled";
};

View file

@ -0,0 +1,14 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Disable USB SRAM node because this test does not
* need USB but needs an extra MPU region which
* otherwise would be taken up for the SRAM1 USB region.
*/
&sram1 {
status = "disabled";
};