blob: 4c0b01af328b6eaf39b9d22f5a65aee8c8888054 [file] [log] [blame]
/*
* 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";
};