boards: mimxrtXXX_evk_cm33: Add comment about SRAM1

Add a comment about SRAM1 explaining that it can be
disabled for another MPU region if not using USB.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-06-01 09:33:51 -05:00 committed by Anas Nashif
commit b7160271e8
2 changed files with 10 additions and 0 deletions

View file

@ -539,3 +539,8 @@ zephyr_udc0: &usbhs {
status = "okay";
};
/* Disable this node if not using USB and need another MPU region */
&sram1 {
status = "okay";
};

View file

@ -403,3 +403,8 @@ zephyr_udc0: &usbhs {
status = "okay";
};
/* Disable this node if not using USB and need another MPU region */
&sram1 {
status = "okay";
};