19 lines
211 B
Plaintext
19 lines
211 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2021 NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <nxp/nxp_imx8.dtsi>
|
||
|
|
||
|
/ {
|
||
|
model = "nxp_adsp_imx8x";
|
||
|
compatible = "nxp";
|
||
|
|
||
|
chosen {
|
||
|
zephyr,sram = &sram0;
|
||
|
};
|
||
|
};
|