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:
parent
670e2a28fb
commit
b7160271e8
2 changed files with 10 additions and 0 deletions
|
@ -539,3 +539,8 @@ zephyr_udc0: &usbhs {
|
|||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Disable this node if not using USB and need another MPU region */
|
||||
&sram1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -403,3 +403,8 @@ zephyr_udc0: &usbhs {
|
|||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Disable this node if not using USB and need another MPU region */
|
||||
&sram1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue