1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * Disable USB SRAM node because this test does not
9 * need USB but needs an extra MPU region which
10 * otherwise would be taken up for the SRAM1 USB region.
11 */
12&sram1 {
13	status = "disabled";
14};
15