1/*
2 * Copyright (c) 2021 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <nxp/nxp_imx8.dtsi>
10
11/ {
12	model = "nxp_adsp_imx8";
13	compatible = "nxp";
14
15	chosen {
16		zephyr,sram = &sram0;
17	};
18};
19